

*{
    box-sizing: border-box;
    
}
:root {
    --main-bg-color: #008e50;
    --primaryfont: Helvetica,Arial,Lucida,sans-serif; 
    --secondaryfont: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  }
body{
    font-family: var(--secondaryfont);
    color: #666;
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.5px;
    font-family: var(--secondaryfont);
}
.wide-bg {
    max-width: 1440px;
}
h1, h2, h3, h4, h5, h6{
    color: #333;
    padding-bottom: 10px;
}

.section2 h3, .section3 h3, .section4 h3, .section5 h3, .section6 h3, .section7 h3, .section8 h3{
    font-family: var(--primaryfont);
    /* font-family: Helvetica; */
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2em;
}
.section2, .section3, .section4, .section5, .section6, .section7, .section8,.section10  {
    margin: 7em auto !important;
    padding: 40px auto !important;
}
/* .section2{
    margin-top: -100px  !important;
} */
.section10{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.bg_layout_dark{
    border-width: 0px!important;
   border-color: rgba(0,0,0,0);
   border-radius: 4px;
   letter-spacing: 5px;
   font-size: 14px;
   font-family: var(--primaryfont);
   font-weight: 600!important;
   text-transform: uppercase!important;
   background-image: linear-gradient(90deg,#d70f32 0%,#d60023 100%);
   color: #fff;
   padding: 18px 34px;
}
.bg_layout_dark:hover{
    text-decoration: none;
    color: white;
    letter-spacing: 5.5px!important;
}
.section1 .bg_layout_dark{
   box-shadow: 0px 20px 30px -10px rgb(215 15 50 / 60%);
   transition: letter-spacing 300ms ease 0ms;
}

.section2 .bg_layout_dark {
    box-shadow: 0px 20px 30px -10px rgb(60 117 92 / 56%);
    transition: letter-spacing 300ms ease 0ms;
}
.section3 .bg_layout_dark{
    background-image: linear-gradient(90deg,#008e50 0%,#008e50 100%) !important;
    box-shadow: 0px 20px 30px -10px rgb(60 117 92 / 56%);
    transition: letter-spacing 300ms ease 0ms;
}
.section5 .bg_layout_dark{
    box-shadow: 0px 20px 30px -10px rgb(249 44 139 / 40%);
    transition: letter-spacing 300ms ease 0ms;
}
.section7-1 .bg_layout_dark{
    box-shadow: 0px 20px 30px -10px rgb(249 44 139 / 40%);
    transition: letter-spacing 300ms ease 0ms;
}
.section7-2 .bg_layout_dark{
    background-image: linear-gradient(90deg,#008e50 0%,#008e50 100%) !important;
    box-shadow: 0px 20px 30px -10px rgb(0 142 80 / 38%);
    transition: letter-spacing 300ms ease 0ms;
}
.section10 .bg_layout_dark{
    box-shadow: 0px 20px 30px -10px rgb(214 0 35 / 53%);
    transition: letter-spacing 300ms ease 0ms;
}

.navbar-header{
    background-color: #fff;
    padding: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.navbar-header .navbar .navbar-brand{
    width: 10%;
}
.navbar .navbar-collapse ul li a{
    font-family: var(--secondaryfont);
      font-weight: 600;
      font-size: 14px;
      color: #000000!important;
      letter-spacing: 0.5px;
  
  }
  .navbar .navbar-collapse ul li{
    padding: 5px 5px;
  }
  .navbar .form-inline button{
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 4px;
    letter-spacing: 5px;
    font-size: 14px;
    font-family: var(--primaryfont);
    font-weight: 600!important;
    text-transform: uppercase!important;
    background-image: linear-gradient(90deg,#d70f32 0%,#d60023 100%);
    color: #fff;
    padding: 18px 34px;
}
.navbar .navbar-toggler{
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 4px;
    letter-spacing: 5px;
    font-size: 14px;
    font-family: var(--primaryfont);
    font-weight: 600!important;
    text-transform: uppercase!important;
    background-image: linear-gradient(90deg,#d70f32 0%,#d60023 100%);
    color: #fff;
    padding: 10px 20px;
}

.banner-section{
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   color: #fff;
    position: relative;
    z-index: 2;
}
.empty-div {
    min-height: 150px;
}
.banner {
    padding-bottom: 25px;
}


.banner-section p{
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.8px;
    font-family: var(--secondaryfont);
}
.banner-section .lead-new{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff!important;
    letter-spacing: 6px;
    line-height: 2em;
    font-family: var(--secondaryfont);
}
.banner-section h1{
    font-weight: 700;
    font-size: 53px;
    line-height: 1.2em;
    font-family: var(--primaryfont);
    color: #fff !important;
}

.banner{
    overflow: hidden;
    position: relative;
}
.banner video{
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    pointer-events: none;
    -webkit-transition: display .3s;
    transition: display .3s;
    object-fit: cover;
}


.divider1 {
    background-image: url(../assets/images/download.svg) ;
    background-size: 100% 250px;
    background-repeat: no-repeat;
    bottom: 0;
    height: 250px;
    z-index: 1;
    transform: rotateY(180deg);
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0; 
}

.section2 h2{
    color: #333;
    font-family: var(--mainfont);
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2em;
}
.section3{
    overflow: visible;
}
.section3 .subsection1{
    background-color: #4db085;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    padding-top: 17px!important;
    padding-bottom: 25px;
   
}
.section3 .subsection1 h3{
    font-family: var(--secondaryfont);
    font-weight: 700!important;
    line-height: 1.3em!important;
    color: #fff;
    font-size: 26px;
}
.section3 .subsection1 p{
    font-family: var(--secondaryfont);
    font-weight: 400!important;
    color: #fff;
    font-size: 16px;
}
.section3  .bg_layout_dark{
    position: relative;
    top: -60px !important;
}
.section4 .card-deck .card{
    border: none;
}

.section4 .card-deck .card .card-body{
    line-height: 1.8em;
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
   padding: 50px 30px 80px;
    margin-bottom: 0px!important;
    box-shadow: 0px 2px 70px 0px rgb(110 130 208 / 18%);
}
.icon{
  margin-bottom: 35px;
}
.section4 .card-deck .card:nth-child(1) .icon span{
   font-size: 32px;
    color: #008e50;
    background-color: rgba(27,118,79,0.4);
    border-radius: 100%;
    padding: 25px;
}
.section4 .card-deck .card:nth-child(2) .icon span{
   font-size: 32px;
    color: #fa5e5d;
    background-color: rgba(250,94,93,0.3);
    border-radius: 100%;
    padding: 25px;
}
.section4 .card-deck .card:nth-child(3) .icon span{
   font-size: 32px;
    color: #f98d5e;
    background-color: rgba(249,141,94,0.3);
    border-radius: 100%;
    padding: 25px;
}

.section4 .card-deck h5{
  font-family: var(--primaryfont);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.7em;
}
.section4 .card-deck .card{
  position: relative;
}
.section4 .bg_layout_dark{
    color: #b5b5b5!important;
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 4px;
    letter-spacing: 3px;
    font-size: 14px;
    font-family: var(--primaryfont);
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #fff !important;
    box-shadow: 0px 2px 30px 0px rgb(110 130 208 / 14%);
    transition: color 300ms ease 0ms,letter-spacing 300ms ease 0ms;
    background-image: none;
    padding: 10px 20px;
}
.section4 .bg_layout_dark:hover{
    color: #008e50!important;
    letter-spacing: 8px!important;
}
.section5 .text-inner 
{
	font-weight: 500;
}
.section5 .card .pricing-heading , h3.text-center {
    color: #d70f32;
    font-weight: 600;
    font-size: 20px;
}
.section5 .card .pricing-heading  , h1.text-center {
    font-size: 60px;
    font-family: var(--secondaryfont);                                  
    font-weight: 700;
}
.section5 .sect-1-paragraph {
    line-height: 2em;
}
.section5 .card .pricing_content_top {
    border-bottom: 1px solid #bebebe;
    padding: 17px;
}
.section5 .card ul.et_pb_pricing {
    font-size: 16px;
    list-style: none;
    font-family: var(--secondaryfont);
    line-height: 40px;
        padding: 1px 45px 20px;
        color: #000;
        list-style-type: square;
}

.section5 .card .pricing-line {
    text-decoration: line-through;
}
.section5 .card {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
 	box-shadow: 0px 2px 18px 0px rgb(110 130 208 / 18%);
    max-width: 100%;
    width: fit-content;
    border: none;
}
.section5 button{
    color: #fff;
}
.section5 .pricing-heading h2{
    font-family: var(--secondaryfont);
    color: #000000!important;
    letter-spacing: 1px!important;
    font-size: 26px;
}

.section6 .container-fluid.Sec6-1 {
    background: linear-gradient(130deg,#008e50 25%,#007242 100%)!important;
    padding: 60px 0;
}
.section6 .container-fluid.Sec6-1 .small-list p, .section6 .container-fluid.Sec6-1 .small-list ul{
    color: #fff;
    font-family: var(--secondaryfont);
    font-size: 16px;
}
 ul{
    list-style-type: square;
}
.section6 .container-fluid.Sec6-1 .small-list ul{
    padding-left: 18px !important;
}
.section6 .container-fluid.Sec6-1 .yt-video video{
    border-radius: 10px;
    margin: -20px;
}
.section6 .Sec6-1 {
    position: relative;
}
.section6 .divider6{
    background-image: url(../assets/images/download.svg);
    background-size: 100% 480px;
    bottom: 0;
    height: 480px;
    z-index: 0;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
}


li::marker{
    font-size: 1.5em;
    border-radius: 0 !important;
    
}
.section6 h3{
    padding-bottom: 20px;
}
.section7{
    background-image: linear-gradient(180deg,#ffffff 0%,#F2F2FA 50%);
}
.section7 .section7-inner span {
    font-family: var(--secondaryfont);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    color: #000;
}
.section7 .section7-inner .pb_text_1{
    color: #ff0000 !important;
}

.section7 .section7-2 .sec-inner-wrapper{
    padding-top: 50px;
}
.section7 .section7-2 h5{
    text-transform: uppercase;
    font-size: 20px;
    color: #c1c1c1!important;
    letter-spacing: 4px;
    line-height: 1.6em;
}
.section7 .section7-2 h3{
    font-family: var(--primaryfont);
    font-weight: 700;
    font-size: 39px;
    line-height: 1.2em;
}
.section7 .section7-2 p {
    font-family: var(--primaryfont);
    font-size: 15px;
    color: #666;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    line-height: 2em;
}
.section7{
    position: relative;
}
.divider7{
    background-image: url(../assets/images/section6.svg);
    background-size: 100% 250px;
    bottom: 0;
    height: 250px;
    z-index: 0;
    transform: rotateY(180deg);
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
}

.section7 .section7-2 .btn{
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 4px;
    letter-spacing: 5px;
    font-size: 14px;
    font-family: var(--primaryfont);
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-image: linear-gradient(90deg,#008e50 0%,#008e50 100%);
    box-shadow: 0px 20px 30px -10px rgb(0 142 80 / 38%);
    transition: letter-spacing 300ms ease 0ms;
    padding: 18px 34px;
    color: #fff;
}

.section8 .card-deck .profile-pic{
    width: 25%;
    padding-bottom: 20px;
}
.section8 .card-deck .profile-pic img{
    border-radius: 50%;
    box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
}
.section8 .card-deck .card{
    border: none;
    box-shadow: 0px 2px 70px 0px rgb(110 130 208 / 18%);
}
.section8 p{
    font-size: 16px;
    line-height: 2em;
    font-weight: 400;
    color: #666;
}
.section8 .c-name h5{
    font-size: 16px;
    line-height: 2em;
    margin: 32px 0 0 0;
    padding: 0;
    font-weight: 700;
}
.section9 h3{
    font-family: var(--primaryfont);
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2em;
    color: #333;
    padding-bottom: 20px;
}
.section9 .form-group input{
    margin: 0;
    min-width: 10px;
    max-width: 100%;
    width: 100%;
    padding: 8px;
    height: auto;
    line-height: 1.5;
    font-size: 1em;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    border-radius: 0.25rem;
}

.section9 .button-submit .form-submit{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    background-color: #1b764f !important;
    padding-top: 14px;
    padding-bottom: 14px;
    border: none;
    border-radius: 3px;
}



.section10 {
    background-image: linear-gradient(130deg,#00683b 25%,#007242 100%)!important;
}
.section10 h3{
    font-family: var(--primaryfont);
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2em;
    color: #fff;
}
.section10 p {
    color: #fff;
    font-weight: 600;
    line-height: 2em;
    font-family: var(--secondaryfont);
    text-transform: uppercase;
    font-size: 14px;
}
.section10 .section10-1{
    padding-top: 16vw;
    padding-bottom: 7vw;
}
.section10 .section10-1 .btn{
    border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 4px;
    letter-spacing: 5px;
    font-size: 14px;
    font-family: var(--primaryfont);
    font-weight: 600!important;
    text-transform: uppercase!important;
    background-image: linear-gradient(90deg,#008e50 0%,#008e50 100%);
    box-shadow: 0px 20px 30px -10px rgb(214 0 35 / 53%);
    transition: letter-spacing 300ms ease 0ms;
    padding: 18px 34px;
    color: #fff;
}
.section10 .section10-1 h5{
    font-family: var(--primaryfont);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff!important;
    letter-spacing: 5px;
    line-height: 2em;
    text-align: center;
}
.lightebg{
    background-image: linear-gradient(180deg,#ffffff 0%,#F2F2FA 50%);
}
.section10{
    position: relative;
}
.divider10{
    
    background-image: url(../assets/images/download2.svg) ;
    background-size: 100% 250px;
    top: 0;
    height: 250px;
    z-index: 1;
    transform: rotateX(180deg);
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
}





/* Media Query */
@media only screen and (max-width: 425px) {
    .navbar-header .navbar .navbar-brand {
        width: 20%;
    }
    a.bg_layout_dark {
        font-size: 13px !important;
        letter-spacing: 3px;
        padding: 15px 8px;
    }
    .section2 h3, .section3 h3, .section4 h3, .section5 h3, .section6 h3, .section7 .section7-1 h3, .section7 .section7-2 h3, .section8 h3, .section10 h3 {
        font-size: 28px;
    }
    .section2 h3{
        padding-top: 30px;
    }
    
    
  
    .banner-section .lead-new {
        font-size: 10px;
    }




    .banner-section h1 {
        font-size: 32px;
    }
   
    
    p {
        line-height: 2em;
        font-size: 16px;
    }
    .small-list.col-9 {
        margin-top: 80px;
    }
    .section7-inner.mt-1 {
        padding: 0 30px;
    }

    .section4 h3 {
        font-size: 25px;
    }
    .section4 .card-deck .card{
margin-bottom: 40px !important;
    } 
    .section5 h4 {
        font-size: 25px;
    }   
    p.sect-1-paragraph.pt-2.pb-3 {
        font-size: 16px;
    }
    .section5 .card{
        margin-top: 40px;
    }
    .section5 .card ul.et_pb_pricing {
        
        padding: 0 10px !important;
        
    }
    .yt-video iframe{
        height: 100%;
    }
    .button-submit button {
        font-size: 16px !important;
        line-height: 1.7;
    }
    p {
        line-height: 2em;
        font-size: 16px;
    }
   
    
}
@media only screen and (min-width: 426px) and (max-width: 991px) {
    
    .banner-section h1 {
        
        font-size: 40px;
    }
    
    .section1 .imgnew{
        text-align: center;
    }
    .section1 .imgnew img{
        width: 70%;
    }
    a.bg_layout_dark {
        font-size: 13px !important;
        letter-spacing: 3px;
        padding: 15px 16px;
    }
    .section2 h3, .section3 h3, .section4 h3, .section5 h3, .section6 h3, .section7 .section7-1 h3, .section7 .section7-2 h3, .section8 h3, .section10 h3 {
        font-size: 32px;
    }
    .section2 h3{
        padding-top: 30px;
    }
    .yt-video iframe{
        height: 250px;
    }
    .section6 .container-fluid.Sec6-1 .small-list p, .section6 .container-fluid.Sec6-1 .small-list ul{
        font-size: 18px !important;
    }
    .small-list{
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px){
    .empty-div {
        min-height: 95px;
    }
.divider1,  .divider7, .divider10 {
    background-size: 100% 110px;
    height: 110px;
}
.section10-1 {
    padding-top: 14em !important;
}

.section6 .divider6{
    background-size: 100% 100px !important;
    height: 100px !important;
}
}
@media only screen and (max-width: 1200px){
    .empty-div {
        min-height: 65px;
    }
    .section1 .row {
        padding-top: 50px;
    }
}
@media only screen and (max-width: 980px){
    .divider1, .divider6, .divider7, .divider10 {
        background-size: 100% 150px;
        height: 150px;
    }
    }

@media only screen and (min-width: 1200px) {
    
    .section6 .container-fluid.Sec6-1 .small-list p, .section6 .container-fluid.Sec6-1 .small-list ul{
        font-size: 18px !important;
    }
    
}











