@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap');

:root {
  --pri-color: #005826;
  --sec-color: #1fa669;
  --font-family-Roboto: 'Roboto', sans-serif;
  --site-Radius: 6px;
  --site-Shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  --site-LBorderC: #0002;
}
body{
  color: #444;
  padding: 0px;
  font-family: 'Barlow', sans-serif;
  margin: 0px;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
html {
  scroll-behavior: smooth;
}
/*Header css Start*/
.header.contain-header {
    box-shadow: 0 3px 4px rgb(0 0 0 / 7%);
}
.header.contain-header {
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%;
}
.contain-header {
    position: relative;
    background-color: #fff;
}
.header.contain-header .container {
    position: relative;
}
.site_logo {
    max-width: 140px;
}
.navbar-light.main-menu .navbar-toggler:focus {
    box-shadow: none;
}
.navbar-light.main-menu .navbar-toggler {
    border-radius: 0;
    border-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.header.contain-header .main-menu div>ul>li>a:not(.btn_add) {
    color: #333;
    font-weight: 500;
    font-family: var(--font-family-Roboto);
}
.site_logo:not(.mob_logo_a) {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media(max-width: 991.98px){
  
  .site_logo:not(.mob_logo_a) {
        max-width: 100px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
  .main-menu {
      justify-content: flex-end;
  }
  .main-menu .navbar-collapse {
      position: fixed;
      left: 0;
      visibility: hidden;
      top: 0;
      bottom: 0;
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
      transition: transform 0.3s ease-in-out;
      background-color: #fff;
      width: 100%;
      padding: 1rem;
      max-width: 100%;
  }

  .main-menu .navbar-collapse.show {
    visibility: visible;
    height: 100vh;
  }
}
@media(min-width: 992px){
  .header.contain-header .main-menu div>ul>li:not(:last-child) {
        margin-right: 20px;
  }
  .main-menu ul li{
    display: inline-block;
  }
}
@media(min-width: 1200px){
  .header.contain-header .main-menu div>ul>li>a:not(.btn_add) {
    padding: 25px 0;
  }
}
/*Header css End*/

/* New page menu Start*/
.proudly__emirati {
  display: flex;
  align-items: center;
  justify-content: center;
}
.proudly__emirati img{
  max-width: 28px;
  display: inline-flex;
  margin-right: 8px;
}
.proudly_text {
  font-weight: 500;
  font-family: var(--font-family-Roboto);
  color:#333;
  font-size: 10px;
}
@media(min-width: 992px){
  .proudly__emirati {
    justify-content: flex-end;
  }
  .proudly_text {
    font-size: 14px
  }
  .proudly__emirati img {
    max-width: 40px;
  }
}
/* New page menu End*/
/*map with wikinfo Start*/
.map_with_wikinfo {
  background-color: var(--pri-color);
  
}

.info__n_head{
  padding: 20px;
  background-color:#000;
  text-align: center;
  border-radius:var(--site-Radius) var(--site-Radius) 0 0 ;
}

.info__n_body {
  background-color: var(--pri-color);
   border-radius: 0 0 var(--site-Radius) var(--site-Radius);
}

.info__n_head p{
  margin-bottom: 0;
  color:#fff;
  font-size: 20px;
  font-family: var(--font-family-Roboto);
}
.info__n_body {
  padding: 20px;
  min-height: 295px;
}
.info__n_body p{
  margin-bottom: 0;
  font-size: 16px;
  font-family: var(--font-family-Roboto);
  color:#fff;
}

/*map with wikinfo End*/
/*Hero Section Start*/
.template__banner {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  background-position: center;
  align-items: center;
}


.template__banner .banner__content h1 {
    font-size: 32px;
    font-weight: 700;
}
.template__banner h1, 
.template__banner p {
    color: #fff;
}
.template__banner p {
    margin-bottom: 15px;
    margin-top: 15px;
}
.banner__content{
  background-color: #0006;
  border-radius: var(--site-Radius);
  padding: 20px 30px;
}
.template_btn::before{
  content: "\f095";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
}
.template_btn {
    background: var(--pri-color);
    padding: 17px 32px;
    margin-top: 15px;
    display: inline-block;
    border-radius: var(--site-Radius);
    color: #fff;
    transition: all 0.5s ease;
    border:1px solid #fff;
}

.template_btn:hover {
    background: var(--sec-color);
    color: #fff;
}
@media(min-width: 992px){
  .template__banner {
    min-height: 500px;
  }
  .template__banner h1{
    line-height: 54px;
    font-size: 50px;
  }
  .template_btn {
    font-size: 20px;
    font-family: var(--font-family-Roboto);
  }
  .banner__content {
    max-width: 50%
  }
}

/*Hero Section End*/
/*Css Written by Mohammad Ayaz on May 2024*/
/*after hero section Start*/
.template__box01 {
  text-align: center;
  padding: 20px;
}
.template__box01 p:first-child{
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.template__box01 p{
  margin-bottom: 0;
}
.template__box01 .box01_img {
  margin-bottom: 20px;
}
.template__sec01 .col-lg-4:nth-child(2),
.template__sec01 .row{
  box-shadow: 0 0 20px 0 #0002;
}
 .template__sec01 .row {
    border-radius: var(--site-Radius);
  }
@media(min-width: 992px){
  .template__box01 {
    padding: 30px;
  }
  .template__box01 p:first-child {
    font-size: 22px;
  }

}
/*after hero section End */
/*service__template Start*/
.dm-flip-card {
  position:relative; 
  width : 100%;
  height : 350px;
  background:transparent;
  transform-style: preserve-3d;
  perspective: 2000px;
} 

.dm-front-card {
   position:absolute;
   height:100%;
   width:100%;   
   backface-visibility: hidden;
   transition: transform 1s;
   background-size:cover;
   background-position:center center;
   border-radius: var(--site-Radius);
}
.dm-front-card.service__1 {
  background-image:url('/userfiles/images/templates/t6/services/commercial-ac-unit-maintenance.webp');
}
.dm-front-card.service__2 {
  background-image:url('/userfiles/images/templates/t6/services/home-ac-unit-maintenance.webp');
}
.dm-front-card.service__3 {
  background-image:url('/userfiles/images/templates/t6/services/wall-ac-unit-maintenance.webp');
}

/*Just overlay color of front image*/

.dm-front-card:after {
  content:'';
  position:absolute;
  height:100%;
  width:100%;
  background: var(--pri-color);
  top:0;
  left:0;
  opacity:0.1;
  border-radius: var(--site-Radius);
}
  
.dm-back-card {
   position:absolute;
   height:100%;
   width:100%;
   background:var(--pri-color);
   backface-visibility: hidden;
   transform:rotateY(180deg); /*-180deg to flip direction*/
   transition: transform 1s;
   justify-content:center;
   align-items:center;
   display:flex;
   flex-direction:column;
   padding: 10px 20px;
   border-radius: var(--site-Radius);
}
.dm-back-card h3,
.dm-back-card p{
  color:#fff;
}
.dm-back-card h3{
  font-size: 20px;
}
.dm-back-card p {
  margin-bottom: 0;
}
.dm-flip-card:hover .dm-front-card {
  transform: rotateY(-180deg); /*180deg to flip direction*/    
}
    
.dm-flip-card:hover .dm-back-card {
  transform:rotateY(0deg);  
}
@media (min-width: 992px){
  .dm-back-card {
    padding: 20px 40px;
  }
  .dm-back-card h3{
    font-size: 24px;
  }
}

/*service__template End*/
/*testimonials start*/
.testimonials svg{
  fill:var(--pri-color);
}
.testimonials:not(.no__radius) .col-lg-6:first-child div > img{
  border-radius: 10px;
}
.testimonials h2,
.testimonials h3{
  margin-bottom: 20px;
}
.testimonials h3 {
  font-size: 20px;
  color:var(--pri-color);
  font-family: var(--font-family-Roboto);
}
.testimonials .testi__box {
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: var(--site-Radius);
}
.testimonials:not(.no__radius) .testi__box {
  border-radius: 4px;
}
.testimonials .testi__box .testi__head {
  justify-content: space-between;
  /*align-items: center;*/
}
.testimonials .col-lg-6:not(:first-child) p{
  color: #676767;
  font-family: var(--font-family-Roboto);
}
.testi_body blockquote{
  font-family: var(--font-family-Roboto);
}
.testimonials .testi__box .testi__head{
  margin-bottom: 3px;
}
.testi__head .right_t_side img{
  width: 25px;
}
.testimonials .slick-slider {
  margin:0 -10px;
} 
.testimonials .slick-slide {
  padding: 0 10px;
}
.testimonials .testi__box .testi__head,
.left_t_side {
  display: flex;
}
.left_t_side {
  align-items: center;
}
.left_t_side div{
  margin-right: 8px;
}
.left_t_side > div:not(:firs-child) {

}
.left_t_side div img{
  max-width: 30px;
}
.testi_body i{
  color:rgb(246,187,6);
}
.testi_body p{
  font-size: 14px;
  color:#000;
  font-weight: 400;
  margin-bottom: 0;
}
.testimonials .slick-prev,
 .testimonials .slick-next {
  z-index: 99;
 }
 .testimonials .slick-prev::before,
 .testimonials .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color:#0008;
 }
 .testimonials .slick-prev::before{
  content: "\f104";
 }
 .testimonials .slick-next::before{
  content: "\f105";
 }
 .testimonials .slick-next {
  right: 0;
 }
/*.testi_body .show-more-height {
   margin-bottom: 0;
}*/
.testi_body .show-more {
  color:#000;
  cursor: pointer;
}
@media(min-width: 992px){
  .testimonials h3{
    margin-bottom: 40px;
  }
  .testimonials .col-lg-6:not(:first-child) p {
    font-size: 18px;
    margin-bottom: 0;
  }
}
/*testimonials End*/
/*New FAqs Start*/
.site_faqs .accordion-item {
  border: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  border-radius: var(--site-Radius);
}
.site_faqs .accordion-item:not(:last-child){
  margin-bottom: 20px;
}

.site_faqs .accordion-item .accordion-header button {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  padding: 20px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: none;
  font-family: var(--font-family-Roboto);
  border-radius: var(--site-Radius);
}
.site_faqs .accordion-item .accordion-header button:not(.collapsed) {
  border-radius: var(--site-Radius) var(--site-Radius) 0 0; 
}
.accordion-body {
  font-family: var(--font-family-Roboto);
}
.accordion-body blockquote{
  margin-bottom: 0;
}
.site_faqs .accordion-button:not(.collapsed) {
  color: var(--pri-color);
}
.site_faqs .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23005826'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.site_faqs .accordion-item .accordion-header button:focus{
  box-shadow: none;
}
@media(min-width: 992px){
  .accordion-body{
    font-size: 18px;
  }
  .site_faqs .accordion-item .accordion-header button {
    font-size: 20px
  }
}
/*New FAqs End*/

/*template__call Start*/
.template__call {
  position:  relative;
}
.template__call::before{
  content: '';
  position: absolute;
  left:0;
  right: 0;
  bottom:0;
  top:0;
  background-color: #0009;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.template__call .container {
  position: relative;
  z-index: 9;
}
.template__call h2,
.template__call p{
  color:#fff;
}
.template__call .btn{
  padding: 12px 32px;
  border-radius: var(--site-Radius);
  background-color: var(--pri-color);
  border-color: var(--pri-color);
}
.template__call .btn::before{
  content: "\f095";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 6px;
}
.template__call .btn:hover{
  background-color: var(--sec-color);
  border-color: var(--sec-color);
}
@media(min-width: 992px){
  .template__call .btn{
    font-size: 20px;
    font-family: var(--font-family-Roboto);
  }
}
/*template__call End*/
/*General Section Css Start*/
.template__sec02  ul {
  list-style: disc;
  font-family: var(--font-family-Roboto);
  padding-left: 36px;
}
.mt-30 {
    margin-top: 30px;
}
.cursor-pointer {
    cursor: pointer;
}
.footer_btm p {
    font-family: var(--font-family-Roboto);
}
.footer_btm p a {
    font-weight: 700;
    color: var(--sec-color);
    font-family: var(--font-family-Roboto);
}
img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    transition: 0.3s ease-in-out;
    outline: 0;
}
ol, ul {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #1b1a1a;
    font-weight: 700;
}

.section-title {
  text-align: center;
}
.template__bg {
  background-color: #f3f0f1;
}
.section-title h2 {
  font-size: 26px;
  font-weight: 700;
/*  margin-bottom: 20px;*/
  padding-bottom: 20px;
  position: relative;
  /*color: #2c4964;*/
}
p{
  font-family: var(--font-family-Roboto);
}

.section-title p {
  margin-bottom: 0;
}
.sec_py,
.sec_pt {
  padding-top: 40px;
}
.heading__title {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
}
.sec_py,
.sec_pb {
  padding-bottom: 40px;
}
.template_Bradius{
  border-radius: var(--site-Radius);
}
@media(min-width: 992px){
  .section-title h2 {
    font-size: 32px;
  }
  .sec_py,
  .sec_pt {
    padding-top: 50px;
  }

  .sec_py,
  .sec_pb {
    padding-bottom: 50px;
  }
  .heading__title {
    font-size: 30px;
    margin-bottom: 40px;
  } 
}
@media(min-width: 1200px){
  .sec_py,
  .sec_pt {
    padding-top: 60px;
  }

  .sec_py,
  .sec_pb {
    padding-bottom: 60px;
  }
  .heading__title {
    font-size: 34px;
  }
}
/*General Section Css End*/
/*Top Cities Start*/

.top_cate li.cols{
  display: flex;
}
.top_cate li.cols a{
  color:var(--pri-color);
  font-size: 15px;
  font-family: var(--font-family-Roboto);
}
.top_cate li.cols a::before{
  display: inline-block;
  margin-right: 8px;
  font-family: "Font Awesome 6 Free";
  content: "\f3c5";
  font-weight: 900
}
.related__links .top_cate li.cols a::before {
  content: "\f14c";
}
.top_cate ul{
  -moz-columns: 1;
    column-count: 1;
    gap:  16px;
}
.top_cate li {
  margin-bottom: 16px;
}
@media(min-width: 576px){
  .top_cate ul{
    -moz-columns: 3;
      column-count: 3;
  } 
}
@media(min-width: 992px){
  .top_cate ul{
    -moz-columns: 4;
      column-count: 4;
  } 
  .top_cate li {
    margin-bottom: 0;
  }
}
/*Top Cities End*/