@font-face {
  font-family: "din-font";
  src: url("fonts/Din-font/din-font.eot");
  src: url("fonts/Din-font/din-font.eot?#iefix") format("embedded-opentype"), url("fonts/Din-font/din-font.otf") format("otf"), url("fonts/Din-font/din-font.svg#din-font") format("svg"), url("fonts/Din-font/din-font.ttf") format("truetype"), url("fonts/Din-font/din-font.woff") format("woff"), url("fonts/Din-font/din-font.woff2") format("woff2");
}
@font-face {
  font-family: "geometric-font";
  src: url("fonts/Geometric-font/geometric-font.eot");
  src: url("fonts/Geometric-font/geometric-font.eot?#iefix") format("embedded-opentype"), url("fonts/Geometric-font/geometric-font.otf") format("otf"), url("fonts/Geometric-font/geometric-font.svg#geometric-font") format("svg"), url("fonts/Geometric-font/geometric-font.ttf") format("truetype"), url("fonts/Geometric-font/geometric-font.woff") format("woff"), url("fonts/Geometric-font/geometric-font.woff2") format("woff2");
}
@font-face {
  font-family: "Cairo-Regular";
  src: url("fonts/Cairo-font/Cairo-Regular.eot");
  src: url("fonts/Cairo-font/Cairo-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Cairo-font/Cairo-Regular.otf") format("otf"), url("fonts/Cairo-font/Cairo-Regular.svg#Cairo-Regular") format("svg"), url("fonts/Cairo-font/Cairo-Regular.ttf") format("truetype"), url("fonts/Cairo-font/Cairo-Regular.woff") format("woff"), url("fonts/Cairo-font/Cairo-Regular.woff2") format("woff2");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "din-font";
	overflow-x: hidden;
}

body {
  font-family: "din-font";
  overflow-x: hidden;
  text-align: start;
  background-color: #fff;
}

.text {
  overflow: hidden;
  color: #707070;
}

.image-wrap {
  overflow: hidden;
}
.image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  max-width: 100%;
}

h4 {
  font-size: 16px;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flex-d, .copyright .container, .footer .wrapper .col--edit .contact li a, .navbar-mobile .nav-flex {
  display: flex;
  align-items: center;
}

.btn {
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: none;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}

input,
select,
textarea {
  font-family: inherit;
  outline: none;
  width: 100%;
  border: 0;
  direction: inherit;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

textarea {
  resize: none;
}

.main-btn {
  background-color: #B61F24;
  padding: 10px;
  min-width: 150px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  display: block;
  transition: all 0.5s ease-in-out;
  border: 1px solid #B61F24;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main-btn:hover {
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  color: #B61F24;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  display: none;
}

.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.up {
  position: fixed;
  bottom: 10px;
  left: -40px;
  right: auto;
  background-color: #B61F24;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out;
  z-index: 9999;
}
.up img {
  width: 25px;
}

.up.active {
  left: 15px;
  right: auto;
}

.page-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 9999999955;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-loading .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: 1s fadelogo forwards;
          animation: 1s fadelogo forwards;
  transform: scale(1);
}
.page-loading .navbar-brand img{
    filter: brightness(0) invert(1);
}
.page-loading .navbar-brand .text {
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 10px 5px;
  font-size: 14px;
}
.page-loading .navbar-brand .text img {
  position: absolute;
  bottom: 1px;
  right: 0;
  left: 0;
  width: 100%;
}
.page-loading .navbar-brand:after {
  content: "";
  width: 0px;
  height: 0px;
  background-color: #000;
  position: absolute;
  right: -120px;
  left: auto;
  border-radius: 50%;
  box-shadow: 0px 0px 85px 100px #000;
  -webkit-animation: 2s ease-in-out fader infinite;
          animation: 2s ease-in-out fader infinite;
}

@-webkit-keyframes fader {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-500px, 10px);
  }
}

