* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.application-process-visiting{
    cursor:pointer  !important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 6px
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--primary-color)
}

.widget_container {
    background: #ffffff !important
}

:root {
    --primary-font: 'Trenda';
    --primary-color: #fc9d00;
    --teritary-color: #0b7eae;
    --white-color: #fff;
    --black-color: #000
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

body {
    font-family: var(--primary-font);
    overflow-x: hidden
}

.widget_container {
    background: #f3f3f4 !important
}

img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s
}

button {
    cursor: pointer
}

*:focus {
    outline: none
}

button {
    border: none;
    font-family: var(--primary-font);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

span {
    font-family: var(--primary-font)
}

button:focus {
    outline: none
}

a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: var(--primary-font)
}
.close-menu-div a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000
}

table {
    width: 100%;
    border-collapse: separate
}

p {
    font-size: 20px;
    color: #000;
    text-align: justify;
    line-height: 35px;
    margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.4;
    font-family: var(--primary-font)
}

h1 {
    font-size: 70px
}

h2 {
    font-size: 60px
}

h3 {
    font-size: 48px
}

h4 {
    font-size: 38px
}

h5 {
    font-size: 25px
}

h6 {
    font-size: 15px
}

.site-header {
    width: 100%;
    z-index: 9
}

.site-header__3 {
    padding: 0 0
}

.header-top {
    padding: 30.5px 0;
    border-bottom: 1px solid #32323D
}

.header-top__right a {
    text-decoration: none
}

.header-top__right .tel {
    color: #fff;
    font-size: 18px
}

.header-top__right .tel i {
    color: #C7A17A;
    padding-right: 15px;
    font-size: 19px
}

.header-top__right .site-btn {
    margin-left: 80px
}

.arrow-btn i {
    font-weight: 400;
    font-size: 30px
}

.arrow-btn-1 i {
    font-weight: 400;
    font-size: 30px
}

.header-top__infos li {
    color: #6c6c6c;
    text-transform: uppercase;
    font-weight: 500
}

.header-top__infos li:not(:last-child) {
    margin-right: 65px
}

.header-top__infos li i {
    color: #C7A17A;
    padding-right: 10px;
    font-size: 19px
}

.header-top__infos li a {
    color: #6c6c6c;
    text-decoration: none
}

.main-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0
}

.main-menu ul li {
    position: relative
}

.main-menu ul li:not(:last-child) {
    margin-right: 25px
}

.main-menu ul li a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    padding: 0 17px;
    position: relative;
    text-transform: capitalize;
    line-height: 22px;
    font-weight: 400
}

.main-menu ul li a:hover::after {
    opacity: 1;
    visibility: visible;
    left: 0
}

.main-menu ul li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    transform: scaleY(100%)
}

.main-menu ul li .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    min-width: 240px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    padding: 20px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 10px 3px rgb(0 0 0 / .05);
    box-shadow: 0 0 10px 3px rgb(0 0 0 / .05);
    z-index: 3;
    text-align: left;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    border-radius: 5px
}

.main-menu ul li .sub-menu li {
    margin-right: 0
}

.main-menu ul li .sub-menu li a {
    color: #010103;
    padding: 10px 30px
}

.main-menu ul li .sub-menu li a::after {
    left: 15px
}

.main-menu ul li .sub-menu li a:hover::after {
    left: 10px
}

.main-menu ul li .sub-menu li:hover>a {
    color: #C7A17A;
    letter-spacing: 1px
}

.main-menu ul li .sub-menu li:hover>a::after {
    left: 10px
}

.main-menu ul li .sub-menu ul {
    left: 100%;
    top: 0
}

.main-menu ul li .sub-menu .active>a {
    color: #C7A17A;
    letter-spacing: 1px
}

.main-menu ul li .sub-menu .active>a::after {
    left: 10px
}

.main-menu ul .active>a {
    color: #C7A17A
}

.main-menu ul .active>a::after {
    opacity: 1;
    visibility: visible;
    left: 0
}

.main-menu__2 ul li a {
    color: #000;
    font-weight: 500
}

.main-menu__4 ul li a {
    color: #000;
    font-weight: 500
}

.menu-area {
    position: relative;
    z-index: 99;
    padding: 15px 0 30px 0
}

.logo {
    background-color: #fff;
    padding: 30px 0;
    border-radius: 20px
}

.menu-area__right .item {
    font-size: 19px;
    color: #fff
}

.menu-area__right .item i {
    color: #fff
}

.menu-area__right--2 .item {
    color: #000
}

.menu-area__right--2 .item i {
    color: #000
}

.menu-area__right--4 .item {
    color: #000
}

.menu-area__right--4 .item i {
    color: #000
}

.menu-area.sticky-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #010103;
    -webkit-box-shadow: 0 13px 25px -12px rgb(0 0 0 / .1);
    box-shadow: 0 13px 25px -12px rgb(0 0 0 / .1);
    padding: 16px 0
}

.menu-area-2.sticky-header {
    background-color: #fff
}

.menu-area__4.sticky-header {
    background-color: #fff
}

.menu-area.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s
}

.mean-container .mean-nav ul li a:hover {
    color: #C7A17A
}

.social-links a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    font-size: 13px;
    border: 1px solid gray;
    text-align: center;
    line-height: 27px;
    color: gray;
    text-decoration: none
}

.social-links a:not(:last-child) {
    margin-right: 10px
}

.social-links a:hover {
    border-color: #fff;
    color: #fff
}

.social-links__2 a {
    border-color: #E2DFDD
}

.social-links__2 a:hover {
    border-color: #999;
    color: #000
}

.site-header .site-btn {
    margin: 0 0
}

