@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

body {
    font-family: "Instrument Sans", sans-serif;
    background: #F5F3E8;
    /* font-family: "Lora", serif; */
}

:root {
    --fontLofa: "Lora", serif;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}



.btns-02 {
    background-color: #0053C4;
}

.join-our-main .btns:hover,
.btns-02:hover,
.your-first-head .btns:hover,
.your-first-step .btns:hover {
    background: #D08800;
    color: #fff;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0053C4;
    margin-bottom: 0;
}

.container {
    max-width: 1344px;
}

header {
    padding: 25px 0;
}

.header-right {
    margin-left: auto;
    gap: 51px;
}

.header-inner .logo {
    margin-right: 52px;
}

.header-inner nav ul li a,
.header-right a:first-child {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #0053C4;
    text-decoration: none;
}

.header-inner nav ul {
    gap: 36px;
}

footer {
    padding: 61px 0 27px;
}

.copy-right ul {
    gap: 30px;
}

.copy-right ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #090707;
    text-decoration: none;
}

.copy-right p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #090707;
}

.btns {
    padding: 12px 28px;
    background: #D08800;
    border: 0;
    border-radius: 25px;
    font-weight: 500 !important;
    font-size: 17px;
    line-height: 21px;
    color: #F5F3E8;
    text-decoration: none;
    display: flex;
}

.btn-transperent {
    border: 2px solid #F5F3E8;
    color: #F5F3E8 !important;
}

.btn-transperent:hover {
    background: #F5F3E8;
}

.btns:hover {
    background-color: #0053C4;
}

.footer-widget h2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #0053C4;
    margin-bottom: 15px;
}

.footer-widget h2 a {
    text-decoration: none;
}

.footer-widget ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.footer-widget li {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #090707;
}

.footer-widget li a {
    color: #090707;
    text-decoration: none;
}

.footer-widget form input {
    width: calc(100% - 150px);
    padding: 0 20px;
    height: 45px;
    border: 2px solid #0053C4;
    border-radius: 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #090707;
    background-color: transparent;
}

.footer-widget form input::-webkit-input-placeholder {
    color: #090707;
}

.footer-widget form input::-moz-placeholder {
    color: #090707;
}

.footer-widget form input::-ms-placeholder {
    color: #090707;
}

.footer-widget form input::placeholder {
    color: #090707;
}



.footer-widget li span {
    display: inline-flex;
    margin-bottom: 8px;
}

.col-md-2 .footer-widget {
    padding-left: 34px;
}

.join-our-section {
    /*padding: 140px 0px 100px;*/
    padding: 80px 0px 80px;
    background: #0053C4;
}

.join-our-main h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    font-family: var(--fontLofa);
    margin-bottom: 40px;
}

.join-our-main form {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.col-md-6 .footer-widget {
    padding-left: 14.8%;
}

.join-our-main form input {
    width: calc(100% - 148px);
    padding: 8px 18px;
    border: 1.5px solid #F1DCBC;
    border-radius: 25px;
    background-color: transparent;
    outline: none;
    outline-color: inherit;
}

.join-our-main form input::-webkit-input-placeholder {
    color: #fff;
}

.join-our-main form input::-moz-placeholder {
    color: #fff;
}

.join-our-main form input::-ms-placeholder {
    color: #fff;
}

.join-our-main form input::placeholder {
    color: #fff;
}

.join-our-main .btns {
    background: #F1DCBC;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #0053C4;
}

.footer-widget p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #090707;
    margin-bottom: 17px;
}

.banner-content {
    width: 50%;
    padding: 0 15px;
}

.banner-content-inner {
    max-width: 645px;
}

.banner-img {
    width: 50%;
}

.banner-img img {
    border-radius: 40px 0 0 0;
}

.banner-content h1 {
    font-family: var(--fontLofa);
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    color: #0053C4;
    margin-bottom: 20px;
}

.banner-content p {
    margin-bottom: 40px;
}

.when-women-section {
    padding: 206px 0 49px;
    background: radial-gradient(50% 50% at 50% 50%, #F1DCBC 0%, #E1E8EE 100%);
    border-radius: 40px 0px 0px 0px;
}

.when-women-title h2 {
    font-weight: 400;
    font-size: 70px;
    line-height: 85px;
    text-align: center;
    color: #0053C4;
    font-family: var(--fontLofa);
    width: 100%;
    max-width: 844px;
    margin: 0 auto 129px;
}

.about-section {}

.our-mission-section {
    background: #E1E8EE;
}

.seciton-title h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #0053C4;
    margin-bottom: 15px;
}