@keyframes fader {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-500px, 10px);
  }
}
.nav-bar {
  padding: 15px 0;
  background-color: #F8F8F8;
}
.nav-bar .nav-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-bar .nav-flex .navbar-brand img {
  width: 200px;
}
.nav-bar .nav-flex .navbar-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-bar .nav-flex .navbar-links li a {
  padding: 15px 5px;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
  border-radius: 6px;
}
.nav-bar .nav-flex .navbar-links li a:hover {
  background-color: #eee;
  color: #B61F24;
  transition: all 0.5s ease-in-out;
}
.nav-bar .nav-flex .navbar-links li a.active {
  color: #B61F24;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}
.nav-bar .nav-flex .icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-bar .nav-flex .icons .search {
  color: #B61F24;
  font-size: 20px;
  cursor: pointer;
}
.nav-bar .nav-flex .icons .language {
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav-bar .nav-flex .icons .language img {
  width: 25px;
}

.navbar-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: -1200px;
  background-color: #F8F8F8;
  color: #707070;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  text-align: center;
  padding: 20px 20px;
  overflow: scroll;
  width: 90%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  transition: 1s ease-out all;
  text-align: start;
  border-left: 4px solid #B61F24;
  border-right: 0;
}
.navbar-mobile .nav-flex {
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}
.navbar-mobile .nav-flex .navbar-brand img {
  width: 180px;
}
.navbar-mobile .nav-flex .close-btn {
  display: block;
  text-align: left;
  padding-left: 10px;
  font-size: 35px;
}
.navbar-mobile .nav-flex::after {
  content: "";
  background-color: #ddd;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -10px;
}
.navbar-mobile .mobile-links > li {
  padding: 10px 0;
  font-size: 18px;
  color: #707070;
}
.navbar-mobile .mobile-links > li a.active {
  color: #B61F24;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
}
.navbar-mobile.active {
  opacity: 1;
  visibility: visible;
  right: 0;
  left: auto;
  transition: 1s ease all;
}

.search-div {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9411764706);
  z-index: 9969;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease-in-out;
}
.search-div .close-search {
  color: #fff;
  font-size: 35px;
  margin-right: auto;
  margin-left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  min-height: auto;
  display: block;
  margin-top: 50px;
  cursor: pointer;
}
.search-div form {
  margin: 50px auto;
}
.search-div form .input-wrap {
  margin-bottom: 30px;
  position: relative;
}
.search-div form .input-wrap input {
  min-height: 50px;
  padding: 15px;
}
.search-div form .input-wrap input[type=submit] {
  position: absolute;
  left: 3px;
  right: auto;
  top: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 110px;
  padding: 10px;
  min-height: 40px;
  margin: 0;
}
.search-div.active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s all ease-in-out;
}