.site-btn {
    background-color: transparent !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    background: #C7A17A;
    border: 2px solid #fff !important;
    overflow: hidden;
    padding: 13px 25px 18px 16px !important;
    text-decoration: none;
    position: relative !important;
    border-radius: 13px !important;
    z-index: 1 !important;
    line-height: 1 !important;
    /* display: inline-block !important; */
    transition: 0.3s all ease !important;
    font-weight: 900 !important
}

.site-btn i {
    background-color: var(--primary-color) !important;
    padding: 15px 11px !important;
    border-radius: 0 0 30px 30px !important;
    position: relative !important;
    top: -6px !important;
    right: -11px !important;
    font-weight: 400;
    font-size: 30px
}

.site-btn i.header-btn {
    background-color: var(--primary-color);
    padding: 15px 11px;
    border-radius: 0 0 30px 30px;
    position: relative;
    top: -9px;
    right: -8px;
    font-weight: 400;
    font-size: 30px
}

.site-btn:hover {
    background: linear-gradient(130deg, rgb(247 154 0) 0%, rgb(22 0 0) 100%);
    color: var(--white-color)
}

.site-btn__borderd {
    background: #fff0;
    border-color: #ffffff50
}

.section {
    padding: 120px 0
}

.hamburger-trigger {
    margin-left: 12px;
    padding: 10px 12px;
    cursor: pointer
}

.side-info {
    padding-left: 20px;
    padding-right: 20px
}

.side-info .title {
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px
}

.side-info .mb-5 {
    margin-bottom: 5px !important
}

.side-info p {
    font-size: 15x;
    line-height: 28px
}

.side-info__close {
    top: 0;
    left: 0;
    background: #010103;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.side-info__close a {
    display: block;
    height: 100%;
    width: 100%;
    color: #fff
}

.side-info__close:hover {
    background: #C7A17A
}

.side-info__wrapper {
    padding: 20px
}

.side-info .social-links a:hover {
    color: #C7A17A;
    border-color: #C7A17A
}

.overlay {
    background-color: rgb(0 0 0 / .7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear 0s;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease
}

.overlay.active {
    opacity: .5;
    visibility: visible;
    cursor: url(../images/icons/cancel.png), auto
}

.side-info-wrapper,
.cart-bar-wrapper {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -330px;
    width: 300px;
    height: 100%;
    display: block;
    background-color: #fff;
    z-index: 100;
    box-shadow: -5px 0 20px -5px rgb(0 0 0 / .5);
    padding-top: 0;
    -webkit-transition: all 600ms cubic-bezier(.785, .135, .15, .86);
    -o-transition: all 600ms cubic-bezier(.785, .135, .15, .86);
    transition: all 600ms cubic-bezier(.785, .135, .15, .86)
}

.side-info-wrapper .nav,
.cart-bar-wrapper .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.side-info-wrapper .nav a,
.cart-bar-wrapper .nav a {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    font-size: 18px;
    color: #010103;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px
}

.side-info-wrapper .nav a.active,
.cart-bar-wrapper .nav a.active {
    background: #010103;
    color: #fff
}

.side-info-wrapper.show,
.cart-bar-wrapper.show {
    right: 0
}

.side-info-wrapper.mm-only.show {
    display: none
}

@media (max-width:991px) {
    .side-info-wrapper.mm-only.show {
        display: inline-block
    }
}

@media (max-width:991px) {
    .side-info-wrapper.show-all.show {
        display: none
    }
}

.side-info-wrapper .contact__info li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px;
    align-items: flex-start
}

.side-info-wrapper .contact__info li span {
    margin-right: 10px;
    flex: 0 0 15px;
    -ms-flex: 0 0 15px;
    max-width: 15px;
    color: #C7A17A;
    font-size: 15px
}

.side-info-wrapper .contact__info li p {
    flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    max-width: 85%
}

.side-info-wrapper .contact__info li:not(:last-child) {
    margin-bottom: 5px
}

.bg_img {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

.hero__area.hero__area--3.bg_img {
    background-position: 68%
}

.bg_img-1 {
    background-position: center top;
    background-repeat: no-repeat
}

.hero__area--3 .vide-wrapper {
    height: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    align-items: flex-end;
    justify-content: flex-end
}

.hero__area--3 .vide-wrapper .vide-btn {
    right: 0;
    bottom: 0
}

.hero__content {
    z-index: 2;
    padding-top: 181px;
    padding-bottom: 127px
}

.hero__content .Bantitle {
    color: #fff;
    font-size: 60px;
    line-height: 65px;
    font-weight: 600;
    margin-bottom: 20px
}

.hero__content .bannerTextbl {
    color: var(--primary-color);
    font-weight: 900
}

.hero__content .durationP {
    color: var(--white-color);
    font-weight: 600;
    font-style: italic;
    display: flex;
    font-size: 24px;
    align-items: center;
    margin-bottom: 22px
}

.hero__content .durationP span {
    color: var(--primary-color);
    font-weight: 900;
    font-size: 48px;
    font-style: normal;
    padding-left: 20px
}

.specializations-list li img {
    max-width: 20px;
    margin-right: 8px
}

.specializations-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    column-count: 2
}

a.bg-gradient-new--1 {
    background: linear-gradient(130deg, rgb(247 154 0) 0%, rgb(22 0 0) 100%);
    padding: 13px 25px 18px 16px;
    display: inline-block;
    text-align: center;
    border: 2px solid #ffffffb3;
    overflow: hidden;
    font-size: 20px;
    margin-top: 35px;
    transition: 0.3s all ease !important
}

