@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 16px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.2;
    color: #7e7e7e;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


@font-face {
    font-family: 'BlenderPro-Thin';
    src: url(../fonts/BlenderPro-Thin.ttf);
}

@font-face {
    font-family: 'BlenderPro-Medium';
    src: url(../fonts/BlenderPro-Medium.ttf);
}

@font-face {
    font-family: 'HelveticaCompressed';
    src: url(../fonts/HelveticaCompressed.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 0;
    color: #ffffff;
    z-index: 1;
    background: #012046;
    position: relative;
    font-size: 16px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-flex;
    font-family: BlenderPro-Medium;
    text-transform: uppercase;
    align-items: center;
    gap: 20px;
}
a.theme_btn.border-radius {
    padding: 8px 8px 8px 20px;
    border-radius: 100px;
}
.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0;
    background-color: #cde3f4;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000;
}
.theme_btn:hover  span{
    filter: invert(1);
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'HelveticaCompressed', Sans-Serif;
    font-size: 85px;
    line-height: 1;
    color: #171717;
    font-weight: 500;
    margin: 0 0 17px;
    text-transform: uppercase;
}

h2 {
    font-family: 'HelveticaCompressed', Sans-Serif;
    font-size: 87px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 30px;
}
.text-white{
    color: #fff;
}
.text-black{
    color: #171717;
}
.bg-white{
    background-color: #fff;
    color: #000;
}
.theme_btn.bg-white span{
    filter: invert(0);
}
h3 {
    font-family: 'HelveticaCompressed', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'HelveticaCompressed', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'HelveticaCompressed', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'BlenderPro-Medium', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */


/* Tab slider fix  */
.padding-side{
    padding: 0 5%;
}
.banner_img {
    position: absolute;
    width: 47%;
    bottom: 0;
    height: 91%;
    right: 0;
}
img.banner-second-image {
    position: absolute;
    width: 330px;
    height: 350px;
    object-fit: cover;
    left: 45%;
    bottom: -100px;
    z-index: 9;
}

section.main_slider {
    position: relative;
}
.banner_text h1 span {
    position: relative;
    color: #fff;
    line-height: 1;
    display: inline-block;
}
.banner_text p {
    width: 70%;
    line-height: 1.5;
    margin: 20px 0;
}
.banner_text h1 span::before {
    content: '';
    position: absolute;
    width: 102%;
    height: 96%;
    background: #012046;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
}
.banner_img img{
    width: 100%;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: transparent;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}
.banner_text h5 {
    text-transform: uppercase;
    position: relative;
    padding-left: 15%;
    color: #021f44;
    margin-bottom: 0;
}

.banner_text h5::before {
    content: '';
    position: absolute;
    width: 14%;
    height: 2px;
    background: #021f44;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*banner css end*/
header {
    position: absolute;
    width: 100%;
}
.header_logo img{
    width: 100%;
    height: 60px;
    object-fit: contain;
}
.menu_sec .container-fluid {
    padding: 0;
}
.menu_sec #menu li a {
    font-size: 16px;
    color: #000;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
}

.menu_sec #menu {
    justify-content: center;
    margin: 0;
    gap: 60px;
}

.menu_sec #menu>li>ul {
    background: #000;
    width: 240px;
    position: absolute;
    top: -90px;
    padding: 20px 20px;
    transition: 0.3s all;
    opacity: 0;
    z-index: -1;
}

.menu_sec #menu>li:nth-child(3) {
    position: relative;
}

.menu_sec #menu>li>ul>li>a {
    color: #fff;
}

.menu_sec #menu>li:nth-child(3):after {
    position: absolute;
    content: "";
    background: #000;
    width: 10px;
    height: 10px;
    bottom: -14px;
    left: 10px;
    clip-path: polygon(52% 0, 0 100%, 100% 100%);
    transition: 0.3s all;
    opacity: 0;
}

.menu_sec #menu>li:nth-child(3):hover:after {
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.menu_sec #menu>li:nth-child(3):hover ul {
    opacity: 1;
    transition: 0.5s ease-in-out;
    top: 40px;
    z-index: 2;
    padding: 10px;
}
.menu_sec #menu>li:nth-child(3):hover ul li {
    margin-bottom: 11px;
    background: green;
    padding: 10px;
}

section.about_us_section {
    padding: 10% 0 80px;
    background-color: #012046;
    position: relative;
}
.about_content p {
    color: #c3c7cc;
    line-height: 2;
    margin-bottom: 30px;
}

