



*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root{

    /* Background Color */
    --bg-white:#fff;
    --bg-black:#2C2C2C;
    --bg-light-pink:#ff007a;
    --bg-light-gray:#f6f9fe;
    --bg-gradient:linear-gradient(to top, #51de3e 0%, rgba(11, 92, 1, 0.9) 100%);
    --bg-card-shodow:0 0.188rem 1.25rem 0px rgba(0, 0, 0,0.06);
    --bg-card-shodow:0 2rem 5rem rgb(0,0,0,0.06);
    --bg-light-gray-1:#eee;


    /* Text Color */
    --primary-font:"Poppins", sans-serif;;
    --text-white:#fff;
    --text-black:#2C2C2C;
    --text-light-black:#444;
    --text-light-pink:#ff007a;
    --text-light-gray:#7e8085;
}


:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}

a, a:hover {
  text-decoration: none;
}

a:hover {
  color: #00a149 !important;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto' sans-serif;
  font-size: 100%;
  font-weight: 400;
  background-color: #f0fffd !important;
}

/*  Custom Scroll Bar */

::-webkit-scrollbar {
  width: 0.625rem;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #0596da;
}

/*Headers*/

h1 {
  font-size: 58px;
  font-weight: 900;
  margin-bottom: 1rem;
  color:  #00a149;
}

h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700 !important;
  font-family: 'Mulish', sans-serif;
  color: #00a149;
}

 h6 {
  color: #1da1f2;
  border-left: 2px solid #1da1f2;
  padding-left: 10px;
  font-weight: 900;
  font-family: 'Mulish', sans-serif;
}


/* Custom CSS Design */

p {
  font-family: 'Mulish', sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  color: #111;
  line-height: 1.75rem;
  letter-spacing: 1px;
  text-align: justify;
}


/*Buttons*/
.main-btn {
  display: inline-block;
  line-height: 1.5625rem;
  background-color: #018d40;
  color: white;
  border: 0.1875rem solid #018d40;
  font-weight: 600;
  text-transform: capitalize;
  box-shadow: 0 2px 10px -1px rgb(0 0 0 /19%);
  -webkit-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}



.main-btn:hover {
  background-color: transparent;
  color: #00a149 !important;
}


/*Navbar*/

.navigation-wrap {
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #1da1f2;
}

.navigation-wrap .navbar-toggler {
  color: #111 !important;
}
.navigation-wrap .nav-item {
  padding: 0 0.625rem;
  transition: all 0.3s linear;
}

.navigation-wrap .nav-item a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}


.navigation-wrap .nav-item  a:hover .fa-chevron-down {
  transform: rotate(180deg);
  transition: all .5s;
}


.navigation-wrap .nav-item a:hover {
  color: #fff;
    background-color: #fff;
}


.navigation-wrap .nav-item a {
  position:relative;
  display:block;
  cursor: pointer;
  padding:10px 10px;
  text-decoration: none;
  color:#fff;
  font-size: 18px;
}

.navigation-wrap .nav-item a:hover {
  color: #fff !important;
  background-color: transparent;
}

.navigation-wrap .nav-item a:before,
.navigation-wrap .nav-item a:after{
  content:'';
  position:absolute;
  width:0%;
  height:2px;
  bottom:-2px;
  background:#fff;
}
.navigation-wrap .nav-item a:before{
  left:0;
}
.navigation-wrap .nav-item a:after{
  right:0;
  background:#fff;
  transition:width 0.8s cubic-bezier(0.22,0.61,0.36,1);
}
.navigation-wrap .nav-item a:hover:before{
  background:#fff;
  width:100%;
  transition:width 0.5s cubic-bezier(0.22,0.61,0.36,1);
}
.navigation-wrap ul li a.active{
  border-bottom: 3px solid #fff;
  transition: width 0s cubic-bezier(0,0,0,0);
}

.navigation-wrap ul li a.active::before,
.navigation-wrap ul li a.active::after {
  width: 0%;
content: '';
transition: 0s;
}


.navigation-wrap .nav-item a:hover:after{
  background: transparent;
  width:100%;
  transition:0s;
}