.seciton-title h2 {
    font-family: var(--fontLofa);
    font-weight: 500;
    font-size: 45px;
    line-height: 50px;
    color: #0053C4;
    margin-bottom: 20px;
}



.seciton-title p:not(:last-child) {
    margin-bottom: 30px;
}

.our-mission-img {
    width: 50%;
}

.our-mission-content {
    width: 50%;
    padding: 0 90px;
}

.why-effica-section {
    padding: 100px 0 103px;
}

.why-effica-section .seciton-title {
    max-width: 797px;
    margin-bottom: 50px;
}

.why-effica-section .seciton-title h2 {
    margin-bottom: 15px;
}

.why-effica-box h3 {
    font-family: var(--fontLofa);
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #0053C4;
    margin: 30px 0 21px;
}

.why-effica-box p {
    font-size: 14px;
    line-height: 17px;
}

.why-effica-section .row {
    --bs-gutter-x: 50px;
}

.your-health-section {
    background: url(../images/your-health-bg.png) no-repeat center center / cover;
    position: relative;
    height: 700px;
    padding: 80px 0;
}

.your-health-section h2 {
    font-family: var(--fontLofa);
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    color: #F5F3E8;
    margin-bottom: 15px;
}

.your-health-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #F5F3E8;
}

.the-guidance-section {
    padding: 100px 0;
    background: #D08800;
}

.the-guidance-section .seciton-title {
    max-width: 800px;
}

.the-guidance-section .seciton-title h2,
.the-guidance-section .seciton-title p {
    color: #F5F3E8;
}

.full-guidance-box {
    background: #F5F3E8;
    border-radius: 15px;
    margin: 50px 0 30px;
    overflow: hidden;
}

.full-guidance-img {
    width: 43.6%;
    display: flex;
    align-items: center;
    background-color: #E1E8EE;
}

.the-guidance-content {
    width: 56%;
    padding: 10px 30px 10px 40px;
}

.the-guidance-content h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #0053C4;
    margin-bottom: 20px;
}

.the-guidance-content h3 {
    font-family: var(--fontLofa);
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #0053C4;
    margin-bottom: 20px;
}

.the-guidance-content p {
    margin-bottom: 40px;
}

.the-guidance-box {
    padding: 50px 30px;
    background: #F5F3E8;
    border-radius: 15px;
    overflow: hidden;
}

.the-guidance-img {
    width: 32.2%;
}

.the-guidance-box .the-guidance-content {
    width: 67.8%;
    padding: 0 0 0 40px;
}

.your-first-section {
    padding: 100px 0px 140px;
    background: #0053C4;
}

.your-first-head {
    text-align: center;
    width: 100%;
    max-width: 624px;
    margin: auto;
}

