body {
    background-color: #ffffff !important;
    padding: 0px !important;
    margin: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito Sans" !important;
}

p,
span,
a,
button {
    font-family: "Nunito" !important;
}

.navbar-toggler img {
    width: 22px;
}

.jumbotron-fluid {
    background-color: #ffffff !important;
    padding: 0px !important;
    margin: 0px !important;
}

.navbar {
    background-color: #ffffff !important;
    margin: 0px !important;
}

.navbar-brand {
    width: 120px!important;
}

.navbar-brand img {
    width: 100%!important;
}

.navlink .nav-link {
    padding: 10px 15px !important;
    color: #051c3f;
}

.navbtn .nav-link {
    background: #2ac940;
    border-radius: 6px;
    padding: 10px 30px !important;
    color: #fff;
}

.menu-container .navlink .nav-link {
    padding: 10px 15px !important;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #2ac940;
    width: 150px;
    margin: 10px auto;
}

.menu-container .nav-link-btn {
    background: #2ac940;
    border-radius: 6px;
    padding: 7px 30px !important;
    color: #fff!important;
    text-align: center;
    width: 150px;
    margin: auto;
    border: none!important;
}

.hero-home {
    width: 100% !important;
    min-height: 300px !important;
    /* background: linear-gradient( 0deg, rgba(18, 16, 16, 0.75), rgba(18, 16, 16, 0.75)), url(../images/hero_index.png);
    background-size: cover;
    background-repeat: no-repeat; */
    padding: 0px !important;
    margin: 0px !important;
}

