@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

/* footer end */

#main-div {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}

#main-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    font-size: 20px;
    color: #0064f3;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#main-button ~ button {
    visibility: none;
    font-weight: 600;
    height: 50px;
    padding: 0 20px;
    color: #fff !important;
    background: linear-gradient(90deg, #00a1f5, #0064f3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    border: 0;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    opacity: 0;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#main-button.open ~ button {
    visibility: visible;
    right: 70px;
    opacity: 1;
    transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button ~ a {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 50px;
    width: 50px;
    font-size: 20px;
    opacity: 0;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
}

#main-button ~ .telegram-color {
    background: linear-gradient(0deg, #017ab1, #01abe6);
}

#main-button ~ .whatsapp-color {
    background: linear-gradient(0deg, #00b100, #09db09);
}

#main-button ~ .messenger-color {
    background: linear-gradient(0deg, #0078ff, #00c6ff);
}

#main-button ~ .messenger-color02 {
    background: linear-gradient(0deg, #0078ff, #00c6ff);
}

#main-button.open ~ a {
    opacity: 1;
    transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
    -webkit-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
    -moz-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
    -ms-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
    -o-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button.open ~ a:nth-of-type(1) {
    bottom: 60px;
}

#main-button.open ~ a:nth-of-type(2) {
    bottom: 120px;
}

#main-button.open ~ a:nth-of-type(3) {
    bottom: 180px;
}

.wave {
    animation-name: wave;
    animation-delay: 5s !important;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite !important;
}

@keyframes wave {
    0% {
        box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0);
    }
}

.open {
    animation-iteration-count: 1;
}

/* traning section */
.bg-body-tertiary {
    background: #f16522;
}

.traning-nav li a {
    color: #f16522 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-inline: 16px !important;
}

.both-side-border-traning {
    border-left: 1px solid #e0e0e051;
    border-right: 1px solid #e0e0e051;
}

.logo-traning {
    width: 225.238px;
    height: 40.645px;
    margin-block: 15.39px;
}

.traning-hero {
    background-image: url("../components/hero-section-traning-new.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.traning-hero-text-bos {
    padding-top: 110px;
}

.traning-hero-text-bos p {
    color: #595353;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 8px;
    margin-bottom: 0px;
}

.traning-hero-text-bos h1 {
    color: #201d1d;
    font-size: 64px;
    font-weight: 600;
    line-height: 125%; /* 80px */
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-bottom: 16px;
}

.traning-hero-text-bos sub {
    color: #766e6e;
    font-size: 18px;
    font-weight: 500;
}

.btn-success {
    padding: 12px 16px;
    border-radius: 8px !important;
    background: #f16522 !important;
    border: none;
}

.button-group-traning-hero {
    margin-top: 56px !important;
    margin-bottom: 164px;
}

.video-box {
    padding: 0px;
    border-radius: 16px;
    height: 100%;
}

.plyr__video-wrapper,
.plyr--video {
    border-radius: 16px !important;
    height: 100%;
    background-color: #fff !important;
    border: 10px solid #fff !important;
}

.card-features-traning {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.card-features-traning img {
    padding-bottom: 8px;
}

.card-feature-traning-title {
    color: #2b2626 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 20px !important; /* 142.857% */
}

.success-stories-card img {
    border-radius: 16px 0px 0px 16px !important;
    overflow: hidden;
}
.feature-traning {
    margin-top: -50px;
}

.card-cus {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-block: 24px;
    height: 120px;
    width: 100%;
}

.advise-container {
    margin-top: 120px;
}

.advise-container h1 {
    color: #2c1c0a;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 48px;
}

.card-section .card {
    height: 100% !important;
    width: 100% !important;
    border-radius: 16px;
    padding-block: 72px;
    text-align: center;
}

#advise {
    /* position: relative; */
    height: 100%;
    /* margin-bottom: 220px; */
}

.card-section {
    /* position: absolute; */
    margin-top: -100px;
}

.card-section .card {
    border-radius: 16px;
    border: 0px solid;
}

#card-one {
    background: #ecf0e6;
}

#card-two {
    background: #ebe1eb !important;
}

#card-three {
    background: #e3f3f6 !important;
}

#card-one h4 {
    color: #66902a;
}

#card-two h4 {
    color: rgba(150, 20, 132, 1);
}

#card-three h4 {
    color: #0ea7ca;
}

.card-section h4 {
    font-size: 32px;
    font-weight: 700;
}

.card-section p {
    color: #2b2626;
    font-size: 20px;
    font-weight: 600;
    padding-top: 24px;
}

#card-two {
    border-radius: 16px;
    background: #ecf0e6;
}

#card-three {
    border-radius: 16px;
    background: #ecf0e6;
}

.success-stories-card {
    height: 100% !important;
    width: 100% !important;
    border-radius: 16px !important;
    background-color: #f26722 !important;
    padding-right: 23px;
}

