:root{
  --black-color:#000000;
  --black-22color:#222222;
  --white-22color:#ffffff;
  --global-22color:#252525;
  --99693d-color:#99693d;
  --c28851-color:#c28851;
  --1e202c-color:#1e202c;
  --d59d6a-color:#d59d6a;
  --edeef0-color:#edeef0;
  --777778-color:#777778;
  --646b75-color:#646b75;
  --98999b-color:#98999b;
  --e9e9ea-color:#e9e9ea;
  --f2f3f4-color:#f2f3f4;
  --a7a9ac-color:#a7a9ac;
}
:root{
  --popines-muli:'Muli';
  --popines-Roboto:'Roboto';
}
/* --------- SLIDER--------- */
#slider{ 
  max-width:100%; 
  margin:auto; 
  padding:0; 
  position:relative;
}
#slider img {
  width: 100%;
}
.slide_next_image img{
  width: auto !important;
  height: 100%;
}
#slider h2,#slider span,#slider p{
  color: var(--white-22color);
}
#slider h2 {
  padding-top: 15px;  
  font-family: var(--popines-muli);
  font-weight: bold !important;
}
#slider span{
  font:700 12px  var(--popines-Roboto);
  letter-spacing: 11px;
  line-height: 12px;
}
#slider p {
  margin: 15px 0 15px 0;
  border-radius: 0 0 5px 5px;
  font:500 13px  var(--popines-Roboto);
  letter-spacing: 1px;
  line-height: 26px;
}
.slider-box {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  padding: 20px 20px 20px 0;
  max-width: 47%;
  margin: 0 auto;
  text-align: left;
  border-image-slice: 1;
}
#slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0;
}
#slider .carousel-prev-button {
  right: 160px;
}
#slider .carousel-next-button{
  right: 107px;
}
#slider .carousel-prev-button,#slider .carousel-next-button{
  position: absolute;
  bottom: 40%;
  background-color: var(--black-22color);
  color: var(--white-22color);
}
#slider .carousel-item-next,#slider .carousel-item-prev,#slider .carousel-item.active {
  display: block !important;
}
#slider .carousel-control-prev-icon,#slider .carousel-control-next-icon{
  background-image:none; 
}
.carousel-control-next-icon,.carousel-control-prev-icon{
  width: auto;
  height: auto;
}
#slider a i {
  color:var(--white-22color);
}
#slider .inner_carousel h2 small {
  color: var(--white-22color);
  display: block;
  margin-top: 20px;
  font-size: 20px !important;
  font-style: italic;
}
.slide_next_image img {
  text-align: right;
  float: right;
}
#slider .slider-button-1{
  font:700 14px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--white-22color);
  border-radius: 40px;
  padding: 0px 0px 0px 16px;
  display: inline-block;
  border:1px solid var(--white-22color);
  margin-top: 20px;
}
#slider .slider-button-1 i {
  width: 50px;
  height: 50px;
  background-color: var(--global-22color);
  border-radius: 50%;
  padding: 14px 22px;
  font-size: 18px;
  margin-left: 17px;
  position: relative;
  left: 5px;
}
#slider .slider-button-1:hover{
  background-color: var(--white-22color);
  background-image: none;
  color: var(--black-color);
  border-color: transparent;
}
/*Fade slider*/
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}
.carousel-fade  .carousel-item.active,.carousel-fade  .carousel-item-next.carousel-item-left,.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}
.carousel-fade  .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active,.carousel-fade .active.carousel-item-left,.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
#slider ol.carousel-indicators{
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: auto;
  margin-left: 12.5%;
}
#slider ol.carousel-indicators .active{
  background-color: #111;
  border: 3px solid #11111152;
}
#slider .section-seperator{
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* ---------------- Button Effects --------------- */
/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* ---------- Wobble Horizontal ------------- */

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* ------------ Home Page Contact Page ------------- */
#home-contact-details {
  background-color: var(--white-22color);
  padding: 0;
}
#home-contact-details .hb-contact,#home-contact-details .home-cont {
  border-right: 1px solid #ccc;
}
#home-contact-details .home-contact-details-content .contact-title{
  font:700 15px  var(--popines-Roboto);
  letter-spacing: 1px;
  color: var(--global-22color);
  margin-bottom: 0;
  padding-top: 10px;
  line-height: 29px;
}
#home-contact-details .home-contact-details-content .contact-text{
  font:500 13px  var(--popines-Roboto);
  letter-spacing: 1px;
  color: var(--98999b-color);
  margin-bottom: 0;
}
#home-contact-details .home-contact-details-content .contact-title-icon{
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#home-contact-details .home-contact-details-content .contact-title-icon i{
  color: #c18751;
  font-size: 35px;
}
#home-contact-details .cart-icon{
  text-align: center;
}
#home-contact-details .cart-icon i {
  font-size: 15px;
  width: 45px;
  height: 45px;
  border: 2px solid var(--global-22color);
  color: var(--global-22color);
  border-radius: 50%;
  padding: 12px 13px;
}
#home-contact-details .home-cont, #home-contact-details .home-mails, #home-contact-details .cart-icon {
  padding: 18px 15px;
}
#home-contact-details .cart-value {
  width: 22px;
  height: 22px;
  background-color: var(--99693d-color);
  color: var(--white-22color);
  display: inline-block;
  padding: 2px 6px;
  border-radius: 50%;
  position: relative;
  top: -18px;
  left: -22px;
  font-size: 12px;
  font-weight: 700;
}
/* ----------- About Us ------------- */
#about-us{
  background-color: var(--edeef0-color);
  padding: 0;
}
#about-us .about-us-content{
  padding: 50px 15px;
}
#about-us .about-us-content h3{
  font:800 28px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--global-22color);
  padding-top: 12px;
  padding-bottom: 15px;
}
#about-us .about-us-content span{
  font:800 60px var(--popines-muli);
  letter-spacing: 3px;
  color: var(--global-22color);
}
#about-us .about-us-content sub {
  font: 600 15px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--global-22color);
}
#about-us .about-us-content .about-us-text{
  font:500 13px  var(--popines-Roboto);
  letter-spacing: 1px;
  line-height: 28px;
  color: var(--98999b-color);
  padding-bottom: 20px;
}
#about-us .about-us-content h5 a{
  font:800 14px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--global-22color);
}
#about-us .about-us-content .feature-title{
  font:500 12px  var(--popines-Roboto);
  letter-spacing: 1px;
  line-height: 24px;
  color: var(--646b75-color);
}
#about-us .about-us-content .feature-image,#about-us .about-us-content .about-button{
  display: flex;
  align-items: center;
  justify-content: center;
}
#about-us .about-us-content .about-button {
  text-align: right;
}
#about-us .about-us-content .about-button a{
  font:800 14px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--98999b-color);
  background-color: var(--white-22color);
  border-radius: 40px;
  padding: 0px 10px 0px 15px;
  text-align: center;
}
#about-us .about-us-content .about-button i {
  width: 50px;
  height: 50px;
  background-color: var(--global-22color);
  border-radius: 50%;
  padding: 15px 22px;
  font-size: 18px;
  margin-left: 20px;
  position: relative;
  left: 7px;
  color: var(--white-22color);
}
#home-contact-details .about-form-title{
  background-color: var(--c28851-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-contact-details .about-form-title h3{
  font:800 25px var(--popines-muli);
  letter-spacing: 3px;
  color: var(--white-22color);
  text-align: center;
}
#home-contact-details .about-form-title h3:after{
  content: none;
}
#about-us .about-form{
  background-color: var(--white-22color);
  padding-top: 20px;
  padding-bottom: 20px;
}
#about-us .appointment-form input[type="text"],#about-us .appointment-form input[type="email"]{
  border-top:none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--e9e9ea-color);
  margin-top: 20px;
}
#about-us .appointment-form textarea,#about-us .appointment-form input[type="text"]::placeholder,#about-us .appointment-form input[type="email"]::placeholder,#about-us .appointment-form textarea::placeholder{
  font:italic  500 16px  var(--popines-Roboto);
  letter-spacing: 1px;
  color: var(--a7a9ac-color);
}
#about-us .appointment-form textarea{
  border-top:none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--e9e9ea-color);
  margin-top: 20px;
}
#about-us .appointment-form input[type="submit"] {
  font: 800 12px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--global-22color) !important;
  background-color: var(--edeef0-color) !important;
  border-radius: 40px;
  display: block;
  margin: 25px auto 0 auto;
  padding: 16px 26px !important;
}
#about-us .our_feature_box:hover img{
  transition: 1s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#about-us .about-form-title{
  font:800 25px var(--popines-muli);
  letter-spacing: 3px;
  color: var(--white-22color);
  text-align: center;
  background-color: var(--c28851-color);
  padding: 20px 0;
}
#about-us .about-form-title{
  display: none;
}
/* ------------- Phone Details --------------- */
#phone-details{
  padding: 70px 0;
}
#phone-details .phone-details-content{
  text-align: center;
  border:2px dashed var(--white-22color);
  max-width: 100%;
  width: 75%;
  margin: auto;
}
#phone-details .phone-details-content h2{
  font:800 36px var(--popines-muli);
  letter-spacing: 18px;
  color: var(--white-22color);
  margin-top: -14px;
}
#phone-details .phone-details-content .phone-image{
  background-color: var(--c28851-color);
  border-radius: 50%;
  width: max-content;
  padding: 15px 15px;
  margin: 0 auto 0 auto;
  position: relative;
  bottom: 45px;
}
#phone-details .phone-details-content p{
  font:500 15px  var(--popines-Roboto);
  letter-spacing: 2px;
  color: var(--white-22color);
  margin-bottom: 0;
}
#phone-details .phone-details-content a{
  font:900 14px var(--popines-muli);
  letter-spacing: 1px;
  color:  var(--white-22color);
  background-color: var(--c28851-color);
  border-radius: 40px;
  padding: 16px;
  text-align: center;
  position: relative;
  top: 21px;
}
#phone-details .phone-details-content i{
  width: 50px;
  height: 50px;
  background-color: var(--white-22color);
  border-radius: 50%;
  padding: 16px 14px;
  font-size: 19px;
  margin-left: 20px;
  position: relative;
  left: 15px;
  top: 3px;
  color: var(--global-22color);
}
#phone-details .phone-details-content:hover img{
  transition: 1s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