.home-header {
  height: 400px;
}
.home-header .main-slider .item {
  position: relative;
  height: 400px;
}
.home-header .main-slider .item .image-wrap {
  height: 100%;
}
.home-header .main-slider .item .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 66;
  color: #fff;
  text-align: center;
}
.home-header .main-slider .item .info h2 {
  margin-bottom: 20px;
  font-size: 30px;
}
.home-header .main-slider .item .info .text {
  color: #fff;
  max-height: 105px;
  margin-bottom: 30px;
  line-height: 2;
  font-size: 18px;
}
.home-header .main-slider .item .info .main-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px;
  margin: auto;
}
.home-header .main-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
}
.home-header .main-slider .owl-nav .owl-prev,
.home-header .main-slider .owl-nav .owl-next {
  position: absolute;
  background-color: #B61F24;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.home-header .main-slider .owl-nav .owl-prev svg,
.home-header .main-slider .owl-nav .owl-next svg {
  background-color: transparent;
  color: #000;
  font-size: 22px;
}
.home-header .main-slider .owl-nav .owl-prev {
  right: 15px;
  left: auto;
}
.home-header .main-slider .owl-nav .owl-next {
  left: 10px;
  right: auto;
}
.home-header .main-slider .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.home-header .main-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.home-header .main-slider .owl-dots .owl-dot.active span {
  background-color: #B61F24;
  width: 15px;
  height: 15px;
  transition: all 0.5s ease-in-out;
}

.header {
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header h4 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.about-section {
  padding: 50px 0;
  background-color: #fff;
}
.about-section .row {
  align-items: stretch;
}
.about-section .row h2 {
  color: #B61F24;
  font-size: 24px;
  margin-bottom: 25px;
}
.about-section .row .text {
  line-height: 1.6;
  margin-bottom: 20px;
}
.about-section .row .image-wrap {
  height: 100%;
}
.about-section .main-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.products-section {
  margin-bottom: 50px;
  background-color: #F8F8F8;
  padding: 50px 0;
}
.products-section .filter-btns {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.products-section .filter-btns .filter-btn {
  padding: 15px;
  background-color: #FFF;
  color: #B61F24;
  border-radius: 15px;
  transition: all 0.5s ease-in-out;
  min-width: 220px;
  text-align: center;
}
.products-section .filter-btns .filter-btn.active {
  background-color: #B61F24;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.products-section .products-wrapper {
  margin-bottom: 30px;
}
.products-section .products-wrapper .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.3s ease-in-out;
}
.products-section .products-wrapper .wrapper.show {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.products-section .products-wrapper .wrapper .box {
  overflow: hidden;
  background-color: #F8F8F8;
}
.products-section .products-wrapper .wrapper .box .image-wrap {
  position: relative;
  height: 200px;
  border-radius: 5px;
}
.products-section .products-wrapper .wrapper .box .image-wrap img {
  transition: all 0.5s ease-in-out;
  transform: scale(1.3);
}
.products-section .products-wrapper .wrapper .box .info {
  color: #000;
  padding: 15px;
  text-align: start;
  transition: all 0.5s ease-in-out;
}
.products-section .products-wrapper .wrapper .box .info h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.products-section .products-wrapper .wrapper .box .info .text {
  font-size: 16px;
  line-height: 1.6;
  max-height: 80px;
  z-index: 1;
}
.products-section .products-wrapper .wrapper .box .overlay {
  border-radius: 5px;
}
.products-section .products-wrapper .wrapper .box:hover .image-wrap img {
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.products-section .products-wrapper .wrapper .box .main-btn {
  margin: 0 10px 15px 0;
  border-radius: 15px;
}
.products-section .main-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  grid-area: 2/2/2/4;
  text-align: center;
}

.contact-section {
  padding: 50px 0;
  background-color: #fff;
  margin-bottom: 50px;
}
.contact-section .input-wrap {
  margin-bottom: 20px;
}
.contact-section .input-wrap:not(:last-child) span input,
.contact-section .input-wrap:not(:last-child) span textarea {
  width: 100%;
  border-radius: 24px;
  min-height: 45px;
  text-indent: 15px;
  padding: 10px 0;
  background-color: #f8f8f8;
  direction: inherit;
}
.contact-section .input-wrap:not(:last-child) span input::-moz-placeholder, .contact-section .input-wrap:not(:last-child) span textarea::-moz-placeholder {
  color: #707070;
  font-size: 14px;
}
.contact-section .input-wrap:not(:last-child) span input:-ms-input-placeholder, .contact-section .input-wrap:not(:last-child) span textarea:-ms-input-placeholder {
  color: #707070;
  font-size: 14px;
}
.contact-section .input-wrap:not(:last-child) span input::placeholder,
.contact-section .input-wrap:not(:last-child) span textarea::placeholder {
  color: #707070;
  font-size: 14px;
}
.contact-section .input-wrap .main-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 45px;
}
.contact-section .contact {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  color: #fff;
  gap: 40px;
}
.contact-section .contact li {
  padding: 10px 0;
}
.contact-section .contact li a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.contact-section .contact li a .info h4 {
  color: #B61F24;
  display: block;
  text-align: start;
  margin-bottom: 10px;
}
.contact-section .contact li a .info span {
  margin: 0;
  max-width: 100%;
  text-align: right;
  font-size: 14px;
  color: #707070;
}
.contact-section .contact li a svg {
  background-color: #B61F24;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
}

.head {
  text-align: center;
  margin-bottom: 50px;
}
.head h3 {
  margin-bottom: 30px;
  font-size: calc(34px + 6 * (100vw - 1366px) / 554);
  color: #000;
}
.head .text {
  width: 60%;
  margin: auto;
  color: #707070;
  line-height: 2;
  max-height: 75px;
  overflow: hidden;
  font-size: 18px;
}

.products-page {
  padding: 50px 0;
}
.products-page h3 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.products-page .text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 50px;
}
.products-page .wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: center;
  width: 90%;
  margin: auto;
	flex-wrap:wrap;
}
.products-page .wrapper .product {
  flex: 1;
}
.products-page .wrapper .product .image-wrap{
	height:300px;
}
.products-page .wrapper .product .image-wrap img{
	object-fit:contain;
}
.products-page .wrapper .product .body {
  text-align: center;
  padding: 15px;
}
.products-page .wrapper .product .body .image-wrap {
  border-radius: 25px;
}
.products-page .wrapper .product .body .main-btn {
  margin: auto;
}