.your-first-head h3 {
    font-family: var(--fontLofa);
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.your-first-head p {
    color: #fff;
    margin-bottom: 40px;
}

.your-first-step .btns,
.your-first-head .btns {
    background: #F1DCBC;
    color: #0053C4;
}

.our-founders-section {
    padding: 80px 0;
    border-radius: 40px 40px 0px 0px;
    margin-top: -40px;
    background: #E1E8EE;
}

.the-learning-section .container,
.our-founders-section .container {
    max-width: 1364px;
}

.our-founders-section .row {
    margin-top: 60px;
    --bs-gutter-x: 30px;
}

.our-founders-box {

    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
    background: #F5F3E8;
}

.meet-our-section .our-founders-box {
    background: #E1E8EE;
}

.our-founders-img {
    position: relative;
    padding: 48.9% 25%;
}

.our-founders-img img {
    border-radius: 15px 15px 40px 0px;
}

.cover-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-founders-name {
    padding: 30px 30px 28px;
}

.our-founders-name h4 {
    font-family: var(--fontLofa);
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #0053C4;
    margin-bottom: 5px;
}

.our-founders-name b {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #0053C4;
    margin-bottom: 18px;
}

.our-founders-name a {
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #0053C4;
    text-decoration: none;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}

.the-learning-section {
    padding: 80px 0 100px;
    background: #F5F3E8;
    border-radius: 0px 0px 40px 40px;
    margin-bottom: -40px;
    position: relative;
}

.coming-soon-section .seciton-title {
    max-width: 695px;
}

.seciton-title b {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #0053C4;
    margin-bottom: 8px;
}

.threaded-head .seciton-title {
    max-width: 655px;
}

.threaded-head {
    margin-top: 81px;
}

.coming-soon-label label {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #F5F3E8;
    display: flex;
    padding: 2px 15px 4px;
    background: #D08800;
    border-radius: 100px;
}

.the-learning-section .row {
    margin-top: 40px;
    --bs-gutter-x: 30px;
}

.threaded-box {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.threaded-box-content {
    background: #F5F3E8;
    border-width: 0px 2px 2px 2px;
    border-style: solid;
    border-color: #0053C4;
    border-radius: 0px 0px 15px 15px;
    padding: 30px 28px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.threaded-box-content span {
    display: inline-flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #F5F3E8;
    padding: 2px 15px 4px;
    background: #D08800;
    border-radius: 100px;
}

.threaded-box-content h3 {
    font-family: var(--fontLofa);
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #0053C4;
    margin: 30px 0 10px;
}

.threaded-box-content b {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #0053C4;
}

.threaded-box-content small {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #0053C4;
    margin: 6px 0 14px;
}

.threaded-box .threaded-box-img img {
    width: 100%;
}
.arrow-link {
    margin-top: auto;
}

.arrow-link img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.arrow-link a:hover img {
    transform: rotate(44deg);
}

.threaded-box-content p {
    margin-bottom: 28px;
}

.social-media ul {
    margin-top: 10px;
    gap: 12px;
}

.about-section {
    padding: 81px 0;
}

.about-content {
    padding-left: 60px;
}

.effica-was-section {
    padding: 100px 0 120px;
    background: radial-gradient(76.21% 76.21% at 33.44% 23.79%, #F1DCBC 0%, #E1E8EE 50.14%);
}

.effica-was-title h2 {
    font-family: var(--fontLofa);
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    color: #0053C4;
    margin-bottom: 80px;
}

.effica-was-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #0053C4;
}

.effica-was-section>.container>.row {
    --bs-gutter-x: 84px;
}

.effica-was-section>.container>.row>.col-lg-5 {
    width: 46%;
}

.effica-was-section>.container>.row>.col-lg-7 {
    width: 54%;
}

.meet-our-section {
    padding: 100px 0;
    background: #F5F3E8;
    border-radius: 0px 0px 40px 40px;
    margin-bottom: -40px;
    position: relative;
}

.meet-our-section .container {
    max-width: 1364px;
}

.meet-our-section .container .row {
    --bs-gutter-x: 30px;
    margin-bottom: 49px;
    row-gap: 30px;
}

.sub-title h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #0053C4;
    margin-bottom: 30px;
}

.meet-our-section .seciton-title {
    margin-bottom: 50px;
}

.meet-our-section .our-founders-name h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #0053C4;
}

.small-box .our-founders-img {
    padding: 51.7% 25%;
}

.our-founders-name p {
    margin: 5px 0 11px;
}

.your-first-step {
    min-height: 100%;
    background: url(../images/Yourfirststep.png) no-repeat center center / cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px 100px;
}

.your-first-step h2 {
    font-family: var(--fontLofa);
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.your-first-step p {
    color: #fff;
    margin-bottom: 40px;
}

.our-service-img {
    width: 50%;
}

.our-service-content {
    width: 50%;
    padding: 0 90px;
}

.your-path-section {
    padding: 100px 0 140px;
    background: #0053C4;
}

.our-packages-head h2,
.your-path-head h2 {
    font-family: var(--fontLofa);
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    color: #F5F3E8;
    margin: 15px 0;
}

.our-packages-head p,
.your-path-head p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #F5F3E8;
}

.your-path-head {
    max-width: 800px;
}

.faq-section {
    padding: 100px 0;
    background: #F5F3E8;
    border-radius: 40px 40px 0px 0px;
    margin-top: -40px;
}

.faq-content .seciton-title span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0053C4;
    padding: 2px 15px 4px;
    background: #F1DCBC;
    border-radius: 100px;
    display: inline-flex;
    margin-bottom: 30px;
}

.order-md-2 .faq-content .seciton-title span {
    color: #0053C4;
    background: #E1E8EE;
}

.accordion-main {
    margin-top: 33px;
}

.accordion-main h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #0053C4;
    border-bottom: 2px solid #D08800;
    padding-bottom: 19px;
    margin-bottom: 5px;
}

.faq-section .row {
    --bs-gutter-x: 60px;
}

.faq-section .row:not(:last-child) {
    margin-bottom: 120px;
}

.accordion-items {
    border-bottom: 2px solid #D08800;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.accordion-items button {
    padding: 9px 20px 10px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #0053C4 !important;
    background: transparent;
    border: 0;
    width: 100%;
    text-align: left;
    position: relative;
}