.about_content a {
    margin-top: 40px;
}
.about_content_image h3 {
    color: #012046;
    font-size: 87px;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 1;
    filter: drop-shadow(0px 0px 1px White);
}
.about_content {
    padding-right: 20%;
}
.verticle_text{
    font-weight: 900;
    font-family: 'HelveticaCompressed';
    color: #fff;
    font-size: 15vw;
    writing-mode: sideways-rl;
    display: inline-block;
    line-height: 0.8;
    letter-spacing: 10px;
    position: absolute;
    height: 300px;
    top: -70px;
}
.stats-container {
  display: flex;
  justify-content: space-around;
  /* background-color: #001a35; */
  color: white;
  padding: 110px 0px 0;
  font-family: sans-serif;
  text-align: center;
}

.stat-item {
  flex: 1;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-item:last-child {
  border-right: none;
}

.number {
  display: inline-block;
  font-size: 3rem;
  font-weight: 200;
  font-family: 'HelveticaCompressed';
  line-height: 1;
}

.suffix {
  font-size: 3rem;
  font-weight: bold;
}

.stat-item p {
  font-size: 0.9rem;
  margin-top: 10px;
  line-height: 1.4;
  opacity: 0.9;
  color: #fff;
  font-family: 'Montserrat';
}



section.guiding_principles {
    padding: 80px 0;
}

.guiding_box {
    text-align: center;
}

.guiding_box span {
    background: #012046;
    display: inline-block;
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px #0000003d;
}

.guiding_box span img {
    filter: invert(1);
    width: 45px;
    height: 45px;
}

.guiding_box h5 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'HelveticaCompressed';
    color: #1c1c1c;
    margin-bottom: 15px;
}

.guiding_box {
    padding: 0 30px;
}

.guiding_box p {
    color: #777;
    line-height: 1.6;
}







.core_theme_box>img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.core_theme_content_main {
    display: flex;
    align-items: flex-end;
    /* width: 80%; */
    margin-top: -60px;
    margin-left: -1px;
}
.core_theme_content_main v.core_theme_content {
    width: 80%;
}
.core_theme_content_main .core_theme_content_number {
    width: 20%;
    text-align: center;
    background: #012046;
    color: #fff;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.core_theme_content_main .core_theme_content {
    width: 80%;
    background: #fff;
    padding: 12px 12px 12px 0;
    height: 150px;
}

.core_theme_content_btn a {
    display: flex;
}


.core_theme_content_main .core_theme_content h4 {
    color: #161d29;
    text-transform: uppercase;
    font-size: 25px;
}

.core_theme_content_main .core_theme_content p {
    color: #969797;
    line-height: 1.4;
    font-size: 15px;
}

.core_theme_slider .slick-slide{
    opacity: 1;
}

.core_theme_slider .slick-next{
    opacity: 1;
    top: -100px;
    right: 5%;
}
.core_theme_slider .slick-prev{
    opacity: 1;
    top: -100px;
    left: auto;
    right: 12%;
}
.core_theme_slider .slick-prev::before {
    content: '';
    width: 67px;
    height: 51px;
    background: url(../images/button-arrow-blue.png);
    background-size: contain;
    opacity: 1;
    position: absolute;
    transform: rotateY(180deg);
    background-repeat: no-repeat;
}

.core_theme_slider .slick-next::before {
    content: '';
    width: 67px;
    height: 51px;
    background: url(../images/button-arrow-blue.png);
    background-size: contain;
    opacity: 1;
    position: absolute;
    
    background-repeat: no-repeat;
}
.core_theme_slider {
    padding-top: 30px;
    margin-top: 0px;
    border-top: 1px solid #cccccc;
}

section.core_themes_section {
    padding-bottom: 80px;
}










/* footer */

footer {
    background: #012046;
    padding-top: 70px;
}

footer h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #344d6b;
    width: fit-content;
    padding-right: 50px;
}

footer .footer_info>a {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #344d6b;
    width: fit-content;
    padding-right: 50px;
    display: block;
    font-family: 'HelveticaCompressed';
}

footer .footer_info>h5 {
    padding: 0;
    border: 0;
}

footer .footer_info>p {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    font-weight: 400;
    opacity: .5;
    margin-bottom: 20px;
}