.location-page {
  padding: 50px 0;
}

.about-page .text {
  padding: 50px 0;
}

.search-page .wrapper {
  padding: 50px 0;
}
.search-page .wrapper .box {
  position: relative;
}
.search-page .wrapper .box .overlay {
  background-color: transparent;
}
.search-page .wrapper .box .image-wrap{
  margin-bottom:20px;
}
.search-page .wrapper .box h4{
  margin-bottom:20px;
}
.search-page .wrapper .box .text{
  line-height:1.6;
	max-height:130px;
}

.services-page .services-section .container {
  padding: 50px 0;
}
.services-page .services-section .container h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.services-page .services-section .container > .text {
  margin-bottom: 30px;
}
.services-page .services-section .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
}
.services-page .services-section .wrapper .service {
  display: flex;
  align-items: stretch;
  gap: 10px;
  background-color: #F8F8F8;
  border-radius: 30px;
  overflow: hidden;
  min-height: 250px;
  max-height: 300px;
}
.services-page .services-section .wrapper .service .image-wrap {
  flex: 1;
  max-width: 30%;
}
.services-page .services-section .wrapper .service .body {
  padding: 10px;
  flex: 2;
}
.services-page .services-section .wrapper .service .body h4 {
  margin-bottom: 15px;
}
.services-page .services-section .wrapper .service .body .text {
  max-height: 143px;
  margin-bottom: 20px;
	line-height:1.5;
}
.team-page .text{
	padding:50px 0 ;
	line-height:1.6;
}
.team-page .wrapper {
  padding: 50px 0;
}
.team-page .wrapper .member {
  display: flex;
  flex-direction: column;
  background-color: #F8F8F8;
  border-radius: 25px;
  overflow: hidden;
}
.team-page .wrapper .member .image-wrap {
  border-radius: 25px;
}
.team-page .wrapper .member .body {
  text-align: center;
  padding: 15px;
}
.team-page .wrapper .member .body h4 {
  margin-bottom: 20px;
  color: #000;
  font-size: 24px;
}
.team-page .wrapper .member .body span {
  color: #707070;
  font-size: 18px;
}

