@import url('https://cdn-uicons.flaticon.com/2.1.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.1.0/uicons-solid-rounded/css/uicons-solid-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.1.0/uicons-regular-straight/css/uicons-regular-straight.css');


*{
    padding: 0;
    margin: 0;
}

ul{
    padding: 0;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
}

h1,h2,h3,h4,h5{
    font-family: 'Roboto', sans-serif;
}

body{
    font-family: 'Inter', sans-serif;
}

/* header */
.header-top{
    padding: 10px 0;
    background: #141414;
}

.header-top ul{
    margin-bottom: 0;
    margin-top: 3px;
}

.header-top li{
    display: inline-block;
}

.header-top li a{
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}

.header-top li i{
    color: #01d401;
    margin-right: 10px;
}

.header-social i{
    font-size: 14px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #fff;
    background: #626161;
    text-align: center;
    line-height: 28px;
}

.navbar {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 1px 3px 4px 0 #adadad33;
  }
  .navbar-light .navbar-brand {
    color: #2196f3;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #1ebdc2;
  }
  .navbar-light .navbar-brand:focus,
  .navbar-light .navbar-brand:hover {
    color: #1ebdc2;
  }
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
  }
  .navbar-light .navbar-nav .nav-link {
    padding-top: 22px;
    padding-bottom: 22px;
    transition: 0.3s;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
  }
  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    background: #1ebdc2;
    transition: 0.3s;
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1ebdc2 !important;
  }
  .sm-menu {
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
  }
  .dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196f3;
  }
  .navbar-toggler {
    outline: none !important;
  }
  .navbar-tog {
    color: #1ebdc2;
  }
  .megamenu-li {
    position: static;
  }
  
  .megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
  }
  .megamenu h6 {
    margin-left: 21px;
  }
  .megamenu i {
    width: 20px;
  }

.logo{
    width: 15rem;
    margin-top: 15px;
}

.header-btn{
    margin-right: 10px;
}