.bg-gradient-new--1:hover {
    background: linear-gradient(130deg, #000000 0%, rgb(22 0 0) 100%);
    color: var(--white-color)
}

.bg-gradient-new {
    background: linear-gradient(130deg, rgb(247 154 0) 0%, rgb(22 0 0) 100%);
    padding: 20px 30px 20px 16px;
    display: inline-block;
    text-align: center;
    border: 2px solid #ffffffb3;
    overflow: hidden;
    font-size: 36px;
    margin-top: 35px
}

.bg-gradient-new-2 {
    background: #000;
    padding: 20px 30px 20px 30px;
    display: inline-block;
    text-align: center;
    border: 2px solid #fff;
    overflow: hidden;
    margin-top: 35px
}

.bg-gradient-new-2:hover {
    background: linear-gradient(130deg, rgb(247 154 0) 0%, rgb(22 0 0) 100%);
    color: var(--white-color)
}

.bg-gradient-new-1 {
    background: linear-gradient(130deg, rgb(247 154 0) 0%, rgb(22 0 0) 100%);
    padding: 20px 27px 20px 27px;
    display: inline-block;
    text-align: center;
    border: 2px solid #ffffffb3;
    overflow: hidden;
    border-radius: 13px;
    margin-top: 35px !important;
    transition: 0.3s all ease-in;
    margin-right: auto
}

.bg-gradient-new-1:hover {
    background: linear-gradient(130deg, #000000 0%, rgb(22 0 0) 100%);
    color: var(--white-color)
}

.bg-gradient-new .arrow-btn {
    background: #f79a00;
    padding: 16px 15px;
    border-radius: 0 0 27px 27px;
    position: relative;
    top: -10px;
    right: -9px
}

.bg-gradient-new-1 .arrow-btn {
    background: #f79a00;
    padding: 16px 13px;
    border-radius: 0 0 27px 27px;
    position: relative;
    top: -10px;
    right: -10px
}

.bg-gradient-new-1 .arrow-btn-1 {
    background: #f79a00;
    padding: 16px 13px;
    border-radius: 0 0 27px 27px;
    position: relative;
    top: -10px;
    right: -10px
}

.specializations-list li a {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center
}

.specializations-list li {
    display: inline-flex;
    margin-bottom: 1rem
}

.specializations-list li:first-child {
    color: var(--white-color);
    font-weight: 600;
    font-size: 24px;
    margin-left: 0
}

.hero__content p.capsText {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px
}

.small-letter {
    font-size: 16px;
    display: flex
}

.takeway li{
    padding-top: 20px;

}
.takeway{
    margin-left: 10px;

}
h2.section-title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2
}
h2.knowladge-partnar-writing span{
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    

}
h2.section-title span {
    color: var(--black-color);
    font-weight: 400
}

.accelrated h6 {
    color: var(--white-color);
    font-size: 30px;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    background-color: var(--teritary-color);
    margin-bottom: 50px
}

.accelrated p:not(:last-child) {
    margin-bottom: 30px
}

.accelrated p {
    margin-bottom: 0;
    text-align: justify
}

.accelrated .custom-pad {
    padding-right: 50px
}

.minus-top {
    width: 100%
}

.padding-right {
    padding-right: 75px
}

.row-padding {
    --bs-gutter-x: 3rem
}

.bg-yel {
    background-color: var(--primary-color) !important
}

.bg-blue {
    background-color: var(--teritary-color) !important
}

.bg-dblk {
    background-color: #202020
}

.bg-strip {
    margin-top: 0
}

.bg-strip p {
    color: var(--white-color);
    font-size: 30px;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    background-color: var(--teritary-color);
    margin-bottom: 28px
}

.third-section-para {
    padding-bottom: 60px;
    text-align: center
}

.bg-strip p {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600
}

.wcuBx {
    border: 2px solid #fff;
    padding: 30px 10px 30px;
    text-align: center;
    position: relative;
    height: 100%
}

.wcuBx::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 200px;
    bottom: -30px;
    right: -16px;
    z-index: 1;
    background-color: var(--primary-color)
}

.wcuBx::before {
    content: '';
    position: absolute;
    width: 230px;
    height: 4px;
    bottom: -15px;
    right: -36px;
    z-index: 1;
    background-color: var(--primary-color)
}