.single-page {
  padding: 50px 0;
}
.single-page .image-wrap {
 height: 450px;
  margin-bottom: 20px;
}
.single-page .head {
  text-align: start;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.single-page .text {
  line-height: 2;
  font-size: 18px;
}
.tax-page .header{
	margin-bottom:20px;
}
.tax-page .products-wraaper {
  padding: 50px 0;
}
.tax-page .products-wraaper .wraaper .box {
  overflow: hidden;
  background-color: #F8F8F8;
}
.tax-page .products-wraaper .wraaper .box .image-wrap {
  position: relative;
  height: 200px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.tax-page .products-wraaper .wraaper .box .image-wrap img {
  transition: all 0.5s ease-in-out;
  transform: scale(1.3);
}
.tax-page .products-wraaper .wraaper .box .info {
  color: #000;
  padding: 15px;
  text-align: start;
  transition: all 0.5s ease-in-out;
}
.tax-page .products-wraaper .wraaper .box .info h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.tax-page .products-wraaper .wraaper .box .info .text {
  font-size: 16px;
  line-height: 1.6;
  max-height: 80px;
  z-index: 1;
}
.tax-page .products-wraaper .wraaper .box .overlay {
  border-radius: 5px;
}
.tax-page .products-wraaper .wraaper .box:hover .image-wrap img {
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.tax-page .products-wraaper .wraaper .box .main-btn {
  margin: 0 auto 20px;
  border-radius: 15px;
}

.footer {
  padding: 20px 0;
  background-color: #F8F8F8;
}
.footer .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.footer .wrapper .col--edit:first-child{
	max-width:30%
}
.footer .wrapper .col--edit h3 {
  font-size: 22px;
  font-weight: bold;
  color: #B61F24;
  margin-bottom: 30px;
}
.footer .wrapper .col--edit .logo .image-wrap {
  margin-bottom: 20px;
}
.footer .wrapper .col--edit .logo .image-wrap img {
  width: 200px;
}
.footer .wrapper .col--edit .logo .text {
  font-size: 14px;
  max-height: 110px;
  color: #B61F24;
}
.footer .wrapper .col--edit .links li {
  padding: 10px 0;
  color: #707070;
  transform: translateY(0px);
  transition: all 0.5s ease-in-out;
}
.footer .wrapper .col--edit .links li:hover {
  padding-right: 10px;
  background-color: #B61F24;
  transition: all 0.5s ease-in-out;
  color: #fff;
}
.footer .wrapper .col--edit .contact {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer .wrapper .col--edit .contact li {
  padding: 10px 0;
}
.footer .wrapper .col--edit .contact li a {
  gap: 10px;
}
.footer .wrapper .col--edit .contact li a svg {
  background-color: #B61F24;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
}

.copyright {
  padding: 15px 0;
  background-color: #B61F24;
}
.copyright .container {
  gap: 20px;
  justify-content: space-between;
  color: #fff;
  flex-wrap: wrap;
}
.copyright .container .text {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1920px) {
  .nav-bar .nav-flex .toggle-btn {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .nav-bar {
    position: relative;
  }
  .nav-bar .nav-flex {
    gap: 25px;
  }
  .nav-bar .nav-flex .navbar-brand img {
    width: 150px;
  }
  .nav-bar .nav-flex .navbar-links {
    flex-direction: column;
    position: absolute;
    top: 75px;
    right: -500px;
    left: auto;
    background-color: #B61F24;
    visibility: hidden;
    opacity: 0;
    padding: 15px 0;
    z-index: 99999;
    transition: 1s alll ease-out;
    gap: 25px;
  }
  .nav-bar .nav-flex .navbar-links li {
    color: #fff;
  }
  .nav-bar .nav-flex .navbar-links li a.active {
    color: #fff;
  }
  .nav-bar .nav-flex .navbar-links.active {
    right: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: 1s all ease;
  }
  .nav-bar .nav-flex .toggle-btn {
    display: flex;
    flex-direction: column;
    width: 31px;
    height: 21px;
    justify-content: space-between;
    cursor: pointer;
    order: 2;
  }
  .nav-bar .nav-flex .toggle-btn .bar {
    background-color: #B61F24;
    width: 100%;
    height: 3px;
  }
  .nav-bar .nav-flex .icons {
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .col--edit {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .copyright .container {
    justify-content: center;
  }

  .services-page .services-section .wrapper .service {
    flex-direction: column;
    min-height: auto;
    max-height: none;
  }
  .services-page .services-section .wrapper .service .image-wrap {
    max-width: 100%;
  }
  .services-page .services-section .wrapper .service .image-wrap img {
    height: 250px;
  }
	.footer .wrapper .col--edit:first-child{
		max-width:100%
	}
	.home-header .main-slider .item .info{
		width:100%
	}
}/*# sourceMappingURL=style.css.map */