html {
    scroll-behavior: smooth;
}

body {
    font-family: montserratR !important;
    box-sizing: border-box;
    background-color: #fff !important;
}

@font-face {
    font-family: montserratR;
    src: url('/fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: montserratB;
    src: url('/fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: montserratL;
    src: url('/fonts/Montserrat-Light.ttf');
}


/* ---------------------------------------- NAVBAR --------------------------------------------------- */


/* top-nav-bar */

.topbar {
    color: #ffffff;
    font-size: 10px;
    padding-top: 9px;
}

.topbar img {
    width: 10px !important;
}

.top-nav-contact ul {
    display: flex;
    list-style-type: none;
}

.top-nav-contact ul li {
    padding-right: 50px;
}

.top-nav-contact a {
    color: #ffffff;
}

.top-nav-contact a:hover {
    color: #ffffff;
    text-decoration: none;
    color: #48A99C;
}

.top-navbar-social-icons a {
    color: #ffffff;
}

.top-navbar-social-icons a:hover {
    color: #48A99C;
}

.top-navbar-social-icons ul {
    display: flex;
    list-style-type: none;
}

.top-navbar-social-icons button {
    border: none;
    background-color: transparent;
    color: #fff;
    font-weight: bold;
}

.topbar fa {
    font-size: 20px !important;
}


/* end top navbar */


/* navbar */

.main-navbar nav {
    padding: 0px !important;
    background-color: #ffffff !important;
}

.navbarsearch input.form-control {
    border: none !important;
}

.navbarsearch input.form-control:focus {
    box-shadow: darkcyan !important;
}

.navbar-nav.mr-auto {
    font-size: 12px !important;
}

.dropdown-menu.show {
    font-size: 12px;
}

#navbarTogglerDemo03 ul li a {
    color: #000000;
    font-weight: bold;
}

.navbar-brand img {
    height: 70px !important;
    width: 150px !important;
}

.dropdown-menu.show {
    border: none !important;
}

.dropdown-menu.show a {
    color: #fff !important;
    background-color: #222222;
}

.dropdown-menu.show a:hover {
    background-color: #60EEDB !important;
}


/* navbar */


/* ---------------------------------------- END NAVBAR ------------------------------------------------*/


/* ---------------------------------------- Start cover ------------------------------------------------*/

#transed-cover {
    color: #ffffff;
    padding: 168px 0 141px 0;
    background-size: 100% !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url("../images/cover-background-image.png");
}

.website-cover button {
    background-color: #60EEDB;
    border: none;
    color: #1F1F1F;
    font-weight: bold;
    padding: 5px 25px 5px 25px;
}

.website-cover button:hover {
    background: #7FFFD4;
}

.website-cover h1 {
    font-weight: bolder;
}


/* media query for cover */

@media (max-width: 768px) {
    .website-cover h1 {
        font-size: 16px;
    }
}

/* end */


/* ---------------------------------------- END Start cover ------------------------------------------------*/


/* ---------------------------------------- Footer ------------------------------------------------*/

footer {
    font-size: 12px;
    color: #ffffff;
    padding: 40px 0 30px 0;
    background-color: #161616;
}

.footer-subhead ul {
    list-style-type: none;
}

.footer-subhead ul li a {
    color: #ffffff;
}

.footer-subhead ul li a:hover {
    background-color: #16C5B1;
    color: black;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.footer-subhead h6 {
    color: #16C5B1;
}


/* ---------------------------------------- END footer ------------------------------------------------*/


/* ---------------------------------------- Dream ------------------------------------------------*/

#dream {
    color: #ffffff;
    padding: 100px 0 100px 0;
    background-size: 100% !important;
    /* width: 100% !important; */
    background-image: url("../images/dream-img.png");
}


/* media query for dream */

@media (max-width: 768px) {
    .dream-head h2 {
        font-size: 20px;
    }
}


/* end */


/* ---------------------------------------- END Dream ------------------------------------------------*/


/* ---------------------------------------- FEATURE ------------------------------------------------*/

#featur-section {
    padding: 20px 0 20px 0;
    background-color: #F5F5F5;
    ;
}


/* ---------------------------------------- END FEATUR ------------------------------------------------*/


/* ---------------------------------------- DREAM ------------------------------------------------*/

#master {
    padding: 30px 0 30px 0;
}

.master-heading h2 {
    color: #000000;
    font-weight: bold;
}

.master-img-center {
    
    transform: translate(0, -50%);
    color: #ffffff;
}


/* media query for master */

@media (max-width: 768px) {
    .master-heading h2 {
        font-size: 18px;
    }
    .master-heading p {
        font-size: 12px;
    }
    .master-img-center {
        font-size: 8px;
    }
    .master-img-center h4 {
        font-size: 11px !important;
        transform: translate(-6%, 67%) !important;
    }
}