/* ------------ What We Do ---------------- */
#what-we-do {
  background-color: var(--f2f3f4-color);
}
#what-we-do .what-we-do-head{
  padding-bottom: 30px;
}
#what-we-do .what-we-do-head h3{
  font:800 28px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--global-22color);
  padding-top: 12px;
}
#what-we-do .what-we-do-content{
  background-color: var(--white-22color);
  text-align: center;
  padding: 20px;
}
#what-we-do .what-we-do-content h5{
  margin-top: -40px;
}
#what-we-do .what-we-do-content h5 a{
  font:900 16px var(--popines-muli);
  letter-spacing: 0px;
  color: var(--global-22color);
  text-align: center;
}
#what-we-do .services_text{
  font:500 13px  var(--popines-Roboto);
  letter-spacing: 1px;
  color: var(--98999b-color);
  text-align: center;
}
#what-we-do .what-we-do-content .services-icon{
  border-radius: 50%;
  background-color: var(--global-22color);
  padding: 20px 20px;
  width: 100px;
  height: 100px;
  position: relative;
  bottom: 65px;
  margin: auto;
  z-index: 99;
}
#what-we-do .owl-stage{
  padding-top: 50px;
}
#what-we-do .what-we-do-content .services-image{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 2s;
  width: 100% !important;
  height: 100%;
}
#what-we-do .what-we-do-content .services-image:hover{
  opacity: 1;
}
#what-we-do .what-we-do-content:hover .services-icon{
  background-color: #c18751;
  border: 3px solid #ffff;
}
#services-loop{
  display: none;
}
#what-we-do .owl-dots,#our-products .owl-dots{
  display: block;
}
/* ---------- Our Projects ------------ */
#our-project{
  background-color: #f6ede5;
}
#our-project .our-project-head h3{
  font:800 28px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--global-22color);
  padding-top: 12px;
}
#our-project .project-tabs ul{
  max-width: 100%;
  width:fit-content;;
  margin: 0 auto
}
#our-project .project-tabs ul li{
  display: inline-block;
}
#our-project .project-tabs a{
  padding: .5rem 14px;
  text-align: center;
  font-size: 12px !important;
}
#our-project .project-tabs ul li a{
  font:700 15px  var(--popines-Roboto);
  letter-spacing: 1px;
  color: var(--global-22color);
}
#our-project .project-tabs ul li .active{
  color: #8e5724;
}
#our-project .project-tabs ul li .active:after{
  content: "";
  width: 40px;
  height: 3px;
  background-color: var(--c28851-color);
  display: block;
  margin-top: 15px;
}
#our-project .our-project-content{
  margin-top: 30px;
}
#our-project .project-tabs-box{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#our-project .our-project-content h5 a{
  font:700 16px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--white-22color);
}
/* ---------- project hover ------------ */
#our-project .box{
  text-align: center;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  overflow: hidden;
  perspective: 300px;
  position: relative;
}
#our-project .box:before{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
#our-project .box:hover:before{ top: 0; }
#our-project .box img{
  width: 100%;
  height: auto;
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
  background: var(--black-color);
}
#our-project .box:hover img{ transform: scale(1); }
#our-project .box .box-content{
  width: 100%;
  background: var(--global-22color);
  position: absolute;
  bottom: -1px;
  left: 50%;
  opacity: 0;
  z-index: 1;
  transform: translateX(-50%) rotateX(90deg);
  transform-origin: bottom;
  transition: all 0.4s ease 0s;
  text-align: left;
  padding-left: 30px;
}
#our-project .box:hover .box-content{
  opacity: 0.9;
  transform: translateX(-50%) rotateX(0deg);
}
#our-project .box .title{
  font-size: 25px;
  color: #101010;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}
