@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {

    --mulish-family: "Mulish", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: var(--mulish-family);
    background: #fff;
    overflow-x: hidden;

}
a{
    cursor: pointer;
}
p {
    margin-bottom: 0px;
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #666;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
}

::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

.btn:hover {
    color: #fff !important;
}


a {
    color: #000;
    text-decoration: none;
}

ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}

a:hover {
    color: initial;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.web-view {
    display: block;
}

.mobile-view {
    display: none;
}


@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

.header-main {

    padding: 10px 0;
    position: absolute;
  
    top: 0;
    width: 100%;
    z-index: 99;
}

.header-main .container-fluid {
    width: 100%;
    padding: 0;
    margin: 0;
}

.header-main .logo-wrapper {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
}

.header-main .logo-wrapper .logo-box {
    background: #e3f7ff;
    padding: 20px 10px;
    border-radius: 0px 0px 20px 20px;
    margin-top: -15px;
}

.header-main .logo-wrapper img {
    width: 220px;
}

.header-main .header-bottom .navbar {
    /*    padding-left: 30px !important;*/
    padding: 0px;
    /*    background: #00AEEF;*/
    /*    border-radius: 20px 0px 0px 0px;*/
}

.header-main .header-bottom .navbar .nav-link {
    font-size: 14px;
    color: #fff;
    padding: 15px 0px;
    position: relative;
    font-weight: 500;
    position: relative;
}

.header-main .header-bottom .nav-link.active {
    color: var(--yellow-color);
}

.header-main .header-bottom .nav-link:hover,
.header-main .header-bottom .nav-link.active {
    color: var(--yellow-color);
}

.header-main .header-bottom .nav-item {
    position: relative;
    padding-right: 35px;
}

.w-100 {
    width: 100%;
}
 
.mean-container .mean-nav ul li ul li {
    padding: 8px 0;
}

.mean-container .mean-nav ul li ul li a {
    padding: 5px 15%
}

.clr-fff {
    color: #fff;
}


.padd-0 {
    padding: 0;
}

.padd-r-o {
    padding-right: 0;
}
.dark {
    border: 1px solid #27af0d;
    background: #27af0d;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.235px;
    padding: 0.4rem 1.2rem;
}

.dark:hover{
    color: #fff;
}
.contact-detail-forms {
padding: 35px;
border-radius: 20px;
background: #FFF;
box-shadow: 8px 9px 31px 0 rgba(0, 0, 0, 0.09);   
}

::placeholder{
    color: #8B8A8A;
}

.contact-detail-forms .contact-forms-only h3 {
 color: #004120;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 33.6px */
margin-bottom: 25px;
}



.contact-detail-forms .contact-forms-only .form-inner .form-group input[type='text'],
.contact-detail-forms .contact-forms-only .form-inner .form-group input[type='email'] {
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 2px;
background: #F3F3F3;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    
    box-shadow: unset;
    transition: all 500ms ease;
    margin-bottom: 20px;
    border: unset;
}

.contact-detail-forms .contact-forms-only .form-inner .form-group input:focus,
.contact-detail-forms .contact-forms-only .form-inner .form-group textarea:focus {
    border-color: unset;
}


.exclusive-session-main{
    padding-right: 60px;
}
.exclusive-session-main h2
{
color: #000;
font-size: 30px;
font-style: normal;
font-weight: 800;
line-height: 130%; /* 39px */
text-transform: capitalize;
margin-bottom: 15px;
}
.exclusive-session-main p{
   color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin-bottom: 25px; 
}
.exclusive-session-main li{

color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
text-transform: capitalize;
    margin-bottom: 20px;
    border-bottom: 1px dashed #000;
    padding-bottom: 20px;
}
.exclusive-session-main li:last-child{
    border-bottom: 0px ;
}
.meet-speak-inside{
border-radius: 20px;
/*background: #F2F9F0;
padding: 50px 60px;*/
}
.meet-speak-inside h2{
    color: #fff;
font-size: 30px;
font-style: normal;
font-weight: 800;
line-height: 130%; /* 39px */
text-transform: capitalize;
margin-bottom: 40px;
}
.meet-speak-inside .meet-speak-name img{
margin-bottom: 20px;
}
.meet-speak-inside .meet-speak-name h3{
color: #fff;
font-size: 18px;
font-style: normal;
font-weight: 800;
line-height: 150%; /* 30px */
text-transform: capitalize;
}
.meet-speak-inside .meet-speak-name h4{
color: #fff;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 150%;
text-transform: capitalize;
}
.meet-speak-inside .meet-speak-name p{
color: #fff;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 150%;
text-transform: capitalize;
   
}
.built-growth-main{
    border-radius: 20px;
background: #CBF9C2;
padding: 50px;
margin-top: -15px;
position: relative;
}

.built-growth-main h2{
    color: #000;
font-size: 30px;
font-style: normal;
font-weight: 800;
line-height: 130%; /* 39px */
text-transform: capitalize;
margin-bottom: 25px;
}
.built-growth-main p
{
color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
text-transform: capitalize;
margin-bottom: 0px;
}
.built-growth-main p b{
    font-weight: 700;
}
.built-growth-main img{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.built-growth-main input[type='text'],.built-growth-main input[type='email']{
     position: relative;
    width: 100%;
    height: 50px;
    border-radius: 2px;
    background: #F3F3F3;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    
    box-shadow: unset;
    transition: all 500ms ease;
    margin-bottom: 20px;
    border: unset
}
.faq-section {
  position: relative;
  padding: 50px 0px 50px 0px;
}
.faq-section h2{
    color: #000;
font-size: 30px;
font-style: normal;
font-weight: 800;
line-height: normal;

margin-bottom: 20px;
}
.faq-section .accordion-box{
  position:relative;
  padding-left: 0;
}

.faq-section .accordion-box .block{
  position:relative;
  margin-bottom: 15px;
  
  border-radius: 0px;
  padding: 0px 20px 0 0;
  list-style: none;
  border-bottom: 1px solid #A7A7A7;
}

.faq-section .accordion-box .block:last-child{
  margin-bottom: 0px;
  border-bottom: unset !important;
}
    
.faq-section .accordion-box .block .acc-btn h3{
  position:relative;
  display: block;
  font-size:16px;
  font-weight: 600;
  color:#000;
  
  padding: 20px 30px 19px 0px;
  cursor:pointer;
  transition: all 500ms ease;
}

.faq-section .accordion-box .block .acc-btn.active h3{
  color: #000;
  padding-top: 20px;
 
}

.faq-section .accordion-box .block .acc-content{
  position:relative;
  display:none; 
  padding-top: 6px;
  padding-bottom: 27px;
}

.faq-section .accordion-box .block .acc-content.current{
  display:block;  
}

.faq-section .accordion-box .block .content .text{
  position:relative;
  display: block;
  font-size: 17px;
  color: #000;
  font-weight: 400;
  padding-right: 40px;
  
}

.faq-section .accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 21px;
  right: 25px;
  font-size: 14px;
  color: #000;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.faq-section .accordion-box .block .acc-btn.active .icon-outer{
  color: #fff;
}
.faq-section .accordion-box .block .acc-btn.active .icon-outer i{
background: #ECECEC;
    padding: 5px;
    border-radius: 50%;
}
.faq-section .accordion-box .block .acc-btn .icon-outer i{
  background: #ECECEC;
  padding: 5px;
  border-radius: 50%;
   font-size: 12px;
}
.faq-section .accordion-box .block .acc-btn.active .icon-outer i:before{
  position: relative;
  background: #ECECEC;
  font-size: 12px;
  color: #000;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: 0px;
  content: "\f068";
}

footer{
    background: #000;
  padding: 20px 0;
}
.footer-detail {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 0;
}
footer .policiesss{
    display: inline-flex;
    gap: 20px;
    margin-bottom: 0;
}
footer ul li a{
    color: #fff !important;margin-bottom: 0;
}
.honeypot {
    display: none !important;
}

:placeholder {
    color: #000;
    font-weight: 500;
}

.section-padding{
    padding: 3rem 0;
}
.banner-main{
     background: linear-gradient(0deg, #FDFFFD 0%, #DFE 100%);
     padding: 150px 0 60px 0;
}
.banner-main .banner-main-inside{
    margin-bottom: 50px;
}
.banner-main .banner-main-inside h1{
    color: #000;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 127%; /* 63.5px */
margin-bottom: 10px;
}
.banner-main .banner-main-inside p{
    color: #000;
text-align: center;

font-size: 20px;
font-style: normal;
font-weight: 800;
line-height: 127%; /* 30.48px */
}
.banner-main .banner-bg-main{
  border-radius: 20px;
background: #0f5132;
padding: 50px 35px;  
}
.banner-main .banner-details{
    padding-right: 60px;
}

.banner-main .banner-details p{
color: #fff;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
text-transform: capitalize;
margin-bottom: 30px;

}
.banner-main .banner-details h3{
    color: #fff;
font-size: 32px;
font-style: normal;
font-weight: 800;
line-height: 130%; /* 41.6px */
text-transform: capitalize;
margin-bottom: 15px;
}


.banner-main .banner-details li{
    color: #fff;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 205%;
text-transform: capitalize;
}
.banner-main .banner-details li b{
    font-weight: 700;
}
.banner-main .banner-details li.clr-g{
 color: #fff;

font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 180%;
text-transform: capitalize;
}
.dark-btnss{
    padding: 12px 30px;
}
.common-heading-main h2{
color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.common-heading-main p{
 color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight:400;
    line-height: 150%;
    margin-bottom: 25px;
}
.table-bg {
/*  background: #ffffff;*/
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

.table-head-bg {
  background: #27af0d;
  color: #fff;
}

.table-head-bg-drak {
  background: #000;
  color: #fff;
}

.points-lisitng ul {
    list-style: none;
    padding-left: 0;
 }

.points-lisitng li {
    position: relative;
  padding-left: 1.7em;
  margin-bottom: 20px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  border-bottom: 1px dashed #000;
  padding-bottom: 20px;
}
.points-lisitng li::before {
    content: "\f058"; 
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    position: absolute;
    left: 0;
    color: #226F13; 
}
.points-lisitng-1 ul{ list-style: none; padding: 0; margin: 0; }
.points-lisitng-1 li { margin-bottom: 15px; position: relative; padding-left: 20px;font-size:16px; }
.points-lisitng-1 li::before { content: "•"; color:#06191C; position: absolute; left: 0; }
.clr-fff{
    color: #fff !important;
}

.footer-socialss  {
  
    width: 40px;
    height: 40px;
    line-height: 40px;
    align-self: center;
    border-radius: 50px;
    text-align: center;
    background: #0077b5;
}
.footer-socialss a{
    color: #fff;
}
.bg-tbt{
    background: #fff;
    padding: 60px;
    border-radius: 20px;
    height: 100%;
}
.bg-0f5132
{
    background: #0f5132;
}
.tbl-bor{
    border: 1px solid #dee2e6;
    /* padding: .5rem .5rem; */
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    padding: 20px;
}
.bord-20{
    border-radius: 20px;
}
.table-bordered {
    border-collapse: separate;
    border-spacing: 0;
}

.table-bordered td {
    border: 1px solid #dee2e6;
        background: #fff
}

.bord-ri{
    border-radius: 0 0px 0px 20px;
}
.bord-le{
    border-radius: 0 0px 20px 0px;
}
.bord-ri-0{
    border-right: 0 !important;
}
.bord-btm{
    border-bottom: 0 !important;
}
.brd-das{
        border-bottom: 1px dashed #d0c6c6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
@media (992px <=width <=1199.98px) {
    .web-view {
        display: block;
    }

    .mobile-view {
        display: none;
    }

    .mobile-header {
        padding: 10px 0px;
        position: absolute;
        width: 100%;
        top: 0%;
        z-index: 99;
    }

    .mobile-header .logo img {
        width: 200px;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 160px;
    }

    .toggler {
        color: var(--theme-color);
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: var(--theme-color);
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
}

@media (768px <=width <=991.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        padding: 10px 0px;
        position: absolute;
        top: 0%;
        width: 100%;
        z-index: 99;


    }

    .mobile-header .logo img {
        width: 220px;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 160px;
    }

    .toggler {
        color:
            var(--theme-color);
        font-size: 40px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: var(--theme-color);
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content:
            flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }

}
@media (992px <=width <=1199px) {

}
@media (1400px <=width <=1920px) {
   
}

@media (max-width: 991px) {

    .dis-n {
        display: none !important;
    }

    .dis-b {
        display: block !important;
    }
.banner-main{
    padding: 90px 0 40px 0;
}
    .footer-detail{
        display: unset;
    }
  .section-padding{
    padding: 2.3rem 0;
  } 
  .meet-speak-inside{
    padding: 25px;
  } 
  .meet-speak-name{
    margin-bottom: 20px;
  }
  .built-growth-main p{
    margin-bottom: 10px;
  }
  .faq-section h2, .built-growth-main h2,.meet-speak-inside h2,.exclusive-session-main h2,.banner-main .banner-details h3,.banner-main .banner-main-inside h1{
    font-size: 25px;
    margin-bottom: 25px;
  }
  .bg-tbt{
    padding: 35px;
  }
.faq-section{
    padding: 30px 0;
}
.banner-main .banner-main-inside{
    margin-bottom: 30px;
}
.built-growth-main,.banner-main .banner-bg-main{
    padding: 30px 20px;
}
.built-growth-main input[type='text']{
    width: 100%;
}
.exclusive-session-main,.banner-main .banner-details{
    padding-right: 0;
}
.built-growth-main img{
    display: none;
}
}

@media(width <=767px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        padding: 10px 0px;
        /* background: #fff; */
        position: absolute;
        top: 0;
        width: 100%;
    }

    .mobile-header .logo img {
        width: 150px;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 250px;
    }

    .toggler {
        color: var(--theme-color);
        font-size: 50px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: #0071bc !important;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .meet-speak-name img{
        width: 100%;
    }

}

.marg-btm-20 {
    margin-bottom: 20px !important;
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .header-main .header-bottom .nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-main .logo-wrapper .logo-box {
        margin-top: -40px;
    }

    .header-main .header-top .volunteer-logo {
        font-size: 18px !important;
    }
}

@media (max-width: 575px) {
    .wid-50 {
        width: 50% !important;
    }

    .contact-detail-forms {
        padding: 40px 20px !important;
    }

    .dark{
        letter-spacing: 0;
    }
    footer .policiesss {
    display: grid;
    gap: 4px;
    margin-bottom: 0;
    text-align: center;
}
.mb-center{
    text-align: center;
}
}



.abt-paras{
    color: #000;


font-size: 20px !important;
font-style: normal;
font-weight: 800 !important;
line-height: 127%; /* 30.48px */
}