/* end */


/* ---------------------------------------- End Dream ------------------------------------------------*/


/* ---------------------------------------- Mission ------------------------------------------------*/

#mission {
    padding: 30px 0 30px 0;
}

.mission-heading h2 {
    font-weight: bold;
}

.mission-description button {
    background-color: #60EEDB;
    border: none;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
}

.mission-description button:hover {
    background: #7FFFD4;
}

.mission-description a {
    color: #1F1F1F;
}

.mission-description a:hover {
    background-color: #60EEDB;
}

.mission-description p {
    font-size: 12px;
}

.mission-imgf {
    width: 90%;
}


/* ---------------------------------------- End Mission ------------------------------------------------*/


/* ---------------------------------------- Reading ------------------------------------------------*/

#reading {
    padding: 30px 0 30px 0;
}

#reading h2 {
    font-weight: bold;
    color: #000000;
}

.reading-img-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: bold;
}


/* ---------------------------------------- End Reading ------------------------------------------------*/


/* ---------------------------------------- Family ------------------------------------------------*/

#family {
    padding: 30px 0 30px 0;
}

.family-head h2 {
    font-weight: bold;
    color: #000000;
}


/* ---------------------------------------- End Family ------------------------------------------------*/


/* ---------------------------------------- Contact ------------------------------------------------*/

#landing-contact {
    padding: 30px 0 30px 0;
}

.landing-contact-desc h4 {
    font-weight: bold;
}

.landing-contact-desc p {
    color: #737373;
}

.landing-contact-desc button {
    background: #16C5B1;
    border: none;
    padding: 10px 10px 10px 10px !important;
    color: #000000;
    font-weight: bold;
}

.landing-contact-desc button:hover {
    background: #7FFFD4;
    border: none;
}


/* media query for contact */

@media (max-width: 768px) {
    .landing-contact-img {
        padding-top: 20px !important;
    }
}


/* end */


/* ---------------------------------------- End Contact ------------------------------------------------*/


/* ---------------------------------------- Events ------------------------------------------------*/

#events {
    padding: 50px 0 50px 0;
    background-color: #F4F4F4;
}

.events-heading h2 {
    color: #000000;
    font-weight: bold;
}


/* ---------------------------------------- End Events --------------------------------------------*/


/* -----------------------------------------------------------------------------------------------------------------------------*/


/* --------------------------------------  About Us ---------------------------------------------- */

.row {
    margin: 0px !important;
}

#aboutus-cover {
    padding: 40px 0 40px 0;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../images/aboutus-cover-img.png");
}

#aboutus-cover button {
    background: #16C5B1;
    border: none;
    padding: 5px 20px 5px 20px !important;
    color: #000000;
    font-weight: bold;
}

#aboutus-cover button:hover {
    background: #7FFFD4;
    border: none;
    color: #ffffff;
}


/* -------------------------------------- End About Us ---------------------------------------------- */

#about-detail {
    padding: 30px 0 30px 0;
}

.aboutusdetail2img img {
    width: 100% !important;
    height: 70% !important;
}

.aboutusdetail2desc {
    padding: 50px 50px 0 50px;
}

.aboutusdetail2desc h5 {
    font-weight: bold;
}

.aboutusdetail2desc button {
    background: #16C5B1;
    border: none;
    padding: 10px 15px 10px 15px !important;
    font-weight: bold;
    color: #ffffff;
}

.aboutusdetail2desc button:hover {
    background: #7FFFD4;
    border: none;
}


/* --------------------------------------  About Us Detail ---------------------------------------------- */

#aboutus-industry {
    padding: 40px 0 40px 0;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../images/aboutus-industry.png");
}

.aboutusindustry-heading h2 {
    font-weight: bold;
}

.aboutusindustry-heading button {
    background: #16C5B1;
    border: none;
    padding: 10px 15px 10px 15px !important;
    font-weight: bold;
    background: #FB1C1C;
    border: none;
    color: #fff;
}

.about-detail-desc .breadcrumb {
    background-color: #fff !important;
}


/* --------------------------------------  About improvemnet ---------------------------------------------- */

#aboutus-improvement {
    padding: 30px 0 30px 0;
}

.aboutusimpro-heading h5 {
    font-weight: bold;
}


/* --------------------------------------  About non profit ---------------------------------------------- */

#aboutus-nonprofit {
    padding: 60px 0 60px 0;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../images/aboutusprofit.png");
}

.aboutusprofit-heading h2 {
    font-weight: bold;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


/* ============================================================ succes story cover */

#success-story-cover {
    padding: 60px 0 60px 0;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../images/success-stroy-cover.png");
}

