@font-face {
    font-family: "cairo";
    src: url(../fonts/Cairo-Regular.ttf);
}
@font-face {
    font-family: "cairo-bold";
    src: url(../fonts/Cairo-Bold.ttf);
}
@font-face {
    font-family: "cairo-semibold";
    src: url(../fonts/Cairo-SemiBold.ttf);
}
a, a:visited, a:hover, a:focus
{
    text-decoration: none!important;
    color: #212529;
}
html{
    height: 100%;
    overflow-x: hidden;
}
body{
    font-family: "cairo";
    min-height    : 100%;
    overflow-x: hidden;
}
.dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu>.dropdown-menu {
    top: -10px;
    left: 100%;
    border: 0;
}
  .dropdown-toggle::after {
    margin: 0 0.655em;
  }
  .dropdown-menu  {
    background: rgb(255 251 251 / 92%);
    border:0;
    border-radius: 0;
    top: 132%;
    padding: 7px 0;

  }
.dropdown-item.active, .dropdown-item:active,
.dropdown-item.hover, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4b7e3b;
}

.dropdown-item {
    color: rgba(0,0,0,.5);
    background: rgb(240 240 240 / 29%);
}
.dropdown-menu .nav-link, .dropdown-menu  .nav-link {
    color: rgba(0,0,0,.7);
}
.homenav {
    background: rgb(255 251 251 / 92%);
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.headnav {
    background: rgb(255 251 251 / 92%);
    position: relative;
    width: 100%;
    z-index: 9999;
}
.headnav .nav-item,
.homenav .nav-item{
    margin: 7px 12px;
}
.upper_header nav.logo{
    background: rgba(233, 233, 233 );
}
.upper_header nav.logo img{
    max-width: 100px;
}
.home_header{
    background-image: url(../img/banner.jpg);
    /* min-height: 726px; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 54px;
}
.header{
    background-image: none;
}
.slug{
    min-height: 400px;
    color: #FFF;
    position: relative;
}
.slug_container{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 53px;
}
.slug_container h1{
    font-size: 50;
}
.slug_container p{
    font-size: 30px;
}
.who_us{
    margin-bottom: 58px;
    text-align: right;
}
.who_us h2{
    font-family: "cairo-bold";
    /* margin: 16px 0; */
    margin: 16px 12px;

}
.who_us p{
    padding: 0 19px;
    text-align: start;
}
.who_us svg{
    margin: 16px 0;
}
.title_border{
    font-family: "cairo-semibold";
    display: inline-block;

}
.title_border:after{
    content: "";
    border-bottom: 3px solid #70913F;
    width: 50%;
    display: block;
    text-align: center;
    margin: 23px auto;
}
.why_us{
    padding: 58px 0;
}
.why_us .icon{
    font-size: xx-large;
    color: #82D114;
    width: 50%;
    margin: 28px auto;
    background: rgb(127 127 127 / 5%);
    border-radius: 70px;
}
.why_us .title{
    font-family: 'cairo-semibold';
    font-size: 21px;
    margin-bottom: 35px;
}
.why_us .desc{
    font-size: 18px;
}

.why_us .content{
    border-radius: 33px;
    border: 1px solid #EDEDE7;
    padding: 5px 10px;
    margin-bottom: 20px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.services{
    padding-bottom: 58px;

}
.services img{
    max-width: 100%;
    border-radius: 33px;
    margin-bottom: 10px;
}
.services .content{
    margin: 21px 34px;

}
.services .img{
    padding-bottom: 29px;
}
.services .title{
    font-family: 'cairo-semibold';
}
.services .btn_bordered{
    border-radius: 33px;
    border: 2px solid #81CA1B;
}
.services .btn_bordered:hover{
    border: 2px solid #579600;
    background: #e8e5e533;
    box-shadow: 3px 2px 8px 0px #71707080;
}
.partners{
    padding-bottom: 58px;
}
.partners .content{
    border-radius: 50%;
    background: rgba(230,226,226,0.59);
    width: max-content;
    padding: 23px;
    overflow: hidden;
    height: 196px;
    max-width: 196px;
}
q:before, q:after {
    content: ' ';
}
.partners .content img{
    max-width: 150px;
    max-height: 150px;
}
/*   Start Testimonials */

.testimonials {
    background: #F4F4F4;
    padding: 34px 0;
    direction: ltr;
    overflow: hidden;
}

 
  .testimonial {
    text-align: center;
   }
  
  .testimonial-avatar {
    width: 100px;
    border-radius: 50%;
  }
  
  .testimonial-quote {
    display: block;
    font-size: 24px;
    font-weight: 300;
    padding: 10px 0;
  }
  
  .testimonial-author {
    display: block;
    font-weight: 800;
    color: #7AA641;
    margin: 12px 0;
}
  
  
  .slick-dots li button:before {
      color: transparent;
    font-size:20px;
    border:3px solid  #A7D765;
    border-radius: 50%;
  }
    
  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #A7D765;
    border:none;
}

.slick-prev:before, .slick-next:before {
    opacity: 1;
    color: #a7d765;
}
  /*    End Testimonials  */

footer{
    background-color: #444444;
    border-top: 7px solid #707070;
    color: #fff;
}
footer iframe {
    min-width: 100%;
    max-width: 100%;
    height: 401px;
    margin-bottom: 25px;
}
footer .address{
    font-family: 'cairo-bold';
    color: #fff;
}

footer hr{
    border-top: 1px solid rgb(0 0 0 / 18%);
    color: azure;
    width: 70%;
    /* height: 7px; */
    box-shadow: 6px 3px 7px 0px rgb(0 0 0 / 32%);
}
.footer_container{
    padding: 37px 33px;
}
footer .social_links img {
        max-width: 30px;
        margin: 0 7px;
}
footer .footer_container h4{
    font-family: 'cairo-bold';
}

.team .content {
    margin-bottom: 58px;
}

.team .img{
    margin: 12px 0px;
    
}
.team img {
    border-radius: 50%;
    border: 2px dashed #848484ba;
    padding: 7px;
    width: 240px;
    height: 240px;
    max-height: 240px;
}
.gallery{
    margin-bottom: 58px;
}
.gallery .content {
     border-radius: 33px;
    border: 1px solid #9a9a9a;
    box-shadow: 1px 3px 40px rgb(0 0 0 / 16%);
    padding: 13px 0;
}

.gallery .content .details{
    margin: 20px 0;
}
 
.gallery .content .title{
    font-family: 'cairo-bold';
}

.gallery .content .year{
    font-family: 'cairo-semibold';
}

.gallery .work-carousel{
    direction: ltr;

}
.gallery .work{
    max-height: 150px;
    padding: 28px 11px;
}
.gallery .work img{
    max-width: 100%;
    min-width: 100%;
    max-height: 100px;
}
.contact_us {
    margin-bottom: 58px;
}
.contact_us .contact_box,
.contact_us .contact_info{
    padding: 16px 30px;
}
.contact_us .contact_box{
    background-color: rgb(217,217,217,.3);
    font-family: 'cairo-semibold';
}
.contact_us .contact_box input,
.contact_us .contact_box textarea{
        background-color: #EBEBEB;
        border : none;
}
.contact_us i {
    font-size: small;
    margin: 0 6px;
}
.contact_box .submit{
    background: transparent;
    border-radius: 33px;
    padding: 4px 28px;
    color: #4E4E4E;
    border: 1px solid #4E4E4E;
}

.contact_info .info {
    padding: 25px 29px;
}

.blog {
    margin-bottom: 58px;
}
.blog img{
    /* max-width: 100%; */
    margin-bottom: 10px;
    width: 290px;
    max-height: 180px;
}
.single-post img{
    width: 700px;
    max-height: 450px;
}
.blog .content{
    margin: 21px 34px;

}
.blog .img{
    padding-bottom: 29px;
    border: 0;
}
.blog .title{
    padding-bottom: 9px;
    font-family: 'cairo-bold';
}
.blog .date{
    color:#4E4E4E;
    font-family: 'cairo-semibold';
    padding-bottom: 9px;
}
.blog .desc{

    padding-bottom: 22px;
}
.blog .read_more{
    background: transparent;
    border-radius: 33px;
    padding: 4px 28px;
    color: #4E4E4E;
    border: 1px solid #82d114;
}

.blog .btn-primary:not(:disabled):not(.disabled).active,
.blog .btn-primary:not(:disabled):not(.disabled):active,
.blog .show>.btn-primary.dropdown-toggle
.blog .btn-primary:focus {
    color: #4b4b4b;
    background-color: transparent;
    border-color: #82d114;
    outline: 0;
}
.blog i {
    font-size: small;
    margin: 0 6px;
}
.blog .content {
    text-align: start;
}
.marquee {
    overflow: hidden;
    padding: 11px;
    background-color: #4b7e3b;
    color: #fff;
    border: 0;
  }
  .marquee  li {
    display: inline-block;
    margin: 0 11px;
  }
  