* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    --theme: #B62029;
    --base: #FFCC0D;
    --heading: #1F1F1F;
    --blue: #2A2D74;
    --color: #7F7F7F;
    --transition: .3s ease-in-out 0s;
    /*background: #F9F9F9 !important;*/
    overflow-x: hidden;
    background: #fff !important;
    --gradient: linear-gradient(to bottom, #b62029, #2a2d74);
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0 !important;
}

a {
    text-decoration: none !important;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Regular.woff2') format('woff2'),
        url('fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Medium.woff2') format('woff2'),
        url('fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Bold.woff2') format('woff2'),
        url('fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Light.woff2') format('woff2'),
        url('fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



.font_reg {
    font-family: 'Gilroy';
    font-weight: normal;
}

.font_med {
    font-family: 'Gilroy';
    font-weight: 500;
}

.font_semi {
    font-family: 'Gilroy';
    font-weight: 600;
}

.font_bold {
    font-family: 'Gilroy';
    font-weight: bold;
}


@media screen and (min-width: 1400px) {
    .container {
        max-width: 1228px !important;
    }
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

ul li {
    list-style-type: none !important;
}

.fnt_color {
    color: var(--color) !important;
}

nav {
    padding: 22px 0;
}

.nav_container {

    /*    border: 2px solid rgb(255 255 255 / 18%);*/
}



.experience_section, .partner, .about, .long_banner, .service,
.gina, .highlated, .vison_block, .faq, .testimonial, .batch, 
.enquiry, .blog, .promotion, footer
{
    overflow: hidden;
}

.navigation {
    transition: var(--transition);
}

nav.navigation.stricky-fixed .nav_container .menu_nav ul.nav_list li a {
    /*    color: #000;*/
}

nav.navigation.stricky-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 10px #7878781f;
    /*     border-radius: 15px;*/
    background: #fff;
    /*    backdrop-filter: blur(5px);*/
    /*    -webkit-backdrop-filter: blur(17px);*/
}

nav.navigation.stricky-fixed {
    padding: 12px 0;
}

.menu_nav ul.nav_list li {
    display: inline-block;
    position: static;
}

.menu_nav ul.nav_list li a {
    display: block;
    /* color: #fff; */
    color: var(--color);
    font-weight: 500;
    padding: 0 18px;
    transition: .4s;
    text-transform: capitalize;
    position: relative;
    font-size: 16px;
    overflow: hidden;
}

.menu_nav ul.nav_list li.active_link a {
    color: var(--theme) !important;
}

.menu_nav ul.nav_list li a:hover {
    color: var(--theme) !important;
}

.appl_btn {
    border-radius: 70px !important;
    overflow: hidden;
    border: none !important;
    padding: 11px 30px !important;
    background: var(--theme) !important;
    color: #fff !important;
    font-size: 15px !important;
    position: relative;
    transition: .3s;
    height: 53px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
}

.appl_btn::before,
.nav_arrow::before,
.readmore_sec a::before,
.form_submit a::before,
.socila_media li a::before,
.apply_head_btn::before {
    transition-duration: 800ms;
    position: absolute;
    width: 210%;
    height: 290%;
    content: "";
    top: 162%;
    left: 50%;
    background: var(--blue);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%) rotate(-8deg);
    border-radius: 80%;
    z-index: -1;
}

.jb_apply:hover .appl_btn:before,
.jb_apply:hover .nav_arrow::before,
.readmore_sec a:hover::before,
.form_submit a:hover::before,
.socila_media li a:hover::before,
.apply_head_btn:hover::before {
    top: -96%;
}

.form_submit a,
.apply_head_btn {
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.apply_head_btn:hover {
    border-color: var(--blue);
}

.apply_head_btn:hover,
.form_submit a:hover {
    color: #fff;
}

.play_icon:hover {
    background: var(--base);
}

.blog_link a:hover {
    color: var(--theme);
    padding-left: 10px;
}

.blog_link a:hover svg path {
    stroke: var(--theme);
}

.appl_btn:hover span {
    /*    color: var(--blue);*/
}

.appl_btn span {
    transition: .6s;
}

.nav_arrow {
    border-radius: 70px !important;
    overflow: hidden;
    border: none !important;
    background: var(--theme) !important;
    color: #fff !important;
    font-size: 15px !important;
    position: relative;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    width: 53px;
    cursor: pointer;
    z-index: 1;
    text-transform: uppercase;
}

.jb_apply .d-flex {
    column-gap: 8px;
}

.nav_arrow i {
    font-size: 22px;
}

.header_video {
    border-radius: 27px;
    overflow: hidden;
}

.header_left h1 {
    font-size: 60px;
    line-height: 76px;
    color: var(--heading);
    max-width: 545px;
    padding-bottom: 20px;
}

.header_left p {
    font-size: 20px;
    line-height: 36px;
    max-width: 490px;
}

.header_button {
    margin-top: 46px;
}

.apply_head_btn {
    font-size: 20px;
    line-height: 26px;
    color: var(--theme);
    border: 2px solid var(--theme);
    border-radius: 160px;
    transition: var(--transition);
    padding: 17px 62px;
    height: 64px;
    background: transparent;
}

.play_icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(182, 32, 41, .2);
    transition: .3s;
    cursor: pointer;
}

.watch_video p {
    font-size: 20px;
    line-height: 20px;
    color: var(--theme);
}

.header_button>.d-flex {
    column-gap: 20px;
}

.watch_video>.d-flex {
    column-gap: 12px;
}

.header {
    position: relative;
    z-index: 999999;
}

.header_pattern {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.d_center {
    display: flex;
    align-items: center;
}

.header_video {
    position: relative;
    height: 90vh;
    width: 100%;
    margin: auto;
    overflow: hidden;
    border-radius: 48px;
}

.header_video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.block_text {
    display: block;
}

.font_heading {
    font-size: 41px;
    line-height: 62px;
}

.experience_section {
    padding: 99px 0 72px;
}

.experience_left {
    max-width: 750px;
}

.counter_exp {
    font-size: 140px;
    line-height: 140px;
    color: var(--blue);
}

.counter_exp_p {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}

.experience_right .d-flex {
    column-gap: 20px;
}

.about_left {
    position: relative;
}

.about_circle img {
    animation: infiniterotate 20s infinite linear;
}

@keyframes infiniterotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.badge_label {
    border-radius: 100px;
    border: 2px solid var(--theme);
    color: var(--theme);
    display: inline-block;
    padding: 11px 38px;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 13px;
}

.about_right .font_heading {
    padding-bottom: 5px;
}

.sub_head {
    font-size: 23px;
    line-height: 39px;
    color: var(--base);
    padding-bottom: 13px;
}

.para_desc {
    font-size: 16px;
    line-height: 30px;
}

.about_left {
    padding-right: 38px;
}

.icon_abt {
    width: 60px;
    height: 45px;
    border-radius: 50%;
    background: rgba(182, 32, 41, .2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_highlate_grid {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 1rem));
    grid-auto-flow: dense;
    grid-gap: 1rem;
}

.highlate_box .d-flex {
    column-gap: 8px;
}

.about_highlate {
    padding: 21px 0;
}

.about_right .about_highlate {
    padding-top: 0 !important;
}

.inner_btn .appl_btn {
    min-width: 160px;
    height: 50px;
}

.inner_btn .nav_arrow {
    height: 50px;
    width: 50px;
}

.about_circle {
    position: absolute;
    bottom: -51px;
    left: 56px;
    width: 125px;
    height: 125px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gina_left_col {
    max-width: 540px;
}

.partner_grid {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 1rem));
    grid-auto-flow: dense;
    grid-gap: 1rem;
}

.partner_container {
    max-width: 1115px;
    margin: auto;
    padding-top: 41px;
}

.partner {
    padding: 70px 0 63px;
    position: relative;
}

.partner h3 {
    font-size: 33px;
    line-height: 33px;
    color: var(--heading);
    text-align: center;
}

.partner_box {
    border-right: 2px solid rgba(217, 217, 217, .4);
    padding: 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner_box:last-child {
    border-right: none;
    padding-right: 0;
}

.partner_box:first-child {
    padding-left: 0;
}

.long_banner_contain {
    min-height: 311px;
    /*background: url('../images/long_banner.png');*/
    background: url('../images/AzIm7m4w.jpeg');
    background-size: cover;
    background-position: center;
    border-radius: 27px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.long_banner_contain::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #B62029, transparent);
    opacity: .7;
    z-index: -1;
}

.long_banner_contain .header_button .apply_head_btn {
    background: linear-gradient(135deg, rgba(255, 255, 255, .5), rgba(34, 47, 91, 0.08));
    color: #fff;
    border: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.long_banner_contain .play_icon {
    background: linear-gradient(135deg, rgba(255, 255, 255, .5), rgba(34, 47, 91, 0.08));
    color: #fff;
    border: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.long_banner_contain .watch_video p {
    color: #fff;
}

.long_banner_contain .header_button {
    margin-top: 0;
}

.map_pattern {
    position: absolute;
    top: -200px;
    right: -200px;
}

.service {
    padding: 67px 0 52px;
}

.center_heading {
    text-align: center;
    max-width: 660px;
    margin: auto;
}

.service_item {
    border-radius: 35px;
    overflow: hidden;
}

.serv_heading {
    font-size: 31px;
    line-height: 38px;
    color: var(--theme);
    padding-bottom: 20px;
}

.para_desc {
    padding-bottom: 31px;
    color: var(--heading);
    /*    padding-right: 20px;*/
}

.service_item .service_detail {
    padding: 52px 30px 40px 40px;
    position: relative;
}

.service_image {
    height: 100%;
    width: 100%;
}

.service_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.reamore_hm {
    font-size: 20px;
    line-height: 20px;
}

.bg_1 .reamore_hm {
    color: var(--theme);
}

.bg_1 {
    background: rgba(239, 224, 225, .7);
}

.bg_2 {
    background: rgba(255, 204, 13, .1);
}

.bg_3 {
    background: rgba(42, 45, 116, .1);
}

.bg_4 {
    background: rgba(238, 238, 238, 1);
}

.bg_2 .serv_heading {
    color: var(--base);
}

.bg_3 .serv_heading {
    color: var(--blue);
}

.bg_2 .reamore_hm {
    color: var(--base);
}

.bg_3 .reamore_hm {
    color: var(--blue);
}

.bg_4 .reamore_hm,
.bg_4 .serv_heading {
    color: var(--heading);
}

.service1-card-content {
    position: relative;
}

.serv_icon {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    width: 64px;
    height: 118px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.bg_1 .serv_icon {
    background: var(--theme);
}

.bg_4 .serv_icon {
    background: var(--heading);
}

.bg_2 .serv_icon {
    background: var(--base);
}

.bg_3 .serv_icon {
    background: var(--blue);
}

.service_row {
    padding-top: 51px;
}

.slick_service {
    margin-right: -25% !important;
}

.slick-slide {
    margin: 0 10px;
}

.service .badge_label {
    margin-bottom: 20px;
}

.service .slick-dots li button {
    width: 10.7px;
    height: 4px;
    border-radius: 50%;
    transition: .3s;
    background: rgba(255, 255, 255, .5);
}

.service .slick-dots li {
    width: auto;
    height: auto;
}

.service .slick-dots li button {
    width: 77px;
    height: 4px;
    border-radius: 0;
    transition: .3s;
    background: #E9E9E9;
    padding: 0 !important;
}

.service .slick-dots {
    line-height: 0;
    bottom: -40px;
}

.service .slick-dots li.slick-active button {
    width: 77px;
    height: 4px;
    border-radius: 0;
    background: var(--theme);
    padding: 0 !important;
}

.service .slick-dots li {
    width: auto;
    height: auto;
}

.service .slick-dots li button:before {
    display: none;
}




/*-------------animation image-------------*/
body:not(.no-js) .image-wrap {
    transition: 1s ease-out;
    transition-delay: 0.2s;
    position: relative;
    width: auto;
    /*height: 100vh;*/
    /*overflow: hidden;*/
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    visibility: hidden;
}

body:not(.no-js) .image-wrap img {
    transform: scale(1.3);
    transition: 2s ease-out;
}

body:not(.no-js) .animating .image-wrap {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    visibility: visible;
    transform: skewY(0);
}

body:not(.no-js) .animating img {
    transform: scale(1);
    transition: 4s ease-out;
}

body:not(.no-js) .fadeup {
    opacity: 0;
    transition: 0.4s ease-out;
    transform: translateY(40px);
}

body:not(.no-js) .fading-up {
    opacity: 1;
    transition: 1s ease-out;
    transform: translateY(0px);
    transition-delay: 0.7s;
}

/*-------------animation image-------------*/


.pagination_cutom {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    margin-top: 40px;
}

.custom-dots {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    margin-bottom: 0;
    align-items: center;
    padding: 0 !important;
}

.custom-dots li {
    list-style-type: none;
    width: 77px;
    height: 3px;
    background: #E9E9E9;
    border-radius: 30px;
}

.custom-dots li.active {
    background: var(--theme);
}

.pagination_cutom button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.pagination_cutom button:hover {
    background: var(--theme);
    border-color: var(--theme)
}

.pagination_cutom button:hover i {
    color: #fff;
}

.pagination_cutom button i {
    color: #7F7F7F;
}


.service1-card_item {
    max-width: 610px;
    cursor: pointer;
}

.service1-card {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 10px;
    /*background: #ccc;*/
    border-radius: 35px;
    overflow: hidden;
    /*max-width: 610px;*/
}

.service1-card-content {
    padding: 35px 30px 35px 40px;
    /*max-width: 360px;*/
}

.service1-card-content__icon {
    padding-bottom: 52px;
}

/*.service1-card-content__title {
    color: var(--title);
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 16px;
}*/
.service1-card-content__desc {
    /*padding-bottom: 44px;*/
}

/*.service1-card-content__desc p {
    color: rgba(31, 31, 31, 0.7);
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}*/
.service1-card__thumb {
    position: relative;
    flex: none;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}

.service1-card__thumb img,
.batch_image img,
.blog_image img {
    width: 100%;
    height: 100%;
    border-radius: 16px 16px 0px 0px;
    position: relative;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service1-card__thumb img:first-child,
.batch_image img:first-child,
.blog_image img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translate(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.batch_tems,
.blog_image {
    position: relative;
    overflow: hidden;
}

.service1-card_item:hover .service1-card__thumb img:first-child,
.batch_tems:hover .batch_image img:first-child,
.blog_card:hover .blog_image img {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.service1-card_item:hover .service1-card__thumb img:nth-child(2),
.batch_tems:hover .batch_image img:nth-child(2),
.blog_card:hover .blog_image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.gina {
    padding: 118px 0 142px;
    position: relative;
    background: url('../images/geni_bg.png');
    background-size: cover;
    background-position: center;
}

.gina_heading .font_heading {
    padding-bottom: 20px;
}

.gina_disc p {
    color: var(--color);
}

.gina_partner {
    padding-bottom: 43px;
}

.gina_partner .d-flex {
    column-gap: 28px;
}

.readmore_sec a {
    display: inline-block;
    padding: 15px 38px;
    border: 2px solid var(--theme);
    color: var(--theme);
    font-size: 20px;
    line-height: 26px;
    border-radius: 165px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .3s;
}

.readmore_sec a:hover {
    border-color: var(--blue);
    color: #fff;
}

.readmore_sec a .re_svg svg path {
    transition: .3s;
}

.readmore_sec a:hover .re_svg svg path {
    fill: #fff !important;
}

.readmore_sec a i {
    padding-left: 5px;
}

.geni_img {
    position: absolute;
    bottom: 0;
    right: -113px;
}

.highlate_contain {
    position: relative;
    margin-right: 150px;
}

.highlte_main_image {
    border-radius: 63px;
    overflow: hidden;
}

.highlte_sec_image {
    position: absolute;
    top: 50%;
    right: -100px;
    transform: rotate(10deg) translateY(-50%);
    z-index: 1;
    max-width: 270px;
    border-radius: 45px;
    border: 5px solid #fff;
    overflow: hidden;
}

.highlated {
    padding: 88px 0 83px;
}

.step_icon {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex: none;
    justify-content: center;
    border: 5px solid #fff;
}

.bg_step1 .step_icon {
    background: var(--blue);
}

.highlated_step li .d-flex {
    column-gap: 21px;
}

.highlated_step li {
    padding-bottom: 36px;
    position: relative;
}

.highlated_step li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 41px;
    height: 100%;
    width: 2px;
    background: #D9D9D9;
    z-index: -1;
}

.highlated_step li:last-child::before {
    display: none;
}

.highlated_step li .st_fnt {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
    letter-spacing: 5px;
}

.step_heading {
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 15px;
}

.step_detail .para_desc {
    color: var(--color) !important;
    padding-bottom: 0 !important;
}

.highlate_heading {
    padding-bottom: 33px;
}

.bg_step2 .step_icon {
    background: #F89939;
}

.bg_step3 .step_icon {
    background: var(--theme);
}

.bg_step4 .step_icon {
    background: #19191a;
}

.highlate_right {
    padding-left: 20px;
}

.our_values {
    background: var(--blue);
}

.value_bg {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    height: 100%;
    width: 815px;
    position: absolute;
    left: 0;
    top: 0;
}

.our_values {
    position: relative;
}

.inner_clmn {
    padding: 67px 0px 97px 38px;
}

.val_para {
    color: #fff;
}

.heading_val .sm_title {
    color: var(--base);
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 5px;
}

.heading_val .val_heading p {
    color: #fff;
}

.val_heading {
    padding-bottom: 27px;
}

.val_para {
    padding-bottom: 0;
}

.div {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 11px 30px;
}

.faq {
    position: relative;
    padding: 71px 0 79px;
}

.faq .faq_right_col .accordion-item {
    border-bottom: 1px solid rgba(173, 173, 173, .2);
    /*margin-bottom: 15px;*/
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

.faq .faq_right_col .accordion-button:not(.collapsed) {
    /*background: var(--theme) !important;*/
    background: transparent !important;
    box-shadow: none !important;
    color: var(--heading) !important;
}

.faq .faq_right_col .accordion-button:focus {
    box-shadow: none !important;
}

.faq .faq_right_col .accordion-button {
    font-size: 20px;
    line-height: 25px;
    padding: 18px 0 !important;
    color: var(--heading) !important;
    border: none !important;
}

.faq .faq_right_col .accordion-body {
    padding: 14px 0 !important
}

.faq .faq_right_col .accordion-body p {
    color: var(--color) !important;
}

.faq .faq_right_col .accordion-body .para_desc {
    padding-bottom: 0 !important;
}

.faq .faq_right_col .accordion-button:not(.collapsed)::after {
    display: none !important
}

.faq .faq_right_col .accordion-button::after {
    display: none !important
}


/*.faq .faq_right_col .accordion-button:not(.collapsed) .custom-icon i::before 
{
    content: "\e43c" !important;
    font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}*/

.custom-icon {
    width: 23px;
    height: 23px;
    background: var(--base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex: none;
    justify-content: center;
}

.custom-icon i {
    font-size: 15px;
    color: #fff;
}

.batch {
    padding: 60px 0 79px;
    background: #F5F5F5;
}

.batch .center_heading {
    max-width: 750px;
}

.batch_image {
    position: relative;
    overflow: hidden;
}

.batch_name {
    position: absolute;
    bottom: 25px;
    left: 48px;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    z-index: 15;
}

.batch_image::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: linear-gradient(to top, #B62029, transparent);
}

.batch_card .batch_card_title {
    color: var(--heading);
    font-size: 25px;
    line-height: 32px;
    padding-bottom: 14px;
}

.batch_card {
    padding-top: 32px;
}

.batch_image img {
    width: 100%;
}

.batch_row {
    padding-top: 49px;
}

.batch_card .para_desc {
    color: var(--color) !important;
}

.batch_row .slick-slide {
    margin: 0 18px !important;
}

.pagination_cutom {
    margin-top: 65px;
}

.enquiry {
    padding: 111px 0 77px;
}

.contact_address_section {
    background: rgba(42, 45, 116, .12);
    border-radius: 41px;
    overflow: hidden;
}

.contact_add_flex {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 1.3rem));
    grid-auto-flow: dense;
    grid-gap: 1.3rem;
}

.heading_cont .ap_heading {
    font-size: 45px;
    line-height: 45px;
    padding-bottom: 14px;
}

.heading_cont .para_desc {
    color: var(--color) !important;
}

.enquery_detail .frm_input {
    border: none !important;
    background: #fff;
    padding: 14px !important;
    border-radius: 17px !important;
    height: 65px;
    margin-bottom: 25px;
}

.contact_add_right {
    padding: 62px 45px 50px 28px;
}

.form_submit a {
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    border-radius: 17px;
    background: var(--theme);
    transition: .3s ease-in-out 0s;
    padding: 20px 70px;
}

.contact_add_left {
    width: 100%;
    height: 100%;
    position: relative;
}

.contact_add_left img {
    height: 100%;
    object-fit: cover;
}

.cont_left_overlay p {
    font-size: 33px;
    line-height: 53px;
    color: #fff;
    display: flex;
    align-items: end;
    height: 100%;
    z-index: 10;
    padding-left: 52px;
    padding-bottom: 54px;
}

.cont_left_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #2A2D74, transparent);
}

.blog_row {
    padding-top: 30px;
}

.blog_card {
    padding-right: 12px;
    cursor: pointer;
}

.blog_card .title_blog {
    font-size: 25px;
    line-height: 32px;
    color: var(--heading);
    padding-bottom: 22px;
}

.blog_image {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 24px;
}

.blog_link a {
    font-size: 18px;
    line-height: 28px;
    transition: .3s;
    color: var(--blue);
}

.blog {
    padding-bottom: 66px;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

.promotion {
    position: relative;
    padding: 43px 0 50px;
    z-index: 1;
    background: var(--theme);
}

.promotion::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/pro.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.promo_left p {
    color: var(--base);
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 6px;
    padding-bottom: 6px;
}

.promo_left h1 {
    color: #fff;
    font-size: 44px;
    max-width: 604px;
    line-height: 56px;
}

.promo_right .form_group {
    position: relative;
}

.promo_right .form_group input {
    background: transparent;
    border-radius: 0 !important;
    height: 60px;
    border: 2px solid #FFAEB3;
    color: #FFAEB3 !important;
    padding-left: 54px;
    padding-right: 16px;
}

.promotion ::placeholder {
    color: #FFAEB3 !important;
}

.email_icon {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.arrow_icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

.email_icon,
.arrow_icon {
    line-height: 0;
}

.arrow_icon {
    border-left: 1px solid rgba(255, 174, 179, .4);
    padding-left: 16px;
    cursor: pointer;
}

.arrow_icon svg {
    opacity: .5;
}

.arrow_icon:hover svg {
    opacity: 1;
}

.d-center {
    display: flex;
    align-items: center;
    width: 100%;
}

footer {
    padding: 67px 0 33px;
    position: relative;
}

.footer_logo {
    padding-bottom: 31px;
}

.footer_content p {
    color: var(--color);
    padding-bottom: 24px;
}

.footer_social p {
    color: var(--heading);
    padding-bottom: 12px;
}

.socila_media {
    display: flex;
    column-gap: 10px;
}

.socila_media li a {
    width: 45px;
    height: 45px;
    background: var(--theme);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out 0s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.footer_content {
    padding-right: 45px;
}

.footer_menu ul li a {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    color: var(--color);
    text-transform: capitalize;
    margin-bottom: 21px;
    padding-left: 16px;
    position: relative;
    transition: .3s;
}

.footer_menu ul li a:hover {
    color: var(--theme);
}

.footer_menu ul li a::before {
    width: 7px;
    height: 7px;
    background: var(--theme);
    border-radius: 50%;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer_heading {
    padding-bottom: 9px;
    position: relative;
}

.footer_heading h5 {
    font-size: 22px;
    line-height: 22px;
    display: inline-block;
    color: var(--heading);
    position: relative;
}

.footer_heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 3px;
    background: var(--theme);
}

.footer_menu {
    margin-top: 25px;
}

.post_image {
    flex: none;
    width: 75px;
    height: 75px;
    border-radius: 8px;
    overflow: hidden;
    transition: var(--transition);
}

.post_item .d-flex {
    column-gap: 10px;
}

.post_item .post_detail p {
    font-size: 13px;
    line-height: 13px;
    color: var(--base);
    padding-bottom: 3px;
}

.post_item .post_detail h6 {
    font-size: 15px;
    line-height: 25px;
    color: var(--color);
}

.post_cotain,
.footer_address {
    padding-top: 27px;
}

.post_item {
    margin-bottom: 22px;
}

.foot_add_icon {
    flex: none;
    width: 50px;
    height: 50px;
    background: rgba(182, 32, 41, .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed var(--theme);
}

.foot_add_detail h6 {
    font-size: 13px;
    line-height: 13px;
    color: var(--theme);
    padding-bottom: 3px;
}

.foot_add_detail p {
    font-size: 15px;
    line-height: 26px;
    color: var(--color);
}

.footer_add_item {
    padding-bottom: 22px;
}

.footer_add_item .d-flex {
    column-gap: 13px;
}

.footer_add_item:last-child,
.post_item:last-child {
    padding-bottom: 0;
}

.first_row {
    padding-bottom: 40px;
    border-bottom: 1px solid #ececec;
}

.text_right {
    text-align: right;
}

.copy_right p {
    font-size: 14px;
    line-height: 14px;
    color: var(--color);
}

.second_row {
    padding-top: 18px;
}

.testimonial {
    padding: 70px 0 80px;
    position: relative;
    /*    background: url('../images/test_bg.png');*/
    background-size: cover;
    border-radius: 0;
    max-width: 100%;
    overflow: hidden;
    margin: auto;
    /*    z-index: 1;*/
}

.testimonial::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient);
    z-index: -1;
}

.testimonial_left .center_heading {
    text-align: left;
    padding-bottom: 17px;
}

.testimonial_left .font_heading {
    color: #fff;
    text-transform: capitalize;
}

.badge_label {
    color: var(--base);
    border-color: var(--base);
    padding: 11px 23px;
    margin-bottom: 18px;
}

.test_left_content p {
    padding-bottom: 18px;
}

.star_flex .d-flex {
    column-gap: 12px;
}

.star_flex {
    padding-bottom: 19px;
}

.star_rate_head {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
}

.testimonial_box h4 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 17px;
}

.testimonial_box p {
    color: #fff;
    padding-bottom: 22px;
}

.testimonial_box {
    padding: 61px 45px 45px 52px;
    background: #fff;
    text-align: justify;
    border-radius: 50px;
    background: #FFFFFF1A;
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    border: 2px solid rgb(255 255 255 / 18%);
}

.testimonial_author .d-flex {
    column-gap: 13px;
}

.author_detail h3 {
    font-size: 26px;
    line-height: 26px;
    color: var(--base);
    padding-bottom: 7px;
}

.author_detail p {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 0;
}

.counter_sec .count_name {
    font-size: 70px;
    line-height: 70px;
    color: #fff;
}

.count_para p {
    color: #fff;
    padding-left: 16px;
    border-left: 2px solid rgba(255, 255, 255, .15);
    max-width: 380px;
    margin-left: 12px;
}

.counting_portion {
    padding-top: 37px;

}

.testimonial .pagination_cutom {
    justify-content: start !important;
    margin-top: 25px;
}

.testimonial .pagination_cutom button {
    background: #fff;
    border-radius: 50px;
    background: #FFFFFF1A;
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    border: 1px solid rgb(255 255 255 / 18%);
    width: 50px;
    height: 50px;
}


.inner_header {
    position: relative;
    background: var(--blue);
    max-width: 95%;
    margin: auto;
    border-radius: 50px;
    overflow: hidden;
    min-height: 410px;
    display: flex;
    align-items: center;
}

.inner_header_image {
    position: absolute;
    top: 0;
    right: 0;
}

.inner_brad_crumbs {
    padding-top: 7px;
}

.inner_brad_crumbs ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding-right: 15px;
    color: var(--color);
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
}

.inner_brad_crumbs ul li a {
    color: #fff;
}

.inner_brad_crumbs ul li i {
    font-size: 10px;
    color: rgba(255, 255, 255, .5);
}

.active_bread a {

    opacity: .5;
}

.inner_header_content h1 {
    font-size: 60px;
    line-height: 60px;
}

.inner_about {
    padding: 80px 0 100px;
}

.in_about_left {
    display: flex;
    gap: 30px;
    max-width: 580px;
    width: 100%;
}

.abt_media_border {
    position: absolute;
    border: 1px solid var(--theme);
    border-radius: 20px;
    width: 261px;
    height: 350px;
    margin-left: 15px;
    margin-top: 20px;
    z-index: 1;
}

.about_media_thumb_img_img img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.abt_circle {
    margin-top: 50px;
    max-width: 206px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.abt_spin {
    animation-name: spin;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.abt_circle img {
    width: 100%;
    height: 100%;
}

.abt_experience {
    background: var(--base);
    display: flex;
    align-items: center;
    padding: 41px 63px;
    border-radius: 20px;
    gap: 12px;
    margin-bottom: 23px;
}

.about_media_thumb_img_img {
    width: 267px;
}

.abt_experience h3 {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}

.abt_experience p {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.abt_sec_img {
    max-width: 282px;
    width: 100%;
}

.abt_sec_img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.about_list .d-flex {
    column-gap: 18px;
}

.about_list .abt_para p {
    line-height: 30px;
    max-width: 416px;
    padding-bottom: 0;
}

.about_list .abt_para h4 {
    color: var(--blue);
    padding-bottom: 7px;
}

.about_list {
    margin-bottom: 23px;
}

.about_para_list {
    padding-top: 5px;
}

.about_vis_box {
    background: var(--theme);
    padding: 40px;
    min-width: 735px;
    position: relative;
    margin-top: 44px;
    z-index: 9;
}

.titile_box {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 11px;
    padding-top: 22px;
}

.cmn_abt_box img {
    min-height: 78px;
}

.abt_sec_left .font_heading {
    padding-bottom: 26px;
    text-align: right;
}

.abt_sec_left>.para_desc {
    text-align: right;
    padding-left: 25px;
}

.abt_sec_left {
    padding-right: 25px;
    padding-left: 25px;
}

.inner_long {
    padding-bottom: 68px;
}

.process_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 66px;
    position: relative;
    overflow: hidden;
}

.pr_icon {
    position: relative;
    padding-bottom: 32px;
}

.pr_icon .shape {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -36%;
}

.process_item {
    text-align: center;
}

.process_contnet h4 {
    font-size: 24px;
    line-height: 24px;
    color: var(--heading);
    padding-bottom: 11px;
}

.process_container {
    padding-top: 52px;
}

.process {
    background: rgba(255, 200, 203, .3);
    border-radius: 43px;
    padding: 64px 0 224px;
    max-width: 95%;
    margin: auto;
}

.inner_sec_contain {
    background: var(--blue);
    padding: 84px 70px;
    position: relative;
    max-width: 1070px;
    margin: auto;
}

.counter_bg {
    position: absolute;
    right: 0;
}

.left_inner_col {
    max-width: 380px;
}

.inner_sec_contain .d-flex {
    column-gap: 70px;
}

.left_inner_col h1 {
    padding-bottom: 8px;
    font-size: 40px;
    line-height: 53px;
}

.right_inner_colmn .inner_counter_sec {
    display: flex;
    column-gap: 66px;
}

.counter_heading {
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    padding-bottom: 10px;
}

.counter_heading span {
    color: var(--base);
}

.counter_block p {
    font-size: 19px;
    line-height: 26px;
}

.text_block {
    display: block;
}

.inner_counter {
    margin-top: -180px;
}

.team .badge_label,
.testimonial_inner .badge_label {
    color: var(--theme);
    border-color: var(--theme);

}

.team {
    padding: 70px 0;
    position: relative;
}

.team_container {
    padding-top: 58px;
}

.team_detail {
    padding-top: 23px;
}

.team_detail .team_title {
    font-size: 24px;
    line-height: 24px;
    color: var(--heading);
    padding-bottom: 8px;
}

.team_detail .team_desc {
    font-size: 16px;
    line-height: 16px;
    color: var(--color);
}

.team_image img {
    transition: var(--transition);
}

.team_item {
    cursor: pointer;
}

.team_item .team_title:hover {
    color: var(--theme);
}

.team .pagination_cutom {
    margin-top: 55px;
}

.testimonial_container {
    padding-top: 60px;
}

.testimonial_inn_container .inner_testimonial_box p {
    color: var(--color);
    font-size: 25px;
    line-height: 46px;
}

.testimonial_inn_container .inner_testimonial_box .author_detail h3 {
    color: var(--theme);
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 10px;
}

.testimonial_inn_container .inner_testimonial_box .author_detail p {
    color: var(--color);
    font-size: 16px;
    line-height: 16px;
}

.auth_image {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial_inn_container .inner_testimonial_box .testimonial_author {
    padding-top: 50px;
}

.testimonial_inn_container {
    padding: 60px 50px 60px 57px;
    background: #fff !important;
    border-radius: 20px;
    min-width: 705px;
    position: relative;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, .05);
    position: relative;
}

.inner_testimonial_box {
    position: relative;
}

.inner_testimonial_box .test_ico {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial_inn_container .pagination_cutom_inner button {
    background: #fff;
    border-radius: 50px;
    background: #FFE8EA;
    border: none;
    width: 60px;
    height: 60px;
    transition: var(--transition);
}

.testimonial_inn_container .pagination_cutom_inner button i {
    color: var(--theme);
    transition: var(--transition);

}

.testimonial_inn_container .pagination_cutom_inner button:hover {
    background: var(--theme);
}

.testimonial_inn_container .pagination_cutom_inner button:hover i {
    color: #fff;
}

.pagination_cutom_inner {
    position: absolute;
    bottom: 65px;
    right: 50px;
}

.testimonial_inn_right img {
    border-radius: 20px;
}

.testimonial_inner {
    padding-bottom: 109px;
    position: relative;
}

.testimonial_inner .map_pattern {
    left: 0;

}

.service_container_inner {
    max-width: 905px;
    margin: auto;
}

.service_inner_card {
    /*    background: rgba(239, 224, 225, .7);*/
    border-radius: 35px;
    overflow: hidden;
}

.service_inner_card .service_inn_body {
    padding: 50px 60px;
    position: relative;
}

.service_inner_card .service_inn_body h3 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 13px;
}

.service_inner_card.bg_1 .service_inn_body h3 {
    color: var(--theme);
}

.service_icon {
    width: 130px;
    height: 130px;
    background: var(--theme);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 65px;
    top: -65px;
}

.service_inner_card.bg_2 .service_inn_body h3 {
    color: var(--base);
}

.service_inner_card.bg_3 .service_inn_body h3 {
    color: var(--blue) !important;
    ;
}

.service_inner_card.bg_2 .service_inn_body .appl_btn,
.service_inner_card.bg_2 .service_inn_body .nav_arrow,
.service_inner_card.bg_2 .service_icon {
    background: var(--base) !important;
}

.service_inner_card.bg_3 .service_inn_body .appl_btn,
.service_inner_card.bg_3 .service_inn_body .nav_arrow,
.service_inner_card.bg_3 .service_icon {
    background: var(--blue) !important;
}

.service_inner_card.bg_3 .appl_btn::before,
.service_inner_card.bg_3 .nav_arrow::before {
    background: var(--theme) !important;
}

.service_inner_card {
    margin-bottom: 65px;
}

.service_inner {
    padding: 80px 0 110px;
}

.widget {
    background: #F4E9EA;
    padding: 37px 30px 35px;
    border-radius: 20px;
    margin-bottom: 39px;
}

.widget .wid_title {
    padding-bottom: 16px;
    border-bottom: 1.5px solid rgba(182, 32, 46, .06);
    margin-bottom: 31px;
}

.widget .wid_title h4 {
    color: var(--theme);
}

.widget_body ul li {
    background: #fff;
    padding: 20px 27px;
    border-radius: 70px;
    margin-bottom: 20px;
    transition: var(--transition);
    cursor: pointer;
}

.widget_body ul li:hover .arrow_right_link {
    background: var(--theme);
    color: #fff;
}

.widget_body ul li:hover {
    background: var(--theme);
}

.widget_body ul li:hover .arrow_right_link {
    background: var(--base) !important;
}

.widget_body ul li:hover .arrow_right_link i {
    color: #000 !important;
}

.widget_body ul li:hover h4 {
    color: #fff !important;
}

.widget_body ul li:hover h4 {
    color: var(--theme);
}

.widget_body ul li h4 {
    font-size: 16px;
    line-height: 20px;
    color: var(--heading);
    transition: var(--transition);
    max-width: 183px;
}

.arrow_right_link {
    width: 30px;
    height: 30px;
    background: #FFE8EA;
    border-radius: 50%;
    color: var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.call_wid {
    text-align: center;
}

.call_wid_icon {
    padding-bottom: 20px;
}

.call_wid_detsil p {
    font-size: 22px;
    line-height: 22px;
}

.or_call_wdg {
    padding-top: 74px;
    padding-bottom: 74px;
}

.widget_body form input,
.widget_body form textarea {
    margin-bottom: 15px;
}

.widget_body form .frm_input {
    border: none !important;
    background: #fff;
    padding: 14px !important;
    border-radius: 17px !important;
    height: 57px;
}

.widget_body form ::placeholder {
    font-size: 16px;
    color: #B7B7B7;
}

.text_inf {
    min-height: 99px !important;
}

.widget_body .form_submit a {
    padding: 16px 40px !important;
    font-size: 15px;
}

.right_side_detail {
    padding-left: 24px;
}

.in_blog_image {
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 40px;
}

.blog_inn_content h2 {
    padding-bottom: 15px;
}

.blog_inn_content p {
    color: var(--color);
}

.bl_inn_points li .bl_point_span {
    font-size: 20px;
    line-height: 20px;
    padding-left: 9px;
    color: var(--heading);
}

.bl_list {
    padding-bottom: 12px;
}

.bl_inn_points li p {
    /*    max-width: 260px;*/
}

.bl_inn_points {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 1.1rem));
    grid-auto-flow: dense;
    column-gap: 25px;
    /*    grid-gap: 1.625rem;*/
}

.blog_inn_content h3 {
    font-size: 34px;
    line-height: 34px;
    padding-bottom: 14px;
}

.blog_inn_content .accordion-item:last-child {
    border: none !important;
}

.blog_inn_content .accordion-item:last-child h2 {
    padding-bottom: 0 !important;
}

.blog_inn_content .accordion-item h2 {
    padding-bottom: 0 !important;
}

.blog_in_det_pont {
    display: inline-block;
}

.blog_in_det_pont li i {
    padding-right: 7px;
    color: var(--theme);
}

.blog_in_det_pont li {
    color: var(--color);
}

.gallery_inner {
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 30px));
    grid-auto-flow: dense;
    grid-gap: 37px;
}

.alumni_gallery_inner {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 30px));
    grid-auto-flow: dense;
    grid-gap: 37px;
}


.gallery_column {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.gallery_column::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out 0s;
    background: rgba(0, 0, 0, .5);
    transform: scale(.5);
    z-index: 1;
    opacity: 0;
}

.gallery_column:hover::before {
    transform: scale(1);
    opacity: 1;
}

.gallery_column img {
    width: 100%;
    height: 100%;
    transition: var(--transition);
}

.gallery_column:hover img {
    transform: scale(1.1);
}

.gallery_image_icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 9;
}

.gallery_image_icon span {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.gallery_image_icon span:hover {
    background: var(--base);
}

.sm_cont_name {
    font-size: 14px;
    line-height: 14px;
    color: var(--base);
    padding-bottom: 10px;
}

.cont_big_font {
    font-size: 50px;
    line-height: 60px;
    background: linear-gradient(180deg, #B62029, #2A2D74);
    /* Customize the colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 10px;
}

.contact_form_inner {
    padding: 38px;
    border-radius: 20px;
    background: #F3E8E9;
}

.cnt_text {
    height: 125px !important;
    border-radius: 20px !important;
}

.contact_right .frm_input {
    border: 1px solid #E3DBD8 !important;
    background: #fff;
    padding: 14px !important;
    border-radius: 100px !important;
    height: 58px;
    margin-bottom: 19px;
    padding-left: 19px !important;
    padding-right: 19px !important;
}

.inp_gp {
    position: relative;
}

.inp_gp i {
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    color: var(--theme);
}

.contact_form_inner form label {
    padding-bottom: 10px;
}

.contact_form_inner form a {
    width: 100% !important;
    text-align: center;
    border-radius: 100px;
}

.contact_form_inner {
    margin-top: 40px;
}

.branch_tb_contain {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.branch_tb_contain::before {
    background: #ececec;
    content: "";
    height: 225px;
    width: 1px;
    position: absolute;
    top: 7px;
    left: 29%;
}

.br_title {
    display: block;
    color: var(--blue);
}

.br_add,
.br_detail h5 {
    color: var(--heading);
    font-size: 18px;
    line-height: 30px;
}

.branch_item {
    display: flex;
    column-gap: 30px;
    align-items: center;
    margin-bottom: 20px;
}

.branch_item:last-child {
    margin-bottom: 0 !important;
}

.br_detail h5 i {
    color: var(--theme);
    padding-right: 8px;
}

.branch_ban_img {
    border-radius: 20px;
    overflow: hidden;
}

.branch_tab .tab-content {
    padding: 60px;
    background: #fff;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    margin-top: 40px;
}

.branch_tab .nav-item button {
    padding: 15px 40px;
    background: transparent;
    border-radius: 20px;
    border: 2px solid var(--theme);
    color: var(--heading);
    font-size: 24px;
    line-height: 24px;
    transition: var(--transition);
}

.branch_tab .nav-item button:hover {
    background: var(--theme) !important;
    border-color: var(--theme) !important;
    color: #fff;
}

.branch_tab .nav-tabs .nav-link.active {
    background: var(--theme) !important;
    border-color: var(--theme) !important;
    color: #fff;
}

.branch_tab .nav-tabs .nav-link:focus,
.branch_tab .nav-tabs .nav-link:hover {
    border-color: var(--theme) !important;

}

.branch_tab .nav-tabs {
    column-gap: 30px;
    justify-content: center;
    border-bottom: none !important;
}

.branch_tab {
    padding-top: 30px;
}

.map iframe {
    width: 100%;
}

.map {
    line-height: 0;
}

.service_point ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.service_point ul li::before {
    content: '';
    font-family: 'Font Awesome 6 Free';
    content: "\f111";
    font-weight: 900;
    font-size: 8px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme);
}

.bg_3 .service_point ul li::before {
    color: var(--blue) !important;
}

.bg_2 .service_point ul li::before {
    color: var(--base) !important;
}

.inner_header_weli::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: -1;
}

.inner_header_weli {
    z-index: 1;
}

.weli_flex_sec {
    /*    padding-top: 20px;*/
}

.weli_left_column p.we_p {
    text-align: justify;
    color: var(--color);
    padding-top: 20px;
}

.weli_left_column {
    padding-right: 30px;
}

.weli_flex_sec {
    display: flex;
    column-gap: 20px;
    align-items: end;
}

.weli_flex_right ul li {
    background-color: var(--base);
    max-width: 200px;
    width: 100%;
    padding: 25px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.weli_flex_right {
    margin: 0 30px;
}

.card-content h5 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: var(--heading);
    padding-bottom: 8px;
}

.card-content {
    text-align: center;
}

.weli_flex_left {
    max-width: 70%;
}

li.single-card.two {
    background: var(--blue);
}

li.single-card.two .card-content h5,
li.single-card.two .card-content h6 {
    color: #fff;
}

.weli_right_column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.weli_right_column {
    height: 100%;
}

.weli_course {
    background: var(--blue);
    padding: 80px 0 60px;
    /*    margin-top: 60px;*/
}

.weli_course .flex_none {
    flex: none;
}

.crs_w_image {
    width: 65px;
}

.weli_crs_button .d-flex {
    column-gap: 15px;
}

.flex_none button {
    background: rgba(255, 255, 255, .2) !important;
    margin-bottom: 15px;
    border-radius: 20px !important;
    padding: 15px 25px !important;
    color: #fff;
}

.flex_none button:hover {
    color: var(--blue) !important;
    background: #fff !important;
}

.crs_tab_detail_w {
    padding-left: 25px;
}

.crs_wel_image img {
    width: 100%;
}

.crs_wel_image {
    margin-bottom: 30px;
}

.crs_tab_detail_w h3,
.crs_tab_detail_w p {
    color: #fff;
}

.crs_tab_detail_w h3 {
    padding-bottom: 15px;
}

.weli_course .nav-pills .nav-link.active {
    background: #fff !important;
    color: var(--blue) !important;
}

.weli_course .center_heading {
    color: var(--base);
    padding-bottom: 35px;
}

.alumni_page .alumni_blog_card {
    border: 1px solid #ececec;
    padding: 10px;
    border-radius: 30px;
}

.alumni_blog_body {
    padding: 0 20px 20px;
}

.alumni_blog_body .title_blog {
    padding-bottom: 10px;
    line-height: 25px;
}

.alumni_blog_body p {
    line-height: 26px;

}

.alumni_blog_card {
    margin-bottom: 30px;
}

.alumni_blog_body .blog_link {
    padding-top: 5px;
}

.date_blg::before {
    margin-left: 3px;
    margin-right: 6px;
    content: '-';
}

.date_blg {
    position: relative;
}

.d_inline-flex {
    display: inline-flex;
    align-items: center;
    column-gap: 6px;
}

.blog_date {
    padding-bottom: 6px;
}

.journel_listing_block {
    column-gap: 25px;
}

.blog_dtl_desc h2 {
    color: var(--heading);
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 5px;
}

.jnl_image {
    width: 300px;
    flex: none;
    overflow: hidden;
}

.jnl_image:hover img {
    transform: scale(1.1);
}

.jnl_image img {
    transition: .5s;
}

.blog_inner_row {
    cursor: pointer;
}

.fs_z {
    font-size: 13px;
    color: var(--color);
}

.blog_inner_row {
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 30px;
}

.blog_inner_row .blog_dtl_desc p {
    color: var(--color);
}

.bord_none {
    border: none !important;
}

.right_sidebar .widget {
    background: #f5f5f5 !important;
}

.widget .post_item .post_detail p {
    color: var(--theme);
}

.footer_pattern {
    position: absolute;
    top: -30px;
}

.blog_in_det_pont {
    padding-bottom: 30px !important;
}

blockquote {
    background: #F4E9EA !important;
    padding: 25px;
    border-radius: 20px;
}

.menu_nav ul.nav_list li a:hover span.text-1 {
    transform: translateY(-100%);
}

.menu_nav ul.nav_list li a span.text-1 {
    position: relative;
    display: inline-block;
    transition: transform 0.4s ease;
}

.menu_nav ul.nav_list li a:hover span.text-2 {
    transform: translateY(0%) translateX(-50%);
}

.menu_nav ul.nav_list li a span.text-2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(100%) translateX(-50%);
    transition: transform 0.4s ease;
}

.alumni_inner_banner img {
    width: 100%;
}

.contain {
    display: flex;
    flex-wrap: wrap;
}

.column-split {
    width: 50%;
}

.cl-image {
    overflow: hidden;
    cursor: pointer;
}

.space_grid {
    margin: 6px;
}

.column-split .grid-column {
    width: 50%;
}

.cl-image img {
    width: 100%;
}

.faq .faq_right_col .accordion-button:hover {
    color: var(--theme) !important;
}

::selection {
    background: var(--base);
    color: #fff !important;
}

.jnl_image img {
    width: 100%;
}

.event_venu p {
    color: var(--theme);
    padding-bottom: 8px;
}

.event_venu p i {
    padding-right: 8px;
}

.event_body {
    padding-top: 20px;
}

.event_card {
    margin: 0 8px;
}

.event_body .blog_dtl_desc>p {
    color: var(--color);
}

.event_card {
    margin-bottom: 30px;
    cursor: pointer;
}

.event_card .event_header .event_image {
    overflow: hidden;
}

.event_card:hover .event_header .event_image img {
    transform: scale(1.1);
}

.event_card .event_header .event_image img {
    transition: .5s;
}

.event_image {
    position: relative;
}

.event_date {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
    /*    background: #fff;*/
    background: linear-gradient(135deg, rgba(255, 255, 255, .5), rgba(34, 47, 91, 0.08));
    backdrop-filter: blur(10px);
    color: var(--heading) !important;
    -webkit-backdrop-filter: blur(10px);
    padding: 8px 12px;
    border-radius: 30px;
}

.event_date p i {
    padding-right: 5px;
}

.event_date p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}

.pagination_nav li.active {
    background: var(--theme) !important;
}

.page-item.active .page-link {
    background: var(--theme) !important;
    border-color: var(--theme) !important;
    color: #fff !important;

}

.page-link {
    color: var(--header) !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 5px !important;
    border-radius: 50px !important;
}

.pr_link {
    width: 90px !important;
}

.page-link:focus {
    box-shadow: none !important;
}

.btop {
    border-top: 1px solid #ececec;
    margin-top: 40px !important;
}

.in_blog_image img {
    width: 100%;
}

.banner_section {
    position: relative;
    height: 100vh;
    width: 100%;
    margin: auto;
    overflow: hidden;
    /*    border-radius: 48px;*/
}

.banner_section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.bg_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.banner_content {
    max-width: 926px;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.banner_content h1 {
    color: #fff;
    font-size: 57px;
    line-height: 64px;
}

.banner_content p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding-top: 8px;
}

.home_nav {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.home_nav_clr {
    background: #fff;
    border-radius: 30px;
    padding: 20px 20px !important;
}





.video_testimon_box {
    border-radius: 30px;
    overflow: hidden;
    border: 4px solid #fff;
    margin: 0 8px;
}

.test_vd_card {
    position: relative;
    width: 100%;
    padding-top: 177.78%; 
    overflow: hidden;
    border-radius: 20px; 
}

.test_vd_card iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video_testimonial {
    padding-top: 50px;
}

.testimonial .pagination_cutom button {
    border: 2px solid rgb(255 255 255);
    background: transparent;
}

.testimonial .pagination_cutom button i {
    color: #fff;
}

.testimonial .pagination_cutom button:hover {
    background: #fff;

}

.testimonial .pagination_cutom button:hover i {
    color: var(--theme);
}

.tab_content_tbs {
    width: 100%;
}

.faq_left_tab {
    width: 45%;
}

.faq_left_tab .nav-link span {
    text-align: left !important;
}

.faq_left_tab {
    /*    border: 1px solid #ececec;*/
    background: #f1f1f1;
}

.faq_left_tab .nav-link.active {
    background: var(--theme) !important;
    font-weight: bold !important;
}

.faq_left_tab .nav-link {
    text-align: left;
    padding: 12px 22px !important;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 0 !important;
    color: var(--color);
    /* border-bottom: 1px solid rgba(0, 0, 0, .125) !important; */
    background: #f1f1f1;
    /*    margin: 5px 0;*/
}

.faq_left_tab .nav-link:hover {
    background: var(--theme) !important;
    color: #fff;
}

.nav-pills .nav-link:hover i {
    background: var(--base) !important;
    color: #fff;
}

.nav-pills .nav-link i {
    width: 28px;
    height: 28px;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    border-radius: 30%;
}

.tab_content_tbs h3 {
    padding-bottom: 20px;
}

.tab_content_tbs {
    padding-left: 30px;
}

.bg_log {
    background: url(../images/banner.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.log_container {
    padding: 65px 50px 50px;
    position: relative;
}

.login_form .inp_cntct {
    background: #f1f1f1 !important;
    border: none !important;
}

.inp_cntct {
    height: 50px;
    border-radius: 10px !important;
    padding: 12px 25px;
    border: 1px solid #c5c5c5 !important;
    margin-bottom: 18px;
    background: #fff !important;
}

.login_modal_content .contact_add_flex {
    background: rgba(42, 45, 116, .12);
}

.contact_add_left .close_modal {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff !important;
    width: 45px;
    height: 45px;
    border-radius: 0;
    z-index: 99;
    font-size: 18px;
    opacity: 1 !important;
}

nav.navigation.stricky-fixed {
    padding: 0 !important;
}


.ar_image {
    max-width: 100%;
    margin: auto;
}

article {
    max-width: 75%;
    margin: auto;
}

.gin_hi_pont li {
    position: relative;
    padding-left: 25px;
}

.gin_hi_pont li::before {
    width: 7px;
    height: 7px;
    background: var(--theme);
    border-radius: 50%;
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
}
.menu_icon {
        display: none;
    }










.slide_navigation 
{
    width: 400px;
    background: #fff;
    position: fixed;
    top: 0;
    left: -400px;
    height: 100%;
    z-index: 100001;
    padding: 30px;
    transition: .5s ease-in-out 0s;
}
.slide_navigation .close_btn {
    top: 15px !important;
    right: 20px !important;
    border-radius: 50%;
}
.close_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.slide_navigation .slide_nav_blcok li {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #ecececb0;
}
.slide_navigation .slide_nav_blcok li {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #ecececb0;
}
.slide_navigation .slide_nav_blcok li a {
    color: var(--color);
}
.nav_open {
    left: 0;
    width: 80%;
}
.close_btn i 
{
    color: #fff;
}

.overlay_bg {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, .5);
    width: 0%;
    height: 100%;
    transition: .5s ease-in-out 0s;
}
.bg_overlay_open {
    width: 100%;
}
.about_txt 
{
    padding-bottom: 0 !important;
}
.partner, .team, .testimonial_inner
{
    overflow: hidden;
}
.branch_ban_img img 
{
    width: 100%;
}