html, body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  color: #000;
  height: 100%;
  font-size: 16px;
}
@font-face
{
  /*font-family: Sortie;
  src:url(../fonts/Sortie.ttf);*/
}

@font-face
{
  /*font-family: RobotoMono-Variable;
  src:url(../fonts/RobotoMono-Variable.ttf);*/
}
img 
{
  max-width: 100%;
  width: 100%;
}

a {
  text-decoration: none !important;
    transition: all 0.5s;
}

h1, h2, h3, h4, h5 {
  
  font-weight: 700;
}

h1 {
  /*font-weight: 800 !important;*/
}

.heading
{
  font-size: 38px;
  margin-bottom: 20px;
}
.heading span
{
  color: #81B149;
}
.margin_bt
{
    margin-bottom: 80px;
}
.font_size_28
{
  font-size: 28px !important;
}
.m-0
{
  margin: 0 !important;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eae9e7;
}
.parsley-errors-list
{
    list-style: none;
    padding: 0;
}
.parsley-required
{
   color: red !important;
    list-style-type: none !important;
    text-align: left !important;
    font-size: 12px !important;
}
.parsley-required,
.parsley-pattern {
    font-size: 12px;
    color: red;
}
.btn-default
{
       background-image: linear-gradient(to right, #81B149, #5d8d20);
    padding: 6px 20px;
    color: #fff;
    border: 1px solid transparent;
    font-size: 15px;
    margin-right: 20px;
    margin-top: 15px;
    letter-spacing: 1px;
    display: block;
    width: fit-content;
    border-radius: 80px;
    box-shadow: 6px 7px 14px 0 rgb(0 0 0 / 19%);
}
.btn-default:hover
{
    background-color: #fff;
    background-image: none;
    
    color: #81B149;
    border: 1px solid #81B149;
    
}
header
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}
header .navbar-dark .navbar-nav .nav-link {
    color: #000;
}
header .navbar-dark .navbar-brand img
{
      max-width: 150px;
    border-bottom-right-radius: 10px;
    padding: 10px;
    background: #fff;
    border-bottom-left-radius: 10px;
}
.navbar
{
  padding: 0;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover
{
  color: #81B149;
}
.navbar-toggler span
{
    display: block;
    width: 30px;
    margin-bottom: 7px;
    background:#81B149; 
    height: 2px;
}
.navbar-dark button:focus {
    outline: none;
    outline: none;
}
.affix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.affix .navbar
{
  padding: 0px 10px;
}
.affix .navbar-brand img
{
  max-width: 100px !important;
}

.banner_sec
{
  background-image: url('../images/new/Home-Page-Banner-1.jpg');
  height: 90vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_sec h2 {
    margin-bottom: 0;
    /* font-weight: 800 !important; */
    position: relative;
    font-size: 50px;
}
.banner_sec video{
    position: absolute;
    z-index: 0;
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.banner_sec h2 span
{
  color: #81B149
}
.banner_form
{
  background-color: #fff;
  padding: 0 0;
  max-width: 90%;
  margin: auto;
  margin-top: -52px;
  box-shadow: 6px 7px 14px 0 rgb(0 0 0 / 19%);
  border-radius: 10px;
}
.banner_form label
{
  font-weight: 700;
}
.banner_form .form-group
{
  margin-bottom: 0;
}
.banner_form .btn-default
{
    background-image: linear-gradient(to right, #81B149, #5d8d20);
    padding: 6px 20px;
    color: #fff;
    border: 1px solid transparent;
    font-size: 18px;
    margin-right: 0px;
    margin-top: 0;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    border-radius: 0;
    box-shadow: 6px 7px 14px 0 rgb(0 0 0 / 19%);
    height: 100px;
    border-radius: 10px;
}
.banner_form .form-control
{
    background-color: #f2f5ea;
    background-clip: padding-box;
    border: 1px solid #f3f6eb;
    font-size: 13px;
}
.banner_form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f3f6eb;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(131 178 76 / 18%);
}
.banner_form .padd_row
{
  padding: 15px 0 15px 15px;
}
.abt_sec h2
{
    font-size: 22px;
    margin-bottom: 15px;
}
.abt_sec p{
  margin-bottom: 0;
}
.services_sec
{
  position: relative;
  margin-bottom: 180px;
}
/*.services_sec:after {
        bottom: -193px;
    display: block;
    position: absolute;
    content: '';
    border-bottom-left-radius: 1040px;
  
    background: #f2f5ea;
    width: 100%;
    height: 68%;
    z-index: -1;
}*/
.services_sec .service_info
{
    background-color: #fff;
    border-radius: 8px;
}
.services_sec .ser_info1
{
    background-image: url(../images/new/home.jpg);
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 20px;

}
.services_sec .ser_info1:before
{
    position: absolute;
    height: 80%;
    width: 100%;
    content: "";
    background-image: linear-gradient(to top, #81B149, #5d8d2000);
    bottom: 0;
    left: 0;
}
.services_sec .ser_info1 p
{
  position: relative;
  color: #fff;
  
}
.services_sec .ser_info2 .info
{
    position: relative;
    margin-bottom: 20px;
     transition: all 0.5s;
     text-align: center;
}
.services_sec .ser_info2 .info img
{
      height: 80px;
    object-fit: contain;
    max-width: 92px;
    object-position: bottom;
    margin-bottom: 10px;
     transition: all 0.5s;
     text-align: center;
}
.services_sec .ser_info2 .info p
{
  font-weight: 600;
  font-size: 18px;
}
.services_sec .ser_info2 .info .hover_text
{
  position: absolute;
    right: -143px;
    border-radius: 10px;
    background-color: #81B149;
    box-shadow: 0px 3px 8px 0 rgb(0 0 0 / 19%);
    top: -29px;
    width: 100%;
    height: auto;
    padding: 16px;
    z-index: 99999;
    text-align: left;
    transition: all 0.5s;
    display: none;
}
.services_sec .ser_info2 .info .hover_text:before
{
      border-right: 20px solid #81b149;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    top: 37%;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: -12px;
}
.services_sec .ser_info2 .info .hover_text p
{
  font-size: 16px;
  font-weight: normal;
  color: #fff;
   margin-bottom: 6px;
   display: -webkit-box;
    vertical-align: middle;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
    height: auto;
    overflow: hidden;
    margin-bottom: 11px !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.residential-center{
    text-align:center;
    margin-bottom:40px;
}
.service_info .row{
    row-gap: 20px;
}

.services_sec .ser_info2 .info .hover_text a
{
  color: #000;
  display: block;
  font-size: 16px;

}
.services_sec .ser_info2 .info .hover_text a i
{
     position: relative;
    top: 7px;
}
.services_sec .ser_info2 .info:hover .hover_text
{
  display: block;
}

.services_sec .nav-pills
{
  margin-top: 20px;
}
.services_sec .nav-item
{
  width: 50%;
}
.services_sec .nav-pills .nav-link {
    border-radius: .25rem;
    background-color: #f2f5ea;
    color: #ccc;
        color: #495057;
         box-shadow: 0px 3px 8px 0 rgb(0 0 0 / 19%);
}
.services_sec .nav-pills .nav-link.active, .services_sec .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #82b24b;
    background-image: linear-gradient(to right, #81B149, #5d8d20);
       
}
.whyus_sec
{
  position: relative;
    margin-bottom: 0;
    padding: 12px 0 148px 0;
    /* height: 200px; */
    background-image: linear-gradient(to top, #5d8d2047, #e8e8e8);

}
.whyus_sec:before {
        top: -176px;
    display: block;
    position: absolute;
    content: '';
    background-image: url(../images/b1.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 246px;
    z-index: -1;
}
.whyus_sec:after {
        bottom: -78px;
    display: block;
    position: absolute;
    content: '';
    background-image: url(../images/b2.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 246px;
     z-index: 1;
}
.whyus_sec .info
{
  position: relative;
  margin-bottom: 15px;
  /*padding-left: 80px;*/
}
.whyus_sec .info img
{
 /* position: absolute;*/
  max-width: 60px;
  left: 0;
  top: 0;
  margin-right: 20px;
}
.whyus_sec .info p
{
  margin-bottom: 0;
}
.work_sec
{
  margin: 100px 0;
}
.img_d
{
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 8px;
}
.work_sec img
{
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.work_sec img:hover
{
  transform: scale(1.05);
}
.work_sec img.img1
{
  height: 300px; 
}
.work_sec img.img2
{
  height: 200px; 
}
.work_sec img.img3
{
  height: 200px; 
}
.work_sec img.img4
{
  height: 300px; 
}
.work_sec img.img5
{
  height: 250px; 
}
.work_sec img.img6
{
  height: 250px; 
}
.work_sec img.img7
{
  height: 450px; 
}
.work_sec img.img8
{
  height: 310px; 
}
.padding_div {
    padding-right: 4px;
    padding-left: 4px;
}


.bene_sec
{
  position: relative;
  padding: 150px 0;
}
.bene_sec:before
{
  position: absolute;
    content: "";
    width: 66%;
    background-color: #ccc;
    left: -33%;
    height: 100%;
    top: 0;
    background-image: linear-gradient(to right, #d1ff9ebf, #fdfffb);
    border-radius: 100%;
}
.bene_sec .info
{
  text-align: center;
  margin-bottom: 30px;
}
.bene_sec .info .icon_div
{
        max-width: 100px;
    height: 100px;
    padding: 10px;
    background-color: #fff;
    margin: auto;
    box-shadow: 0px 3px 8px 0 rgb(0 0 0 / 19%);
    border-radius: 100px;
    text-align: center;
    margin-bottom: 15px;
}
.bene_sec .info .icon_div img
{
  height: 86px;
    object-fit: contain;
    max-width: 69px;
    /* max-width: initial; */
    margin: auto;
}
.bene_sec .info h3
{
  font-size: 20px;
  margin-bottom: 0;
  font-weight: normal;
}
.event_but {
    /*position: absolute;
    bottom: -30px;*/
}
.pinkBg {
       background-color: #5d8d20!important;
    /* background-image: linear-gradient(90deg, #fd5581, #fd8b55);*/
}
.intro-banner-vdo-play-btn{
        /* height: 60px; */
   /*  width: 200px; */
    position: relative;
    /* bottom: -19px; */
    /* left: 30px; */
    text-align: center;
    margin: 0;
    border-radius: 100px;
    z-index: 1;
       padding: 10px 40px;
    color: #fff;
    /* margin-top: 30px; */
    display: inline-block;
    font-size: 20px;
}
.intro-banner-vdo-play-btn:hover
{
  color: #fff;
}
.intro-banner-vdo-play-btn i{
    line-height:56px;
    font-size:30px
}
.intro-banner-vdo-play-btn .ripple{

        position: absolute;
    width: 678px;
    height: 107px;
    z-index: -999999;
    left: -60px;
    top: 54px;
    opacity: 0;
    margin: -81px 0 0 -68px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
    /* padding: 29px;*/
}
/* side filter  */
@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(0.8)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(0.8)
    }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}
footer
{
  background-color: #f4f4f4;
  padding: 30px 0;
}

footer .contact_info h4
{
      font-size: 22px;
    font-weight: 400;
}
footer .contact_info p{
  margin-bottom: 20px;
}
footer .contact_info a
{
      font-size: 17px;
    color: #5d8d20;
    padding: 9px 13px;
    border: 2px solid #5d8d20;
    border-radius: 100px;
    margin-right: 10px;
    line-height: 30px;
    width: 28px;
    height: 28px;
}
footer .contact_info a:hover
{
  background-color: #5d8d20;
  color: #fff;
}
footer .form-control {
    display: block;
    width: 100%;
    height: 53px;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
footer .form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    box-shadow: none;
}
footer textarea.form-control
{
    height: 143px;
}
.bottom
{
    background: #ccc;
    background-image: linear-gradient(to right, #81B149, #5d8d20);
    padding: 6px 20px;
}
.bottom p
{
  margin: 0;
  color: #fff;
}
.bottom p a
{
  color: #fff;
}

.sub_header {
    /*border-top: 2px solid #00893c;*/
    /*background: url(.././images/top.jpg);*/
    background-size: cover;
    text-align: center;
    position: relative;
    background-position: center;
}
.sub_header h1 {
    padding: 6% 0;
    color: #000;
    font-size: 40px;
}
.abt_page
{
  position: relative;
}
img
{
  width: 100%;
}
.abt_page .element1
{
  position: absolute;
    right: -25%;
    top: -20px;
    width: 42%;
}
.abt_page .element2
{
    position: absolute;
    left: -25%;
    bottom: -20px;
    width: 42%;
    transform: rotate(128deg);
}
.abt_page .info
{
        background-color: #fff;
    border-radius: 8px;
    position: relative;
    margin: 10px 10px;
    padding: 74px 20px 20px 20px;
    max-width: 250px;
    margin: auto;
    text-align: center;
    margin-top: 55px;
    box-shadow: 1px 5.5px 7px #a6a6a62b;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.abt_page .info p
{
      font-size: 14px;
    margin-bottom: 0;
    min-height: 80px;
}
.abt_page .info .img_d
{
    position: absolute;
    top: 0;
    box-shadow: 1px 5.5px 7px #a6a6a6;
    transform: translate(-50%, -50%);
    left: 50%;
    border-radius: 100%;
    /*background: #ADD136;
    padding: 20px;*/
    width: 100px;
    transition: all 0.5s ease-in-out;
}
.abt_page .info .img_d img
{
      width: 100%;
    /* height: 52px; */
    object-fit: contain;
}
.abt_page .info:after
{
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #81B149;
    bottom: 0;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
    transition: all 0.5s ease-in-out;
}
.abt_page .info:hover:after
{
  width: 100%;
}

.abt_page .info:hover 
{
      box-shadow: 1px 2.5px 32px #7d7d7d80;
}
.callto_action_sec
{ 
  background-color: #F5F9ED;
  padding: 60px;
}
.callto_action_sec h4
{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
}
.callto_action_sec .btn-default
{
  margin: auto;
    margin-top: 20px;
}
/*---testimonials_page----*/
.testimonials_page
{
  position: relative;
}

.testimonials_page .element1
{
  position: absolute;
    right: -25%;
    top: -20px;
    width: 42%;
}
.testimonials_page .element2
{
    position: absolute;
    left: -25%;
    bottom: -20px;
    width: 42%;
    transform: rotate(128deg);
}
.testi_info 
{
      text-align: center;
    max-width: 600px;
    margin: auto;
}
.testi_info .t_img img
{
  max-width: 100px;
  margin: auto;
  border-radius: 100%;
  border: 2px solid #ccc;
  margin-bottom: 30px;
}
.testi-owl .owl-nav
{
    position: absolute;
    top: 50%;
    width: 100%;
}
.testimonials_page .owl-theme .owl-nav [class*='owl-'] {
    line-height: initial;
    color: #73a339;
    font-size: 26px;
    margin: 5px;
    padding: 0;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    border: 1px solid #dfdfdf;
}
.owl-carousel .owl-nav .owl-prev
{
      left: 0;
    position: absolute;
    background: #ccc;
    width: 30px;
    height: 30px;
    padding: 2px;
    border-radius: 100px;
}
.owl-carousel .owl-nav .owl-next
{
  right: 0;
  position: absolute;
  background: #ccc;
    width: 30px;
    height: 30px;
    padding: 2px;
    border-radius: 100px;
}
.testimonials_page .owl-theme .owl-nav [class*='owl-']:hover
{
  background: #73a339;
  color: #fff;
}
.contact_sec
{
  padding: 80px 0;
  background: #F5F9ED;
}
.contact_sec .contact_info h4
{
    font-size: 18px;
    font-weight: 600;
}
.contact_sec .contact_info p{
  margin-bottom: 30px;
}
.contact_sec .contact_info a
{
      font-size: 17px;
    color: #5d8d20;
    padding: 9px 13px;
    border: 2px solid #5d8d20;
    border-radius: 100px;
    margin-right: 10px;
    line-height: 30px;
    width: 28px;
    height: 28px;
}
.contact_sec .contact_info a:hover
{
  background-color: #5d8d20;
  color: #fff;
}
.contact_sec .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact_sec .form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    box-shadow: none;
}
.contact_sec textarea.form-control
{
  height: 100px;
}
.blog_page .blog_info
{
      background: #BEE2A6;
      position: relative;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 6px 7px 14px 0 rgb(0 0 0 / 19%);
}

.blog_page .blog_info h2
{
  font-size: 20px;
  color: #fff;
}
.blog_page .blog_info a
{
  color: #5d8d20;
  font-size: 14px;

}
.blog_page .blog_info p
{
  max-width: 70%;
  color: #000;
  font-size: 16px;
}
.blog_page .col-lg-4 .blog_info:after
{
      position: absolute;
    content: "";
    right: 12px;
    bottom: 0;
    width: 130px;
    height: 166px;
    background: url(.././images/blog1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.blog_page .col-lg-4:nth-child(odd) .blog_info:after
{
   background: url(.././images/blog2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.blog_page .blog_info:hover
{
  background: #5d8d20;
}
.blog_page .blog_info:hover p, .blog_page .blog_info:hover a
{
  color: #fff;
}
#customers-testimonials .item {
    text-align: center;
    margin-bottom: 50px;
    padding: 15px;
   /* opacity: .2;*/
    /*-webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
    background-color: #FFF;
    border-radius: 3px;
}
#customers-testimonials .owl-item.active.center .item {
   /* opacity: 1;*/
   /* -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
    background-color: #FFF;*/
}
#customers-testimonials .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #fff;
    transform: translate3d(0px, -50%, 0px) scale(0.6);
}
#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    outline: none;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: rgba(255,255,255,0.4);
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    /*transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;*/
    width: 20px;
    border-radius: 100%;
}
.commo img {
    width: 30px !important;
    height: auto;
    float: left;
}
.author-img img {
    width: 60px !important;
    height: auto;
    border-radius: 100%;
    margin-bottom: 0 !important;
}
.form_sec
{
    position: relative;
    padding: 100px 0;
    background: #81B149
}
.form_sec:before {
    bottom: -78px;
    display: block;
    position: absolute;
    content: '';
    background-image: url(../images/b3.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 246px;
    z-index: 0;
}
.abt_page.form_section
{
     background: #eeeeee;
  padding: 80px 0;
}
.abt_page.form_section .form-group {
    margin-bottom: 40px;
}

.abt_page.form_section .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.single_blog_img img
{
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.single_blog_sec
{
    position: relative;
}

.single_blog_sec p.date {
    font-weight: 900;
    font-size: 13px;
    color: #7b378c;
}
.single_blog_sec .social_link
{
    position: absolute;
    left: 5%;
    top: 40px;
}
.single_blog_sec .info
{
        background: #F5F9ED;
    max-width: 70%;
    margin: auto;
    margin-top: -100px;
    padding: 40px;
}
.single_blog_sec  .contact_form
{
    background: #fff;
    padding: 20px 62px;
    margin: 0;
}
.blog_div .text p, .blog_div .text
{
    
    font-size: 16px;
}
.single_blog_sec .info img
{
    /*max-width: 100% !important;*/
    /*margin: auto !important;*/
    /*display: block !important;*/
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}
.single_blog_sec .blog_title
{
    font-size: 28px;
}
.single_blog_sec .info h3, .single_blog_sec .info h2 {
    
    letter-spacing: 0 !important;
    font-size: 22px !important;
}
.slidersec .my_bnt
{
        border: 1px solid #e18f3d;
    margin-bottom: 20px;
    background: #e18f3d;
    text-shadow: none;
    
    padding: 8px 14px;
    font-size: 14px;
    /*display: block;*/
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.slidersec .my_bnt:hover
{
    color: #e18f3d;
    background: #fff;
}
.blog_div
{
        box-shadow: 0 0 14px 0px #808080ad;
}
.blog_div .blog_info
{
       padding: 10px;
    min-height: 245px;
    position: relative;
}
.blog_div .blog_info h1
{
    font-size: 18px;
    margin-top: 11px;
    letter-spacing: 0;
    
    height: 60px;
}
.blog_div .blog_info .tag
{
    border: 1px solid #000;
    width: fit-content;
    padding: 4px 10px;
    font-size: 10px;
}
.blog_div .blog_info p.date
{
    font-weight: 900;
    font-size: 13px;
    color: #7b378c;
}
.blog_div .blog_info a
{
        position: absolute;
    bottom: 15px;
}
.blog_div img
{
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.single_blog_sec ol, .single_blog_sec ul
{
    padding-left: 30px !important;
}
.single_blog_sec ol li, .single_blog_sec ul li{
    margin-top: 0;
    margin-bottom: 10px;
    /*    font-family: Gotham-Light !important;*/
    font-size: 16px !important;
    
}
.single_blog_sec h3, .single_blog_sec h3 strong,  .single_blog_sec strong, .single_blog_sec b
{
   /* font-family: Gotham-Black !important;*/
    font-size: 22px !important;
}
.single_blog_sec b
{
    font-size: 18px !important; 
}
.how_sec
{
  padding-top: 100px;
}
.how_info 
{
      background: #C1DD85;
    height: 160px;
    width: 160px;
    padding: 0;
    color: #e8e8e8;
    border-radius: 100%;
    margin: auto;
        display: flex;
    align-items: center;
    justify-content: center;
}
.how_info h2
{
    font-size: 30px;
}
.how_info img
{
    height: 40px;
    object-fit: contain;
    margin-bottom: 7px;
}
.how_sec .owl-carousel .owl-item.center .how_info
{
  background: #000;
  height: 225px;
    width: 225px;
        display: flex;
    align-items: center;
    justify-content: center;
     /* filter: drop-shadow(0 14px 6px rgba(0, 0, 0, 0.3));*/
}
.how_sec .owl-carousel .owl-item.center .how_info h2
{
  font-size: 50px;
}
.how_sec .owl-carousel .owl-item.center .how_info img
{
    height: 50px;
}
.how_sec .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    display: flex;
    align-items: center;
}
.how_sec .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    display: none;
}
.ser_info_details.margin_bt
{
   padding-bottom: 95px;
}
.ser_info_details.margin_bt h1
{
 color: #5d8d20;
 padding-bottom: 1%;
}
.ser_bt_page .banner_form{
      margin-top: -138px;
}
.ser_info_details.margin_bt p
{
  max-width: 60%;
  margin:auto;
}
.serv_bottom_div 
{

}
.serv_bottom_div .info
{
      text-align: center;
    background: #ccc;
    padding: 33px;
    background-color: #fff;
    /* padding: 0 0; */
    /* max-width: 90%; */
    margin: auto;
    margin-top: -138px;
    box-shadow: 6px 7px 14px 0 rgb(0 0 0 / 19%);
    border-radius: 10px;
}
.serv_bottom_div .info p
{
  font-size: 20px;
  margin-bottom: 0;
}
.service_sec_2 h2
{
  font-size: 28px;
  color: #5d8d20;
  margin-bottom: 24px;
}
.service_sec_2 ul
{
  padding-left: 15px;
}
.service_sec_2 ul li{
  margin-bottom: 10px;
}
.ser_sec_3
{

}
.ser_sec_3 .info {
        background-color: #f4f4f4;
    border-radius: 8px;
    position: relative;
    margin: 10px 10px;
    padding: 30px 20px;
    max-width: 250px;
    margin: auto;
    text-align: center;
    margin-top: 55px;
    box-shadow: 1px 5.5px 7px #a6a6a62b;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    margin-bottom: 30px;
}
.ser_sec_3 .info img
{
      width: 100px;
    height: 80px;
    margin: auto;
    margin-bottom: 15px;
    object-fit: contain;
}
.ser_sec_3 .info p{
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
}
.ser_sec_3 a
{
    color: #000;
}
.ser_sec_3 .btn-default
{
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
      background-image: linear-gradient(to right, #81B149, #5d8d20);
    padding: 12px 40px;
    color: #fff;
    border: 1px solid transparent;
    font-size: 18px;
   
    
    letter-spacing: 1px;
    display: block;
    width: fit-content;
    border-radius: 80px;
    box-shadow: 6px 7px 14px 0 rgb(0 0 0 / 19%);
}
.ser_sec_3  .btn-default:hover {
    background-color: #fff;
    background-image: none;
    color: #81B149;
    border: 1px solid #81B149;
}
.ser_sec_faqs .card-link 
{
color: #000;
    font-size: 20px;
    font-weight: 500;
}
.ser_sec_faqs
{

}
.ser_sec_faqs .card-link[data-toggle="collapse"]:after {
    content: "\f067";
    font-family: FontAwesome;
    -webkit-text-stroke: 2px #f0f0f0;
    position: absolute;
    right: 31px;
}

.ser_sec_faqs .card-link[aria-expanded="true"]:after {
    content: "\f068" !important;
}
@media only screen and (max-width: 767px) {
  header .navbar-dark .navbar-brand img {
    max-width: 100px;
  }
  .banner_sec {
    height: 370px;
  }
  .banner_sec h2
  {
    font-size: 28px;
  }
  .banner_form .padd_row
  {
    padding: 15px;
  }
  .banner_form .btn-default
  {
    height: auto
  }
  .margin_bt {
    margin-bottom: 50px;
  }
  .heading {
    font-size: 30px;
  }
  .services_sec .ser_info2 .info 
  {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .services_sec  a
  {
      color: #000;
  }
  .services_sec .ser_info2 .info img {
    height: auto;
    object-fit: contain;
    max-width: 50px;
  }
  .whyus_sec
  {
        padding: 12px 0 44px 0;
  }
  .bene_sec {
    position: relative;
    padding: 50px 0;
}
.bene_sec .info .icon_div img {
    height: 88px;
    object-fit: contain;
    max-width: 39px;
    }
    .bene_sec .info h3 {
    font-size: 16px;
  }
  .intro-banner-vdo-play-btn
  {
    padding: 10px 9px;
        font-size: 15px;
  }
  footer
  {
    padding: 40px 0;
  }
   footer .contact_form
  {
    margin-bottom: 20px;
  }
  .bottom .text-right
  {
    text-align: left !important;
  }
  .sub_header h1 {
   padding: 40px 0;
    color: #000;
    font-size: 26px;
    }
    .callto_action_sec .btn-default {
    margin-top: 0;
    padding: 10px;
    text-align: center;
    margin: auto;
    }
    .callto_action_sec {
    background-color: #F5F9ED;
    padding: 40px 0;
    text-align: center;
    }
    .callto_action_sec h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 22px;
    }
    .contact_sec {
    padding: 40px 0;
    background: #F5F9ED;
    }
    .contact_sec .contact_info
    {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    
    
    .banner_sec video {
display:none;
}
    
   .abt_page.form_section {
    background: #eeeeee;
    padding: 40px 0;
}
}


@media only screen and (min-width: 768px) {
  
}

@media only screen and (max-width: 991px) {
  /*header #collapsibleNavbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    max-width: 300px;
    background: #fff;
    border-left: 1px solid #dfdfdf;
    height: 100vh;
    padding-left: 20px;
    overflow-y: auto;
    transition: all 0.5s ease-in-out;
    padding-top: 60px;
    padding-bottom: 30px;
    z-index: 99999;
  }
  header .close_nav {
    max-width: 18px;
    position: fixed;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }*/
}

@media (min-width:768px) and (max-width:991px)
{
  .banner_sec {
    background-image: url(../images/banner.jpg);
    height: 80vh;
  }
  .banner_form .padd_row
  {
      padding: 20px;
  }
  .banner_form .btn-default
  {
    padding: 6px 2px;
    
    font-size: 13px;
  }
  .whyus_sec .why_img
  {
        position: relative;
    max-width: 359px;
    margin-bottom: -130px;
  }
  .work_sec img.img7, .work_sec img.img8 {
    height: auto;
  }
  .bene_sec, footer 
  {
    padding: 60px 0;
  }
  .abt_page .info
  {
    margin-bottom: 30px;
  }
  .callto_action_sec h4 {
    font-size: 18px;
  }
  header .navbar-dark .navbar-brand img {
    max-width: 100px;
    margin-top: -5px;
  }
  .banner_sec h2
  {
    font-size: 30px
  }
}
@media only screen and (min-width: 992px) {
  
}
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1400px;
    width: 100%;
  }

  
}
@media only screen and (min-width:1300px)
{
    .resize_container
    {
        max-width: 1250px;
        width:100%;
    }
    
    
}

@media only screen and (min-width:1500px)
{
    .resize_container
    {
        max-width: 1450px;
        width:100%;
    }
    
}
/*# sourceMappingURL=mystyle.css.map */