.accordion-items button::before {
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 0;
    font-weight: bold;
    font-size: 20px;
    color: #D08800;
}

.accordion-items button[aria-expanded="true"] {
    color: #0053C4 !important;
}

.accordion-items button[aria-expanded="true"]::before {
    content: "\f068";
}

.faq-section .row .col-md-7 {
    width: 55%;
}

.faq-section .row .col-md-5 {
    width: 45%;
}

.accordion-collapse {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0053C4;
    padding-right: 5%;
    padding-bottom: 9px;
}

.our-packages-section {
    padding: 100px 0 140px;
    background: #D08800;
}

.packages-box-section {
    position: relative;
    margin-top: -40px;
    padding: 100px 0;
    background: linear-gradient(108.19deg, #E1E8EE 19.07%, #F1DCBC 54.23%, #E1E8EE 80.09%);
    border-radius: 40px 40px 0px 0px;
}

.packages-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    background: #F5F3E8;
    border-radius: 15px;
    min-height: 100%
}

.packages-box span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #F5F3E8;
    display: flex;
    padding: 2px 15px 4px;
    background: #D08800;
    border-radius: 100px;
}

.packages-box h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #0053C4;
    margin: 15px 0 10px;
}

.packages-box h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #D08800;
}

.packages-box h2 {
    font-family: var(--fontLofa);
    font-weight: 500;
    font-size: 45px;
    line-height: 50px;
    color: #0053C4;
    margin: 22px 0 15px;
}

.packages-box p {
    line-height: 24px;
    margin-bottom: 29px;
}

.packages-box ul {
    border-top: 1px solid #D08800;
    margin-bottom: 40px;
}

.packages-box ul li {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #D08800;
    border-bottom: 1px solid #D08800;
    padding: 10px 0 9px;
}

.pre-btn {
    margin-top: auto;
}

.social-media a:hover path {
    fill: #D08800
}

.copy-right ul li a:hover,
.footer-widget li a:hover {
    color: #D08800;
}

.the-guidance-section .btns {
    border: 1px solid #fff;
}

.the-guidance-section .btns:hover {
    border: 1px solid #0053C4;
}


.modal-content {
    background: radial-gradient(92.83% 77.99% at 33.44% 23.79%, var(--Sunlight, #F1DCBC) 0%, var(--Dew, #E1E8EE) 50.14%);
    border-radius: 0px;
}

.modal-dialog {
    max-width: 1100px;
}

.btn-close {
    position: absolute;
    right: 10px;
    color: #0053C4;
    top: 10px;
}

.modal-img-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.modal-image {
    width: 35%;
}

.modal-content-main {
    width: 65%;
    padding-left: 30px;
}

.modal-body h5 {
    font-family: var(--fontLofa);
    font-weight: 500;
    font-size: 45px;
    line-height: 50px;
    color: #0053C4;
    margin-bottom: 5px;
}

.modal-body>b {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #0053C4;
}

.modal-body {
    padding: 50px;
}

.modal-content-main p:not(:last-child) {
    margin-bottom: 15px;
}
.threaded-detail-box-content p {
    margin-bottom: 12px;
}
#footer .container {
    max-width: 1344px;
       padding: 61px 16px 27px;
}
.thread-sa-box {
    width: 70%;
}
.thread-sa-box .w-50 img, .thread-sa-box .w-100 img {
    max-width: 120%;
}
.thread-sa-box .w-50 h6, .thread-sa-box .w-100 h6 {
    text-transform: none !important;
}
.threaded-detail-box-content .auther-name {
    text-transform: none;
}

.content-box {
    border-radius: 16px;
    /*background-color: white;*/
    border: 1px solid #0907070d;
}

.highlight-box {
    background-color: #f5f3e8;
    border-left: 4px solid #d08800;
    padding: 25px 24px;
    margin: 24px 0;
    color: #090707cc;
    font-size: 16px;
    font-weight: 400;
}

.article-content p {
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 400;
}

.author-name {
    font-size: 20px;
}

.author-position {
    font-size: 14px;
    color: #0053C4;
}

.author-detail {
    font-size: 14px;
    color: #0053C4;
}

.question-content {
    font-size: 24px;
}

.ans-content {
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .content-box {
        padding-left: 4px;
        padding-right: 4px;
    }

    .content-box {
        padding: 20px 16px;
    }

    .article-content p {
        margin-bottom: 1rem;
        font-size: 14px;
        font-weight: 400;
    }

    .question-content {
        font-size: 18px;
    }
}