.pattern-1 {
    background: url(../images/icons/pattern-1.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat
}

.pattern-2 {
    background: url(../images/icons/pattern-2.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat
}

.pattern-3 {
    background: url(../images/icons/pattern-3.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat
}

.pattern-4 {
    background: url(../images/icons/pattern-4.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat
}

.pattern-5 {
    background: url(../images/icons/pattern-5.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat
}

.pattern-6 {
    background: url(../images/icons/pattern-7.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat
}

h3.wcu-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    color: var(--white-color);
    margin-bottom: 15px
}

.wcu-content {
    color: var(--white-color);
    text-align: center;
    padding: 0 70px
}

.icontop {
    border-radius: 0 0 50px 50px;
    position: relative;
    top: -34px;
    margin: 0 auto;
    padding: 34px 27px;
    display: inline-block
}

.custom-padding-1 {
    --bs-gutter-x: 3.5rem
}

.custom-padding-2 {
    --bs-gutter-x: 3.5rem;
    --bs-gutter-y: 3.5rem
}

.custom-padding-3 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem
}

.custom-margin-bottom {
    margin-bottom: 60px
}

.bg-recognition {
    background-image: url(../images/hero/recognition-banner.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    padding-top: 100px
}

.recog-para {
    font-weight: 600;
    font-size: 29px;
    color: var(--white-color)
}

.right_img img {
    position: absolute;
    right: 90px;
    bottom: 0;
    width: 22%
}

.bg-recognition .clint-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    grid-gap: 0rem 0rem;
    background-color: var(--white-color);
    margin-top: 60px;
    width: 80%
}

.bg-recognition .clint-grid>div {
    padding: 0;
    display: grid;
    place-items: center;
    height: 124px
}

.bt-btm {
    border-bottom: 2px dashed #ccc
}

.bt-br {
    border-right: 2px dashed #ccc
}

.bg-blue-light {
    background-color: #ecf5f9
}

.specializations-accord .accordion-button::after {
    flex-shrink: 0;
    margin-left: auto;
    content: "";
    background-image: url(../images/icons/plus-sign.svg);
    background-repeat: no-repeat;
    background-size: 1em;
    transition: transform .2s ease-in-out;
    background-position: center;
    border-radius: 50px
}

.specializations-accord .accordion-button:not(.collapsed)::after {
    background-image: url(../images/icons/minimize-sign.svg);
    transform: rotate(-180deg)
}

.specializations-accord .accordion-item {
    background-color: #fff0;
    border: 0 solid rgb(0 0 0 / .125);
    margin-bottom: 30px
}

.specializations-accord .accordion-button {
    font-size: 24px;
    color: var(--white-color);
    background-color: #00435f;
    font-weight: 700;
    text-transform: uppercase
}

.specializations-accord .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0
}

.specializations-accord .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 0
}

.specializations-accord .accordion-button:not(.collapsed) {
    color: var(--white-color);
    background-color: var(--teritary-color);
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.specializations-accord .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .25rem #fff0
}

.accordion-body {
    margin-top: 8px;
    background-color: #fff;
    border: 2px solid #d7dfe3;
    padding: 45px 45px 45px 40px
}

.accordion-body .text-1 {
    font-size: 20px;
    width: 75%;
    margin-bottom: 0
}

.accordion-body .text-1:not(:last-child) {
    margin-bottom: 20px
}

.specializations-list-2 {
    margin-top: 24px;
    display: flex;
    align-items: center
}

.specializations-list-2 a {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    text-transform: uppercase;
    align-items: center
}

.specializations-list-2 img {
    max-width: 27px;
    margin-right: 8px
}

.pad-left {
    padding-left: 84px
}

.pad-left-3 {
    padding-left: 66px
}

.pad-left-1 {
    padding-left: 40px
}

.pad-left-2 {
    padding-left: 120px
}

.amba {
    font-family: var(--primary-font);
    border-collapse: collapse;
    width: 100%
}

.amba-table th {
    padding: 36px 40px;
    width: 20%;
    font-size: 30px
}

.amba-table tr:first-child th {
    background-color: #ecf5f9;
    border-bottom: 0
}

.amba-table tr td:last-child {
    background-color: #fff;
    color: #585858;
    font-weight: 600;
    font-size: 30px;
    border-bottom: 2px dashed #7f7f7f
}

.amba-table tr td.bg-blue:last-child {
    font-size: 24px;
    border-bottom: 11px solid #ecf5f9
}

.amba-table tr td:nth-child(2) {
    background-color: #00435f;
    color: var(--white-color);
    font-size: 30px;
    font-weight: 700;
    border-bottom: 2px dashed #80a1af
}

.amba-table tr td.bg-yel:nth-child(2) {
    font-size: 30px;
    border-bottom: 11px solid #ecf5f9
}

.amba-table tr:last-child th {
    border-bottom: 0
}

.amba-table tr:first-child td {
    font-size: 30px;
    border-bottom: 11px solid #ecf5f9;
}
.amba-table tr td:nth-child(1) {
    background-color: white !important;
    color: black !important;
    border-right: 2px dashed rgba(0, 0, 0, 0.162);
}

.amba-table tr:last-child td {
    border-bottom: 0
}

.amba-table td.bg-yel,
.amba-table td.bg-blue {
    padding: 30px 8px;
    text-transform: uppercase;
    width: 25%;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: var(--white-color)
}

.amba-table {
    border-spacing: .7rem 0rem
}

.amba-table td {
    padding: 36px 40px
}

.amba-table td.bg-blue {
    font-size: 24px;
    color: var(--white-color) !important
}

.amba-table tr:nth-child(even) {
    background-color: #f2f2f2
}

.amba-table tr:hover {
    background-color: #ddd
}

.amba-table th {
    padding-top: 36px;
    padding-bottom: 36px;
    text-align: left;
    color: #585858;
    background-color: #fff;
    border-bottom: 2px dashed #7f7f7f
}

.customization-list {
    margin-bottom: 0
}

.customization-list li p {
    font-size: 30px;
    color: var(--white-color);
    text-align: left;
    margin-bottom: 30px;
    display: flex;
    align-items: start
}

.customization-list li p img {
    width: 24px;
    height: 24px;
    margin-right: 13px;
    margin-top: 7px
}

.customization-list li p img {
    width: 24px;
    height: 24px;
    margin-right: 13px;
    margin-top: 7px
}

.color-bl li p {
    color: #585858
}

.customization-list li:last-child p {
    margin-bottom: 0
}

.curriculum-tracks .section-title {
    margin-bottom: 20px;
    line-height: 1
}

.curri-para {
    font-weight: 600;
    font-size: 29px;
    color: var(--black-color);
    line-height: 39px;
    margin-bottom: 30px
}

.curriculum-tracks .durationP {
    color: var(--black-color);
    font-weight: 600;
    font-style: italic;
    display: flex;
    font-size: 24px;
    align-items: center;
    margin-bottom: 22px
}

.curriculum-tracks .durationP span {
    color: var(--primary-color);
    font-weight: 900;
    font-size: 48px;
    font-style: normal;
    padding-left: 20px
}

.main-Bx {
    padding: 30px;
    background-color: #f1f1f1
}
.table-bx-title {
    font-size: 30px;
    font-weight: 700;
    color: #00435f;
    margin-bottom: 25px
}

.curriculum-table1 th,
.curriculum-table1 td {
    padding: 18px 20px;
    width: 33.33%;
    font-size: 20px;
    text-align: center;
    background-color: var(--white-color)
}

.curriculum-table1 tr td {
    background-color: #fff;
    color: #000;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 1.2rem;
    border-bottom: 2px dashed #7f7f7f;

}


.curriculum-table1 tr th {
    background-color: #fff;
    color: #000;
    font-weight: 700;
    font-size: 26px;
    border-bottom: 2px dashed #7f7f7f
}

.curriculum-table1 tr:last-child th {
    border-bottom: 0
}

.curriculum-table1 tr:last-child td {
    border-bottom: 0
}

.curriculum-table1 {
    border-spacing: .7rem 0rem
}

.curriculum-table th,
.curriculum-table td {
    padding: 36px 40px;
    width: 33.33%;
    font-size: 24px;
    background-color: var(--white-color)
}

.curriculum-table tr td {
    background-color: #fff;
    color: #000;
    padding: 16px 30px;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 2px dashed #7f7f7f
}

.curriculum-table.program-del tr td {
    padding: 30px 30px 30px 30px;
    font-size: 20px
}

.curriculum-table tr th {
    background-color: #fff;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 2px dashed #7f7f7f
}

.curriculum-table tr:last-child th {
    border-bottom: 0
}

.curriculum-table tr:last-child td {
    border-bottom: 0
}

.curriculum-table {
    border-spacing: .7rem 0rem
}

.custom-margin {
    margin-top: 50px
}

.curriculum-tracks .accordion {
    margin-top: 40px
}

.curriculum-tracks .specializations-accord .accordion-item {
    margin-bottom: 0;
    margin-top: 30px
}

.program-del td {
    width: 25%
}

.delivery-bx {
    display: flex;
    flex-direction: column
}

.delivery-bx img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px
}

.bt-top {
    border-top: 2px dashed #ccc;
    padding-top: 120px
}

.mentoring-para {
    font-size: 20px
}

.mentor-bx {
    border: 2px solid #000
}

.mentor-img-bx {
    border-bottom: 5px solid var(--primary-color);
    overflow: hidden
}

.mentor-img-bx img {
    width: 100%;
    height: 287px;
    object-fit: cover;
    object-position: top
}

.mentor-content {
    padding: 30px 30px 60px;
    position: relative;
    transition: 0.3s all ease-in;
    height: 500px
}

.mentor-content h4 {
    font-size: 24px;
    color: var(--white-color);
    text-transform: uppercase;
    margin-bottom: 20px
}

.mentor-content p {
    font-size: 20px;
    color: var(--white-color);
    line-height: 1.6;
    height: 345px;
    overflow-y: auto;
    padding-right: 27px;
    text-align: left
}

.mentor-content.pattern--1:hover {
    background-image: url(../images/hero/mentor-pattern.webp);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-color: #00435f
}

.mentoring-says {
    margin-top: 40px
}

.programer-outcome {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    border-top: 4px solid var(--teritary-color);
    background-image: url(../images/bg/outcome-img.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.outcome-para {
    color: var(--black-color);
    font-size: 30px;
    font-weight: 600
}

.outcome-pointer {
    position: relative;
    padding-left: 40px
}

.outcome-pointer p {
    font-size: 20px;
    margin-top: 30px
}

.outcome-pointer li::before {
    content: '';
    position: absolute;
    left: 0;
    background-color: #fff;
    border: 5px solid #00435f;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    margin-top: 9px
}

.how-to-apply {
    padding: 100px 0 120px;
    background-image: url(../images/bg/process-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.process-para {
    color: var(--white-color);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: left
}

p.process-para:not(:last-child) {
    margin-bottom: 30px
}

.outcome-pointer-1 {
    position: relative;
    padding-left: 40px
}

.outcome-pointer-1 p {
    font-size: 30px;
    text-align: left;
    margin-top: 30px
}

.outcome-pointer-1 li::before {
    content: '';
    position: absolute;
    left: 0;
    background-color: #001320;
    border: 5px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    margin-top: 9px
}

.outcome-pointer-1 li a {
    text-decoration: none;
    color: var(--white-color)
}

.text-2 {
    color: var(--white-color);
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px
}

.detailed-bx {
    display: block;
    align-items: center
}

.box-1 {
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-bottom: 15px
}

.box-1 h4 {
    font-size: 40px;
    font-weight: 700;
    color: var(--white-color)
}

.box-2 {
    display: flex;
    align-items: center
}

.box-2 h4 {
    font-size: 40px;
    font-weight: 700;
    color: var(--white-color)
}

.icon-span {
    border: 2px solid #333336;
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px
}

.icon-span img {
    width: 50px;
    height: 50px
}

.process-img img {
    position: absolute;
    right: 30px;
    bottom: 0
}

.elegi-bx {
    border: 2px solid #000;
    height: 100%;
    overflow: hidden
}

.elegi-img-bx {
    border-bottom: 5px solid var(--primary-color);
    overflow: hidden
}

.elegi-img-bx img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: center
}

.elegi-content {
    padding: 30px 30px 60px;
    position: relative;
    transition: 0.3s all ease-in;
    height: 100%
}

.elegi-content h4 {
    font-size: 24px;
    color: var(--white-color);
    text-transform: uppercase;
    margin-bottom: 20px
}

.elegi-content p {
    font-size: 20px;
    color: var(--white-color);
    line-height: 1.6
}

.elegi-content.pattern--1:hover {
    background-image: url(../images/hero/mentor-pattern.png);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-color: #00435f;
    background-size: cover;
}

.outcome-pointer-2 {
    position: relative;
    padding-left: 40px
}

.outcome-pointer-2 p {
    font-size: 22px;
    margin-top: 30px;
    text-align: left
}

.outcome-pointer-2 li::before {
    content: '';
    position: absolute;
    left: 0;
    background-color: #fff0;
    border: 6px solid #fc9d00;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    margin-top: 6px
}

.outcome-pointer-2 li a {
    text-decoration: none;
    color: var(--white-color)
}

.sperator {
    border-top: 2px dashed #ccc;
    padding-top: 120px;
    margin-top: 120px
}

.sperator-1 {
    border-top: 2px dashed #ccc;
    padding-top: 90px;
    margin-top: 90px
}

.curriculum-table-1 th {
    padding: 20px 40px;
    font-size: 24px;
    background-color: var(--white-color)
}

.curriculum-table-1 tr td {
    background-color: #fff;
    color: #000;
    padding: 25px 30px;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 1px dashed #000
}

.curriculum-table-1 tr th {
    background-color: #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    border-bottom: 1px dashed #000
}

.curriculum-table-1 tr th.bg-yel {
    width: 30%
}

.curriculum-table-1 tr th.bg-blue {
    width: 70%
}

.curriculum-table-1 tr:first-child th {
    border-bottom: 10px solid #f1f1f1
}

.curriculum-table-1 tr:last-child td {
    border-bottom: 0
}

.curriculum-table-1 {
    border-spacing: .7rem 0rem
}

.curriculum-tracks-1 .accordion {
    margin-top: 40px
}

.curriculum-tracks-1 .specializations-accord .accordion-item {
    margin-bottom: 0;
    margin-top: 30px
}

.apptitude-list p.font-weight-600 {
    font-weight: 600
}

.apptitude-list li {
    margin-top: 30px
}

.apptitude-list li p {
    font-weight: 700;
    font-size: 30px
}

.apptitude-list {
    margin-bottom: 40px
}

.font-weight-600 {
    font-weight: 600
}

h4.interview {
    color: var(--primary-color);
    font-size: 155px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-shadow: 7px 4px #fff;
    line-height: .8
}

h4.interview span {
    color: var(--white-color);
    font-size: 60px;
    text-transform: capitalize;
    font-weight: 700;
    text-shadow: none;
    line-height: 1
}

.how-to-appitude {
    padding: 100px 0 100px;
    background-image: url(../images/bg/process-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.ready-to-take-the {
    background: url(../images/bg/carrers-banner.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff
}

.f-bold {
    font-weight: 700
}

.careers-para {
    color: var(--white-color);
    font-size: 28px;
    font-weight: 600;
    text-align: center
}

.btns .spacing-left {
    margin-left: 20px
}

span.abt-reg {
    font-weight: 400
}

.abt-msu {
    padding: 100px 0;
    background: url(../images/bg/before-footer.webp);
    text-align: center;
    background-size: cover;
    background-position: center top;
    border-bottom: 4px solid #fff;
    background-repeat: no-repeat
}

.abt-msu p {
    font-size: 18px;
    color: var(--white-color);
    text-align: center;
    line-height: 35px
}

.msu-footer {
    padding: 60px 0 0 0;
    background-color: #00304b
}

.edu-footer-widget .widget-title {
    color: var(--white-color);
    font-size: 30px;
    margin-bottom: 20px
}

.footer-link {
    padding-left: 0;
    column-count: 2;
    list-style: none
}

.footer-link-1 {
    padding-left: 0;
    list-style: none
}

.edu-footer-widget-1 {
    padding-right: 160px
}

.edu-footer-widget-1 .logo {
    text-align: center;
    padding: 10px 15px
}

.edu-footer-widget-1 .description {
    color: var(--white-color);
    font-size: 18px;
    text-align: left;
    margin-top: 30px
}

.footer-link li a {
    text-decoration: none;
    color: var(--white-color);
    font-size: 18px;
    transition: 0.3s all ease
}

.footer-link li a:hover {
    color: var(--primary-color);
    transform: translateX(5px)
}

.footer-link li {
    margin-bottom: 12px
}

.footer-link-1 li a {
    text-decoration: none;
    color: var(--white-color);
    font-size: 18px;
    transition: 0.3s all ease
}

.footer-link-1 li a:hover {
    color: var(--primary-color);
    transform: translateX(5px)
}

.footer-link-1 li {
    margin-bottom: 12px
}

.msu-footer .middle-footer .contact__Bx .img-icon {
    width: 65px;
    height: 65px;
    background-color: #ffffff46;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    line-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center
}

.msu-footer .middle-footer .contact__Bx .img-icon img {
    width: 28px;
    display: flex;
    align-items: center;
    height: 28px
}

.msu-footer .middle-footer .contact__Bx .contact__details p {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 1
}

.msu-footer .middle-footer .contact__Bx .contact__details a {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    transition: .2s ease-in;
    line-height: 28px;
    text-decoration: none
}

.msu-footer .middle-footer .contact__Bx .contact__details .social-share.icon-transparent li a {
    height: 40px;
    width: 40px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: .4s;
    transition: .4s;
    line-height: 37px;
    background-color: var(--primary-color);
    border: none;
    border-radius: 50%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center
}

.social-share.icon-transparent li {
    margin: 0 14px 0 0
}

.msu-footer .middle-footer .contact__Bx .contact__details a {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    transition: .2s ease-in;
    line-height: 28px
}

.msu-footer .middle-footer .contact__Bx .contact__details .social-share.icon-transparent li a i {
    color: #fff;
    font-weight: 400;
    -webkit-transition: .4s;
    transition: .4s;
    line-height: initial;
    font-size: 18px;
    border: none;
    border-radius: 0
}

.middle-footer {
    padding-bottom: 20px;
    border-top: 2px solid #1d475f;
    padding-top: 20px
}

.top-footer {
    padding-bottom: 50px
}

.social-share {
    padding: 0;
    list-style: none;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0
}

.explore-widget-1 {
    padding-left: 110px
}

.col-border {
    border-left: 1px solid #33596f;
    padding-top: 15px;
    padding-bottom: 15px
}

.copyright-area {
    border-top: 2px solid #1d475f;
    padding: 20px 0
}

.copyright-area p {
    color: var(--white-color);
    font-size: 14px;
    line-height: 1;
    text-align: center
}

.rbt-cat-box-1.variation-5 .inner {
    position: relative;
    z-index: 1;
    border-radius: 0;
    padding: 0
}

.rbt-cat-box-1.variation-5 .inner .content {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    border-radius: 6px
}

.rbt-cat-box-1.variation-5 .inner .thumbnail {
    height: 635px;
    position: relative
}

.rbt-cat-box-1.variation-5 .inner .thumbnail.height-red {
    height: 459px;
    position: relative
}

.rbt-cat-box-1.variation-5 .inner .thumbnail.height-red a img {
    height: 459px;
    object-fit: cover;
    object-position: center
}

.rbt-cat-box-1.variation-5 .inner .thumbnail.height-red-1 {
    height: 345px;
    position: relative
}

.rbt-cat-box-1.variation-5 .inner .thumbnail.height-red-1 a img {
    height: 345px;
    object-fit: cover;
    object-position: center
}

.accelerated-leadership-skill p:not(:last-child) {
    margin-bottom: 35px
}

.accelerated-leadership-skill p {
    margin-bottom: 0
}

.rbt-cat-box-1.variation-5 .inner::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    content: "";
    background: linear-gradient(180deg, #fff0 0, rgb(0 0 0 / 71%) 70%, #000000 100%);
    transition: opacity .65s cubic-bezier(.05, .2, .1, 1);
    cursor: pointer
}

.rbt-cat-box-1.variation-5 .inner:hover::before {
    opacity: 0
}

.rbt-cat-box-1.variation-5 .inner:hover::after {
    opacity: 1
}

.rbt-cat-box-1.variation-5 .inner::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    content: "";
    background: linear-gradient(#fff0 0, rgb(252 157 0 / 47%) 40%, #fc9d00 82%, #fc9d00 100%);
    transition: opacity .65s cubic-bezier(.05, .2, .1, 1);
    cursor: pointer;
    opacity: 0
}

.rbt-cat-box-1.variation-5 .inner .thumbnail a img {
    height: 635px;
    object-fit: cover;
    width: 100%;
    object-position: center
}

.rbt-cat-box .inner .content h5.title a {
    color: var(--white-color);
    font-size: 48px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.15
}

.rbt-cat-box .inner .content {
    padding: 30px
}

.unique-features {
    border: 2px solid #e8e8e8;
    overflow: hidden;
    position: relative;
    box-shadow: -1px 20px 20px 5px #e8f3f7
}

.custom-pading-4 {
    padding-left: 80px
}

.unique-bx-feature h5 {
    background-color: var(--teritary-color);
    color: var(--white-color);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    width: 380px;
    padding: 30px;
    clip-path: polygon(0% 0%, 100% 0, 100% 0, 79% 100%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0
}

.unique-bx-feature::before {
    content: '';
    position: absolute;
    background-color: var(--primary-color);
    width: 287px;
    height: 103px;
    left: 8px;
    transform: skew(323deg, 0deg)
}

.feature-lists {
    padding-top: 103px
}

.feature-lists ul li:first-child {
    padding: 30px;
    border-bottom: 1px dashed #ccc
}

.feature-lists ul li:nth-child(2) {
    padding: 30px;
    border-bottom: 1px dashed #ccc
}

.feature-lists ul li:last-child {
    padding: 30px
}

.feature-lists ul li img {
    margin-right: 20px
}

.feature-lists ul li h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    align-items: center
}

.carrer-bx {
    background-image: url(../images/shape/fade-bann.png);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 70px;
    background-repeat: no-repeat;
    background-position: 70%
}

.left-img {
    width: 100%
}

.bt-blue {
    border-top: 3px solid var(--teritary-color);
    border-bottom: 3px solid var(--teritary-color)
}

.crux-bg {
    background-image: url(../images/hero/crux-bg.webp)
}

.third-section-para-1 {
    padding-bottom: 45px;
    text-align: center
}

.right-position-img {
    position: absolute;
    right: 0;
    height: 60%;
    display: inline-flex
}

.right-position-img img {
    height: auto;
    width: 100%;
    object-fit: contain
}

.reskilling p:not(:last-child) {
    margin-bottom: 35px
}

.reskilling p {
    margin-bottom: 0
}

.admission-img img {
    position: absolute;
    right: 119px;
    bottom: 0
}

.popup-form .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgb(0 0 0 / .2);
    border-radius: .5rem;
    outline: 0
}

.popup-form .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 2rem 1.5rem
}

.reservation__form_3 input,
.reservation__form_3 select,
.reservation__form_3 textarea {
    border: 0 solid #32323d;
    color: #222;
    font-size: 16px;
    padding: 15px 20px;
    width: 100%;
    font-weight: 600
}

.reservation__form--3 input,
.reservation__form--3 select,
.reservation__form--3 textarea {
    background: #f5f5f5;
    border-color: #e2dfdd;
    padding: 20px 20px;
    color: #222;
    border-radius: 5px;
    font-size: 16px
}

.popup-form .modal-close {
    position: absolute;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    text-align: center;
    z-index: 99;
    background-color: #fff
}

.popup-form .modal-body h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #272d40;
    margin-bottom: 16px
}

.mt-10 {
    margin-top: 10px
}

.mt-30 {
    margin-top: 30px
}

.site-btn-db-form {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    background: #222;
    padding: 12px 34px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-weight: 600;
    width: 100%
}

.copyright-area p {
    color: var(--white-color);
    font-size: 13px;
    line-height: 1;
    text-align: center;
    line-height: 26px
}

.team-bx-upper {
    background-color: #00435f;
    padding: 35px 50px 25px 50px;
    text-align: center
}

.team-bx-upper i {
    background-color: var(--teritary-color);
    color: var(--white-color);
    font-size: 21px;
    width: 30px;
    height: 30px;
    padding: 23px;
    border-radius: 50px;
    position: absolute;
    top: 24px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.team-name {
    color: var(--white-color);
    font-size: 24px;
    margin-top: 20px
}

.desg-bx {
    background-color: var(--teritary-color);
    border-top: 2px dashed #fff;
    padding: 19px 34px
}

.desg-bx p {
    font-size: 14px;
    color: var(--white-color);
    text-transform: uppercase;
    text-align: center;
    line-height: 26px
}


.advisior-bx {
    background-color: var(--white-color);
    padding: 30px;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    align-items: center;
    height: 100%;
    box-shadow: 0px 5px 20px 0px #00000017;
}

.advisor-para {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
}

.advisor-title {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
}

.advisior-img {
    width: 35%;
}

.advisior-img img {
    width: 100%;
}

.advisor-details {
    width: 65%;
    margin-left: 30px;
}

.comp-logo {
    text-align: center;
}

.comp-logo img {
    object-fit: contain;
    width: 123px;
    margin-top: 17px;
}

.expert-community-bx {
    background-color: var(--white-color);
    border-radius: 20px;
    padding: 20px;
    height: 100%;
}


.expert-img img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-bottom: 15px;
    object-fit: cover;
}

.expert-desg {
    font-size: 16px;
    text-align: center;
}

.expert-logo {
    margin-top: 10px;
}

.expert-slider.owl-carousel .owl-item img {
    display: unset;
    width: unset;
}

.expert-slider.owl-carousel .expert-logo img {
    width: 60px;
    object-fit: contain;
    height: 60px;
}

.expert-title {
    font-size: 20px;
}

.expert-slider .owl-dots button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #bababa;
    margin: 10px 5px 0;
    border-radius: 50%;
}

.expert-slider .owl-dots .active {
    border: 2px solid #fc9d00;
    background-color: #fc9d00;
}

.expert-slider .owl-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 20px;
}


.Board-Infinity-logo{
    background-color: #ffff;
    border-radius: 13px;
    width :250px;
    height: auto;
    padding: 0 15px 0 15px;
    margin-top: 49px;
    
}

.Board-Infinity-logo img {
    height: auto;
}
.Board-Infinity-div{
    align-items: center;
    justify-content: center;
    display: flex;


}


.knowladge-partner-main-div{
    background-color: #00435f;
    padding: 20px 0 20px 0;
}
.highlight-color{
    color: #fc9d00;;
}
.contact:hover{
   color: #fc9d00;
}
.contact{
    text-decoration: none;
    color: #fff;
 }


 .banner-section,
.blog-body {
    width: 100%;
    position: relative;
}

.blog-heading {
    position: absolute;
    bottom: 8%;
    z-index: 1;
    color: white;
    left: 4%;
}

.blog-body {
    padding: 4rem 3rem;
    margin: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}

.banner-image,
.banner-image img {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

/* Card styling */
.card {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card-img {
    width: 100%;
    height: 220px;
    border-radius: 10px;
}

.card-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.card-title {
    margin: 1rem 0;
    font-size: 24px;
    font-weight: 700;
    color: #181818;
    transition: transform 0.3s ease;
    text-align: initial;
    line-height: 28px;

    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}


.card:hover .card-title {
    color: #e09512;
}

.card-items{
    display: flex;
    flex-direction: column;
    text-align: justify;
    gap: 20px;
}
.card-subheading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    text-align: initial; 
}

.user,
.date {
    word-break: break-word;
    font-family: 'Poppins', sans-serif;
    color: #181818;
    font-size: 16px !important;
}

.description {
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;

    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    text-overflow: ellipsis;
}

.blog-details{
    text-decoration: none;
}

/* =============================Faq section ================================== */
/* background dark  */
.background-dark{
    padding: 70px ;
    background-color: #030303e8;
}



.big{
    min-width: auto;
    width: 245px !important;
    align-items: center;
}
/* .small{
    width: 10px !important; 
    
} */






.partner-with-us {
    box-sizing: border-box;
    position: fixed;
    bottom: 50%;
    right: -4.38rem;
    width: 180px;
    height: 40px;
    transform: rotate(-90deg);
    z-index: 999;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    background-color:transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner-with-us a
{
    background-color: transparent !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    background: #C7A17A;
    border: 2px solid #fff !important;
    overflow: hidden;
    text-decoration: none !important;
    position: relative !important;
    border-radius: 13px !important;
    display: inline-block !important;
    transition: 0.3s all ease !important;
    font-weight: 900 !important
}