#our-project .box .post{
  display: inline-block;
  margin: 0 0 10px 0;
  font:500 12px   var(--popines-Roboto);
  letter-spacing: 1px;
  color: var(--white-22color);
}
#our-project .box .icon{
  padding: 0;
  margin: -17px 16px -11px 0;
  list-style: none;
  text-align: right;
}
#our-project .box .icon li{
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s ease 0s;
}
#our-project .box .icon li i {
  width: 35px;
  height: 35px;
  background-color: var(--c28851-color);
  color: var(--white-22color);
  border-radius: 50%;
  padding: 9px 12px;
  font-size: 16px;
  position: relative;
  bottom: 0px;
}
/* ------------- Our Products ----------- */
#our-products .our-products-head h3{
  font:800 28px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--global-22color);
  padding-top: 12px;
}
#our-products .our-products-content{
  text-align: center;
}
#our-products .our-products-content h5{
  padding-top: 15px;
}
#our-products .our-products-content h5 a{
  font:800 17px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--global-22color);
  text-align: center;
}
/* ---------- Product Hover ------------ */
#our-products .box{
  text-align: center;
  overflow: hidden;
  position: relative;
}
#our-products .box:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
#our-products .our-products-content:hover .box:after{
  opacity: 1;
}
#our-products .box img{
  width: 100%;
  height: auto;
}
#our-products .box .box-content {
  width: 100%;
  background: #505050;
  padding: 10px 20px;
  color: #f1e7c3;
  position: absolute;
  bottom: -100%;
  left: 0px;
  z-index: 1;
  text-align: left;
  transition: all 0.5s ease 0s;
}
#our-products .our-products-content:hover .box-content{
    bottom: 0;
}
#our-products .box .title{
  margin: 0 0 8px 0;
  position: relative;
}
#our-products .box .title ins{
  font:600 14px  var(--popines-Roboto);
  letter-spacing: 1px;
  color: var(--white-22color);
  text-decoration: none;
  margin-right: 3px;
}
#our-products .box .title del {
  font: 500 14px var(--popines-Roboto);
  letter-spacing: 1px;
  color: #d2d2d2;
  position: absolute;
  right: 0;
  width: 100%;
  left: 3.5rem;
  bottom: 3px;
}
#our-products .box .post{
  display: block;
}
#our-products .box .post i{
  width: 40px;
  height: 40px;
  background-color: var(--c28851-color);
  color: var(--white-22color);
  padding: 13px 10px;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  right: 18px;
}
#our-products .box .post a{
  color: var(--white-22color);
  font-weight: bold;
}
#our-products #product-loop,#our-partners #partners-loop{
  display: none;
}
/* ---------- Our Partners ---------- */
#our-partners{
  background-color:var(--c28851-color);
}
/* ------------- Testimonial --------------- */
#our-testimonial-records{
  padding: 0;
  background-color: var(--f2f3f4-color);
}
#our-testimonial-records .testimonial-content .testimonials-text {
  font: 500 12px var(--popines-Roboto) !important;
  letter-spacing: 1px;
  line-height: 27px !important;
  color: var(--98999b-color);
  text-align: center;
}
#our-testimonial-records .testimonial-content h5 a{
  font:700 18px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--c28851-color);
}
#our-testimonial-records .testimonial-content .test-desig{
  font:600 16px  var(--popines-Roboto);
  letter-spacing: 1px;  
  color: var(--global-22color);
  padding-bottom: 25px;
}
#our-testimonial-records #testimonials-content{
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 25px;
}
#our-testimonial-records #testimonials-content img{
  border-radius: 50%;
}
#our-testimonial-records #testimonials-loop{
  display: none;
}
/* -------------- Our Records ----------- */
#our-records{
  padding: 50px 25px;
  background-repeat: no-repeat;
  background-size: cover;
}
#our-records h3{
  font:800 28px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--global-22color);
  padding-top: 12px;
}
#our-records .record-dec{
  font:500 12px  var(--popines-Roboto);
  letter-spacing: 1px;
  line-height: 28px;
  color: var(--98999b-color);
  padding-top: 15px;
}
#our-records .record-content{
  text-align: center;
}
#our-records .record-content h2{
  font:800 36px var(--popines-muli);
  color: var(--global-22color);
  padding-top: 10px;
}
#our-records .record-content p{
  font:700 13px  var(--popines-Roboto);
  letter-spacing: 1px;
  color: var(--98999b-color);
}
#our-records .record-content:hover img{
  transition: 1s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#our-testimonial-records #records-loop{
  display: none;
}
/* ---------- Why Choose Us -------- */
#why-choose-us .why-choose-us-head{
  text-align: center;
}
#why-choose-us .why-choose-us-head h3{
  font:800 28px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--white-22color);
  padding-top: 15px;
  padding-bottom: 15px;
} 
#why-choose-us .why-choose-us-head p{
  font:500 14px  var(--popines-Roboto);
  letter-spacing: 1px;
  line-height: 23px;
  color: var(--a7a9ac-color);
}
#why-choose-us .why-choose-us-content{
  text-align: right;
}
#why-choose-us .why-choose-us-content a{
  font:700 16px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--white-22color);
}
#why-choose-us .why-choose-us-content p{
  font:500 12px  var(--popines-Roboto);
  letter-spacing: 1px;
  line-height: 23px;
  color: var(--a7a9ac-color);
}
#why-choose-us .why-choose-us-content i{
  width: 50px;
  height: 50px;
  color: var(--white-22color);
  border-radius: 50%;
  padding: 18px 17px;
  background-color: var(--c28851-color);
}
#why-choose-us .why-choose-us-icon{
  display: flex;
  align-items: center;
  justify-content: center;
}
#why-choose-us .why-choose-us-box{
  margin-bottom: 15px;
}
#why-choose-us .why-ch-right {
    text-align: left;
}
#why-choose-us .why-choose-us-box:hover i{
  transition: 1s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