.header-btn a{
    padding: 7px 15px;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(90deg, #008000 0%, #00a500 70%);
    border-radius: 5px;
}

/* banner */
.banner{
    overflow: hidden;
}
.strike{
    padding: 12rem 0;
    transform: scale(1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    filter: grayscale(0);
    background-position: center top;
    
}
.b1{
    background:linear-gradient(rgba(0, 0, 0, 0.315),rgba(0, 0, 0, 0.363)), url(./img/ba.jpg);
    background-size: cover;
    background-position: center;
}
.b2{
    background:linear-gradient(rgba(0, 0, 0, 0.308),rgba(0, 0, 0, 0.315)), url(./img/ca2.jpg);
    background-size: cover;
}

.xs{
    padding:15rem 0;
    color: #fff;
    /* background: rgba(0, 0, 0, 0.582); */
    position: relative;
    z-index: 11;
    text-align: center;
    
}

.xs .h3{
    font-size: 15px;
    color: #00db00;
    font-weight:600;
}

.xs .h1{
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: capitalize !important;
}

.xs p{
    font-size: 18px;
}

.banner-button{
    margin-top: 30px;
}

.b-btn{
    padding: 15px 25px;
    background: linear-gradient(90deg, #01a701, #008000 50%);
    color: #fff;
    font-weight: 800;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.b-btn span{
    position: relative;
    z-index: 111;
}
.b-btn::before{
    position: absolute;
    top: 115px;
    left: -50px;
    right: -50px;
    height: 170px;
    content: "";
    background: #000;
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
    border-radius: 50%;
    
    transition-duration: 800ms;
    z-index: 1;

}



.b-btn:hover::before{
    top:0%;
    left: -70px;
    right: -70px;
}

.banner .owl-nav{
    position: absolute;
    width: 100%;
    top: 50%;
}

.banner .owl-dots{
    position: absolute;
    left: 65px;
    top: 50%;
    transform: translateY(-50%);
}

.banner .owl-prev, .banner .owl-dots .owl-dot{
    display: block !important;
}

.banner .owl-prev{
    position: absolute;
    left: 0;
}

.banner .owl-next{
    position: absolute;
    right: 0;
}

.banner .owl-nav i{
    background: rgba(35, 179, 167,0.5);
    color: #fff;
    height: 60px;
    width: 60px;
    line-height:60px;
    border-radius: 50%;
    font-weight: 900;
    font-size: 22px;
}

.banner .owl-nav button:hover{
    background: transparent !important;
}

.banner .owl-dot span{
    border-radius: 0 !important;
    height: 8px !important;
    width: 8px !important;
    box-shadow: 0 0 0 6px #01a701;
    background: #01a701 !important;
    border-radius: 50% !important;
    margin-bottom: 25px !important;
}


.banner .owl-dot.active span{
    background: #00db00 !important;
   box-shadow: 0 0 0 6px #008000;
    height: 8px !important;
    width: 8px !important;
}

.banner .owl-item.active .strike{
    transform: scale(1.15);
    transition: all 6000ms ease-in-out;
}

.slide{
    position: relative;
    overflow: hidden;
}


.banner .owl-item.active .h3{
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-delay: 200ms;
    visibility: visible;
}
.banner .owl-item.active .h1{
    animation-name: fadeInLeft;
    animation-duration: 2s;
    animation-delay: 300ms;
    visibility: visible;
}
.banner .owl-item.active p{
    animation-name: fadeInRight;
    animation-duration: 2s;
    animation-delay: 400ms;
    visibility: visible;
}
.banner .owl-item.active .banner-button{
    animation-name: fadeInUp;
    animation-duration: 2s;
    animation-delay: 500ms;
    visibility: visible;
}

/* site-menu */
.site-menu{
   
    position: relative;
    z-index: 111;
    
}

.site-menu .block-site{
    background: #00a500;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 55px;
    color: #fff;
    border-radius: 5px;
}

.site-box{
    display: flex;
}

.site-box .site-icon{
    margin-right: 20px;
}

.site-icon i{
    font-size: 40px;
    color: #fff;
}

.site-content h5{
    font-weight: 800;
    margin-bottom: 3px;
}

.site-content a, .site-content p{
    color: #f9f9f9;
}
/* about */
.about{
    padding: 5rem 0;
    /* background: url(./img/bg_pattern2.png); */
    position: relative;
}

.about h3{
    font-size: 14px;
    color: #00a500;
}

.about h1{
    line-height: 1.2em;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 24px;
}

.about p{
    color: #797979;
    font-size: 15px;
}

.about-img{
    padding: 0 5px 15px 35px;
    position: relative;
}

.about-box{
    padding: 30px 45px;
    border-radius: 5px;
    background: #fff;
    left: 0;
    position: absolute;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    bottom: -20px;
}

.about-box h2{
    font-weight: 800;
    color: #00a500;
    font-size: 45px;
}

.about-box h5{
    font-size: 17px;
    font-weight: 300;
}
.a-btn{
    margin-top: 30px;
}

.a-btn a{
    color: #fff;
    background: linear-gradient(90deg, #008000 0%, #00a500 50%);
    padding: 15px 35px;
    font-weight: 800;
    border-radius: 5px;
}

/* services */
.services{
    background: linear-gradient(rgba(0, 46, 0, 0.932), rgba(0, 63, 0, 0.877)), url(./img/cv.jpg);
    padding: 5rem 0;
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
    
}


.services h3{
    font-weight: 800;
    color: #00db00;
    font-size: 15px;
}

.services .h1{
    font-size: 35px;
    font-weight: 800;
}

.service-card{
    border-radius: 5px;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}

.s-img{
    height: 15rem;
    overflow: hidden;
}

.s-img img{
    height: 100%;
    object-fit: cover;
}

.service-card:hover .s-img img{
    transform: scale(1.1);
    transition: all .3s ease-in-out 0ms;
}

.s-content{
    position: relative;
    padding: 48px 30px 25px;
    border-bottom: 5px solid #fff;
    background: #fff;
    text-align: center;
}

.s-content .h5{
    font-weight: 800;
    color: #008000;
}

.s-content p{
    font-size: 14px;
    color: #797979;
}

.s-content a{
    padding: 7px 24px;
    font-size: 14px;
    color: #00a500;
    border-radius: 5px;
    border: 1px solid #00a500;
}

.s-icon{
    position: absolute;
    top: -33px;
    right: 40%;
}

.s-icon i{
    height: 70px;
    width: 70px;
    background: linear-gradient(90deg, #008000, #00a500 50%);
    display: block;
    font-size: 27px;
    line-height: 72px;
    border-radius: 50px;
}

.service-card:hover{
    transform: translateY(-15px);
    transition: all .3s ease-in-out 0ms;
}

.service-card:hover .s-content{
    background: linear-gradient(90deg, #008000, #00a500 60%);
    transition: all .3s ease-in-out 0ms;
    border-bottom-color:#008000 ;
}

.service-card:hover p, .service-card:hover .s-content .h5{
    color: #fff !important;
    transition: all .3s ease-in-out 0ms;
}

.service-card:hover .s-content a{
    background: #fff;
    border-color: #fff;
    color: #008000;
    transition: all .3s ease-in-out 0ms;
}

.service-card:hover .s-content i{
    background: #fff;
    color: #008000;
    transition: all .3s ease-in-out 0ms;
}

/* gallery */
.gallery{
    padding: 5rem 0;
    
}

.gallery h3{
    font-size: 16px;
    font-weight: 600;
    color: #008000;
}

.gallery .h1{
    font-weight: 800;
    font-size: 35px;
    
}

.g-box{
    height: 18rem;
    margin-top: 20px;
}

.g-box img{
    height: 100%;
    object-fit: cover;
}

.fancybox-bg{
    background: rgba(255,255,255,0.9) !important;
}

.gallery-button{
    margin-top: 45px;
    text-align: center;
}

.gallery-button a{
    background: #00a500;
    padding: 15px 35px;
    border-radius: 10px;
    color: #fff;
    font-weight: 800;
}

/* testimonials */
.testimonials{
    background: #014901;
    padding:5rem 0;
}

.testimonials .h3{
    font-size: 16px;
    color: #00db00;
}

.testimonials .h1{
    font-weight: 900;
    color: #fff;
    font-size: 35px;
    margin-bottom: 30px;
}

.t-card{
    padding: 0 20px 20px;
    margin-bottom: 18px;
    background: #fff;
    position: relative;
}

.t-card .icon-box{
    position: relative;
    display: block;
    width: 170px;
    height: 50px;
    margin: 0 auto;
    z-index: 1;
    text-align: center;
    font-size: 40px;
    color: #00db00;
}

.t-card .icon-box i{
    position: relative;
    display: block;
    line-height:20px;
}

.t-card .icon-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 50px solid #014901;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.t-card .text-box{
    position: relative;
    padding: 31px 20px 20px;
    text-align: center;
    font-size: 15px;
}

.t-card .img-holder{
    position: relative;
    display: block;
    padding-top: 45px;
}

.t-card .img-holder .img-box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: inherit;
    z-index: 2;
}

.t-card .img-holder .img-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(#008000, .70);
    border-radius: 50%;
    z-index: 1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52)
}

.t-card .img-box img{
    border-radius: 50%;
    width: 100%;
}

.t-card .img-holder .inner{
    position: relative;
    display: block;
    background: #014901;
    padding: 61px 0 24px;
    text-align: center;
}

.t-card .img-holder .inner::before{
    content: "";
    position: absolute;
    top: -2px;
    left: 50px;
    right: 50px;
    height: 4px;
    background: #00db00;
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    
}

.t-card:hover .inner::before{
    left: 0;
    right: 0;
}

.t-card .inner h5{
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px;
}


.t-card .inner span{
    font-weight: 300;
    color: #00db00;
    font-size: 15px;
}

/* choose */
.choose{
    position: relative;
    background: #f9f9f9;
    padding: 5rem 0;
}

.choose-one-shape{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    opacity: 0.03;
    z-index: 1;
}

.choose h3{
    color: #008000;
    font-weight: 600;
    font-size: 15px;
}

.choose .h1{
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 24px;
    
}

.choose-box{
    padding: 40px;
    color: #626161;
    background: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 11;
    margin-bottom: 30px;
    box-shadow:1px 1px 10px rgba(0, 0, 0, 0.1);
}

.choose-box h5{
    font-weight: 800;
    color: #008000;
}

.choose-box p{
    font-size: 14px;
}


/* quote */
.quote{
    background: url(./img/ct.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 5rem 0;
}

.quote::before{
    content: '';
    position: absolute;
    background: linear-gradient(135deg, #000 0%, rgba(0,0,0,0.2) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.es-inner{
    position: relative;
    z-index: 11;
}

.es-inner h3{
    font-size: 18px;
    color: #00db00;
    font-weight: 600;
}

.es-inner .h1{
    font-weight: 800;
    color: #fff;
    font-size: 30px;
}

.quote-btn{
    position: relative;
    z-index: 111;
    text-align: end;
    margin-top: 20px;
}

.quote-btn a{
    padding: 15px 35px;
    color: #fff;
    background:linear-gradient(135deg, #008000 0%, #00a500 100%);
    border-radius: 10px;
    font-weight: 700;
}

/* blog */
.blog{
    padding: 5rem 0;
}

.blog h3{
    font-size: 15px;
    color: #008000;
    margin-bottom: 7px;
}

.blog .h1{
    font-weight: 800;
    margin-bottom: 15px;
}

.blog-card{
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    margin: 10px;
}

.blog-img{
    height: 15rem;
}

.blog-img img{
    height: 100%;
    object-fit: cover;
}


.blog-body{
    padding: 25px 40px;
}



.meta{
    position: relative;
    font-size: 14px;
    color: #008000;
    font-weight: 600;
    margin-bottom: 5px;
}

.meta::after{
    content: "";
    display: inline-block;
    width: 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    position: relative;
    bottom: 0.25em;
    margin-left: 10px;
}

.blog-body .h5{
    margin-bottom: 15px;
    font-weight:700;
}

.blog-body .h5 a{
    color: #141414;
    transition: all .55s ease-out 0ms;
}

.blog-body h5 a:hover{
    color: #008000;
}

.blog-body p{
    font-size: 14px;
    color: #8b8b8b;
}

.entry-readmore{
    font-size: 14px;
    overflow: hidden;
}

.entry-readmore a{
    color: #000;
    align-items: center;
    transform: translateX(calc(-100% + 23px));
    transition: all .55s ease-out 0ms;
    display: inline-block;
}

.entry-readmore:hover a{
    transform: translate(0);
}

.entry-readmore span{
    margin-right: 5px;
    color: #008000;
}

.entry-readmore i{
    
    margin-right: 0;
    height: 22px;
    width: 22px;
    line-height: 22px;
    border-radius: 22px;
    background-color: #222;
    color: #fff;
    font-size: 11px;
    position: relative;
    
    transition: all 300ms linear 0ms;
    text-align: center;
}

.entry-readmore a:hover i{
    background: #008000;
}

/* facts */
.facts{
    background: linear-gradient(rgba(1, 73, 1, 0.801),#01490196),url(./img/green.jpg);
    background-size: cover;
    padding: 5rem 0;
    color: #fff;
}

.facts h3{
    font-weight: 800;
}

.facts .h5{
    font-weight: 800;
}

.green-card{
    background: #00b51f;
    padding: 40px;
    margin-bottom: 25px;
}

.facts li{
    list-style: disc !important;
    margin-left: 20px;
}
/* footer */
footer{
    padding: 5rem 0 3rem;
    color: #fff;
    background:#000;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-top{
    padding-bottom: 2rem;
}

.footer-top h3{
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 12px;
    margin-bottom: 20px;
    position: relative;
}

.footer-top h3::before{
    position: absolute;
    content: "";
    height: 2px;
    width: 30px;
    background: #00a500;
    left: 0px;
    bottom: 0px;

}

.footer-top p{
    font-size: 15px;
    color: #d1d1d1;
}

.footer-top li{
    margin-bottom: 10px;
}

.footer-top li a{
    color: #d1d1d1;
    position: relative;
}

.footer-top li a::before{
    content: "_";
    left: 0px;
    bottom: 7px;
    margin-right: 5px;
    position: absolute;
    display: none;
}

.footer-top li a:hover{
    padding-left: 15px;
    transition: 300ms ease-in-out;
    color: #00a500;
}

.footer-top li a:hover::before{
    display: block;
    color: #00a500;
    transition: 900ms ease-in-out;
}

.footer-top .f-box{
    margin-bottom: 20px;
}

.footer-top .f-box p{
    font-size: 16px;
    font-weight: 700;
}

.footer-top .f-box h5{
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 2px;
}

.footer-top .f-box a{
    color: #d1d1d1;
    font-weight: 600;
}

.footer-bottom{
    border-top: 1px solid #8b8b8b;
    padding-top: 20px;
    color: #d1d1d1;
}

.footer-social{
    text-align: end;
}

.footer-social a{
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    margin-right: 12px;
    background: #393f53;
    color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer-social a::before{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0%;
    background: #00a500;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
    transform: rotate(90deg);
}

.footer-social a:hover::before{
    width: 100%;
}

.footer-social a:hover i{
    transform: rotate(360deg);
    transition: all 3s ease-in-out 0s,;
}

/* article */
.article{
    padding: 5rem 0;
    color: #797979;
}

.article h2{
    font-size: 30px;
    font-weight: 700;
    color: #014901;
    margin-bottom: 30px;
}

.article p{
    margin-bottom: 25px;
}

.article h3{
    font-size: 25px;
    font-weight: 600;
    color: #141414;
    
    margin-bottom: 10px;
}

.article h5{
    font-size: 16px;
    color: #014901;
}

.article ul{
    padding-left: 1rem !important;
}

.article li{
    list-style: disc !important;
    margin-bottom: 5px;
}

.article li strong{
    color: #141414;
}

.blog-widget h2{
    color: #141414;
    font-size: 25px;
    font-weight: 800;
    padding-bottom: 12px;
    margin-bottom: 20px;
    position: relative;
}

/*.article h2{*/
/*    color: #141414;*/
/*    font-size: 20px;*/
/*    font-weight: 700;*/
/*    margin-bottom: 10px;*/
/*}*/


.article h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #014901;
}
.blog-widget h2::before{
    position: absolute;
    content: "";
    height: 4px;
    width: 70px;
    background: #00a500;
    left: 0px;
    bottom: 0px;
}

.article blockquote{
    text-align: center;
    font-weight: 700;
    color: #141414;
    
}

.blog-widget{
    position: sticky;
    width: 100%;
    top: 30px
}

.b-box{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
}

.bl-img{
    height: 60px;
    width: 100px;
    padding-right: 20px;
}

.bl-img img{
    height: 100%;
    width: 100%;
}

.bl-link{
    
}

.bl-link span{
    font-size: 12px;
}
.bl-link a{
    font-weight: 700;
    color: #222;
}

@media (min-width:992px){
    .choose h3{
        margin-top: 87px;
    }

    .site-menu{
        margin-top: -55px;
    }
}

@media (max-width:992px){
    .about-img{
        margin-top: 40px;
    }

    .site-menu{
        padding-top: 2rem;
    }

    .site-box {
        margin-top: 20px;
    }
    
    .banner .owl-dots{
        display: none;
    }

    .blog-widget{
        position: relative;
        margin-top: 35px;
    }
   
}

@media (max-width:767px){
    .banner h1{
        font-size: 25px;
    }

    .banner p{
        font-size: 16px;
    }

    .about h1{
        font-size: 25px;
    }
}