.navigation-wrap .nav-item .dropdown-menu {
  border: 0;
  padding: 0;
  background-color: #1da1f2;
  margin-top: 2px;
}

.navigation-wrap .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
  color: #1da1f2 !important;
}

.navigation-wrap .nav-item .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  text-align: left;
}


@media (min-width:982px) {
  .navigation-wrap .dropdown:hover .dropdown-menu {
    display: block;
      -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }



}




/*Slider*/
@media (min-width:1400px) {

  .slider-1 .heading_info {
    width: 60%;
    margin-left: auto;
    margin-top: 12% !important;
  }

}

@media (max-width:600px) {

  .slider-1 {
    background-size: cover;
    width: 100%;
    height: 60vh !important;
    padding-bottom: 5%;
  }

  .slider-1 .carousel-inner {
    width: 100%;
    height: 60vh !important;
  }

  .slider-1 .heading_info {
    display: none;
  }

}

.slider-1 {
  background: url(../image/home-hero.jpg) no-repeat left;
  background-size: cover;
 width: 100%;
 height:70vh;
 z-index: -2;
}

.slider-1 .carousel-inner {
 
  z-index: 0;
  width: 100%;
  height: 100%;
  z-index: 2 !important;
}

.slider-1 .heading_info {
  background-color: rgba(0,0,0,0.4);
  padding: 20px;
  width: 50%;
  height: auto;
    margin-top: 7%;
    z-index: 3;
}
.slider-1 h1 {
  color: #fff;
  margin-bottom: 3%;
}

.slider-1 .heading_info p {
  color: #fff;
  font-weight: 700;
}

.slider-1 button {
  background-color: #fff;
  border: 1px solid #fff;

}


.slider-1 button a {
  text-decoration: none;
  color: #00a149;
  font-weight: 600;
  font-family: Mulish, sans-serif;
}

.slider-1 button:hover {
  background: transparent;
  border: 2px solid #fff;
}

.slider-1 button:hover a,
.slider-1 button a:hover {
  color: #fff !important;
}

/*Slider Carousel*/ /*
.slider-1  .carousel-inner {
  width: 100%;
  height: 500px;
  z-index: -2;
}

.slider-1  .carousel-inner .text h3 {
  font-family: Mulish, sans-serif;
  font-size: 50px;
  color:#111;
  font-weight: 900;
  margin-top: 200px;
}


.slider-1 .carousel .carousel-inner .carousel-item {
  position: relative;
}

.slider-1 .carousel .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  top: 30px;
  left: 0px;
}

.slider-1 .carousel .carousel-inner .carousel-item .carousel-caption .display-4 {
  font-family: Mulish, sans-serif;
  font-weight: 900;

  letter-spacing: 1px;

}

.slider-1 .carousel .carousel-indicators {
  bottom:10%;
}

.slider-1 .carousel .carousel-indicators button {
  width: 15px;
  height: 15px !important;
  border-radius: 50%;
}


*/


/*Slider Counters */
 .counters {
  z-index: 5 !important;
  margin-top: -2%;
  height:auto;
  width: 90%;
  background-color:#00a149;
  padding-top: 2%;
  padding-bottom: 2%;
  display: inline-block;
}