.success-story-head h1 {
    font-weight: bold;
}

.success-story-head button {
    background-color: transparent;
    border: 1px solid #B25D0038;
    color: #ffffff;
    background: rgba(178, 93, 0, 0.22);
    padding: 10px 20px 10px 20px;
}

.success-story-head button:hover {
    background-color: #B25D0038;
    border: none;
    color: rgba(178, 93, 0, 0.22)#000;
}


/*=================================== end success story cover ==========================================*/


/* ====================================== success story main section ===================================== */

#success-story-main {
    padding: 30px 0 50px 0;
}

.success-story-main-head button {
    background-color: #DFDFDF;
    border: none;
    padding: 10px 20px 10px 20px;
}

.success-story-main-head a:hover {
    text-decoration: none;
}

.success-story-main-head select.form-select {
    background: #60EEDB;
    padding: 11px 40px 11px 40px;
    border: none;
}

.success-story-heading h2 {
    font-weight: bold;
}

.success-story-headingimg p {
    color: #16C5B1;
}

.success-story-headingimg h6 {
    font-weight: bold;
}

.success-story-working {
    padding: 120px 0 120px 0;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../images/success-story-working.png");
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}


/* ====================================== success story main section ===================================== */


/* ====================================== success story detail ===================================== */

.success-story-detail-cover {
    background-image: url("../images/succ-sto-detail-cover.png");
    padding: 120px 0 120px 0;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.success-story-detail-header h2 {
    font-weight: bold;
    color: #000000;
}

.success-story-detail-header h6 {
    font-weight: bold;
    color: #000000;
}

.succdetailsing {
    background-color: #60EEDB !important;
    border: none !important;
    font-weight: bold;
}

#succdetailsing1 {
    background: #F8F8F8;
    padding: 30px 0 30px 0;
}

.success-detail-footer {
    background-image: url("../images/detail-footer.png");
    padding: 120px 0 120px 0;
    color: #000;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.success-detail-footer h1 {
    font-weight: bold;
}

.vidoe-desction h3 {
    font-weight: bold;
}


/* ====================================== End success story detail ===================================== */


/* ====================================== VIDEOS SECTION ===================================== */

.videos-cover {
    background-image: url("../images/vides_cover.png");
    padding: 60px 0 60px 0;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.videossec h1 {
    font-size: 60px;
    font-weight: bold;
}

.videossec p {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding: 5px;
}

.videos-footer {
    background-image: url("../images/video_footer.png");
    padding: 150px 0 30px 0;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
}


/* ====================================== End videos section  ===================================== */


/* ====================================== PODCAST  ===================================== */

.podcast-cover {
    background-image: url("../images/podecast_cover.png");
    padding: 60px 0 60px 0;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.podcast_display_desc {
    width: 80%;
    position: absolute;
    transform: translate(8px, -181px);
    color: #fff;
    font-size: 12px;
}

.podcast-footer {
    background-image: url("../images/podecast_footer.png");
    padding: 15px 0 170px 0;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
}


/* ====================================== End PODCAST  ===================================== */


/* ====================================== Events  ===================================== */

.events-cover {
    background-image: url("../images/events-cover.png");
    padding: 60px 0 60px 0;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.events-subheading {
    padding: 20px 0 20px 0;
}

#event-mainbody {
    padding-bottom: 40px;
}

button.evntbtn {
    background-color: transparent;
    font-weight: bold;
    border: 1px solid gray;
}

button.evntbtn:hover {
    background-color: #16C5B1;
    color: #000;
}

button.eventmainbtn {
    background-color: #16C5B1;
    border: none;
    color: #fff;
    border-radius: 0px;
}

button.eventmainbtn:hover {
    color: #000;
    background-color: #86eee5;
}

#eventfooter {
    background-color: #014E6D;
    padding: 50px 0 50px 0;
    color: #fff;
}

button.eventfooterbtn {
    background-color: #60EEDB;
    border: none;
    border-radius: 0px;
}

button.eventfooterbtn:hover {
    background-color: #8cecdf;
    color: #000;
}


video#background-video {
    width: 100%;
}


.hero.d-flex.justify-content-center {
    background-color: black;
}

.p-sm-0.col-md-4.col-lg-4.col-12.mb-3.shadow {
    padding: 14px !important
}

.mission-description.pt-5.mt-3 {
    padding-top: 0rem !important;
}

.button {
    display: inline-block;
    border-radius: 27px;
    background-color: #F4519C;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 12px;
    width: 50%;
    transition: all 0.5s;
    cursor: pointer;
    margin-left: 24%;
    margin-top: 7%;

}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
.img-fluid {
    max-width: 100%;
    height: 100% !important;
}
/* ====================================== End Events  ===================================== */