@font-face {
  font-family: "Futura LT Book";
  src: url("../fonts/futural/FuturaLT-Book.eot");
  src: url("../fonts/futural/FuturaLT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/futural/FuturaLT-Book.woff2") format("woff2"), url("../fonts/futural/FuturaLT-Book.woff") format("woff"), url("../fonts/futural/FuturaLT-Book.ttf") format("truetype"), url("../fonts/futural/FuturaLT-Book.svg#FuturaLT-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Hv BT";
  src: url("../fonts/futural/FuturaBT-Heavy.eot");
  src: url("../fonts/futural/FuturaBT-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/futural/FuturaBT-Heavy.woff2") format("woff2"), url("../fonts/futural/FuturaBT-Heavy.woff") format("woff"), url("../fonts/futural/FuturaBT-Heavy.ttf") format("truetype"), url("../fonts/futural/FuturaBT-Heavy.svg#FuturaBT-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura Md BT";
  src: url("../fonts/futural/FuturaBT-Medium.eot");
  src: url("../fonts/futural/FuturaBT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/futural/FuturaBT-Medium.woff2") format("woff2"), url("../fonts/futural/FuturaBT-Medium.woff") format("woff"), url("../fonts/futural/FuturaBT-Medium.ttf") format("truetype"), url("../fonts/futural/FuturaBT-Medium.svg#FuturaBT-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*****variable End*****/
/**Media**/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  position: relative;
  height: 100%;
  background-color: rgb(40, 40, 40);
}

body {
  font-weight: 400;
  font-family: "Futura LT Book";
  overflow-x: hidden;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

/**Common Css Start**/
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

*:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

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

.bold {
  font-weight: bold;
}

.cursor-pointer {
  cursor: pointer;
}

.text-uppercase {
  text-transform: uppercase;
}

.position-relative {
  position: relative;
}

.full-width {
  width: 100%;
}

.container {
  width: 90%;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.lg-container {
  max-width: 1300px;
}

.sm-container {
  max-width: 850px;
}

.md-container {
  max-width: 950px;
}

.hide-desktop {
  display: none;
}

.fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.center-block {
  display: table;
  margin: auto;
}

/**Width**/
.w-100 {
  width: 100% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.w-20 {
  width: 20% !important;
}

.w-24 {
  width: 24% !important;
}

.w-23 {
  width: 23% !important;
}

.w-30 {
  width: 30% !important;
}

.w-66 {
  width: 66%;
}

.w-33 {
  width: 33% !important;
}

.w-33-3 {
  width: 33.333% !important;
}

.w-32 {
  width: 32% !important;
}

.w-49 {
  width: 49%;
}

.w-48 {
  width: 48%;
}

.w-46 {
  width: 46%;
}

.w-60 {
  width: 60%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-55 {
  width: 55%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-65 {
  width: 65%;
}

.w-35 {
  width: 35%;
}

/* Margins Top*/
.m-auto {
  margin: auto !important;
}

.m-0 {
  margin: 0px !important;
}

.mt-05 {
  margin-top: 5px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.ml-15 {
  margin-left: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px;
}

/**Margin Bottom**/
.mb-1 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

/**Margin Right**/
.mr-05 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-auto {
  margin-right: auto;
}

.hideme {
  display: none;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

/****/
.hidelg {
  display: none !important;
}

.hide-mobile {
  display: block !important;
}

.btn {
  background: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
  width: 210px;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  overflow: hidden;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  border-radius: 30px;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 30px;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  transform: scaleX(1);
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  xbox-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #000;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  transform: scaleY(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-shutter-in-vertical:hover,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:active {
  color: white;
}

.hvr-shutter-in-vertical:hover:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:active:before {
  transform: scaleY(0);
}

/***************/
/****/
.scrollup {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  background-color: #20345e;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  z-index: 100;
  display: none;
}

.scrollup:hover {
  color: #fff;
  background-color: #000;
}

/****/
.floating-icon {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 1001;
}

.floating-icon .float {
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  box-shadow: 2px 2px 3px #999;
  width: 35px;
  height: 35px;
  background: #12AF0A;
  border-radius: 50%;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-icon .email {
  background: #21B0CE;
}

.floating-icon .phone {
  background: #CB2027;
}

.floating-icon .float:hover {
  color: #FFF;
  opacity: 0.8;
}

/**Media Start**/
@media (max-width: 767px) {
  .hidelg {
    display: block !important;
  }
  .hide-mobile {
    display: none !important;
  }
  /****/
}
.header-top {
  padding: 5px 0;
  width: 100%;
  background-color: rgb(40, 40, 40);
  box-shadow: 0px 0px 5px #000;
}
.header-top.fixed-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
}
.header-top .logo {
  width: 75px;
}
.header-top .navbar a {
  color: #fff;
  font-size: 16px;
  margin-left: 35px;
}
.header-top .navbar a span {
  display: inline-block;
}
.header-top .navbar a span:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: opacity 0.3s ease, width 0.3s ease;
  -ms-transition: opacity 0.3s ease, width 0.3s ease;
}
.header-top .navbar a:hover span:after {
  width: 100%;
}
.header-top .uk-active a {
  font-weight: bold;
}

/****/
.slider-text {
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  z-index: 101;
  color: #fff;
}
.slider-text h2 {
  font-size: 160px;
  color: #fff;
  font-family: "Futura Hv BT";
  margin-right: 15px;
  line-height: 1;
}
.slider-text p {
  font-size: 65px;
  line-height: 1;
}
.slider-text span {
  color: #fff;
  max-width: 700px;
  display: block;
}

.slider-top {
  position: relative;
}
.slider-top::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  z-index: 2;
}
.slider-top .uk-slider-nav {
  z-index: 1005 !important;
  position: relative;
  background: rgba(0, 0, 0, 0.7);
  margin: auto;
  padding: 10px 30px;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  bottom: 70px;
  max-width: 150px;
  color: #fff;
}

/****/
.portfolio-wrap {
  margin-top: 140px;
  padding-bottom: 100px;
}
.portfolio-wrap .big-image {
  height: 470px;
}
.portfolio-wrap .img-2 {
  height: 230px;
}
.portfolio-wrap .img-3 {
  height: 350px;
}
.portfolio-wrap .img-4,
.portfolio-wrap .img-5 {
  height: 250px;
}
.portfolio-wrap .img-6 {
  height: 215px;
}
.portfolio-wrap .completed-project h4 {
  font-size: 36px;
  font-family: "Futura Md BT";
  margin-left: -4px;
  color: #fff;
}
.portfolio-wrap .completed-project p {
  color: #fff;
}
.portfolio-wrap .details {
  padding-left: 20px;
}
.portfolio-wrap .details h4 {
  font-size: 36px;
  font-family: "Futura LT Book";
  color: #f7bf17;
}
.portfolio-wrap .details p {
  font-size: 16px;
  color: #fff;
}

/****/
.heading-text h4 {
  font-size: 36px;
  font-family: "Futura LT Book";
  line-height: 1;
  color: #f7bf17;
}
.heading-text a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

/****/
.service-wrap {
  margin-bottom: 100px;
}
.service-wrap .swipper-service-slider {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.service-wrap .card {
  border: 1px solid #ddd;
  padding: 20px 20px 10px;
  border: 1px solid #000;
  display: flex;
  height: 230px;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
  margin: 10px;
  background-color: #000;
}
.service-wrap .card p {
  color: #000;
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
  line-height: 1.3;
}
.service-wrap .card .icon {
  text-align: center;
}
.service-wrap .card:hover p {
  color: #fff;
}
.service-wrap .card:hover img {
  filter: brightness(0) invert(1);
}
.service-wrap .card a {
  color: #000;
}
.service-wrap .swiper-slidex {
  width: 20%;
}

/****************/
.about-wrap .w-55 {
  padding-left: 40px;
}
.about-wrap .w-55 .info h4 {
  color: #f7bf17;
  font-size: 35px;
  font-family: "Futura LT Book";
}
.about-wrap .w-55 .info p {
  font-size: 16px;
  color: #fff;
}
.about-wrap .w-55 .counter-wrap .card {
  padding-right: 70px;
}
.about-wrap .w-55 .counter-wrap h4 {
  color: #f7bf17;
  font-size: 25px;
  font-family: "Futura LT Book";
  font-weight: 300;
}
.about-wrap .w-55 .counter-wrap p {
  font-size: 36px;
  font-family: "Futura Md BT";
}

/*************************/
.getin-touch-wrap .w-60 {
  padding-right: 40px;
}
.getin-touch-wrap .image {
  height: 475px;
}
.getin-touch-wrap .contact-info p,
.getin-touch-wrap .contact-info a {
  font-size: 16px;
  color: #fff;
}
.getin-touch-wrap .contact-info h4 {
  margin-bottom: 10px;
  font-family: "Futura Md BT";
  color: #f7bf17;
}
.getin-touch-wrap .icon {
  width: 30px;
}
.getin-touch-wrap .info {
  width: calc(100% - 30px);
  padding-left: 15px;
}
.getin-touch-wrap .uk-icon > * {
  width: 28px;
}
.getin-touch-wrap i {
  font-size: 28px;
}

/****/
.contact-form .uk-input {
  border: none;
  border-bottom: 1px solid #000;
  padding: 0 10px;
  background-color: transparent;
  color: #000;
}
.contact-form .uk-button-secondary {
  border-radius: 20px;
  font-size: 16px;
  background-color: rgb(0, 0, 0);
}

/**********/
.footer-wrap {
  padding-bottom: 50px;
}
.footer-wrap p {
  opacity: 0.5;
  font-size: 14px;
}
.footer-wrap a {
  color: #fff;
  text-decoration: underline;
  opacity: 0.5;
}
.footer-wrap .social-link a {
  margin-left: 10px;
  color: #fff;
}
.footer-wrap .social-link a:first-child:hover {
  color: #3b5998;
}
.footer-wrap .social-link a:nth-child(2):hover {
  color: #ff0000;
}
.footer-wrap .social-link a:last-child:hover {
  color: #c32aa3;
}

/****/
.contact-image-wrap p {
  padding-left: 15px;
  padding-right: 40px;
  color: #fff;
}

.contact-page-form .heading-text h4 {
  font-size: 36px;
  margin-bottom: 40px;
}

/****/
.service-page-wrap .w-80 {
  padding-left: 10px;
}
.service-page-wrap .w-80 .image {
  width: 380px;
  height: 380px;
}
.service-page-wrap .w-80 .info {
  width: calc(100% - 380px);
  padding-left: 20px;
}
.service-page-wrap .w-80 .info h4 {
  font-size: 36px;
  padding-bottom: 10px;
  color: #f7bf17;
}
.service-page-wrap .w-80 .info p {
  font-size: 17px;
  color: #fff;
}
.service-page-wrap .w-80 .uk-flex-row-reverse .info {
  padding-left: 0px;
  padding-right: 20px;
}

.left-sticky-menu h4 {
  font-size: 36px;
  line-height: 1.11;
  margin-bottom: 16px;
  color: #f7bf17;
}
.left-sticky-menu li a {
  display: block;
  position: relative;
  font-size: 17px;
  line-height: 1.8;
  text-align: left;
  color: #fff;
  transition: color 0.3s ease;
  margin: 5px 15px 0 5px;
}
.left-sticky-menu li a.active {
  border-bottom: 1px solid #000;
}

/*****************************/
/****/
.swiper-arrow-wrap {
  xwidth: 20%;
  background: rgba(0, 0, 0, 0.7);
  margin: auto;
  padding: 10px 30px;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  bottom: 70px;
  max-width: 150px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "next";
  display: none;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  position: static;
  xwidth: 20%;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  border: 1px solid #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
  justify-content: center;
}

.swiper-button-prevx,
.swiper-button-nextx {
  color: #fff;
}

/*************/
.custom-overlay .uk-overlay {
  padding: 30px 30px;
  width: 90% !important;
  height: 90% !important;
  flex-direction: column;
  display: none;
  transition: 0.2s linear;
}
.custom-overlay .uk-overlay p {
  color: #fff;
  font-size: 18px;
}
.custom-overlay .uk-overlay a {
  color: #fff;
}
.custom-overlay .uk-overlay-primary {
  background: rgba(0, 0, 0, 0.7);
  transition: 0.2s linear;
}
.custom-overlay:hover .uk-overlay {
  display: flex;
  transition: 0.2s linear;
}

/****/
.portfolio-filter-image .image {
  background-color: #fff;
}
.portfolio-filter-image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-filter-image .big-image {
  height: 410px;
}
.portfolio-filter-image .height-image {
  height: 410px;
}
.portfolio-filter-image .half-image {
  height: 200px;
}
.portfolio-filter-image .square-image {
  height: 200px;
}

/******/
.animated-line {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.animated-line .line {
  width: 12.5%;
  height: 100%;
  position: relative;
}
.animated-line .line:after {
  position: absolute;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  xheight: 100%;
  right: 0;
  top: 0;
  width: 100%;
  content: "";
  animation-name: lineanimation;
  animation-duration: 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  xanimation-delay: 2s;
}
@keyframes lineanimation {
  from {
    height: 0%;
  }
  to {
    height: 100%;
  }
}

/**Loader Css**/
#overlay {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/****/
.pt-150 {
  padding-top: 150px;
}

/****/
/************/
.portfolio-wrap-three {
  /* clear fix */
  /* ---- .grid-item ---- */
}
.portfolio-wrap-three .grid {
  xbackground: #DDD;
  xmax-width: 800px;
  transition: height 0.3s ease;
}
.portfolio-wrap-three .img-responsive {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-wrap-three .grid:after {
  content: "";
  display: block;
  clear: both;
}
.portfolio-wrap-three .grid-item {
  float: left;
  width: 200px;
  height: 200px;
  xbackground: #0D8;
  border: 8px solid transparent;
}
.portfolio-wrap-three .grid-item--width2 {
  width: 400px;
  height: 400px;
}
.portfolio-wrap-three .grid-item--width3 {
  width: 400px;
  height: 200px;
}
.portfolio-wrap-three .grid-item--height2 {
  height: 400px;
}

/***********/
/****/
.hamburger-menu-mobile {
  display: none;
}

/**Media Start**/
@media (max-width: 767px) {
  .header-top {
    background-color: transparent;
    box-shadow: none;
  }
  .container {
    width: 100%;
  }
  .animated-line {
    top: 0;
    height: 100%;
    width: 95%;
    display: none;
  }
  .animated-line .line {
    width: 25%;
  }
  .slider-text h2 {
    font-size: 80px;
  }
  .slider-text p {
    font-size: 30px;
  }
  .slider-text {
    top: 15%;
  }
  .slider-text span.mt-1 {
    line-height: 1.3;
  }
  .swiper-arrow-wrap {
    padding: 8px 25px;
    bottom: 60px;
    max-width: 130px;
  }
  .slider-top .swiper-slide::before {
    background-color: rgba(0, 0, 0, 0.5);
  }
  /****/
  .portfolio-wrap {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .portfolio-wrap .w-50 {
    width: 100% !important;
  }
  .portfolio-wrap .big-image {
    height: 250px;
  }
  .portfolio-wrap .img-2 {
    height: 150px;
  }
  .portfolio-wrap .completed-project h4 {
    font-size: 30px;
  }
  .completed-project .w-70 {
    width: 60%;
  }
  .completed-project .w-30 {
    width: 40% !important;
  }
  .portfolio-wrap .completed-project p {
    font-size: 14px;
  }
  .pr-10 {
    padding-right: 0;
  }
  .pl-10 {
    padding-left: 0;
  }
  .portfolio-wrap .details {
    padding-left: 5px;
  }
  .w-70-fullm {
    width: 100%;
  }
  .portfolio-wrap .img-4,
  .portfolio-wrap .img-5 {
    height: 150px;
  }
  .portfolio-wrap .img-6 {
    height: 160px;
  }
  .heading-text h4 {
    font-size: 26px;
  }
  /****/
  .service-wrap .swiper-slidex {
    width: 50%;
  }
  .service-wrap .mt-5 {
    margin-top: 10px !important;
  }
  .service-wrap .mt-100 {
    margin-top: 10px !important;
  }
  .service-wrap .card p {
    font-size: 15px;
    margin-top: 20px;
  }
  .service-wrap .card .icon {
    width: 80px;
    margin: auto;
  }
  .service-wrap .card {
    height: 180px;
  }
  .service-wrap {
    margin-bottom: 50px;
  }
  /****/
  .about-wrap .w-45,
  .about-wrap .w-55 {
    width: 100%;
  }
  .about-wrap .w-55 {
    padding-left: 0;
    margin-top: 30px;
  }
  .about-wrap .w-55 .info h4 {
    font-size: 26px;
  }
  .about-wrap .w-55 .counter-wrap .card {
    padding-right: 10px;
    width: 33.33%;
  }
  .about-wrap .w-55 .counter-wrap p {
    font-size: 26px;
  }
  /****/
  .getin-touch-wrap.mt-100 {
    margin-top: 50px !important;
  }
  .getin-touch-wrap .w-60 {
    padding-right: 0;
    width: 100%;
  }
  .getin-touch-wrap .w-40 {
    width: 100%;
  }
  .getin-touch-wrap .mb-4 {
    margin-bottom: 20px !important;
  }
  .whatsapp-wrp {
    margin-top: 20px;
  }
  /****/
  .w-32 {
    width: 100% !important;
  }
  .w-66 {
    width: 100%;
  }
  .getin-touch-wrap .image {
    display: none;
  }
  .footer-wrap {
    margin-top: 0px !important;
  }
  .footer-wrap .inner {
    flex-direction: column;
  }
  .footer-wrap .w-33 {
    width: 100% !important;
    text-align: center;
  }
  .footer-wrap .uk-flex-right {
    justify-content: center;
  }
  /****/
  .contact-image-wrap {
    margin-top: 20px !important;
  }
  .contact-image-wrap .w-24,
  .contact-image-wrap .w-70 {
    width: 100% !important;
  }
  .contact-image-wrap .w-30 {
    width: 100% !important;
  }
  .contact-image-wrap p {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
  .getin-touch-wrap .w-49 {
    width: 100%;
  }
  .getin-touch-wrap .contact-form {
    margin-top: 40px;
  }
  .contact-page-form .heading-text h4 {
    font-size: 26px;
  }
  /****/
  /**hamburger**/
  /****/
  .hamburger-icon {
    margin-top: 15px;
    margin-right: 15px;
    width: 30px;
    cursor: pointer;
    display: block;
  }
  .hamburger-menu-mobile {
    background: rgb(142, 130, 70);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: -100%;
    transition: 0.5s linear;
    display: block;
  }
  .close-x {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
  }
  .close-x img {
    width: 22px;
    cursor: pointer;
  }
  .left-zero {
    left: 0;
  }
  .mobile-menu {
    margin-top: 20px;
  }
  .mobile-menu ul {
    padding: 0;
  }
  .mobile-menu li a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 15px 20px;
    text-transform: uppercase;
    transition: 0.2s linear;
    border-bottom: 1px solid rgba(223, 203, 105, 0.8);
  }
  .mobile-menu li a:hover {
    color: #fff;
  }
  .mobile-menu .uk-accordion > :nth-child(n+2) {
    margin-top: 0;
  }
  .mobile-dropdpwn-wrp.uk-accordion-content {
    margin-top: 0px;
    background: yellow;
  }
  .mobile-menu .mobile-dropdown-nav li a {
    color: #333333 !important;
    transition: 0.2s linear;
  }
  .mobile-menu .mobile-dropdown-nav li.uk-active,
  .mobile-menu .mobile-dropdown-nav li:hover {
    color: #333;
    background: #dec204;
  }
  .mobile-menu .uk-accordion-title::before,
  .mobile-menu .uk-open > .uk-accordion-title::before {
    filter: brightness(200%);
  }
  .mobile-menu .uk-accordion-title:focus,
  .mobile-menu .uk-accordion-title:hover {
    color: #fff;
  }
  .hamburger-icon {
    margin-top: 15px;
    margin-right: 0;
    width: 30px;
    height: -moz-fit-content;
    height: fit-content;
  }
  /**767 end**/
}/*# sourceMappingURL=style.css.map */