/* --------- Our Team ------------- */
#our-team .our-team-head h3{
  font:800 28px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--global-22color);
  padding-top: 12px;
  padding-bottom: 30px;
}
#our-team .our-team-content{
  text-align: center;
}
#our-team .our-team-content h5{
  margin-bottom: 5px;
  padding-top: 15px;
}
#our-team .our-team-content h5 a{
  font:800 18px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--global-22color);
  text-align: center;
}
#our-team .team-desig{
  font:500 15px  var(--popines-Roboto);
  letter-spacing: 1px;
  color: var(--646b75-color);
  margin-bottom: 0;
}
#our-team .owl-carousel .owl-item img{
  margin: 0;
  width: 100% !important;
}
#our-team #team-loop{
  display: none;
}
/* --------- Team Hover ------------- */
#our-team .box{
  padding: 5px 5px 0 5px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
#our-team .box img{
  width: 100%;
  height: auto;
}
#our-team .box .box-content{
  width: 97.1%;
  padding: 40px 0 40px 0px;
  background: rgba(0,0,0,0.7);
  position: absolute;
  bottom: 0px;
  left: 5px;
  right: 5px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease 0s;
  text-align: left;
}
#our-team .our-team-content:hover .box-content{
  opacity: 1;
  transform: translateY(0);
}
#our-team .box-content p {
  font: 600 13px var(--popines-Roboto);
  letter-spacing: 1px;
  color: var(--white-22color);
  margin-bottom: 5px;
}
#our-team .box-content p i{
  padding-right: 5px;
  color: var(--c28851-color);
  padding-left: 20px;
}
#our-team .social-profiles{
  text-align: center;
  padding-top: 10px;
}
#our-team .social-profiles i{
  color: var(--white-22color);
  padding:0 10px;
} 
#our-team .know-more i {
  width: 36px;
  height: 36px;
  color: var(--white-22color);
  border-radius: 50%;
  padding: 10px 15px;
  background-color: var(--c28851-color);
  font-size: 13px;
  position: absolute;
  top: -20px;
  right: 29px;
}
/* ------------ video ------------ */
#video {
  text-align: center;
  background-color: var(--c28851-color);
  padding: 7rem 0;
}
#video i{
  width: 70px;
  height: 70px;
  background-color: var(--c28851-color);
  color: var(--white-22color);
  border-radius: 50%;
  padding: 21px 10px;
  border:2px solid var(--white-22color);
  font-size: 25px;
}
#video h3{
  font:800 28px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--white-22color);
  padding-top: 30px;
}
#video p{
  font:500 15px  var(--popines-Roboto);
  letter-spacing: 1px;
  line-height: 24px;
  color: var(--white-22color);
  padding-top: 20px;
}
/* ------------ Video Popup ----------------- */
/* The Modal (background) */
#video .modal-new {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999999;
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
#video .modal-contents {
  background-color: var(--white-22color);
  margin: auto;
  padding: 6px;
  width: 80%;
  transition: 2s;
  border-radius: 10px;
}
/* The Close Button */
#video .close-one {
  color: var(--global-22color);
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding-right: 20px;
}
#video .close-one:hover,#video .close-one:focus {
  text-decoration: none;
  cursor: pointer;
}
/* ----------- Latest News ------------- */
#latest-news {
  padding: 60px 0;
}
#latest-news .latest-news-head{
  padding-bottom: 30px;
}
#latest-news .latest-news-head h3{
  font:800 28px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--global-22color);
  padding-top: 12px;
}
#latest-news .latest-news-content h5{
  padding-top: 17px;
}
#latest-news .latest-news-content h5 a{
  font:800 19px var(--popines-muli);
  letter-spacing: 0px;
  color: var(--global-22color);
}
#latest-news .blog-meta span{
  font:500 14px  var(--popines-Roboto);
  letter-spacing: 1px;
  color: var(--global-22color);
  margin: 0 8px;
}
#latest-news .blog_text{
  font:500 14px  var(--popines-Roboto);
  letter-spacing: 1px;
  line-height: 28px;
  color: var(--646b75-color);
  padding-top: 15px;
  padding-bottom: 20px;
}
#latest-news .read-more{
  font:700 13px var(--popines-muli);
  letter-spacing: 0px;
  color: var(--global-22color);
  background-color: var(--edeef0-color);
  border-radius: 40px;
  padding: 18px 23px;
}
#latest-news .read-more i {
  width: 50px;
  height: 50px;
  background-color: var(--global-22color);
  border-radius: 50%;
  padding: 15px 22px;
  font-size: 18px;
  margin-left: 20px;
  position: relative;
  left: 21px;
  color: var(--white-22color);
  top: 0px;
}
#latest-news .news-date{
  font:800 17px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--white-22color);
  background-color: var(--global-22color);
  padding: 10px;
  display: inline-block;
  width: 70px;
  position: absolute;
  top: -19px;
  left: 50px;
  text-align: center;
}
#latest-news .latest-news-content:hover .news-date,#latest-news .latest-news-content:hover .read-more i{
  background-color: var(--c28851-color);
}
#latest-news .latest-news-content:hover h5 a{
  color: var(--c28851-color);
}
#latest-news #latest-news-loop{
  display: none;
}
#latest-news .owl-stage{
  padding-bottom: 23px;
  padding-top: 35px;
}
#latest-news .meta-seperator{
  font-weight: bold !important;
}
span.latest-news,span.latest-news, span.our-team,span.our-records, span.our-testimonial-records, span.our-partners, span.our-products, span.what-we-do, span.slider{
  display: none;
}
#phone-details,#slider, .box.project-image, #why-choose-us{
  background: var(--black-color);
  background-size: 100% 100%;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
#our_partners img{
  width: auto !important;
}
button.owl-next, button.owl-prev {
  background: var(--1e202c-color);
}
button.owl-prev {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
  outline: none;
}
button.owl-next {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
  outline: none;
}
button.owl-next i, button.owl-prev i{
  color: var(--white-22color);
}
.owl-carousel .owl-dots{
  text-align: center;
  padding-top: 30px;
}
.owl-carousel .owl-dots button {
  width: 7px;
  height: 7px;
  background-color: var(--global-22color) !important;
  border-radius: 50%;
  margin: 0 5px;
  outline: none;
  box-shadow: 0px 0px 2px 3px #11111152;
}
.owl-carousel .owl-dots .active{
  background-color: var(--d59d6a-color) !important;
  box-shadow: 0px 0px 2px 3px #d59d6aa1;
}
h3:after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: var(--c28851-color);
  display: block;
  margin-top: 20px;
}
#why-choose-us .why-choose-us-head h3:after{
  margin:15px auto 0 auto;
}