.success-text {
    color: #f4f4f4;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding-top: 32px;
    padding-bottom: 26px;
}

.name-successor {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 0px;
}

.designation-successor {
    color: #fcfcfc;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

.modal-body {
    padding: 0px !important ;
}

.btn-see-all {
    border-radius: 8px !important;
    border: 1px solid #f16522 !important;
    padding: 12px 16px !important;
    color: #f16522;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 80px;
}

#footer {
    background: #1c1919;
    padding-block: 72px;
}

#footer h5 {
    color: #f6f6f6;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 24px;
}

#footer p {
    color: #d2d2d2;
    font-size: 14px !important;
    font-weight: 400;
}

.bottom-footer {
    padding-inline: 0px;
    padding-block: 16px;
    background: #f267221a;
}

.bottom-footer p {
    color: #504848;
    font-size: 15px;
    font-weight: 500;
}

/* responsiveness */

@media only screen and (max-width: 760px) {
    .traning-hero-text-bos {
        padding-top: 20px;
    }

    .traning-hero-text-bos h1 {
        font-size: 34px;
        padding-bottom: 10px;
    }

    .traning-hero-text-bos sub {
        font-size: 12px;
    }

    .button-group-traning-hero {
        margin-top: 20px !important;
        margin-bottom: 20px;
    }

    .traning-hero {
        padding-bottom: 120px;
    }

    .btn-success {
        font-size: 8px;
        padding: 8px 6px;
    }

    .advise-container h1 {
        font-size: 34px;
    }

    .bottom-footer p {
        color: #504848;
        font-size: 8px;
        font-weight: 500;
    }

    .both-side-border-traning {
        border-left: 0px solid #e0e0e0;
        border-right: 0px solid #e0e0e0;
    }

    .success-stories-card {
        padding-right: 0px;
    }

    .card-box {
        padding-inline: 20px !important;
    }

    .card-image-traning {
        width: 100%;
    }

    .logo {
        width: 100px;
        height: 21px;
    }

    #contact {
        margin-left: 0px !important;
    }

    .text-container h1 {
        font-size: 45px !important;
    }

    .text-container span {
        font-size: 45px !important;
    }
}

#contact {
    border-radius: 8px;
    background: #f16522;
    margin-left: 49px;
}

#contact a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
}

.text-container {
    margin-top: 80px;
    margin-bottom: 56px;
}

.text-container h1 {
    color: #000 !important;
    font-size: 48px !important;
    font-weight: 700 !important;
}

.text-container span {
    color: #97979b;
    font-size: 48px;
    font-weight: 700;
}

.lines {
    color: #dfdfdf !important;
    font-size: 48px !important;
    font-weight: 300 !important;
}

.sub-section-container h1 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
}

.sub-section-container h2 {
    color: #5f5d5d;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 32px;
}

.sub-section-container p {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
}

.learn-more {
    border-radius: 8px;
    background: #f16522;
    padding: 16px 32px;
    border: 0px solid;
    margin-top: 48px;
    transition: all 0.2s ease;
}

.learn-more:hover {
    background: #eee !important;
    color: #000 !important;
}

.learn-more:visited {
    background: #f16522;
    color: #000 !important;
    outline: none !important;
}

.learn-more:focus {
    background: #f16522;
    color: #000 !important;
    outline: none !important;
    box-shadow: none !important;
}

.big-height {
    height: 700px;
}

.sub-section-two-container h2 span {
    color: #000;
    font-size: 48px;
    font-weight: 700;
}

.sub-section-two-container h2 {
    color: #5f5d5d;
    font-size: 48px;
    font-weight: 700 !important;
    margin-bottom: 56px;
}

.sub-section-two-container p,
span,
ul li {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.sub-section-two-container h5 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.collase-mission-vission {
    color: #f16522 !important;
}

.section-our-mission {
    border-bottom: 2px solid #ececec;
    padding-top: 20px;
}

#sister-concern-section {
    background: #f4e6df;
    padding-top: 64px;
    padding-bottom: 179px;
}

#sister-concern-section h1 {
    color: #2c1c0a;
    font-size: 48px;
    font-weight: 600;
}

.card-img {
    padding-top: 40px;
    padding-bottom: 16.64px;
}

#sister-concern-section .card {
    border-radius: 112px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    margin-top: 150px;
    height: 280.42px;
}

#sister-concern-section .card h3 {
    color: #1b1919;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 48px;
}

.sub-section-three-container h1 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
}

.sub-section-three-container p {
    color: #403939;
    font-size: 24px;
    font-weight: 500;
}

.leadership-cards h3 {
    color: #525252;
    font-size: 24px;
    font-weight: 700;
}

.leadership-cards h4 {
    color: #a7a7a7;
    font-size: 24px;
    font-weight: 700;
}

.leadership-cards p {
    color: #6e6e6e;
    font-size: 20px;
    font-weight: 500;
}