footer .footer_info>ul {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .footer_info>ul>li>a>i {
    background: #fff;
    color: #012046;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

footer .footer_links ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

footer .footer_links ul>li>a {
    font-size: 14px;
    color: #fff;
    opacity: .5;
    font-weight: 400;
}

footer .footer_info {
    padding-right: 40px;
}

footer .footer_links {
    padding-left: 80px;
}

footer .footer_cont a {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 10px;
}

footer .footer_cont a:last-child {
    margin: 0;
}

footer .footer_cont a>span>i {
    color: #fff;
    font-size: 16px;
}

footer .footer_cont a>p {
    font-size: 14px;
    line-height: 1.6;
    color: #ffff;
    opacity: .5;
    font-weight: 400;
}

footer .copy_right {
    border-top: 1px solid #344d6b;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

footer .copy_right>p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    opacity: .5;
}

footer .row>*:nth-child(2) {
    border-left: 1px solid #344d6b;
    border-right: 1px solid #344d6b;
}

footer .row>*:nth-child(3) {
    border-right: 1px solid #344d6b;
    height: 100%;
}

footer .footer_cont {
    padding-left: 60px;
}

footer .row>* {
    padding-bottom: 70px;
}

/* blogs */

.our_blogs_secc {
    padding: 100px 0px;
}

.our_blogs_secc .blog_heading {
    text-align: center;
}

.our_blogs_secc .blog_heading>h2 {
    margin-bottom: 10px;
}

.our_blogs_secc .blog_heading>p {
    width: 60%;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 500;
}

.our_blogs_secc .blog_heading {
    margin-bottom: 30px;
}

.our_blogs_secc .blog_box {
    position: relative;
    height: 430px;
    z-index: 1;
    display: flex;
    align-items: end;
}

.our_blogs_secc .blog_box>a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.our_blogs_secc .blog_box>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.our_blogs_secc .blog_box>.blog_box_textt {
    width: 80%;
    background: #fff;
    padding: 15px;
}

.our_blogs_secc .blog_box>.blog_box_textt>span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-family: 'BlenderPro-Medium';
    color: #353331;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

.our_blogs_secc .blog_box>.blog_box_textt>a>h3 {
    font-size: 25px;
    color: #353331;
    font-weight: 56;
    line-height: 1.2;
    margin-bottom: 10px;
}

.our_blogs_secc .blog_box>.blog_box_textt>a>p {
    margin: 0;
}

.our_blogs_secc .blog_box>.blog_box_textt>p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.our_blogs_secc .blog_box>.blog_box_textt>span>i {
    color: #012046;
}

/* why choose */

.why_choose_sec {
    padding: 100px 0px;
    padding-bottom: 0;
}

.why_choose_sec .choose_textt>h2 {
    line-height: 1;
    margin-bottom: 20px;
}

.why_choose_sec .choose_textt>p {
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400;
}

.why_choose_sec .choose_textt {
    padding-right: 50px;
}

.why_choose_sec .choose_textt>ul {
    margin-bottom: 30px;
    column-count: 2;
}

.why_choose_sec .choose_textt>ul>li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    color: #000;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    font-weight: 500;
}

.why_choose_sec .choose_textt>ul>li:after {
    position: absolute;
    content: "";
    background: #012046;
    width: 7px;
    height: 7px;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.why_choose_sec .choose_imgg1>img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: 7px;
    box-shadow: 1.832px 34.952px 81px 0px rgba(0, 0, 0, 0.17);
    border-bottom-left-radius: 0;
}

.why_choose_sec .choose_imgg2 {
    height: 550px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
    padding-bottom: 30px;
}

.why_choose_sec .choose_imgg2:after {
    position: absolute;
    content: "";
    background: #012046;
    width: 88.5%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 7px;
    border-top-right-radius: 0;
}

.why_choose_sec .choose_imgg2>img {
    width: 95%;
    object-fit: cover;
    border-radius: 7px;
    height: 400px;
    margin-left: auto;
    display: block;
}

.why_choose_sec .choose_textt.choose_textt2 {
    padding: 0;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 40px;
}

.why_choose_sec .choose_textt.choose_textt2 a.theme_btn.border-radius {
    width: fit-content;
}

.membership_sec {
    background: #012046;
    padding: 80px 0px 0px;
}

.membership_sec h2 {
    line-height: 1;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
}

.membership_sec span {
    text-align: center;
    display: block;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #ffff;
    font-size: 25px;
    font-weight: 500;
    font-family: 'HelveticaCompressed';
    margin-bottom: 20px;
}

.membership_sec p {
    text-align: center;
    color: #fff;
    line-height: 1.6;
    font-weight: 400;
    font-size: 14px;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 20px;
    opacity: .8;
}

.membership_sec ul {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 20px;
}

.membership_sec ul>li:first-child>a {
    color: #000;
    background: #fff;
}

.membership_sec ul>li>a>span {
    margin: 0;
}

.membership_sec ul>li:first-child>a>span>img {
    filter: brightness(0);
}

.membership_sec ul>li:last-child>a {
    border: 1px solid #fff;
}

.membership_sec>img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}