.counters h2 {
  color: #fff;
}
/*==Objective====*/
.objective p {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.objective img {
  margin-top: 0;
}
/*About Section*/

.about {
  margin-top: 4%;
}

.about .about_mob {
  display: none;
}

.about button a {
  text-decoration: none;
  color: #fff;
}

.about button:hover a {
  color: #00a149;
}

.about .card {
  background: transparent;
}

.about h3 {
  font-family: 'Mulish', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.about .card-0 {
  margin-bottom: 15px;
  padding: 15px 0;
}

.about .card-0 span {
  color: #232323;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.about .card-0:hover {
  background-color: #fff;
}

.about .card-0 i {
  padding: 7px;
  border-radius: 50%;
  color: green;
  box-shadow: 1px 0.5px 2px 1px green;
  transition: all 0.4s;
}

.about .card-0:hover i {
  color: #fff;
  background-color: #00a149;
}

.about .card-0:hover {
  z-index: 1;
  box-shadow: 2px 2px 7px 3px #ebebeb;
}


/*  ================================================
      Features CSS
    ================================================ */
#features .title {
    height: 800px;
    text-align: left;
    margin-top: 0;
    padding-top: 100px;
    background: url(../image/service_bg.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
}
#features .title h2 {
    margin-bottom: 0.813rem;
}
.features_middle h2 {
    color: #00a149;
}

.features_middle p {
  color: #111;
}
.feature_img {
    text-align: right;
}
.feature_img img {
    max-width: 80%;
}
.margin_top_up {
    margin-top: -30rem;
}
.single_feature {
    background: var(--bg-white);
    margin-top: 1.875rem;
    padding: 2.5rem 2.5rem 2.438rem 3.125rem;
    position: relative;
    border-radius: 1.563rem;
    -webkit-box-shadow: 0 0.938rem 2.5rem 0 rgb(0 0 0 / 8%);
    box-shadow: 0 0.938rem 2.5rem 0 rgb(0 0 0 / 8%);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}


.single_feature h4 {
  position:relative;
  display:block;
  cursor: pointer;

}

.single_feature h4 {
    padding:10px 0;
}

.single_feature h4:before,
.single_feature h4:after{
  content:'';
  position:absolute;
  width:0%;
  height:2px;
  bottom:-2px;
  background:#00a149;
}
.single_feature h4:before{
  left:0;
}
.single_feature h4:after{
  right:0;
  background:#00a149;
  transition:width 0.8s cubic-bezier(0.22,0.61,0.36,1);
}
.single_feature:hover h4:before{
  background:#00a149;
  width:100%;
  transition:width 0.5s cubic-bezier(0.22,0.61,0.36,1);
}


.single_feature button a {
  text-decoration: none;
  color: #fff;
}

.single_feature .main-btn {
  padding: 7px 15px;
}

.single_feature button:hover a {
  color: #00a149 !important;
}

.single_feature h4 {
  color: #00a149;
}

.feature_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 3px;
    color: var(--text-white);
    font-size: 23px;
    border-bottom-left-radius: 25px;
    background:var(--bg-gradient);
}

@media only screen and (max-width: 600px) {
  .features_middle h2 {
      color: #000;
  }
}
   /*
svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa.fa-w-12 {
    width: .75em;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.single_feature:hover {
    color:var(--text-white);
    background:var(--bg-gradient);
}

.single_feature:hover p {
  color: #ebebeb;
}   */


/*Mid Banner*/

.mid-banner {
  background:  url(../image/mid-banner-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 5rem 0;
  position: relative;
}

.mid-banner .curtain {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}


.mid-banner h3 {
  color: #232323;
  z-index: 10;

}

.mid-banner .btn-lg {

  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 20px;
  margin-top: 15px;
  z-index: 10;
}

.mid-banner .btn-lg a {
  text-decoration: none;
  color: #fff;
}

.mid-banner .btn-lg a:hover {
  color: #fff !important;
}



/*Project Section*/

.project h5 {
  color: #1da1f2;
  border-left: 2px solid #1da1f2;
  padding-left: 10px;
}

.project .card  {
  border: 0;
  border-radius: 0;
 overflow: hidden;
 position: relative;
}

.project .grey {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  transform: translateY(-100%);
  transition: all 0.8s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.project .card:hover .grey {
 transform: translateY(0%);
}


.project .card img {
  width: 100%;
  height: 300px;
  transition: all 0.5s;
}

@media only screen and (max-width: 600px){
  .project .card img {
    width: 100%;
    height: 300px;
  }
}

.project .card:hover img {
  transform: scale(1.2, 1.2);

}

.project .counters-p .card {
  width: 70%;
  margin: auto;
  padding: 30px 10px;
  border-radius: 20px 0 20px 0;
}

/*=====Mission Section====*/
.mission {
  margin: 5% 0;
}
.mission .card {
  padding: 15px 20px;
  margin-bottom: 20px;
}

.mission .card i {
  font-size: 50px;
  margin: auto;
  margin-bottom: 20px;
  color: #00acee;
}

.mission .card h2 {
  margin: auto;
}

.mission ul li {
  font-size: 16px;
  font-weight: 500;
  font-family: Mulish, sans-serif;
}

/*Testimonial Section*/


.testimonial-section {
  background: url(../image/testimonial_bg1.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 50px;
}

.testimonial-section .carousel-item {
  margin-top: 2rem;
  padding: 10rem 3.125rem;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
}


.testimonial-section .carousel-item .carousel-caption p {
  font-size: 1.3125rem;
  line-height: 2.0625rem;
  padding: 0 11% 0.625rem;
  text-align: center;
}

.testimonial-section .carousel-item .carousel-caption h5 {
  color: #00a149;
  font-family: Quicksand, sans-serif;
}

.testimonial-section .carousel-item .carousel-caption p small {
  color: black;
}

.testimonial-section .testimonial-pc .carousel-indicators {
  bottom: -1rem;

}


.testimonial-section .carousel-control-prev-icon,
 .testimonial-section .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: #018d40;
  background-size: 100%, 100%;
  background-image: none;
}

.testimonial-section .carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color:#018d40;
}

.testimonial-section .carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #018d40;
}