.hero-contact {
    width: 100% !important;
    min-height: 500px !important;
    background: linear-gradient( 0deg, rgba(18, 16, 16, 0.75), rgba(18, 16, 16, 0.75)), url(../images/hero_index.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px !important;
    margin: 0px !important;
}

.hero_contact_info {
    margin-top: 100px;
    text-align: center;
}

.hero_contact_info h2 {
    color: #ffffff !important;
    text-align: center;
    font-size: 54px;
}

.contact_us_form {
    background: #022b69!important;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: -50px;
}

.contact_us_form .form-group {
    margin-bottom: 39px;
}

.contact_us_form label {
    font-weight: 600;
    color: #fff;
}

.contact_us_form textarea,
.contact_us_form textarea:focus {
    resize: none;
    background: #fff!important;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: none;
    height: 107px;
}

.contact_us_form input,
.contact_us_form input:focus {
    background: #fff!important;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: none;
    padding: 17px 44px;
}

.contact_us_form input::placeholder {
    color: #fff;
}

.contact_info {
    margin-bottom: 50px;
}

.contact_info h4 {
    font-weight: bold;
    font-size: 34px;
}

.contact_info_card {
    background: #edf7fb;
    border-radius: 10px;
    height: 200px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact_info_card a,
p {
    color: #051c3f;
}

.contact_info_card p {
    width: 70%;
    margin: auto;
}

.location {
    margin: 0px;
    padding: 0px;
    height: 400px;
    width: 100%;
}

.hero_home_info {
    margin: 0;
    padding: 0;
}

.hero_home_info h2 {
    color: #ffffff !important;
    text-align: center;
    font-size: 54px;
}

.hero-about {
    width: 100% !important;
    min-height: 300px !important;
    background: linear-gradient( 0deg, rgba(18, 16, 16, 0.75), rgba(18, 16, 16, 0.75)), url(../images/about.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0px !important;
    margin: 0px !important;
}

.hero_about_info {
    margin-top: 100px;
    text-align: center;
}

.hero_about_info h2 {
    color: #ffffff !important;
    text-align: center;
    font-size: 54px;
}

.hero_home_btn {
    background: #2ac940;
    border-radius: 6px;
    padding: 12px 50px !important;
    color: #fff !important;
    text-align: center;
    margin: auto;
    display: block;
    width: 210px;
    margin-top: 40px;
}

.hero-gallery {
    width: 100% !important;
    min-height: 350px !important;
    background: linear-gradient( 0deg, rgba(18, 16, 16, 0.75), rgba(18, 16, 16, 0.75)), url(../images/hero_index.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0px !important;
    margin: 0px !important;
}

.hero_gallery_info {
    margin-top: 100px;
    text-align: center;
}

.hero_gallery_info h2 {
    color: #ffffff !important;
    text-align: center;
    font-size: 54px;
}

.who_we_are_about {
    background: #ffffff;
    border-radius: 20px;
    padding: 70px 20px;
}

.who_we_are_about .abt h3 {
    color: #051c3f;
    font-weight: bold;
    font-size: 35px;
}

.who_we_are_about p {
    font-family: "Nunito Sans";
    font-size: 20px;
    line-height: 33px;
    text-align: justify;
    color: rgba(5, 28, 63, 0.61);
}

.who_we_are_about p em {
    color: #f99f1e;
}

.who_we_are_about span {
    color: #f99f1e;
    font-size: 15px;
}

.mission {
    margin-top: 40px;
    text-align: justify;
}

.mission h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #0f2d52;
    margin-bottom: 40px;
}

.mission-card {
    background: #edf7fb;
    border: 1px solid #dadada;
    border-radius: 5px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    height: 550px!important;
    padding: 40px 25px;
    text-align: justify;
}

.mission-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    text-align: justify;
}

.mission-list-item p {
    font-size: 14px;
    color: rgba(5, 28, 63, 0.61);
    margin: 0;
    text-align: justify;
}

.mission-card ol {
    padding: 5px 15px;
    text-align: justify;
}

.mission-card li {
    color: #051c3f;
    margin-top: 10px;
    text-align: justify;
}

.research {
    background: #edf7fb;
    border-radius: 12px;
    min-height: 200px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 70px;
    margin-bottom: 80px;
}

.research h3 {
    font-weight: bold;
    color: #051c3f;
}

.research p {
    width: 70%;
    margin: auto;
    font-size: 19px;
    text-align: justify;
    color: #000;
}

.our-team {
    margin-top: 100px;
}

.team-holder {
    background: #edf7fb;
    border-radius: 12px;
    min-height: 200px;
    margin-top: 100px;
}

.our-team h3 {
    font-weight: bold;
}


/* .team-card {
    background: #ffffff;
    border-radius: 22px;
    min-height: 100px;
    padding: 20px;
    margin-top: 80px;
    margin-bottom: 80px;
}
 */

.menu_btn {
    background: #2ac940!important;
}

.default_btn {
    background: #2ac940;
    border-radius: 6px;
    color: #fff !important;
    display: block;
    width: 100%;
    margin-top: 34px;
}

.hero_home_info p {
    color: #ffffff !important;
    /* width: 500px; */
    text-align: center;
    font-size: 18px;
    margin: auto;
    margin-top: 20px;
}

.who_we_are {
    background: #ffffff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: relative;
    top: -200px;
    padding: 70px 20px;
}

.who_we_are .abt h3 {
    color: #051c3f;
    font-weight: bold;
    font-size: 37px;
}

.who_we_are .abt p {
    color: #f99f1e;
    font-weight: bold;
    font-size: 15px;
}

.val_prep {
    margin-bottom: 100px;
    margin-top: 10px!important;
}

.val_prep a {
    background: rgba(42, 201, 64, 0.05)!important;
    border-radius: 6px;
    border: none !important;
    box-shadow: none !important;
    padding: 15px 35px;
    color: #000;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
}

.val_prep a:active,
.val_prep a:focus {
    background: rgba(42, 201, 64, 0.05)!important;
    color: #2ac940;
    border: none !important;
    box-shadow: none !important;
    font-weight: bold;
}

.val_prep a:hover {
    /* background: #022b69!important; */
    background: #17a2b8 !important;
    color: #000;
    border: none !important;
    box-shadow: none !important;
    font-weight: bold;
}

.val_prep .p {
    color: #f99f1e;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.val_prep .bg_val_prep {
    /* background: #022b69 !important; */
    background: #17a2b8 !important;
    border-radius: 12px !important;
    padding-top: 25px;
}

.bg_val_prep p {
    text-align: justify;
    color: #fff!important;
    font-size: 20px;
}

.bg_val_prep h4 {
    text-align: justify;
    color: #fff;
}

.who_century_bg {
    background: url(../images/century_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 650px;
    background-position: center center;
}

.who_century_bg h2 {
    color: #2ac940;
    font-weight: bold;
    font-size: 45px;
    -webkit-text-fill-color: #2ac940;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: white;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    margin: 40% 15px;
}

.century_reason {
    /* background: #022b69!important; */
    background: #17a2b8 !important;
    min-height: 100px;
    /* padding-top: 30px;
    padding-bottom: 40px; */
    margin-top: -50px;
    padding: 10px;
    text-align: justify;
    border-radius: 10px;
}

.p {
    color: #f99f1e !important;
    font-weight: bold !important;
    font-size: 24px !important;
}

.century_reason h3 {
    color: #ffffff;
    font-weight: bold;
}

.century_reason h5 {
    color: #ffffff;
}

.century_reason p {
    color: #ffffff;
    font-size: 20px;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.we_practice {
    min-height: 400px;
    padding-top: 150px;
    padding-bottom: 150px;
}

.we_practice h3 {
    font-weight: bold;
    font-size: 33px;
    width: 300px;
}

.we_practice .gallery {
    background: #edf7fb;
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
    min-height: 400px;
    padding: 20px 30px;
    margin-right: 0px;
}

.gallery-holder {
    margin: auto;
    width: 100%;
    overflow: auto;
    min-height: 250px;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.gallery-holder ::-webkit-scrollbar {
    display: none !important;
}

.gallery-card {
    background: #ffffff;
    border-radius: 22px;
    min-height: 100px;
    margin: 10px;
    width: 320px;
    display: inline-block;
    padding: 10px;
    font-weight: bold;
}

.testimony-container {
    background: #edf7fb;
    padding-top: 100px;
    padding-bottom: 50px;
}

.testimony-container p {
    color: #051c3f;
    font-size: 17px;
}

.testimony-container h3 {
    font-weight: bold;
    font-size: 33px;
    width: 300px;
}

.nav-arrow {
    padding-top: 100px;
}

.testimony {
    background: #edf7fb;
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
    min-height: 400px;
    padding: 20px 0px;
    margin-right: 0px;
}

.testimony-holder {
    margin: auto;
    width: 100%;
    overflow: auto;
    min-height: 250px;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.testimony-holder ::-webkit-scrollbar {
    display: none !important;
}

.testimony-card {
    background: #ffffff;
    border-radius: 22px;
    min-height: 100px;
    margin: 10px;
    width: 400px;
    display: inline-block;
    padding: 30px;
}

.testimony-card img {
    width: 50px;
}

.testimony-card h5 {
    font-weight: bold;
}

.testimony-card .default_btn {
    background: #2ac940;
    border-radius: 6px;
    padding: 12px 50px !important;
    color: #fff !important;
    display: block;
    width: 210px;
    margin-top: 10px;
}

.contact-board {
    background: url(../images/contact_info.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 30px;
    min-height: 200px;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-bottom: 30px;
}

.contact-board h3 {
    margin-top: 50px;
    margin-left: 50px;
    width: 400px;
    font-weight: bold;
    color: #ffffff;
}

.contact-board p {
    margin-left: 50px;
    width: 400px;
    color: #ffffff;
}

.contact-board .default_btn {
    background: #fff;
    border-radius: 6px;
    padding: 12px 50px !important;
    color: #2ac940 !important;
    display: block;
    width: 210px;
    margin-top: 75px;
}

.gall {
    margin-top: 100px;
    margin-bottom: 100px;
}

.gal-card {
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 22px;
    padding: 10px;
    margin-top: 15px;
}

.gal-page {
    margin-top: 100px;
}

.gal-card img {
    width: 100%;
}

.modal-header,
.modal-body {
    border: none;
}

.modal-body img {
    width: 70px;
}

.modal-body h5 {
    font-size: 25px;
}

.modal-body p {
    font-size: 16px;
    margin: 10px;
}

body.modal-open {
    overflow: auto;
}

.modal.in {
    pointer-events: none;
}

.modal {
    margin: 0px;
    /* width: 100%!important; */
}

.modal-content {
    pointer-events: all;
    margin: 0px;
    width: 100% !important;
}

.modal-backdrop {
    display: none;
}

footer {
    background: #fff;
    padding: 46px 36px;
}

footer .footer-logo {
    height: 26px;
    margin-bottom: 12px;
    padding-bottom: 50px;
}

footer .footer-logo img {
    width: 150px;
}

footer .address p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    text-align: justify;
    color: #022b69;
}

footer .footer-links p>a {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #022b69;
}

footer .footer-bottom {
    border-top: 1px solid rgba(2, 43, 105, 0.1);
    margin-top: 16px;
    padding-top: 30px;
}

footer .footer-bottom p {
    text-align: center;
    font-family: "Nunito Sans" !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #022b69;
}


/* custom modal */

.modal {
    padding: 0 !important;
}

.modal.show .modal-dialog.custom-modal {
    max-width: 100%;
    height: 100vh;
    margin: 0;
    overflow-y: auto;
}

.custom-modal .modal-content {
    height: 100%;
    background: #022b69;
    border-radius: 0;
    padding: 60px;
    overflow-y: auto;
}

.custom-modal .btn-close {}

.btn-close button {
    width: 24px;
    height: 24px;
    float: left;
}

.btn-close button img {
    width: 14px;
    height: 14px;
}

.custom-modal .modal-header {
    justify-content: center;
}

.custom-modal .modal-header h3 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

.service-container {
    padding-top: 80px;
}

.service-item {
    display: flex;
    align-items: center;
}

.service-item p {
    color: #fff;
    font-size: 20px;
}

.service-item .p-2 {
    color: #fff;
    font-size: 20px!important;
}

.service-container .service-item img {
    width: 20px;
}

.team-container p {
    color: #fff;
    font-size: 24px;
    line-height: 33px;
    text-align: justify;
    margin-bottom: 30px;
}

.hero_service_info {
    margin-top: 100px;
    text-align: center;
    width: 100% !important;
}

.hero_service_info h2 {
    color: #ffffff !important;
    text-align: center;
    font-size: 54px;
}

.hero_service_info p {
    color: #ffffff !important;
    text-align: center;
}

.service-home {
    width: 100% !important;
    min-height: 430px !important;
    background: linear-gradient( 0deg, rgba(18, 16, 16, 0.75), rgba(18, 16, 16, 0.75)), url(../images/hero_index.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 30px !important;
}

.services-row {
    padding-top: 50px;
}

.services-row h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #0f2d52;
}

.services-row .service-card-content {
    background: #edf7fb;
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 32px;
    min-height: 362px!important;
}

.service-item-list {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 15px;
}

.service-item-list p {
    font-size: 20px;
    line-height: 25px;
    color: #051c3f;
    margin: 0;
}

.service-card-btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #f99f1e;
    margin-top: 20px;
    cursor: pointer;
}

.service-accordion-container {
    margin-top: 80px;
    margin-bottom: 80px;
}

.service-accordion-container .card {
    border: none;
    padding-bottom: 5px;
}

.service-accordion-container .card-header {
    width: 100%;
    background: #f6f7f9;
    border: 1px solid #dadada;
    text-align: left;
    border-radius: 5px;
    font-size: 24px;
    line-height: 24px;
    color: #0f2d52;
    padding: 14px 31px;
    font-weight: bold;
}

.service-accordion-container .collapse-item {
    display: flex;
    justify-content: space-between;
}

.service-accordion-container .collapse-item span {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #0f2d52;
}

.service-accordion-container .collapse-item button {
    border: none;
    background: transparent;
}

.service-accordion-container .collapse-item button::after {
    border: none;
    content: "-";
    position: relative;
    width: 5px;
    height: 5px;
}

.service-accordion-container .collapse-item button.collapsed::after {
    border: none;
    content: "+";
}

.home-accordion-container {
    margin-top: 80px;
    margin-bottom: 80px;
    background: #022b69!important;
}

.home-accordion-container .card {
    padding-bottom: 5px!important;
    background-color: #fff!important;
    border: 1px solid #fff!important;
    color: #022b69!important;
    margin-top: 10px!important;
}

.home-accordion-container .card-header {
    width: 100%;
    background-color: #fff;
    /* border-radius: 5px; */
    border: none!important;
    box-shadow: none;
    font-size: 24px;
    line-height: 24px;
    padding: 14px 31px;
    font-weight: bold;
}

.home-accordion-container .card-header span {
    color: #051C3F!important;
    text-align: left;
    height: inherit!important;
}

.home-accordion-container .collapse-item {
    display: flex;
    justify-content: space-between;
}

.home-accordion-container .collapse-item span {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #f6f7f9;
}

.home-accordion-container .collapse-item button {
    border: none;
    background: transparent;
}

.home-accordion-container .collapse-item button::after {
    border: none;
    content: "+";
    position: relative;
    right: 10;
    width: 5px;
    height: 5px;
    /* color: #f6f7f9; */
    color: #051C3F!important;
}

.home-accordion-container .collapse-item button.collapsed::after {
    border: none;
    content: "-";
    /* color: #f6f7f9; */
    color: #051C3F!important;
}

.d-table {
    margin-top: 20px!important;
}

.partner-card {
    width: 100%;
    background: #fff;
    box-shadow: 0px 3.04028px 34.2032px rgba(0, 0, 0, 0.15);
    border-radius: 16.7215px;
    padding: 18px 24px;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.partner-card h4 {
    font-weight: bold;
    margin-bottom: 30px;
}

.partner-card img {
    border-radius: 17.2969px;
    width: 200px;
    text-align: center;
    margin: auto;
    display: block;
}

.partner-card .team-name {
    font-weight: bold;
    font-size: 24px;
    color: #051c3f;
    text-align: center;
}

.partner-card .team-name span {
    font-size: 13px;
}

.team-home {
    width: 100% !important;
    min-height: 330px !important;
    background: linear-gradient( 0deg, rgba(18, 16, 16, 0.75), rgba(18, 16, 16, 0.75)), url(../images/about.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 30px !important;
}

.team-card {
    background: #fff;
    box-shadow: 0px 3.04028px 34.2032px rgba(0, 0, 0, 0.15);
    border-radius: 16.7215px;
    padding: 18px 24px;
    height: 300px;
    margin-top: 40px;
    margin-bottom: 80px;
}

.team-card h4 {
    font-weight: bold;
    margin-bottom: 30px;
}

.team-card img {
    border-radius: 17.2969px;
    width: 100%;
}

.team-card .team-name {
    font-weight: bold;
    font-size: 24px;
    color: #051c3f;
    text-align: center;
}

.team-card .team-name span {
    font-size: 13px;
}

.team-card .description {
    font-size: 15px;
    color: #000!important;
    text-align: justify!important;
}

.team-card .show-more {
    text-align: center;
}

.show-more button {
    background: transparent;
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #f99f1e;
}

.pagination .page-link {
    background: #fff!important;
    box-shadow: none!important;
    border-radius: 13px!important;
    color: #000;
}

.pagination .page-link:focus,
.pagination .page-link:active {
    background: #2AC940!important;
    box-shadow: 0px 4px 45px rgba(42, 201, 64, 0.23)!important;
    border-radius: 13px!important;
    color: #FFFFFF;
}

.program-md {
    display: block!important;
}

.program-xs {
    display: none!important;
}

.responsive-iframe {
    padding-top: 10px;
    width: 100%;
    height: 270px;
    overflow: hidden;
}