/*======= Clients ===== */

.slider {
  z-index: 2;
  border-top: 2px solid #018d40;
  border-bottom: 2px solid #018d40;
  padding: 10px 0;
}

.slick-slide {
    margin: auto 15px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*Footer*/
.footer {
  background-color:  #018d40;
  padding-top: 7%;
  padding-bottom: 50px;
  position: relative;
  margin-top: 8%;
}

.footer .add-on {
  padding: 25px;
  background-color: #363535;
  width: 90%;
  position: absolute;
  top: -20%;
  right: 0;
  left: auto;
}

.footer .add-on a {
  text-decoration: none;
  color: #00a149;
  font-size: 20px;
}

.footer .add-on h1 {
  color: #fff !important;
}



.footer .add-on .white-btn {
  border: 0;
  font-weight: 500;
}

.footer .add-on .white-btn:hover {
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.3s ease-out;
}



.footer h5 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.footer p,
.footer ul li {
  font-family: Mulish, sans-serif;
  color: #d6d6d6;
}


.footer .links a {
  text-decoration: none;
  color: #d6d6d6;
}

.footer .links a:hover {
  color: #fff !important;
}

.footer .location i {
  color: #fff;
}

.footer address {
  color: #d6d6d6;
}

.footer .social-media a,
.footer .social-media a:hover {
  text-decoration: none;
  color: #fff !important;
  padding: 5px;
}

.footer .social-media .fa-facebook-f{
  padding: 10px 12px !important;
  border: 1px solid #fff;
  border-radius: 50%;
}
.footer .social-media .fa-facebook-f:hover {
  background-color: #010869;
}

.footer .social-media .fa-twitter {
  padding: 10px 10px !important;
  border: 1px solid #fff;
  border-radius: 50%;
}


.footer .social-media .fa-twitter:hover {
  background-color: #417be8;
}

.footer .social-media .fa-instagram {
  padding: 10px 10px !important;
  border: 1px solid #fff;
  border-radius: 50%;
}

.footer .social-media .fa-instagram:hover {
  background-color: #d90944;
}

.footer .social-media .fa-youtube {
  padding: 10px 8px !important;
  border: 1px solid #fff;
  border-radius: 50%;
}

.footer .social-media .fa-youtube:hover {
  background-color: #ff0000;
}

.footer .social-media .fa-linkedin-in {
  padding: 10px 10px !important;
  border: 1px solid #fff;
  border-radius: 50%;
}

.footer .social-media .fa-linkedin-in:hover {
  background-color: #010869;
}
/*Copyright*/

#copyright {
  background-color: #232323;
  padding: 10px 0;
}


@media only screen and (max-width: 600px) {
 .footer .social-media a {
   text-align: left;
 }
}
