/* 
Yellow: #f8c80c
Deep blue: #0C2549 */




article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul {
    padding-left: 0;
}

a {
    text-decoration: none;
}

a:hover {
    color: #fac915;
}

.container-fluid {
    padding: 0 60px;
}

p {
    color: #494949;
    color: #525252;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

/* ----------nav-------------------- */
.top-nav {
    position: relative;
    float: left;
    width: 100%;
    padding: 14px 0;
    background-color: #0C2549;
    z-index: 1;
}

.top-nav h6 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-nav {
    background-color: #fff;
    width: 18%;
    left: 0;
    top: 6px;
    height: 100%;
    position: absolute;
}

.left-nav::before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 45px 45px 0;
    border-color: transparent #0c2549 transparent transparent;
    transform: rotate(0deg);
    right: 0px;
    top: -8px;
}

/* ---------------Header------------- */
.header {
    position: relative;
    width: 100%;
    float: left;
    /* padding: 14px 0; */
    background-color: #ffffff;
    /* color: #fff; */
    transition: top .3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px #00000026;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }

}

.header__nav .main-menu {
    display: flex;
    align-items: center;
}

.btn-menu {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    font-weight: 500 !important;
    font-size: 16px !important;
    letter-spacing: -0.03em;
    padding: 6px;
    border-bottom: 1px solid #181717;
    cursor: pointer;
    text-transform: uppercase;

    &:before {
        content: "";
        background: #ccc;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        transition: 0.3s ease-in-out;
        z-index: -1;
        padding-bottom: 1px;
        box-sizing: unset;
    }

    &:hover:before {
        width: 100%;
    }
}

.header-area__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-menu ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.header-right {
    display: flex;
    align-items: center;
}

.main-menu ul li a {
    color: #0C2549;
    font-size: 17px;
    font-weight: 600;
    margin-right: 30px;
    position: relative;
    line-height: 20px;
}


/* ------hover------ */
.header__nav .main-menu ul li a:before,
.header__nav .main-menu ul li a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -5px;
    background: #f8c80c;
}

.header__nav .main-menu ul li a:before {
    left: 0;
}

.header__nav .main-menu ul .menu-item-has-children a:after {
    right: 0;
    background: #f8c80c;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.header__nav .main-menu ul li a:hover:before {
    background: #f8c80c;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.header__nav .main-menu ul li a:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
}

#timer {
    font-size: 15px;
    color: #eeeeee;
    letter-spacing: 0;
    min-width: 271px;
}

.av-btn {
    color: #ffffff;
    background: #1e57ab;
    padding: 5px 13px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
}

.av-btn:hover {
    color: #ffffff;
    background: #f8c80c;
}

#timer span {
    font-size: 18px;
    color: #ffcf13;
    margin: 0 3px 0 15px;
    letter-spacing: 1px;
}

#timer span:first-child {
    margin-left: 0;
}

/* ------- */
.header__logo img {
    width: 165px;
}

/* .header__logo a {
    position: absolute;
    top: -26px;
    z-index: 9;
} */

.top-nav-right,
.top-nav-right div {
    display: flex;
    align-items: end;
}

.nav-top {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 230px; */
    gap: 44px;

}

.nav-dark {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-nav-right img {
    width: 20px;
    margin-right: 9px;

}

.strt {
    color: #fac90b;
    padding-left: 5px;
    cursor: pointer;
}

.main-menu {
    cursor: pointer;
}

.main-menu ul li {
    padding: 33px 0;
    position: relative;
}

.full-menu {
    top: 67px;
    position: absolute;
    left: 0;
    background: #ffffff;
    z-index: 99;
    width: 90%;
    padding: 35px;
    align-self: auto;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0 76px;
    border-radius: 7px;
    box-shadow: 0 5px 5px 0 rgb(110 110 110 / 22%);
    animation: scale-in-ver-top .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    /* opacity: 0; */
    display: none;
    border-top: 3px solid #f8c80c;
}

@keyframes scale-in-ver-top {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 1;
    }
}

.menu-item-has-children:hover .full-menu {
    display: block;
}

.full-menu li {
    padding-bottom: 16px !important;
    padding-top: 0 !important;
}

.full-menu li:last-child {
    padding-bottom: 0;
}

.full-menu .dp-menu {
    flex-direction: column;
    align-items: self-start;
    border-right: 1px solid #ddd;
    padding-left: 20px;
    height: 100%;
    justify-content: center;
}

.main-menu .dp-menu li {
    padding: 10px 15px !important;
}

.full-menu ul li:hover a {
    color: #f8c80c;
}

.dp-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 230px;
    border: 1px solid #f5f5f5;
    background: #fff;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    border-radius: 6px;
    padding: 18px 0;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.main-menu ul li:hover .dp-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.dp-menu li a {
    font-size: 16px !important;
}

/* .full-menu ul li a {
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    margin-right: 0px;
} */

.full-menu .col-md-4:last-child .dp-menu {
    border-right: 0;
}

.main-menu>ul>li:last-child .dp-menu {
    right: 0;
    left: auto;
}

/* 
.badge-menu li a {
    padding: 4px 13px;
    background-color: #fff7ce;
    border-radius: 14px;
    font-size: 14px !important;
    color: #4f4e4e !important;
    cursor: pointer;
} */

.badge-menu {
    display: flex;
    justify-content: center;
}

/* .full-menu .badge-menu li {
    margin-bottom: 8px;
} */
/* 
.badge-menu li a:hover {
    background-color: #dbe9fe;
} */

.header.fixed {
    position: fixed;
    top: -2px;
    left: 0;
    animation: smoothScroll 1s forwards;
    box-shadow: 0 0 6px #00000026;
    z-index: 999;
}

.header.fixed .header__logo img {
    width: 150px;
}

.header.fixed .dropdown-menu {
    top: 82px;
}

.header.fixed .header__logo a {
    top: 9px;
}

/* -------Search---- */

.header-search {
    /* height: 46px; */
    padding: 7px 9px;
    background: #f9c90c;
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.header-search h4 {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}

.header-search:hover {
    background: #fae593;
}

.header-search img {
    width: 21px;
}


.section {
    position: relative;
    width: 100%;
    float: left;
    padding: 80px 0;
}

/* -------banner---------- */
.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 118px);
    object-fit: cover;
    background-position: top;
    background-size: cover;
    background-image: url(/threatsys-academy/images/banner-2.jpg);
}

/* .banner:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(93deg, rgb(12 37 73 / 91%) 0%, rgba(0, 0, 0, 0) 78%);
    z-index: 1;
} */

.banner-logo {
    position: absolute;
    width: 300px !important;
    right: -13px;
    top: 18px;
    height: 320px !important;
    opacity: 0.2;

}

.banner .container-fluid {
    padding: 0 60px;
    height: 100%;
    display: flex;
}

.hero-subtitle {
    color: #fff;
    padding-right: 30px;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.hero-content {
    position: relative;
    z-index: 1;
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}

.hero-content .sub-text {
    background: linear-gradient(271deg, rgba(0, 0, 0, 0) 0%, rgb(31 80 151) 60%);
    border-radius: 15px;
    padding: 6px 18px;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    color: #ffffff;
    padding-right: 46px;
}

/* ----------------Banner-------------- */
.light-img {
    display: block;
}

.dark-img {
    display: none;
}

.banner-section {
    height: calc(100vh - 124px);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.top-left-bg {
    position: absolute;
    top: -47px;
    left: -17%;
    background-image: url(/image/about-bg1.png);
    height: 100%;
    width: 66%;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 100%;
}

.shape-2 {
    position: absolute;
    /* left: 168px; */
    z-index: -2;
    top: -25px;
    height: calc(100vh + 415px);
    width: 40%;
    right: 0;
    /* border-style: solid; */
    /* border-width: 47px; */
    /* border-color: #194585; */
    /* border-radius: 50%; */
    /* border: none; */
    rotate: 28deg;
    background: #fac93247;
}

.shape-3 {
    position: absolute;
    width: 69px !important;
    left: 25%;
    z-index: 9;
    top: 78px;
    z-index: -2;
}

.sub-text {
    font-size: 22px;
    text-transform: CAPITALIZE;
    color: #fac90b;
    margin-bottom: 17px;
    letter-spacing: 0px;
    font-weight: 600;
}

.banner-girl,
.shape-2 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.banner-girl,
.shape-2 {
    pointer-events: none;
}

.hero-image img {
    width: 400px;
    position: absolute;
    bottom: -31px;
}

.hero-title {
    font-size: 67px;
    font-weight: 600;
    line-height: 70px;
    margin-bottom: 28px;
    color: #ffffff;
    text-shadow: 0 4px 3.92px rgb(56 45 31 / 25%);
}

.hero-image {
    width: 100%;
    height: 590px;
    position: relative;
    display: flex;
    justify-content: center;
}

/* ------------------- */
.swiper-slide .slider-inner.text-black-banner .swiper-content .title-area .tag {
    color: #404040;
}

.text-black-banner .hero-title {
    color: #0c2549;
    text-shadow: 0 4px 3.92px rgb(56 45 31 / 2%);
}

.creative-fullpage--slider .swiper-slide .slider-inner.text-black-banner::after {
    /* background-image: radial-gradient(at center right, #FFFFFF00 50%, #e4f0f4 100%); */
    background-image: none;
}

.swiper-slide .slider-inner.text-black-banner .swiper-content p.disc {
    color: #706e6efc;
}

.text-black-banner .creative-btn--wrap .creative-slide--btn {
    color: #fac90b;
}

.text-black-banner .creative-btn--circle .circle-outline {
    stroke: #373737;
}

.swiper-container-h .slider-pagination-area.pagination-back-text .slide-range {
    color: #858585dd;
}


/* ----vision-section---------- */
.vision-section {
    background: linear-gradient(to right, #0c2549, #082f86);
    background: radial-gradient(63.2% 77.5% at 58.2% -12.5%, #0c2549 0%, #0a3184 100%);
    color: #fff;
    padding: 20px 0;
}

.flex-div {
    display: flex;
    align-items: center;
}

.flex-div h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 20px;
}

.flex-div img {
    width: 55px;
}

.right-vis img {
    width: 146px;
}

.flex-div h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 14px;
}

.flex-div h4 p {
    display: contents;
    margin-left: 8px;
    color: #fff;
}

.flex-div h4 span {
    border: 1px solid #195fc6;
    padding: 3px 10px;
    border-radius: 2px;
    color: #fff;
}

.right-vis {
    height: 100%;
    justify-content: end;
}

/* ----------------------- */
.shape-1 {
    position: absolute;
    top: -58px;
    right: -117px;
    width: 29%;
    height: calc(100% + 420px);
    background-color: #b0d0ff;
    z-index: -1;
    border-radius: 0;
    rotate: 24deg;
}

.float-div-2 {
    position: absolute;
    text-align: center;
    /* box-shadow: -8px 8px 0 0 rgb(0 0 0 / 13%); */
    /* background: #fff; */
    /* border: 1px solid #6d6c80c9; */
    /* border-radius: 15px 15px 0 15px; */
    /* padding: 9px 24px; */
    left: 2%;
    bottom: auto;
    top: 62%;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    /* animation-name: float2; */
    float: left;

}

@keyframes float2 {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(0px);
    }
}

.float-div-2 img {
    max-width: 155px;
}

.float-div-2 p {
    margin-bottom: 0;
    margin-top: 8px;
    font-weight: 700;
}

.float-div {
    position: absolute;
    bottom: 14px;
    left: 5%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #041290;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-name: float;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: -8px 8px 0 0 rgb(0 0 0 / 16%);
    background: #fff;
    border: 1px solid #6d6c80;
    border-radius: 15px 15px 0 15px;
}

@keyframes float {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.rot-text {
    color: #21498429;
    rotate: 270deg;
    position: absolute;
    right: -205px;
    top: 195px;
    font-size: 74px;
    font-weight: 700;
}

.rating-info {
    text-align: left;
}

.rating-info h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #0b2449;
}

.rating-info h6 {
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.float-div h2 {
    font-weight: 700;
    font-size: 45px;
    color: #1770c7;
    margin-bottom: 0;
}

.banner-section .hero-subtitle {
    margin-bottom: 50px;
}

.banner-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.banner-text {
    flex: 1;
}

.subheading {
    color: #555;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-heading {
    font-size: 3rem;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
    margin-bottom: 24px;
}

.highlight-blue {
    color: #1992f5;
}

.highlight-green {
    color: #28c12e;
}

.cta-button {
    padding: 14px 24px;
    font-size: 16px;
    border: none;
    background-color: #1992f5;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s ease;
}

.cta-button:hover {
    background-color: #157cd1;
}

.banner-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-box {
    position: relative;
}

.student-img {
    width: 100%;
    max-width: 400px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.rating-box {
    position: absolute;
    bottom: -20px;
    left: 20px;
    background: #fff;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.rating-circle {
    background-color: #ffc107;
    color: #fff;
    font-weight: bold;
    padding: 10px 14px;
    border-radius: 50%;
    margin-right: 12px;
}

.rating-text {
    color: #333;
    font-size: 14px;
}



.explore-btn {
    background: #fac90b;
    background: #f8c80c;
    color: #ffffff;
    padding: 8px 18px 8px 18px;
    border-radius: 50px 50px 50px 50px;
    font-size: 16px;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    border: none;
}

.arrow-icon {
    position: relative;
    top: 0px;
    transition: transform 0.3s ease;
    vertical-align: middle;
    margin-left: 10px;
}

.arrow-icon--circle {
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}

.explore-btn:hover .arrow-icon--circle {
    stroke-dashoffset: 0;
}

.explore-btn:hover {
    background: #0b2449;
    color: #fff;
    border-radius: 50px;
}

.explore-btn:hover .arrow-icon {
    transform: translate3d(5px, 0, 0);
}

.explore-btn:hover .arrow-icon circle,
.explore-btn:hover .arrow-icon path {
    stroke: #fff;
}

.mission {
    background-color: #0e2a62;
    padding: 30px 0;
    color: #fff
}

.mission h5 {
    color: #fff;
    font-size: 17px;
}

.mission-stats {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    gap: 14px;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.partners h2 {
    text-align: center;
    margin-bottom: 40px;
}

.partner-logo {
    padding: 20px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    margin-bottom: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.partner-logo::before {
    content: '';
    position: absolute;
    top: -51px;
    right: -19px;
    width: 185px;
    height: 200px;
    background-image: url(/threatsys-academy/images/abstract.png);
}

.partner-logo img {
    width: 130px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.partner-logo img.active {
    opacity: 1;
    transform: translateY(0);
}

#partnerRow .col-md-2:nth-last-child(-n+6) .partner-logo {
    margin-bottom: 0;
}

/* ----------- */
.features-div {
    padding: 0;
    background: #f7f9fb;
    background-color: rgb(247 247 247);
}

.features-section {
    position: relative;
    padding: 50px 0;
    background-color: #111015;
    background: linear-gradient(to right, #0c2549, #073089);
    background: linear-gradient(to right, #0b3168, #1e57ab);
    color: white;
    /* margin-top: -40px; */
    z-index: 9;
    width: 100%;
    box-shadow: rgb(99 99 99 / 40%) 0px 2px 8px 0px;
}

.boxes {
    width: 100%;
}

/* .features-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: -43px;
    width: 0;
    height: 0;
    border-bottom: 40px solid #062451;
    border-left: 45px solid transparent;
    z-index: 15;
}

.features-section:after {
    content: '';
    position: absolute;
    top: 0;
    right: -37px;
    width: 0;
    height: 0;
    border-bottom: 40px solid #154487;
    border-right: 38px solid transparent;
    z-index: 15;
} */

.bg-abs {
    position: absolute;
    bottom: 0;
    width: 500px;
    left: 0;
    z-index: -1;
    opacity: 0.1;
    filter: invert(1);
}

.bg-abs2 {
    position: absolute;
    top: -145px;
    width: 500px;
    right: 0;
    z-index: -1;
    opacity: 0.1;
    filter: invert(1);
}

.boxes p {
    color: #eeeeee;
}

.feature-box {
    display: flex;
    align-items: center;
    gap: 13px;
    position: relative;
    justify-content: center;
    flex-direction: column;
}

.feature-box::before {
    content: "";
    position: absolute;
    right: -21px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.boxes .col-6:nth-child(4n) .feature-box::before {
    display: none;
}

.number {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Exo 2', sans-serif;
}

.text p {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
}

/* -----------inquiry-courses------------ */
.inquiry-courses {
    background-color: rgb(252 246 220);
    background-image: url(/threatsys-academy/images/inquiry.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* .inquiry-courses h2{
    position: relative;
    z-index: 1;
}
.inquiry-courses h2::after{
    content: '';
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 33%;
    background-image: url(/threatsys-academy/images/underline.png);
    background-repeat: no-repeat;
    left: 520px;
    top: 77px;
  z-index: -1;
    rotate: 2deg;

} */
.center-btn {
    display: flex;
    justify-content: center;

}

/* --------------courses-offered--------- */
.courses-offered {
    background-color: rgb(247 247 247);
}

.courses-offered .row {
    justify-content: center;
}

.text-align-center {
    text-align: center;
}

.course-div {
    padding: 25px;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 25px;
    cursor: pointer;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    display: block;
    z-index: 1;
    overflow: hidden;
}

.course-div:before {
    content: attr(data-name);
    position: absolute;
    font-size: 83px;
    right: 17px;
    top: 12px;
    line-height: 80px;
    font-weight: 700;
    color: #000000;
    opacity: 0.05;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-family: 'Exo 2', sans-serif;
}

.course-div::after {
    content: "";
    height: 100%;
    width: 0;
    background-color: #f8c80c;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.course-div:hover::after {
    width: 100%;
    left: 0;
    right: auto;
    transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    -o-transform-origin: right;
}

.course-div:hover h4,
.course-div:hover p {
    color: #fff;
}

.wh-icon {
    display: none;
}

.col-icon {
    display: block;
}

.course-div:hover .wh-icon {
    display: block;
}

.course-div:hover .col-icon {
    display: none;
}

.course-div:hover:before {
    opacity: 0.3;
    color: #ffffff;
}

.course-div h4 {
    font-size: 19px;
    font-weight: 600;
    color: #0e2a62;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 11px;
}

.course-div p {
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #757474;
}

.course-icon {
    display: inline-block;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.course-icon img {
    width: 72px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

/* .course-div:hover img {
    transform: rotateY(180deg);
} */

.course-div button,
.custom-prev,
.custom-next {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1e57aa;
    border-radius: 50%;
    /* box-shadow: 0 10px 20px #f8c90c5e; */
    margin-left: auto;
    min-width: 40px;
    min-height: 40px;
    transition: all 0.3s ease;
    border: none;
    border-color: #1e57aa
}

.course-div button:hover {
    box-shadow: none;
    border: 4px solid #1e57aa;
}

.bg-title {
    font-size: 67px;
    font-weight: 800;
    color: rgb(243 243 243);
    position: absolute;
    left: 55%;
    top: -13px;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 0;
    margin: 0;
    text-transform: uppercase;
}

/* -------------------advisors-section---------------- */
.advisors-section {
    background-color: #0C2549;
    color: #fff;
    z-index: 1;
}

.advisors-section:before,
.benefit-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/threatsys-academy/images/sqr-bg.png);
    background-size: contain;
    opacity: 0.3;
    z-index: -1;
}

.advisors-section h2 {
    margin-bottom: 30px;
}

.advisors-section .subtitle {
    padding-left: 220px;
    padding-right: 220px;
}

.testimonial-item {
    background: transparent;
    display: block;
    color: #fff;
    padding: 30px;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonial-item::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -2px;
    background: #fff;
    top: 0;
    opacity: 0.2;
}

.testimonial-item:first-child {
    border-left: none;
}

.testimonial-item .quote-icon {
    font-size: 40px;
    color: #ff6600;
}

.quote-icon img {
    width: 30px !important;
}

.testimonial-item p {
    margin: 15px 0;
    color: #d9d9d9;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.testimonial-author img {
    border-radius: 50%;
    width: 60px !important;
    height: 60px !important;
    margin-right: 15px;
    object-fit: cover;
}

.testimonial-author h4 {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 20px;
}

.testimonial-author span {
    font-size: 15px;
    color: #ccc;
}

/* ---------------- */
.reveal {
    overflow: hidden;
    position: relative;
}

.reveal img {
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1s ease-in-out;
}

.reveal.visible img {
    transform: scaleX(1);
}

/* -------------new--------------- */
.categories-section {
    text-align: center;
    background: linear-gradient(to right, #0f2f5d, #013098);
}

.section-heading .badge {
    background: #ebe9ff;
    color: #5f41e4;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}

.section-heading h2 {
    margin-bottom: 8px;
    color: #fff;
}

.section-heading p {
    font-size: 16px;
    color: #ffffff;
}

.category-slider {
    margin-top: 40px;
}

.category-card {
    background: linear-gradient(180deg, #fff3b9 0%, #F1F1FA 100%);
    border-radius: 50%;
    padding: 40px 20px;
    text-align: center;
    transition: 0.3s ease;
}

.category-card:hover {
    transform: scale(1.05);
}

.category-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.category-card h4 {
    font-size: 16px;
    font-weight: 600;
}

.category-card span {
    font-size: 14px;
    color: #888;
}

.custom-prev,
.custom-next {
    background: #1e57aa;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.custom-prev::after,
.custom-next::after {
    font-size: 16px;
    color: #ffffff;
}

/* ----------------service------------ */
.service-card {
    background: rgb(255, 255, 255);
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px;
    position: relative;
    margin-top: 30px;
    border-top-left-radius: 60px;
    min-height: 218px;
}

.services-slider {
    background-color: #eff1f4;
}

.services-slider .swiper-pagination {
    bottom: 15px;
    top: auto;
    left: 70px;
    position: absolute;
    width: 89%;
}

.services-slider h2 {
    z-index: 1;
    position: relative;
}

.service-card .icon {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px;
    background: linear-gradient(125deg, #0c326a 0%, #124692 32%, #206ddc 79%);
    /* background: linear-gradient(125deg, #f8c80c 3%, #124692 45%, #206ddc 97%); */
    border-radius: 7px;
}

.service-card .icon img {
    width: 40px;
    height: 40px;
    filter: invert(1);
}

.service-card h3 {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600;
}

.mySwiper2 {
    padding-bottom: 60px !important;
}

.services-slider .swiper-button-next {
    bottom: 0;
    top: auto;
    right: 0px;
}

.services-slider .swiper-button-prev {
    bottom: 0;
    top: auto;
    left: 0px;
}

.service-card .divider {
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #4e00ff, #6a4fff);
    background: linear-gradient(90deg, #f8c80c, #ffcb3c);
    margin: 8px auto 15px;
    border-radius: 2px;
}

.service-card p {
    font-size: 16px;
    color: #7a7a7a;
    line-height: 23px;
    text-align: center;
}

/* .custom-prev,
.custom-next {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
   
} */

.custom-prev::after,
.custom-next::after {
    font-size: 16px;
    color: #ffffff;
}

/* Progress Bar Styling */
.swiper-pagination-progressbar {
    background: #ffffff70;
    height: 4px;
    border-radius: 4px;
    margin-top: 15px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #296bce;
    border-radius: 4px;
}

/* -------------courses----------- */
.courses-offered h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 23px;
}

.mb-50 {
    margin-bottom: 50px;
}

.timeline {
    position: relative;
    margin-left: 4px;
    padding-left: 20px;
    border-left: 2px solid #ebbd0a;
}

.timeline-item {
    position: relative;
    margin-bottom: 14px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #ebbd0a;
    border-radius: 50%;
}

.course-label {
    display: inline-block;
    background: #eaf0fa;
    color: #0c2549;
    font-weight: 500;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 5px;
}

/* .course-title {
    font-size: 18px;
    margin: 0;
} */

.courses-offered .mb-50 {
    margin-left: 283px;
    margin-right: 283px;
}

.custom-tabs {
    position: relative;
    display: flex;
    justify-content: center;
    background: #f0f0f0;
    border-radius: 40px;
    padding: 0;
    width: fit-content;
    height: 46px;
    margin: auto;
    margin-bottom: 33px;
}

.custom-tabs .nav-link {
    border: none;
    border-radius: 40px;
    color: #000;
    font-weight: 500;
    padding: 10px 24px;
    z-index: 1;
    position: relative;
    transition: color 0.3s ease;
    font-size: 17px;
}

.top-rated-courses {
    overflow: hidden;
}

.custom-tabs .nav-link.active {
    color: #fff;
}

.tab-bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to right, #0f2f5d, #013098);
    border-radius: 40px;
    z-index: 0;
    transition: all 0.3s ease;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: linear-gradient(to right, #0f2f5d, #013098);
}

.course-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    width: 100%;
    transition: box-shadow 0.3s ease;
    border: 1px solid #eee;
    margin-bottom: 27px;
    display: block;
    min-height: 366px;
}

.course-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.course-header {
    padding: 0px 20px 10px;
    /* min-height: 185px; */
}

.course-meta {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px;
}

.course-title {
    font-weight: 600;
    font-size: 17px;
    color: #111;
    line-height: 24px;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    margin-bottom: 0;
    margin-bottom: 14px;
    min-height: 48px;
}

.c-time {
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}

.c-time img {
    width: 18px !important;
}

.c-time span {
    margin-left: 9px;
    color: #959595;
    font-size: 15px;
    font-weight: 400;
}

.course-image {
    position: relative;
    overflow: hidden;
    /* margin-left: 20px;
    border-radius: 7px 0px; */
    overflow: hidden;
    margin-bottom: 18px;
}

.course-image:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

@keyframes hoverShine {
    100% {
        left: 125%;
    }
}

.course-box:hover .course-image:before {
    -webkit-animation: hoverShine 1.2s;
    animation: hoverShine 1.2s;
}


.course-image img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    transition: transform 0.4s ease;
    /* border-radius: 6px; */
}

.badge-type {
    font-size: 14px;
    color: #fff;
    background-color: #fac90b;
    padding: 5px 11px;
    /* margin-bottom: 17px; */
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    font-weight: 600;
    top: 16px;
    z-index: 2;
    right: 16px;
}

.exprt-talk {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    color: #9f9a9a;
    background-color: #fff6da;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

/* .exprt-talk:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 75px;
    background-color: #f0f0f0;
    border-radius: 40px;
    bottom: -38px;
    left: 0;
    z-index: -1;
} */

.exprt-talk:before {
    position: absolute;
    content: '';
    /* background-color: #f0f0f0; */
    top: -17px;
    right: -1px;
    z-index: -1;
    width: 0;
    height: 0;
    border-width: 0 0 26px 26px;
    border-color: transparent transparent #fff6da transparent;
    border-style: solid;
    display: inline-block;
}

.exprt-talk:after {
    position: absolute;
    content: '';
    top: -17px;
    left: -1px;
    z-index: -1;
    width: 0;
    height: 0;
    border-width: 26px 0 0 26px;
    border-color: transparent transparent transparent #fff6da;
    border-style: solid;
    display: inline-block;
}

.course-box:hover .exprt-talk {
    color: #232323;
}

.abstract-image1 {
    position: absolute;
    width: 645px;
    left: 0;
    top: -56px;
    z-index: -1;
    opacity: 0.2;
}

.abs-shape {
    position: absolute;
    height: 450px;
    width: 450px;
    border-radius: 50%;
    background-color: #fff1bb;
    right: -73px;
    bottom: -156px;
    z-index: -1;
}

.arrow {
    position: absolute;
    top: 43%;
    left: 57%;
    transform: translate(-50%, -50%);
    transform: rotate(270deg);
    cursor: pointer;
}

.details-btn {
    position: relative;
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.details-btn p {
    font-weight: 600;
    font-size: 18px;
}

.details-btn a:hover p {
    color: #4785e0;
}

.arrow span {
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid gold;
    border-right: 3px solid gold;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-10px, -10px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(10px, 10px);
    }
}




/* ---------testimonial--------- */
.testimonial-section {
    text-align: center;
    background: rgb(255 250 232);
}

.shape-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

subtitle .shape-divider svg {
    display: block;
    width: 100%;
    height: 300px;
}

.testimonial-section h2 {
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    color: #fff;
}

.subtitle {
    position: relative;
    color: #f1f1f1;
    margin-bottom: 40px;
    z-index: 1;
    text-align: center;

}

.profile-images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.profile-images img {
    width: 60px;
    height: 60px;
    background: aqua;
    border-radius: 50%;
    object-fit: cover;
    opacity: 0.6;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
}

.profile-images img.active {
    opacity: 1;
    border-color: #6a00ff;
}

.testimonial-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 
.nav {
  background: #6a00ff;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.testimonial-content {
    background: white;
    padding: 30px;
    border-radius: 15px;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0 20px;
}

.testimonial-content h3 {
    margin: 0;
    color: #6a00ff;
}

.testimonial-content p {
    margin: 8px 0;
    color: #555;
}

/* ----------clientele-section------------ */
.clientele-section {
    background-color: #edf4ff;
    background: linear-gradient(to right, #0c2549, #07369f);
    color: #fff;
    position: relative;
    z-index: 1;
}

.clientele-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: url(/threatsys-academy/images/bg-1.png); */
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: -1;
}

.slider {
    padding-block: 12px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    mask-image: linear-gradient(to right, transparent 20% 80%, #000, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #092c6e, transparent);
}

.list {
    display: flex;
    width: calc(var(--width) * var(--imageQuantity) * 2);
    gap: 25px;
    animation: autoScroll 20s linear infinite;
}

.list:hover {
    animation-play-state: paused !important;
}

.item {
    flex-shrink: 0;
    background: #fff;
    padding: 10px;
    border-radius: 7px;
    height: auto;
    width: auto;
}

.item img {
    transition: filter 0.5s ease-in-out;
    width: 175px;
}

@keyframes autoScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--width) * var(--imageQuantity)));
    }
}

.slider[reverse="true"] .list {
    animation: reverseScroll 20s linear infinite;
}

@keyframes reverseScroll {
    0% {
        transform: translateX(calc(-1 * var(--width) * var(--imageQuantity)));
    }

    100% {
        transform: translateX(0);
    }
}

.slider:hover .item img {
    filter: grayscale(1);
}

.slider .item:hover img {
    filter: grayscale(0);
}

/* --------Foundation Section------------ */
.foundation-section {
    overflow: hidden;
    background: #fff;
}

/* .foundation-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
} */

/* .foundation-content {
  flex: 1 1 50%;
} */

.subheading {
    font-size: 16px;
    font-weight: 600;
    color: #7a5af5;
    margin-bottom: 10px;
}

.foundation-highlights {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.foundation-highlights li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.btn-foundation {
    display: inline-block;
    background: #7a5af5;
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btn-foundation:hover {
    background: #5b3fd1;
}

.foundation-images {
    display: flex;
    gap: 20px;
    position: relative;
}

.year-experience-circle img {
    width: 100%;
    max-width: 152px;
    border-radius: 50%;
    animation: infiniterotate 20s infinite linear;
}

@keyframes infiniterotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.year-experience-circle,
.year-experience-circle h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-content: center;
    text-align: center;
    color: #fff;
}

.image-box {
    position: relative;
}

.image-box img {
    width: 100%;
    border-radius: 10px;
    display: block;
    border: 1px solid #ddd;
}

.foundation-content {
    padding-right: 30px;
}

.foundation-content h2 {
    margin-bottom: 30px;
}

/* --------------why choose us------ */
.image-container {
    position: relative;
    flex: 1;
    height: 100%;
    width: 100%;
    /* overflow: hidden; */
}

.choose-us-section {
    overflow: hidden;
}

.background-logo-shd {
    position: absolute;
    right: 0;
    width: 290px;
    z-index: -1;
    opacity: 0.05;
    top: 8px;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 100px;
}

.choose-us-section h2 {
    margin-bottom: 30px;
}

.insight-badge {
    position: absolute;
    top: -23px;
    left: -23px;
    background: #0e4698;
    /* border-radius: 50%; */
    padding: 8px;
    height: 165px;
    width: 165px;
    clip-path: polygon(0% 0%,
            /* Top-left */
            100% 0%,
            /* Top-right */
            100% 70%,
            /* Right mid */
            50% 100%,
            /* Bottom center (point) */
            0% 70%
            /* Left mid */
        );
    text-align: center;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0%);
    font-weight: bold;
    font-size: 34px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    color: #f9f9f9;
    border-radius: 7px;
    padding-top: 40px;
}

.one-onSection .testimonial-card {
    min-height: 260px;
}

.insight-badge span {
    display: block;
    font-size: 15px;
    color: #e1e1e1;
    font-weight: normal;
    margin-top: 6px;
    line-height: 19px;
}

.content {
    flex: 1;
    padding: 0 40px;
}

.content h4 {
    color: green;
    margin-bottom: 10px;
}

/* .content h1 {
        font-size: 28px;
        margin: 0 0 20px 0;
    } */
.content p {
    margin-bottom: 25px;
}

.features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 40px;
    margin-bottom: 37px;
}

.features div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.features div::before {
    content: "✔";
    color: #4785e0;
    background: #4785e017;
    padding: 5px 6px;
    border-radius: 50%;
    font-size: 12px;
}

.header__nav .main-menu ul .full-menu a:before,
.header__nav .main-menu ul .full-menu a:after {
    opacity: 0 !important;
}



/* --------------vdo--------------- */
.vdo-container {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.vdo-box {
    width: 50%;
    height: 326px;
    border-radius: 10px;
    background-color: #041290;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    border: 5px solid #ffffff;
}

.vdo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-button {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.button-container {
    width: 83px;
    height: 83px;
    background-color: #eff6ff;
    border-radius: 50%;
    position: relative;
    box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.3),
        2px 3px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-shadow {
    position: absolute;
    width: 72px;
    height: 72px;
    background-color: black;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
    filter: blur(1px);
    z-index: 10;
}

.button-label {
    position: absolute;
    width: 72px;
    height: 72px;
    background: linear-gradient(to bottom, #2563eb, #3b82f6);
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
    box-shadow: inset 0px 4px 2px #60a5fa, inset 0px -4px 0px #1e3a8a,
        0px 0px 2px rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
}

.button-label:active {
    box-shadow: inset 0px 4px 2px rgba(96, 165, 250, 0.5),
        inset 0px -4px 2px rgba(37, 99, 235, 0.5), 0px 0px 2px rgba(0, 0, 0, 1);
}

.button-icon {
    width: 32px;
    fill: #dbeafe;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
    transition: width 0.1s;
}

.button-label:active .button-icon {
    width: 31px;
}

/* -------testimonials------ */
.testimonials-section {
    background: #e9f5ff;
    background: #eff2f5;
    background: linear-gradient(357deg, rgb(255 255 255) 25%, rgb(248 231 163) 100%);
    background: linear-gradient(357deg, rgb(255 255 255) 25%, rgb(208 234 255) 100%);
    overflow: hidden;
}

.view-all-btn {
    background-color: #1fc9a0;
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.view-all-btn span {
    margin-left: 10px;
}

.testimonial-swiper {
    flex: 2;
    min-width: 300px;
}

.testimonial-text .explore-btn {
    margin-top: 50px;
}

.swiper {
    width: 100%;
    padding-bottom: 20px;
}

.swiper {
    padding-bottom: 0;
}

.testimonial-card {
    background: #fff;
    border-radius: 10px;
    margin: 4px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px;
    /* box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05); */
    position: relative;
    max-width: 300px !important;
}

.mySwiper {
    padding-left: 4px;
}

.profile {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.avatar {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.quote-badge {
    background-color: #4785e0;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    /* padding: 5px 6px; */
    font-size: 13px;
    bottom: -9px;
    border: 2px solid #fff;
    left: 41px;
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comment {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stars {
    color: #ffc107;
    font-size: 20px;
    margin-bottom: 10px;
}

.name {
    font-size: 20px;
    font-weight: 600;
}

.role {
    font-size: 15px;
    color: #888;
    margin-bottom: 0;
}

.map {
    position: absolute;
    top: 0;
    right: 0;
    width: 560px;
}

.testimonials-section h2 {
    margin-bottom: 30px;
}

/* --------footer---------- */

.footer {
    background: #051937;
    color: #fff;
    color: #fff;
    float: left;
    position: relative;
    width: 100%;
    padding-top: 80px;
    z-index: 1;
}

.footer .logo img {
    width: 130px;
}

.footer::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: -1;
    opacity: 0.5;
    background: url(/threatsys-academy/images/bg2.png) center top / cover no-repeat;

}

.footer .social-icons {
    display: flex;
    justify-content: left;
    gap: 12px;
    margin-top: 30px;
}

.footer .social-icon a:hover {
    color: #fffefe;
}

.footer p {
    color: #dadada;
}

.footer .footer_widget {
    margin-bottom: 30px;
}

.footer .footer_widget_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.footer .page_list li {
    list-style: none;
    margin-bottom: 10px;
}

.footer .page_list li a {
    color: #ddd;
    text-decoration: none;
    transition: 0.3s;
    line-height: 21px;
    display: flex;
}

.footer .page_list li a:hover {
    color: #f7d20b;
}

.footer .fa-caret-right {
    margin-right: 8px;
    color: #f7d20b;
}

/* .footer .social-icons a {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: #000;
    background: #f7d20b;
    padding: 10px;
    border-radius: 50%;
    transition: 0.3s;
}

.footer .social-icons a:hover {
    background: #fff;
    color: #000;
} */

.footer-logo {
    max-width: 170px;
    margin-bottom: 40px;
}

/*-------------------------------------- */
.des {
    position: relative;
    display: inline-block;
    /* padding-bottom: 10px; */
    margin-bottom: 27px;
}

.list-unstyled li {
    padding-bottom: 10px;
}

.des::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2PX;
    bottom: -9px;
    border-radius: 10px;
    left: 0;
    background-color: #fac90b;
}

.footer a {
    color: #dcdcdc;
    text-decoration: none;
}

.footer a:hover {
    color: #f9c90c;
    /* text-decoration: underline; */
}

.footer .social-icons a {
    font-size: 1.25rem;
    margin-right: 5px;
    color: #2d2473;
    transition: 0.3s;
    box-shadow: rgb(154 179 215) 2.50435px 3.33913px 0px 0px;
    text-decoration: none !important;
}

.footer .logo-text {
    font-size: 37px;
}

.footer .social-icons a:hover {
    color: #2870db;
    background: #fff;
}

.ftr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 10px;
}

.footer .ftr a {
    color: #bdd2f0;
    text-decoration: none;
}

.xyx {
    background: radial-gradient(126.01% 85.86% at 73.68% -32.8%, rgba(90, 50, 250, 0.2) 0px, rgba(90, 50, 250, 0.18) 63.9%, rgba(90, 50, 250, 0) 100%), radial-gradient(99.02% 74.57% at 82.57% -11%, rgb(11 36 73) 0px, rgba(125, 42, 232, 0.24) 35.8%, rgba(125, 42, 232, 0) 56.82%), radial-gradient(72.51% 69.78% at 100% 3.05%, rgb(125, 42, 232) 0px, rgba(125, 42, 232, 0.3) 27.27%, rgba(125, 42, 232, 0) 100%), radial-gradient(128.25% 104.36% at 46.32% -29.85%, rgb(90, 50, 250) 2.15%, rgba(90, 50, 250, 0.78) 46.89%, rgba(90, 50, 250, 0.12) 77.87%, rgba(90, 50, 250, 0) 100%), radial-gradient(70.01% 64.44% at 0.69% 1.4%, rgb(0, 196, 204) 0px, rgba(0, 196, 204, 0.7) 35.24%, rgba(0, 196, 204, 0.3) 57.06%, rgba(0, 196, 204, 0) 89.9%), rgb(255, 255, 255);
    color: #fff;
}




/* -------------Whatsaap-------------*/
.btn-whatsapp-pulse {
    background: #25d366;
    color: white !important;
    position: fixed;
    bottom: 20px;
    text-decoration: none !important;
    right: 20px;
    font-size: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* ---------icon--------- */
.social-icon {
    display: flex;
    margin-top: 40px;
    align-items: center;
}

.social-icon a {
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fac90d;
    border-radius: 50%;
    color: #051937;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 10px;
    transition: color 0.15s ease-in,
        box-shadow 0.75s cubic-bezier(0.74, 0.01, 0.02);
}

@property --fill-color {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 0%;
}

.social-icon a:before {
    position: absolute;
    z-index: -1;
    content: "";
    inset: -3px;
    border-radius: inherit;
    background: conic-gradient(#ffffff var(--fill-color), transparent var(--fill-color));
    transition: --fill-color 0.75s ease-in-out;
}

.social-box a:hover {
    transform: scale(1.25);
}

.social-icon a:hover:before {
    color: #f8c80c;
    --fill-color: 100%;
}

.social-icon a:hover {
    text-decoration: none;
}

.modal-lg {
    max-width: 715px;
}

.inq-modal .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.inq-modal .form-check-input {
    width: 18px;
    height: 18px;
    border: 2px solid rgb(115 171 254);
    margin-top: 0px;
    flex: none;
}

.inq-modal .form-floating>.form-control {
    padding: 2px 5px;
    height: 50px;
    /* border: 1px solid #0130984d; */
    box-shadow: rgb(99 99 99 / 11%) 0px 2px 8px 0px;
    border: none;
    text-indent: 9px;
    padding-top: 12px;
}

#floatingMessage {
    padding-top: 22px;
}

.inq-modal .btn-primary {
    background: linear-gradient(to right, #0f2f5d, #013098);
    border-radius: 40px;
    width: 103px;
    padding: 8px 0;
    border: none;
    transition: all 0.5s ease;
}

.inq-modal .btn-secondary {
    background: #dbdbdb;
    border-radius: 40px;
    width: 103px;
    padding: 8px 0;
    color: #000;
    transition: all 0.5s ease;
    border: none;
}

.inq-modal .btn-primary:hover {
    background: #f8c80c;
}

.inq-modal .btn-secondary:hover {
    background: #c3daff;
    color: #000;
}

.inq-modal .form-floating>label {
    color: #013098;
    font-size: 15px;

}

.inq-modal .form-control:focus {
    box-shadow: none;
}

.modal-content {
    background-color: rgb(247 249 255);
}

.inq-modal .modal-header {
    background: linear-gradient(to right, #153768, #073291);
    color: #fff;
}

.inq-modal .btn-close {
    filter: invert(1);
}

.inq-modal .btn-close:focus {
    box-shadow: none;
}

/* -------search---- */
.search-div {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.search-div.open {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    height: 100%;
}

.search-div::before {
    position: absolute;
    background-color: transparent;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.search-content {
    background-color: #0C2549;
    width: 100%;
    min-height: 560px;
    position: relative;
    box-shadow: 0 0 6px #00000026;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.search-logo {
    position: absolute;
    top: 60px;
    left: 70px;
}

.search-logo img {
    width: 118px;
}

.search-close {
    position: absolute;
    right: 62px;
    top: 62px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    background: transparent;
    justify-content: center;
    border: 3px solid #ddd;
    border-radius: 50%;
}

.inner-search {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.inner-search .search-form {
    position: relative;
    border-bottom: 1px solid #ddd;
}

.inner-search input {
    height: 85px;
    border: 0 none;
    border-radius: 5px;
    background: transparent;
    padding: 0;
    padding-right: 55px;
    font-weight: 400;
    font-size: 24px;
    width: 100%;
    color: #fff;
}

.inner-search button {
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0 none;
    outline: none;
    color: #fff;
    background: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    transition: all 1s ease;
}

.search-close svg {
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.search-close:hover svg {
    transform: rotateY(180deg);
}

:focus-visible {
    outline: none;
}

/* ----button-common------ */
.button1 {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-color: #f8c80c;
    /* background-color: #000;
     background: linear-gradient(to right, #ffb800, #f8c80c); */
    color: #fff;
    border-radius: 10rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
    margin-top: 35px;
}

.button1__icon-wrapper {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    color: #000000;
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.button1:hover {
    background: linear-gradient(to right, #0f3771, #1d63ca);
    color: rgb(255, 255, 255);
}

.button1:hover .button1__icon-wrapper {
    color: #000000;
    background: #fff;
}

.button1__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
}

.button1:hover .button1__icon-svg:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
}

.button1:hover .button1__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}

.modal {
    z-index: 9999999;
}

.fancybox__container {
    z-index: 9999;
}








/* -----------aboutUs-page--------- */
.inner-banner {
    float: left;
    width: 100%;
    position: relative;
    height: 395px;
    background-color: #121320;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 180px;
    padding-bottom: 180px;
    position: relative;
    z-index: 1;
}

.about-banner {
    background-image: url(/threatsys-academy/images/banner/about-banner.jpg);
}

.inner-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(6 10 20 / 83%) 0%, rgb(6 10 20 / 65%) 35.42%, rgb(6 10 20 / 30%) 64.06%, rgba(6, 10, 20, 0) 85.42%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.inner-banner h2 {
    font-size: 48px;
    margin-bottom: 18px;
    color: #fff;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-weight: 600;
    width: 70%;
    line-height: 53px;
}

.inner-banner ul li {
    display: inline-block;
    margin-right: 25px;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.inner-banner li::before {
    position: absolute;
    color: #fff;
    content: "|";
    font-weight: 600;
    right: -18px;
    font-size: 14px;
    top: 2px;
}

.page-banner-content ul li a {
    color: #ddd;
}

.inner-banner li:last-child {
    margin-right: 0;
}

.page-banner-content {
    position: relative;
}

.page-banner-content ul {
    padding-left: 0;
    padding-bottom: 0;
}

.inner-banner li:last-child:before {
    display: none;
}

.sub-head {
    margin: 0 100px;
    text-align: center;
}

.subPage-hading {
    margin-bottom: 36px;
    margin-left: 88px;
    margin-right: 88px;
}

.left-img img,
.right-img img {
    width: 100%;
}

.left-img {
    height: 78%;
}

.sub-fstSection {
    margin-top: 66px;
    position: relative;
}

.img-hover {
    border-radius: 10px;
    overflow: hidden;
}

.right-img {
    margin-top: 80px;
}

.content-p p {
    margin-bottom: 15px;
}


.content-div {
    margin-left: 36px;
    margin-top: 73px;
}

.exp {
    display: flex;
    align-items: center;
    background: #0c2549;
    background: linear-gradient(to right, #0b3168, #1b53a7);
    padding: 9px 16px;
    border-radius: 8px;
    margin-top: 23px;
    height: 100;
    color: #fff;
}

.exp h3 {
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 600;
    margin-right: 14px;
    font-family: 'Exo 2', sans-serif;
}

.exp span {
    font-size: 18px;
}

.sub-fstSection img {
    height: 100%;
    object-fit: cover;
}

.about-num h3,
.job-info h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #2267cc;
    font-family: 'Exo 2', sans-serif;
}

.about-num span {
    color: #bebebe;
    font-size: 18px;
}

.about-num {
    margin-top: 45px;
}

.about-sec2 .card {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 12%);
    border: 1px solid rgb(3 3 3 / 0%);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.about-sec2 .card span {
    text-transform: uppercase;
}

.about-sec2 .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
}

.icon-div {
    width: 85px;
    height: 85px;
    background: #fac90b26;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-div img {
    width: 52px;
}

.card h4 {
    margin-top: 25px;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 13px;
    font-family: 'Exo 2', sans-serif;
}

.card span {
    color: #9b9b9b;
}

.row .col-xl-3:nth-child(even) .icon-div {
    background: #dceaff;
}

/* ---mission vision---- */
.mission-sec {
    display: flex;
    width: 100%;
}

.mission-sec .box {
    flex: 1;
    background: linear-gradient(180deg, #0c2549, #073d8c);
    color: #fff;
    padding: 60px 20px;
    border-radius: 0;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.mission-sec .box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgb(255 204 3);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}

.mission-sec .box:hover:after {
    height: 100%;
}

.mission-sec .box h2 {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}

.mission-sec .box p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 48px;
    color: #f0f0f0;
    margin-left: 40px;
    margin-right: 40px;
}

.mission-sec .box:hover p,
.mission-sec .box:hover h2 {
    color: #000;
}

.mission-sec .box:hover img {
    filter: invert(1);
}

.mission-sec .icon-msn img {
    width: 110px;
}

/* 
.mission-sec .icon {
    font-size: 60px;
    margin-top: auto;
    opacity: 0.9;
} */

/* ---------cyber-security page-------- */
.job-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

.job-info span {
    font-size: 24px;
    color: #434343;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.job-info div {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
    padding: 25px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    min-width: 384px;
}

.two-btn {
    display: flex;
    gap: 25px;
    justify-content: center;
    margin-top: 20px;
}

.bl-btn {
    background: linear-gradient(to right, #0f3771, #1d63ca);
}

.bl-btn:hover {
    background: #f8c80c;
}

.security-bg1 {
    position: absolute;
    width: 600px;
    left: -130px;
    bottom: 0;
    z-index: -1;
    opacity: 0.4;
}

.security-bg2 {
    position: absolute;
    width: 400px;
    right: 0;
    bottom: 0;
}

/* -------career-section---------- */
.career-section {
    background: rgb(240 240 240);
}

.career-section h2 {
    margin-bottom: 30px;
}

.learning-text h2 span {
    color: #2196F3;
}

.career-section .accordion-item {
    border: none;
    border-bottom: 1px solid #eee;
}

.career-section .accordion-button {
    background-color: transparent;
    box-shadow: none;
    font-weight: 600;
    font-size: 19px;
    padding: 10px 20px;
}

.career-section .accordion-button:not(.collapsed) {
    background-color: #124b9e;
    background-color: #fac90b;
    color: #ffffff;
}

.career-section .accordion-body {
    font-size: 16px;
    border: none;
    color: #444;
    line-height: 25px;
}

.career-section .accordion-item {
    border: none;
    border-bottom: none;
    background: #e7f1ff;
    background: #fac90b21;
    margin-bottom: 14px;
    border-radius: 5px;
    box-shadow: rgb(99 99 99 / 24%) 0px 2px 3px 0px;
}

.career-section .accordion-item i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: rgba(0, 0, 0, 0.25) 4px 3px 0px 0px; */
    color: black;
    flex: 0 0 30px;
    background: #fff;
    /* border-width: 1px;
    border-style: solid;
    border-color: rgb(40, 37, 104); */
    border-image: initial;
    border-radius: 50%;
    transition: 0.3s ease-out;
    margin-right: 15px;
}

.career-section .accordion-header {
    margin-bottom: 0;
}

.career-section .accordion-button:not(.collapsed)::after {
    filter: invert(1);
}

.career-girl img {
    width: 100%;
}

.career-girl {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin-top: 37px;
}

.career-girl::before {
    content: '';
    position: absolute;
    background-color: #d0dcf7;
    height: 84%;
    bottom: 0;
    width: 70%;
    border-top-right-radius: 46%;
    z-index: -1;
}

.learning-text {
    margin-top: 75px;
}

.happy-family {
    background: linear-gradient(to right, #0c2549, #07369f);
}

.happy-family p {
    font-size: 16px;
    max-width: 700px;
    margin: auto;
    margin-bottom: 40px;
    line-height: 1.6;
    color: #d0d0d0;
}

.happy-family .subPage-hading {
    color: #fff;
}

.happy-family-carousel .item {
    background: #104a9f;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.happy-family-carousel .item iframe {
    width: 100%;
    height: 280px;
    border-radius: 12px;
}

/* Custom Nav */
.happy-family-carousel .owl-nav {
    text-align: center;
    margin-top: 20px;
}

.happy-family-carousel .owl-nav button {
    background: transparent;
    border: none;
    color: #ff004f;
    font-size: 28px;
    margin: 0 15px;
    cursor: pointer;
}

.happy-family-carousel .owl-nav button:focus {
    outline: none;
}

.happy-family-carousel .owl-dots {
    display: none;
}

/* -----Training Calendar page-------- */
.batch-card {
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.filter-bar {
    background: linear-gradient(to right, #0f2f5d, #013098);
    color: #fff;
    padding: 12px;
    border-radius: 12px 12px 0 0;
}

.filter-bar select,
.filter-bar input {
    border-radius: 6px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #D3D2DF;
    border-radius: 30px;
    padding: 5px 5px;
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 8px;
    right: 6px;
    width: 20px;
}

.course-name {
    color: #fdb101;
    font-weight: 500;
}

.status-batch-full {
    background: #c0c0c0;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.status-enroll {
    background: #0cb20c;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.status-online {
    background: #e6f9ee;
    color: #0cb20c;
    font-weight: 600;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 14px;
}

.table>:not(caption)>*>* {
    padding: 18px 12px;
}

.filter-bar .form-select {
    width: 318px;
}

.course-tbl thead tr {
    background: #e3eeff;
}

.course-tbl .table>:not(:last-child)>:last-child>* {
    border-bottom-color: rgb(189 216 255);
}

/* ---------FAQ------------ */
.faq-section {
    text-align: center;
}

.faq-section .accordion-button {
    background: #f1f4ff;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: none;
    padding: 18px;
    font-size: 18px;
    /* margin-bottom: 15px; */
}

.faq-section .accordion-button:not(.collapsed) {
    background: linear-gradient(to right, #0f2f5d, #013098);
    color: #fff;
    border: 1px solid #e0e0e0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-section .accordion-body {
    background: #fff;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: left;
    line-height: 26px;
    font-size: 17px;
}

/* Plus / Minus icon */
.faq-section .accordion-button::after {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    content: "+";
    transition: transform 0.2s ease-in-out;
}

.faq-section .accordion-button:not(.collapsed)::after {
    content: "×";
    font-size: 20px;
    color: #333;
}

.faq-section .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 0;
}

.faq-section .accordion-item {
    margin-bottom: 20px;
}

.faq-section .accordion-button::after {
    background-image: none;
}

/* -------our Courses------- */
.sidebar {
    position: sticky;
    top: 85px;
    /* height: calc(100vh - 40px); */
    overflow-y: auto;
    padding-right: 22px;
    border-right: 1px solid #e4e4e4;
    background: #fff;
}

.sidebar .nav-link {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 12px;
    margin-bottom: 8px;
    border-radius: 6px;
    background: rgb(240 248 255);
    text-align: left;
}

.sidebar .nav-link:hover {
    background: rgb(255 245 204);
    color: #000;
}

/* .allcourses-section .tab-pane .row>div:nth-child(-n+3) .course-box {
    margin-top: 0 !important;
} */
.allcourses-section .tab-content {
    padding-left: 10px;

}

.course-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.course-img {
    height: 150px;
    background: #c1121f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.course-body {
    padding: 15px;
}

/* .course-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
} */

/* -----Single-Course-details--------*/
.highlight-box {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    padding: 15px 20px;
    background: #fff;
    transition: all 0.3s ease;
    border-left: 2px solid #8aafff;
}

.highlight-box:hover {
    border-color: #9abbec;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.highlight-icon {
    color: #2267cc;
    /* font-size: 22px; */
    flex-shrink: 0;
}

.highlight-text {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 20px;
}

/* --------contact-sidebar----- */
.contact-form {
    max-width: 350px;
    background: #fffbf1;
    border: 2px solid #ffc107;
    border-radius: 8px;
    padding: 17px;
    margin: 40px auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.contact-form h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    color: #013098;
}

.contact-form p {
    margin: 0 0 20px;
    font-size: 14px;
    color: #444;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 20px;
    outline: none;
}

.contact-form textarea {
    resize: none;
    height: 70px;
}

.contact-form .radio-group {
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
    font-size: 14px;
}

.form-group label {
    font-size: 15px;
    color: #000000;
    margin-bottom: 6px;
}

.contact-form .radio-group label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 5px;
}

.contact-form .radio-group input[type="radio"] {
    /* accent-color: #fac90b; */
    width: 18px;
    height: 18px;
    margin-bottom: 0;
}

.contact-form .captcha {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-direction: column;
}

.contact-form .terms {
    font-size: 13px;
    color: #444;
    line-height: 19px;
    margin-bottom: 17px;
}

.contact-form .terms a {
    color: #eeb402;
    text-decoration: none;
}

.contact-form button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    background: linear-gradient(90deg, #f8c80c, #ffc107);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form button:hover {
    opacity: 0.9;
}

.course-detail-section {
    background: #ffffff;
}

.course-detail-section .contact-form {
    position: sticky;
    top: 85px;
}

#terms-checkbox {
    width: auto;
    margin-bottom: auto;
}

.captcha-answer,
#captcha-question {
    margin-bottom: 0;
}

.contact-form span {
    color: rgb(255 0 0);
}

.radio-group input[type="radio"]:checked+label::before {
    background: #e63946;
    box-shadow: inset 0 0 0 4px #fff;
}

.subSection-h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 22px;
}

.about-crs {
    padding-right: 20px;
}

.separator {
    border: 1px dashed #e4e9f7;
    margin: 36px 0;
}

.course-information {
    display: flex;
    align-items: center;
    gap: 90px;
    /* border-bottom: 1px solid #eee; */
    padding: 23px 0;
    margin-top: 60px;
    justify-content: center;
    background: #fffbec;
    border-radius: 7px;
}

.course-information .course-item {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 17px;
    color: #555;
    position: relative;
}

.course-information .course-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -44px;
    top: 50%;
    transform: translateY(-50%);
    height: 46px;
    border-right: 1px solid #dfe0e4;
}

.course-information .teacher img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.teacher-name {
    font-weight: 500;
    color: #ffc107;
    cursor: pointer;
    margin-top: 7px;
}

.course-information .categories span {
    font-weight: 500;
    color: #000;
    margin-top: 8px;
    display: block;
}

.students span {
    margin-top: 8px;
    font-weight: 500;
    color: #000;
    display: block;
}

.course-information .stars {
    color: orange;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 8px;
}

.lesson-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
}

.lesson-item:hover {
    background: #f9f9f9;
}

.lesson-title {
    /* display: flex;
    align-items: center;
    gap: 10px; */
    font-size: 16px;
    color: #333;
}

.lesson-time {
    font-size: 13px;
    color: #666;
}

.lesson-locked {
    color: #aaa;
}

.section-header {
    font-weight: 600;
    font-size: 16px;
}

.course-curriculum-info__left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    padding-left: 0;
    margin-bottom: 0;
}

.course-curriculum-info__left li {
    color: #848484;
}

.course-detail-section .accordion-item {
    background-color: rgb(255, 255, 255);
    border: 0px;
    border-radius: 7px;
    box-shadow: rgb(99 99 99 / 10%) 0px 2px 5px 0px;
}

.course-detail-section .accordion-button {
    background: rgb(244 244 244);
    border-radius: 4px;
}

.course-detail-section .accordion-body {
    background: #fff;
    border: 0;
}

.points li {
    font-size: 17px;
    padding-bottom: 16px;
    position: relative;
    padding-left: 33px;
    line-height: 23px;
}

.points li:before {
    position: absolute;
    left: 0;
    top: -1px;
    content: "✔";
    color: #2870db;
    background: #e7efff;
    padding: 5px 6px;
    border-radius: 50%;
    font-size: 12px;
    /* box-shadow: rgb(232 229 216) 0px 2px 5px 0px; */
    line-height: 1;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    gap: 18px;
    color: #f83b0c !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    background-color: #Fff;
    padding: 5px 0;

    span {
        text-transform: capitalize;
        will-change: transform;
        transform: translateX(0);
        white-space: nowrap;
        animation: marquee 5s linear infinite;
    }
}

/* -------mega menu------- */
.main-mega-menu {
    /* border-bottom: 1px solid #D9D9D9; */
    min-height: auto;
    height: auto;
    background: #ffffff;
    width: 450px;
}

.main-mega-menu .nav-container {
    width: 100%;
    background: #ffffff;
    display: flex;
    gap: 16px;
    align-items: center;
    margin: auto;
    padding: 15px;
}

@media (min-width:992px) {
    .main-mega-menu .nav-container {
        width: 960px;
        padding: 0;
    }
}

@media (min-width:1200px) {
    .main-mega-menu .nav-container {
        width: 1200px;
    }
}

@media (min-width:1400px) {
    .main-mega-menu .nav-container {
        width: 1420px;
    }
}

.nav-container .navbar-brand img {
    width: 220px;
    height: auto;
}

.main-mega-menu .navbar-nav .megamenu-nav-item {
    padding: 24px 10px;
    line-height: normal;
}

@media (min-width:1400px) {
    .main-mega-menu .navbar-nav .megamenu-nav-item {
        padding: 24px 15px;
    }
}

.main-mega-menu .navbar-nav .megamenu-nav-item:hover .megamenu-nav-link {
    color: #EE224A;
}

.main-mega-menu .navbar-nav .megamenu-nav-item .megamenu-nav-link {
    font-size: 14px;
    color: #686868;
    font-weight: 500;
    text-decoration: none;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

@media (min-width:992px) {
    .main-mega-menu .navbar-nav .megamenu-nav-item .megamenu-nav-link {
        font-size: 12px;
    }
}

@media (min-width:1200px) {
    .main-mega-menu .navbar-nav .megamenu-nav-item .megamenu-nav-link {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .dropdown {
        padding: 0 20px;
    }
}

.mega-menu-opt-tabs .nav-pills .mega-menu-tab-link[data-toggle="pill"]::after {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    transition: fill 0.3s ease;
}


@media screen and (min-width: 992px) {
    .dropdown-menu {
        border: none;
        left: 0;
        padding: 0;
        right: 0;
        top: 80px;
        width: 100%;
        box-shadow: none;
        /* border-radius: 0px 0px 10px 10px;
        border-bottom: 1px solid #EE224A; */
        background: #ffffff00;
        display: none;
        /* box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15); */
    }
}

.trending-course-list {
    border-radius: 5px;
    background: #f3f8ff;
    padding: 20px;
}

.megamenu-nav-item {
    padding: 15px 0;
}

.dropdown {
    position: static !important;
}

.cstm-row-center {
    justify-content: center;
    border-top: 1px solid #f8c80c;
}

/* .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    display: block;
} */

.dropdown-submenu {
    position: relative;
}

.vendor-tab-pills a {
    font-size: 16px;
    color: #010101;
    line-height: normal;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 12px 8px;
}

.vendor-tab-pills a:hover {
    color: #fac915;
}

.vendor-tab-pills.nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.dropdown-submenu:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

@media screen and (max-width: 991px) {
    .main-mega-menu .navbar-container {
        justify-content: flex-start;
        position: relative;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .main-mega-menu .offcanvas-navbar {
        position: absolute;
        right: 0;
        top: -3px;
        flex-direction: unset;
    }
}

.dropdown-toggle::after {
    content: url('/threatsys-academy/images/dropdwon-icon.png');
    border: none;
    vertical-align: middle;
}

.vendor-nav-col .col-6:hover::-webkit-scrollbar {
    width: 8px;
}

.vendor-nav-col .col-6:hover::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.vendor-nav-col .col-6:hover::-webkit-scrollbar-thumb {
    background: #2f89ff;
    border-radius: 10px;
}

.vendor-nav-col .col-6:hover::-webkit-scrollbar-thumb:hover {
    background: #ffc107;
}

/* For Firefox */
.vendor-nav-col .col-6:hover {
    scrollbar-width: thin;
    scrollbar-color: #1e57ab #ffffff;
}

/*****CUSTOM CSS******/

#header_up {
    float: none;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.nav-search-form .input-container {
    display: flex;
    align-items: center;
    width: 100%;
    /* border: 1px solid #cbc9c9; */
    border-radius: 25px;
    background: transparent;
    border-radius: 100px;
    border: 1px solid #D3D2DF;
    height: 46px;
}

.input-container .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border-radius: 5px 0 0 5px;
    border: none;
    background: transparent;
    font-size: 14px;
}

.main-mega-menu #pills-tabContent {
    display: block;
    opacity: 1;
}

.input-container .icon {
    padding: 10px;
    background: #2870db;
    color: white;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 25px;
    width: auto;
    height: auto;
    margin: 3px;
}

.nav-search-form .input-container .courses-dropdown {
    padding-left: 10px;
    padding-right: 12px;
    border-right: 1px solid #d9d9d9;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
}

.mega-menu-col-heading,
.mega-menu-vendor-heading {
    color: #1e57ab;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 18px;
}

.mega-menu .row .col-3.item {
    background: #f9f9f9;
    border-radius: 0;
    padding: 12px 16px 12px 12px;
    border-bottom-left-radius: 10px;
}

.menu-sidebar {
    background: #fff6ea !important;
}

.mega-menu .row .col-9.item-two {
    background: #fff;
    padding: 0 12px 12px 12px;
    border-bottom-right-radius: 10px;
}

.mega-menu-opt-tabs .nav-pills .mega-menu-tab-link {
    border-radius: 5px;
    padding: 12px 16px !important;
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    margin-bottom: 5px;
}

.megamenu-btn {
    justify-content: center;
    display: flex;
    margin-top: 10px;
    margin-bottom: 0;
}

.megamenu-btn a {
    color: #ffffff;
    padding: 6px 18px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 12px;
    background: linear-gradient(to right, #0f2f5d, #013098);
}

.megamenu-btn a span {
    text-transform: capitalize;
}

.megamenu-btn a:hover {
    background: #f8c80c;
}

.mega-menu-opt-tabs .nav-pills .mega-menu-tab-link[data-toggle="pill"]::after {
    content: "\2192";
    border: none;
}

.mega-menu-opt-tabs .nav-pills .mega-menu-tab-link.active {
    background: #f8c80c;
    color: #ffffff;
}

.mega-menu-opt-tabs .nav-pills .mega-menu-tab-link.active::after {
    content: "\2192";
    border: none;
}

.mega-menu-opt-tabs .nav-pills .mega-menu-tab-link .course-marker {
    border-radius: 3px;
    background: linear-gradient(267deg, #1e57aa -15.61%, #0d3f88 123.55%);
    color: #ffffff;
    display: inline;
    margin: 0 5px 0 0;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
}

.mega-menu-opt-tabs .nav-pills .mega-menu-tab-link.active .course-marker {
    background: #ffffff;
    color: #686868;
}

.vendor-nav-col,
.top-trending-course-col {
    position: relative;
    overflow: hidden;
}

.vendor-nav-col .list-group {
    min-width: auto !important;
    display: block !important;
    position: static !important;
}

.vendor-nav-col .col-6 {
    height: 438px;
    min-height: 438px;
    overflow-y: hidden;
}

.vendor-nav-col .col-6:hover {
    overflow-y: scroll;
}

.top-trending-course-col .trending-course-list {
    height: 438px;
    min-height: 438px;
    overflow-y: hidden;
    overflow-y: scroll;
}

.top-trending-course-col .trending-course-list::-webkit-scrollbar {
    width: 7px;
}

.top-trending-course-col .trending-course-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* track color */
    border-radius: 10px;
}

.top-trending-course-col .trending-course-list::-webkit-scrollbar-thumb {
    background: #1e57ab;
    /* thumb color */
    border-radius: 10px;
    /* rounded corners */
}

.top-trending-course-col .trending-course-list::-webkit-scrollbar-thumb:hover {
    background: #f3c200;
    /* thumb color on hover */
}

.mega-menu-v-tabs .vendor-nav-col .list-group li,
.mega-menu-v-tabs .top-trending-course-col .list-group li {
    background: none;
}

.mega-menu-v-tabs .vendor-nav-col .list-group li a,
.mega-menu-v-tabs .top-trending-course-col .list-group li a {
    font-size: 14px;
    color: #373737;
    line-height: normal;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 8px;
}

.mega-menu-v-tabs .vendor-nav-col .list-group li a:hover {
    text-decoration: none;
    color: #f8c80c !important;
    background: #fff9e1;
    border-radius: 5px;
}

.mega-menu-v-tabs .top-trending-course-col .list-group li a:hover {
    text-decoration: none;
    color: #f8c80c !important;
    background: #ffffff;
    border-radius: 5px;
}

.career-oriented-course-item,
.domain-expertise-col {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 12px;
}

.career-oriented-course-item a,
.domain-expertise-col a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px 15px;
    border-radius: 5px;
    background: #e7f1ff;
    color: #010101;
    height: 100%;
    position: relative;
    text-align: center;
}

.career-oriented-course-item a p {
    margin-top: 0 !important;
    min-height: 60px;
    display: flex;
    align-items: center;
    color: #0c2549 !important;
    font-size: 15px !important;
    line-height: 21px !important;
}

.domain-expertise-col a:hover,
.career-oriented-course-item a:hover {
    border-radius: 5px;
    background: rgb(255 250 231);
    transition: all 0.3s;
}

.domain-expertise-col a img {
    width: 40px;
    max-width: 40px;
    height: auto;
}

.career-oriented-course-item a img {
    width: 70px;
    max-width: 70px;
    height: auto;
    display: none;
}

.career-oriented-course-item a p,
.domain-expertise-col a p {
    color: #686868;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding: 0;
    margin-top: 16px;
    text-transform: capitalize;
}

.career-oriented-course-item>a>.coc-course-duration span {
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #010101;
    text-transform: capitalize;
    padding: 0;
    margin-left: 3px;
    display: inline-block;
}

.domain-expertise-col a svg,
.domain-expertise-col a svg path {
    fill: #1e57ab;
    ;
    transition: fill 0.3s ease;
}

.domain-expertise-col a:hover svg,
.domain-expertise-col a:hover svg path {
    fill: #f8c80c;
    transition: fill 0.3s ease;
}

.domain-expertise-col a:hover p,
.career-oriented-course-item a:hover .coc-course-duration span,
.career-oriented-course-item a:hover .coc-course-duration i,
.career-oriented-course-item a:hover p {
    color: #f8c80c !important;
}

/*========== service dropdown hover =============*/

.service-dropdwon {
    list-style-type: none;
}

.service-dropdwon {
    display: inline-block;
    position: relative;
}

.drop-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 270px;
    top: 68px;
    border-radius: 0px 0px 10px 10px;
    border-bottom: 1px solid var(--Heading-Highlight, #EE224A);
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    list-style-type: none;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
}

.service-dropdwon:hover .drop-menu {
    display: block;
}

.drop-menu .drop-menu-item {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

.drop-menu .drop-menu-item:first-child {
    padding-top: 12px;
}

.drop-menu .drop-menu-item:last-child {
    padding-bottom: 12px;
}

.drop-menu .drop-menu-item a {
    color: #010101;
    font-size: 14px;
    display: block;
    padding: 12px 12px;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
    line-height: normal;
}

.service-dropdwon .drop-menu>.drop-menu-item a:hover {
    border-radius: 5px;
    background: #FFECF2;
    font-weight: 600;
    color: #EE224A;
}

/* Style the input container */
.main-mega-menu .nav-container .nav-search-form {
    width: 40%;
    max-width: 40%;
}

@media (max-width:992px) {
    .main-mega-menu .nav-container .nav-search-form {
        width: 100%;
        max-width: 100%;
    }
}

.main-mega-menu .nav-container .nav-search-form .input-container {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    background: #F0F0F0;
}

.main-mega-menu .nav-container .nav-search-form .input-container .courses-dropdown {
    padding-left: 12px;
    padding-right: 12px;
    border-right: 1px solid #d9d9d9;
    cursor: pointer;
}

/* Style the form icons */
.main-mega-menu .nav-container .nav-search-form .input-container .icon {
    padding: 10px;
    background: #F0F0F0;
    color: white;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    width: auto;
    height: auto;
    margin: auto;
}

/* Style the input fields */
.main-mega-menu .nav-container .nav-search-form .input-container .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border-radius: 5px 0 0 5px;
    border: none;
    background: #F0F0F0;
    font-size: 14px;
}

.main-mega-menu .nav-container .nav-search-form .input-container .input-field:focus {
    border: none;
    outline: none;
    border: none;
    outline: none;
}

.top-trending-course-col {
    border-radius: 5px 5px 5px 0;
    background: #f3f8ff;
    padding: 12px 0 0;
    border: 1px solid #e3eeff;
}

/*=========== mobile menu ====================*/
.nav-wrap {
    width: 0;
    margin: 0 auto 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    overflow: auto;
    height: 100vh;
    background: #ffffff;
    transition: 0.5s;
    padding: 0;
}

@media (min-width: 992px) {
    .nav-wrap {
        width: 0;
    }
}

[hidden] {
    display: none;
    visibility: hidden;
}

.acnav {
    width: 100%;
}

.acnav__list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.acnav__list--level1 {
    border: 1px solid #fcfcfc;
}

.has-children>.acnav__label::after {
    border-top: 2px solid #686868;
    border-right: 2px solid #686868;
    content: "";
    display: block;
    height: 10px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    /*margin-top: -8px;*/
    right: 20px;
    top: auto;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
}

.has-children.is-open>.acnav__label::after {
    border-bottom: 2px solid #686868;
    border-right: 2px solid #686868;
    border-top: none;
}

.acnav__labeltwo {
    display: block;
    font-size: 14px;
    padding: 1em;
    margin: 0;
    cursor: pointer;
    color: #010101;
    background: #F0F0F0;
    transition: color 0.25s ease-in, background-color 0.25s ease-in;
    border-bottom: 1px solid #D9D9D9;
    text-transform: capitalize;
}

.acnav__labeltwo a {
    color: #010101;
}

.acnav__link,
.acnav__label {
    /*display: block;*/
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 1em;
    margin: 0;
    cursor: pointer;
    color: #010101;
    background: #F0F0F0;
    transition: color 0.25s ease-in, background-color 0.25s ease-in;
    border-bottom: 1px solid #D9D9D9;
    text-transform: capitalize;
}

.acnav__link:hover,
.acnav__label:hover {
    color: #010101;
}


.acnav__link--level2,
.acnav__label--level2 {
    padding-left: 3em;
    background: #ffffff;
}


.acnav__link--level3,
.acnav__label--level3 {
    padding-left: 5em;
    background: #ffffff;
}

.acnav__link--level4,
.acnav__label--level4 {
    padding-left: 7em;
    background: #ffffff;
}

.acnav__list--level2,
.acnav__list--level3,
.acnav__list--level4 {
    display: none;
}

.is-open>.acnav__list--level2,
.is-open>.acnav__list--level3,
.is-open>.acnav__list--level4 {
    display: block;
}

.acnav__label a {
    color: #010101;
}

.acnav__label:hover a {
    color: #ffffff;
    text-decoration: none;
}

.backBtn {
    display: flex;
    justify-content: end;
    background: rgb(255 46 93 / 10%);
    padding: 10px 19px;
    font-size: 20px;
    border-bottom: 1px solid #6c6c6c9e;
    cursor: pointer;
}

/*======== humberger menu =============*/

/*===== search bar option & navbar container start /======*/
@media (min-width:992px) {

    .head_searchs {
        width: 175px;
        margin: auto;
    }
}


/*===== searchbar option & navbar container  end /========*/








/* ============ Full Page Slider ================= */
.creative-fullpage--slider {
    background-color: #ffffff;
    z-index: 2;
    width: 100%;
    position: relative;
    flex-direction: column;
    /* height: 100%; */
    font-size: 16px;
    display: flex;
    clip-path: none !important;
}

.creative-fullpage--slider .slider-inner {
    background: #000;
    height: 100%;
    position: relative;
}

.creative-fullpage--slider .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    overflow: hidden;
}

/* .creative-fullpage--slider .swiper-slide .slider-inner img 
{
	object-fit: cover;
	width: 100%;
	height: 100vh;
} */
.creative-fullpage--slider .swiper-slide .slider-inner video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    position: absolute;
    top: 20%;
    left: 63px;
    z-index: 1;
}

.creative-fullpage--slider .swiper-slide .slider-inner::after {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0;
    left: -1px;
    background-color: transparent;
    background-image: radial-gradient(at center right, #FFFFFF00 50%, #00000096 100%);
}

.swiper-slide .slider-inner .swiper-content .title-area .tag {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 16px;
    margin-top: 0px;
    border-bottom: 3px solid #faca0c;
    display: inline-block;
}

.swiper-slide .slider-inner .swiper-content .title-area .title {
    margin-top: 50px;
    color: #fff;
    font-size: 8vw;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-left: -12px;
    text-decoration: none;
}

.swiper-slide .slider-inner .swiper-content p.disc {
    font-size: 19px;
    width: 62%;
    margin-top: 15px;
    margin: 32px 0px 46px 0px;
    font-weight: 400;
    line-height: 29px;
    color: #fffffffc;
}

.creative-btn--wrap .creative-slide--btn {
    color: #ffffff;
    margin-left: 18px;
    font-size: 22px;
    transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
    font-weight: 500;
    display: inline-flex;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -webkit-user-select: none;
    -webkit-user-select: none;
    -webkit-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    outline: none;
    outline-color: transparent;
    box-shadow: none;
    will-change: transform;
    backface-visibility: hidden;
}

.creative-btn--circle .circle {
    position: absolute;
    right: calc(100% - 10px);
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    clip-path: circle(25% at 50% 50%);
    transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle .circle-fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    background-color: #fac90b;
    will-change: transform;
    transform: scale(0);
    z-index: 1;
    transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon {
    transform: translate(-100%, 0%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 2;
    transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon .icon-arrow {
    width: 20px;
    height: 20px;
    stroke: none;
    fill: #000;
}

.creative-btn--circle .circle-outline {
    fill: transparent;
    width: 10px;
    stroke: #ffffff;
}

.creative-btn--wrap .creative-slide--btn .creative-btn--label {
    margin-left: 4pt;
    transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn .creative-btn__border {
    position: absolute;
    left: 4pt;
    right: 0;
    bottom: 0;
    height: 1px;
    background: currentColor;
    transform-origin: right;
    transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
    transform: translateX(18px);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
    transform: scale(0, 1);
}

.creative-btn--wrap .creative-slide--btn:hover {
    margin-left: 38px !important;
}

.creative-btn--wrap .creative-slide--btn:hover .circle {
    clip-path: circle(50% at 50% 50%);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
    transform: scale(1, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
    transform: translate(0%, 0%);
    opacity: 1;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    bottom: 5%;
    top: unset;
    transform: scale(1);
    transition: all 0.4s;
    background-color: #FFFFFF00;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transition: all 0.4s;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next {
    right: 50px;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    left: 50px;
}

.swiper-container-h .slider-pagination-area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: unset;
    right: unset;
    bottom: 50px;
    left: 50% !important;
    transform: translateX(-50%);
    width: 500px;
    z-index: 1;
}

.swiper-container-h .slider-pagination-area .slide-range {
    font-size: 16px;
    font-weight: 500;
    margin: 0 15px;
    color: #ffffff;
    line-height: 0;
    position: absolute;
    font-size: 20px;
}

.banner-horizental {
    height: 100%;
}

.swiper-container-h {
    height: 100%;
}

.swiper-container-h .slider-pagination-area .slide-range.one {
    left: -50px;
}

.swiper-container-h .slider-pagination-area .slide-range.three {
    right: -50px;
}

.swiper-container-h .slider-pagination-area .swiper-pagination {
    bottom: 0 !important;
    width: 500px !important;
}

.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #fac90b;
}

.swiper-container-h .swiper-button-next::after {
    content: "\f061";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 600);
    background: none;
    color: #f2f2f2;
    font-size: 30px;
}

.swiper-container-h .swiper-button-prev::after {
    content: "\f060";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 600);
    background: none;
    color: #f2f2f2;
    font-size: 30px;
}

.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
    background: #FFFFFF0D;
}


/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
    /* .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
        width: 100%;
        text-align: center;
        left: 0;
    } */

    .creative-fullpage--slider .swiper-container-h .swiper-button-next,
    .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
        height: 30px;
        width: 30px;
    }

    .swiper-container-h .slider-pagination-area {
        width: 200px !important;
    }

    .swiper-container-h .swiper-button-next::after,
    .swiper-container-h .swiper-button-prev::after {
        font-size: 30px;
    }

    .creative-fullpage--slider .swiper-container-h .swiper-button-next,
    .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
        background: #ffffff3b;
    }

    .swiper-container-h .slider-pagination-area .swiper-pagination {
        bottom: 0 !important;
        width: 200px !important;
    }
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
    .swiper-slide .slider-inner .swiper-content .title-area .title {
        font-size: 64px;
    }

    .swiper-slide .slider-inner .swiper-content .title-area .tag {
        margin-bottom: 6px;
    }

    .swiper-slide .slider-inner .swiper-content p.disc {
        margin: 20px auto 20px auto;
        font-size: 16px;
        width: 95%;
    }

    .swiper-container-h .slider-pagination-area {
        display: none;
    }

    .swiper-slide .slider-inner .swiper-content p.disc br {
        display: none;
    }
}


/* -----------our team-------- */
/* .our-team-section .subPage-hading {
    margin-bottom: 10px;
} */
.our-team-section .sub-head {
    margin-bottom: 20px;
}

.team-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-top: 30px;
    padding: 23px;
}

.team-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px 6px;
}

.team-outer {
    height: 230px;
    width: 100%;
    border-radius: 10px;
}

.team-info {
    padding: 6px 0px 0px 0px;
}

.team-info h3 {
    margin: 10px 0 5px;
    font-size: 20px;
    font-weight: 700;
}

.team-info p {
    margin: 0;
    color: #444;
    font-size: 15px;
}

.team-meta {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-size: 14px;
    margin-top: 10px;
    color: #555;
}

.team-meta i {
    color: #f5b50a;
    margin-right: 5px;
}

/* Hover Effect */
.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    border: 2px solid #fac90b;
}

.hover-arrow {
    position: absolute;
    top: 0;
    right: 0;
    background: #fac90b;
    width: 70px;
    height: 70px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.hover-arrow i {
    color: #fff;
    font-size: 18px;
}

.team-card:hover .hover-arrow {
    opacity: 1;
}

.team-modal-header {
    padding-bottom: 32px;
}

.team-modal-header span {
    position: absolute;
    top: 47px;
    font-size: 14px;
    color: #b4b4b4;
}

.modal-body p {
    margin-bottom: 15px;
}

/* ---------Clientele-Page----------- */
.Clientele-box {
    border: 1px solid #ddd;
    border-radius: 7px;
    text-align: center;
    /* box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    background: #ffffff;
}

.Clientele-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    border: 2px solid #fac90b;
}

.Clientele-box img {
    width: 100%;
    object-fit: contain;
}

.our-clientele-section .row {
    justify-content: center;
}

/* ------instructor section------ */
.instructor-card .img-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: none;
}

/* .instructor-card img {
    border-radius: 12px;
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}
 */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 199, 44, 0.626);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 12px;
}

.instructor-card:hover .overlay {
    opacity: 1;
}


.social-icons li a:hover {
    background: #4785e0;
    color: white;
}

.instructor-card {
    display: flex;
    align-items: center;
    text-align: left;
    background: #fff;
    padding: 18px 15px;
    border-radius: 10px;
    box-shadow: 0 .125rem 1.25rem rgb(0 0 0 / 7%) !important;
    margin-top: 25px;
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    min-height: 178px;
}

.instructor-section .row>.col-md-4:nth-child(-n+3) .instructor-card {
    margin-top: 0;
}

.instructor-card .hover-arrow {
    opacity: 1;
    background: #0c254921;
    transition: all 0.3s ease-in-out;
}

.instructor-card:hover .hover-arrow {
    background: #fac90b;
}

.instructor-card:hover {
    box-shadow: 0 .125rem 1.25rem rgb(0 0 0 / 12%) !important;
}

.profile-pic {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f2f2f2;
    position: relative;
    z-index: 1;
    margin-right: 18px;
    flex: none;
}

.instructors-section h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.instructors-section .main-title {
    margin-bottom: 18px;
}

.instructors-section .profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 9;
    position: absolute;
    top: 0px;
}

.instructors-section .title {
    color: #2267cc;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
}

.skills-cat {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 17px;
    font-size: 14px;
    font-weight: 400;
    min-height: 52px;
    color: #aaa8a8;
}

.instructors-section .rating {
    display: flex;
    justify-content: left;
    align-items: center;
    color: #555;
    margin: 10px 0;
    font-size: 14px;
}

.rating i {
    color: #fbc02d;
    margin-right: 5px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 22sspx;
}

.social-icons a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.25) 2.50435px 3.33913px 0px 0px;
    font-size: 18px;
    color: #858585;
    border-width: 0.835px;
    border-style: solid;
    border-color: rgb(146, 146, 180);
    border-image: initial;
    background: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.5s ease;

}

.social-icons a:hover {
    background-color: #2870db;
    color: #fff;
}

/* -----------instructor-details----------- */
.instructor-header {
    background: #0C2549;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 50px 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 45px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.instructor-img-cont {
    width: 250px;
    height: 250px;
    flex: 0 0 auto;
}

.instructor-img-cont img {
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
}

.instructor-details-p {
    color: #ffffff;
    /* padding-left: 20px; */
}

.instructor-details-p .title {
    margin-bottom: 8px;
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
}

.instructor-details-p .designation {
    font-size: 16px;
    color: #c3c3c3;
    line-height: 28px;
    display: block;
    margin-bottom: 22px;
}

.instructor-details-p .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px 40px;
    margin-bottom: 32px;
    flex-wrap: wrap;
    margin-left: 20px;
}

.instructor-details-p .list-wrap>li {
    color: #EFEEFE;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    position: relative;
}

.instructor-details-p .list-wrap>li i {
    font-size: 20px;
    line-height: 1;
}

.instructor-details-p .list-wrap>li::before {
    content: "";
    position: absolute;
    left: -17px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.instructor-details-p p {
    margin-bottom: 0px;
    color: #fac90c;
    font-size: 19px;
    border: 1px solid #1c5099;
    display: inline-block;
    padding: 3px 19px;
    border-radius: 5px;
}

.list-wrap a {
    color: #fff;
}

.instructor-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: -1;
    opacity: 0.7;
}

.instructor-sidebar {
    background: #fff;
    border: 1px solid #DFDFDF;
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 30px 25px 35px;
    margin-left: 20px;
    position: sticky;
    overflow-y: auto;
    top: 84px;
}

.instructor-sidebar .title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2870db;
}

.instructor-sidebar p {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
}

.instructor-sidebar .form-grp {
    margin-bottom: 8px;
}

.instructor-sidebar .form-grp input,
.instructor-sidebar .form-grp textarea {
    border: none;
    background: #F4F3F8;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    padding: 10px 20px;
    color: #161439;
    height: 45px;
}

.instructor-sidebar .form-grp textarea {
    min-height: 112px;
    max-height: 112px;
}

.instructor-details-summary,
.instructor-details-skill {
    border-radius: 10px;
    border: 1px solid #DFDFDF;
    background: #fff;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
    padding: 35px 40px;
    margin-bottom: 30px;
}

.instructor-details-summary .title,
.instructor-details-skill .title {
    color: #2267cc;
    font-weight: 600;
    text-align: left;
    font-size: 22px;
    margin-bottom: 18px;
}

.instructor-details-summary p {
    margin-bottom: 15px;
}

.instructor-details-summary p:last-child {
    margin-bottom: 0;
}

.instructor-details-skill .features {
    grid-template-columns: 1fr 2fr;
    margin-bottom: 0;
}

.main-title {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
}

.courses-carousel .btn {
    background: #FFD600;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
}

.courses-carousel .owl-stage {
    padding-bottom: 5px;
}

/* -------------all-testimonial-section--------------- */
.all-testimonial-section .testimonial-card {
    width: 100%;
    max-width: 100% !important;
    display: flex;
    align-items: center;
    background: #fcfbf6;
    margin-bottom: 30px;
    min-height: 205px;
    background: #f5f9ff;
    border-radius: 8px;
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 251 236) 100%);
}

.all-testimonial-section .profile {
    margin-bottom: 0px;
    padding-right: 25px;
}

.all-testimonial-section .avatar {
    width: 100px;
    height: 100px;
}

.all-testimonial-section .quote-badge {
    bottom: -9px;
    left: 64px;
}

.all-testimonial-section .comment {
    margin-bottom: 0;
}

.all-testimonial-section .name span {
    margin-left: 5px;
    font-size: 15px;
    color: #a9a9a9;
    font-weight: 400;
}

/* --------career-section--------*/
.career-section .left-img {
    height: auto;
}

.career-section .right-img {
    margin-top: 0;
    height: 77%;
    position: relative;
}

.career-section .content-div {
    margin-top: 0px;
}

.career-section .exp {
    display: flex;
    align-items: center;
    background: #0c2549;
    background: linear-gradient(to right, #0b3168, #1b53a7);
    padding: 10px 16px;
    border-radius: 7px;
    margin-top: 0px;
    height: 100;
    color: #fff;
    position: absolute;
    left: 279px;
    bottom: 48px;
    min-height: 100px;
    min-width: 301px;
}

.bg-shape-career {
    background-color: #f8c80c3d;
    height: 60%;
    position: absolute;
    width: 75%;
    bottom: 41px;
    right: -13px;
    z-index: -1;
    border-radius: 10px;
}

.p-relative {
    position: relative;
    z-index: 1;
}

.video-play-button {
    /* position: absolute; */
    z-index: 10;
    transform: translateX(65%) translateY(19%);
    box-sizing: content-box;
    display: flex;
    width: 26px;
    height: 26px;
    background: #2870db;
    border-radius: 50%;
    padding: 18px 20px 18px 22px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #2870db;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #0e48a0;
    background: linear-gradient(to bottom, #1a54d2, #2f70db);
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button svg {
    display: flex;
    position: relative;
    z-index: 3;
    fill: #fff;
    /* width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent; */
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}



.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}


/* -----video---------- */
#B1 {

    background-color: #cecece;
}

#B2 {

    background-color: #cecece;
}

#B3 {

    background-color: #cecece;
}

#B4 {

    background-color: #cecece;
}

.bentoWrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 240px;
    gap: 25px;
    width: 100%;
}

.lg-bentoImg {
    grid-row: span 2;
    grid-column: span 2;
}

.bento {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #ddd;
}

.bento img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

@media screen and (max-width: 764px) {
    .bentoWrapper {
        grid-template-columns: 1fr;
        grid-template-areas: "B1" "B2" "B3" "B4";
    }
}

.vdo-section .video-play-button {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/* --------contact-us----------- */
.left-contact {
    display: flex;
    flex-direction: column;
    gap: 26px;
    font-family: Arial, sans-serif;
}

.left-contact .contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.left-contact .icon {
    width: 40px;
    height: 40px;
    background: #f0f6ff;
    color: #2870db;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    flex: none;
}

.left-contact .contact-info .label {
    margin-bottom: 2px;
    font-size: 17px;
    color: #807f7f;
}

.left-contact .contact-info .value {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #3f3f3f;
}

.left-contact .contact-info .value span {
    margin-left: 22px;
    position: relative;
}

.left-contact .contact-info .value span:before {
    content: "";
    position: absolute;
    left: -13px;
    color: #ddd;
    border-left: 1px solid #646464;
    height: 100%;
    top: 0;
}

.contactUs-section .contact-form {
    max-width: 100%;
    background: #fffbf1;
    border: 2px solid #ffc107;
    border-radius: 8px;
    padding: 17px;
    margin: 0px auto;
    margin-left: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.map-container {
    width: 100%;
    float: left;
    display: block;
    margin: 80px 0;
}

.map-container iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px;
}

.owl-nav button {
    height: 50px !important;
    color: #fff !important;
    width: 50px !important;
    background: #093daf !important;
    border-radius: 50% !important;
    font-size: 23px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.owl-nav button:hover {
    background: #fac90c !important;
}

.owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
}

/* --------job-list-------- */

.job-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 16px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(224 245 255 / 60%) 100%);
}

.job-card h3 {
    margin: 0 0 6px;
    font-size: 19px;
    color: #1a1a1a;
}

.job-card .company {
    font-size: 15px;
    color: #2267cc;
    margin-bottom: 14px;
}

.job-card .description {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 18px;
}

.description p {
    font-size: 16px;
    color: #6f6f6f;
}

.description p span {
    color: #505050;
    font-weight: 400;
}

.job-details {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.job-details i {
    margin-right: 6px;
    color: #666;
}

.job-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #555;
}

.job-footer a {
    color: #0073e6;
    text-decoration: none;
    margin-left: 5px;
}

.apply-btn {
    background: #fac90b;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
}

.apply-btn:hover {
    background: #003680;
}

.modal-header {
    background: linear-gradient(to right, #153768, #073291);
}

#applyJobModal h6 {
    color: #114acc;
    font-size: 17px;
    font-weight: 500;
}

#applyJobModal p {
    font-size: 15px;
    line-height: 21px;
}

.ul-modal {
    padding-left: 20px;
}

.ul-modal li {
    font-size: 15px;
    color: #5c5c5c;
    font-weight: 400;
    margin-bottom: 7px;
    position: relative;
    line-height: 21px;
}

.ul-modal li::before {
    content: "•";
    position: absolute;
    left: -22px;
    color: #fac90b;
    font-size: 20px;
    top: -3px;
}

.btn-primary {
    background-color: #fac90b;
    border: none;
}


#applyJobForm .form-label {
    margin-bottom: 4px;
    font-size: 15px;
    color: #000000;
}

.training-schedule-section {
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(224 245 255 / 60%) 100%);
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(238 238 239) 100%);
}

.training-schedule-section table {
    background-color: #fff;
}

.training-schedule-section table button {
    border: none;
}

.status-batch-opn {
    background: #fff2c0;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
}

.training-loc {
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #3277dd;
    text-decoration: none;
    border: 1px solid #2870db;
}

.training-schedule-section .custom-tabs {
    margin-bottom: 36px;
}

.tab-cont-wrapper {
    background-color: #fff;
    padding: 26px;
    border-radius: 10px;
}

.btn {
    color: #ffffff;
    background: #f8c80c;
}

.btn:hover {
    color: #ffffff;
    background: #2870db;
}

.training-schedule-section .list-unstyled li {
    margin-bottom: 20px;
    position: relative;
    margin-left: 30px;
}

.training-schedule-section .list-unstyled li::before {
    content: "✔";
    color: #4785e0;
    background: #4785e017;
    padding: 5px 6px;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    left: -30px;
    top: -4px;
}

/* .training-schedule-section .col-md-6 {
    justify-content: center;
    display: flex;
    flex-direction: column;
} */
.border-last {
    position: relative;
}

.border-last::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background: #e7e7e7;
    top: 0;
    right: 41px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.close-badge {
    background: #ff4646;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.training-schedule-section table tbody tr:last-child {
    border-bottom: 1px solid #fff;
}

.req-call {
    margin-top: 20px;
    background: #023096;
    padding: 20px 20px;
    border-radius: 6px;
    width: 100%;
    position: relative;
    color: #fff;
    background: linear-gradient(to right, #0f2f5d, #013098);
}

.btn-call {
    background: linear-gradient(to right, #ffa400, #fac90b);
    font-size: 15px;
    font-weight: 600;
    border: 0;
    padding: 10px 10px;
    border-radius: 4px;
    color: #fff;
}

.req-call h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
}

.bg-light-yl {
    background: rgb(255 251 241) !important;
}

.select-fld {
    position: relative;
    display: flex;
    justify-content: end;
    width: 30%;
    margin-bottom: 20px;
    text-align: left;
}

/* --------------------events--------------- */
.event-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    /* padding: 15px; */
    margin-bottom: 20px;
    background: #fff;
    display: flex;
    overflow: hidden;
    align-items: stretch;
    gap: 20px;
    min-height: 230px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
}

.event-date {
    background: #f1f2f8;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 43px;
    color: #2870db;
    width: 93px;
    margin: 25px;
    font-family: 'Exo 2', sans-serif;
}

.event-date span {
    display: block;
    font-size: 17px;
    font-weight: normal;
    margin-top: 3px;
}

.event-card small {
    font-size: .875em;
    color: #b4b4b4;
}

.event-details {
    flex: 1;
    padding: 25px 0;
}

.event-details h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.event-image {
    position: relative;
    /* border-radius: 8px; */
    overflow: hidden;
    width: 475px;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.countdown {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #fac90b;
    color: #fff;
    padding: 6px 15px;
    border-radius: 6px;
    font-size: 14px;
    display: none;
}

.time-box {
    background: #f5f5f5;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.time-box span {
    display: block;
    font-size: 28px;
    color: #333;
}

.event-card:hover .countdown {
    display: block;
}

.tict-btn {
    border: 1px solid #ffcc0d;
    background: #fffcf2;
    padding: 6px 13px;
    margin-top: 18px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #ffcb00;
    display: inline-block;
}

.tict-btn:hover {
    border: 1px solid #2870db;
    background: #ffffff;
    color: #2870db;
}

.disabled-div {
    pointer-events: none;
    opacity: 0.5;
}

.event-section .nav-link {
    display: block;
    font-size: 18px;
    padding: .5rem 1rem;
    color: #a7a7a7;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-weight: 500;
}

.event-section .nav-tabs .nav-link.active {
    color: #2267cc;
    background-color: #eef4fe;
    border-color: #dee2e6 #dee2e6 #fff;
    border: none;
}


.evt-img-wrapper {
    position: relative;
}

.evt-countdown-box {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #fac90b;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
}

.evt-info-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    background: #fff;
    height: 100%;
}

.evt-ticket-box {
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
}

.evt-ticket-box h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.evt-list li::marker {
    color: #007bff;
}

.evt-img-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 22sspx;
}

.social-icons a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.25) 2.50435px 3.33913px 0px 0px;
    font-size: 18px;
    color: #858585;
    border-width: 0.835px;
    border-style: solid;
    border-color: rgb(146, 146, 180);
    border-image: initial;
    background: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.5s ease;

}

.social-icons a:hover {
    background-color: #2870db;
    color: #fff;
}

.social-share {
    display: flex;
    align-items: center;
    gap: 10px;
}

.event-section .form-check-label {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #868686;
}

/* ------dark-theme---- */
.checkbox {
    opacity: 0;
    position: absolute;
}

.checkbox-label {
    background-color: #ffffff;
    width: 58px;
    height: 26px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dark-theme {
    position: relative;
}

/* .dark-theme:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #D3D2DF;
    left: -15px;
    top: 0;
} */

.fa-moon {
    color: #f1c40f;
}

.fa-sun {
    color: #f39c12;
}

.checkbox-label .ball {
    background-color: #0c2549;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 4px;
    top: 3px;
    border-radius: 50%;
    transition: transform 0.2s linear;
}

.checkbox:checked+.checkbox-label .ball {
    transform: translateX(29px);
}

.toc-box,
.trending-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.toc-box h5,
.trending-box h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.toc-box a,
.trending-box a {
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    color: #333;
    /* border-radius: 4px; */
    margin-bottom: 8px;
    line-height: 22px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.toc-box a:last-child,
.trending-box a:last-child {
    border-bottom: none;
}

/* .toc-box a::before, .trending-box a::before {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    transition: fill 0.3s ease;
    content: "\2192";
    border: none;
} */
.toc-box a.active {
    background: #fffaea;
    color: #fac90b;
    font-weight: 500;
    border-bottom: 0;
}

.toc-box a:hover,
.trending-box a:hover {
    background: #f9f9f9;
}

.article-meta {
    margin: 10px 0 20px;
    color: #666;
    font-size: 14px;
}

.article-meta span {
    margin-right: 20px;
}

.article-meta i {
    margin-right: 6px;
    color: #888;
}

.article-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.article-author {
    font-size: 15px;
    margin-bottom: 20px;
}

.article-author span {
    color: #2870db;
    font-weight: 600;
}

.article-img {
    width: 100%;
    border-radius: 10px;
    margin: 20px 0;
}

.interview-detls-section .col-lg-9 {
    padding-left: 25px;
}

.interview-detls-section p {
    margin-bottom: 15px;
}

.interview-detls-section p:last-child {
    margin-bottom: 0;
}

.interview-detls-section h3 {
    font-size: 25px;
    margin-bottom: 18px;
}

.interview-detls-section .sidebar-wrapper {
    position: sticky;
    top: 85px;
    /* height: calc(100vh - 40px); */
    overflow-y: auto;
}

.sidebar-box {
    background: #fffae9;
    padding: 18px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.sidebar-box button {
    line-height: 19px;
    margin-bottom: 0px;
    padding: 12px 1px;
    border-radius: inherit;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f5e08e;
    position: relative;
    border-radius: 0;
}

.sidebar-box button.active {
    background-color: #fbd646;
    border-radius: inherit;
    border-bottom: 0;
    padding: 12px 11px;
}

.sidebar-box button.active:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 11px 0 11px 13px;
    border-color: transparent transparent transparent #fbd646;
    transform: rotate(0deg);
    right: -11px;

}

.sidebar-box button:hover {
    color: #ffcc00;
    background: transparent;
}

.sidebar-box button:last-child {
    border-bottom: 0;
}

.sidebar-box button.active:hover {
    color: #fff;
    background-color: #fbd646;
}

.sidebar-box h5 {
    border-bottom: 2px solid #fbd646;
    margin-bottom: 16px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 19px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: none;
    background: transparent;
}

.practice-test-card {
    margin-top: 40px;
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.practice-test-card img {
    width: 50px;
    margin-bottom: 10px;
}

.practice-test-card h4 {
    font-weight: 600;
    font-size: 21px;
    color: #0c2549;
    margin: 18px 0;
}

.practice-test-card:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #e7e7e7;
    right: 0;
    top: 0;
}

.row .col-md-4:last-child .practice-test-card:before {
    display: none;
}

.free-test .course-box {
    min-height: auto;
}

.tst-dtl-crd {
    padding: 20px;
}

.course-box.practice-test-dtl {
    min-height: auto;
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(224 245 255 / 60%) 100%);
}

.course-box.practice-test-dtl .exprt-talk {
    background-color: #0b2449;
}

.course-box.practice-test-dtl .exprt-talk:after {
    border-color: transparent transparent transparent #0b2449;
}

.course-box.practice-test-dtl .exprt-talk:before {
    border-color: transparent transparent #0b2449 transparent;
}

.course-box.practice-test-dtl:hover .exprt-talk {
    color: #fff;
}

.tst-dtl-crd h3 {
    color: #0c2549;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.tst-dtl-crd .c-time {
    justify-content: space-between;
    color: #959595;
    font-size: 15px;
}

.btn-secondary {
    background-color: #003680;
    border: none;
}

/* ------------exam page--------- */

.wrapper-test {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(to bottom, #f6e1ab 10px, #f2f2f2 60%, #f6e1ab);
    margin: 0 auto;
    overflow: hidden;
}

.wrapper-test .step {
    width: 32px;
    height: 2px;
    display: inline-block;
    border-radius: 6px !important;
    padding: 4px;
}

.step:not(:last-child) {
    margin-right: 10px;
}

.step.active {
    background-color: #ffc533 !important;
}

.step.finish {
    background-color: #ffc533 !important;
}

.multisteps_form_panel {
    display: none;
}

.question_number {
    padding-top: 40px;
}

.wrapper-test span {
    color: #ffc533;
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 26px;
    -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}


.wrapper-test .form_items li {
    width: 100%;
    color: #000a38;
    font-size: 1.3125rem;
    padding: 0.9375rem 3rem;
    margin-top: 1.25rem;
    position: relative;
    cursor: pointer;
}

.wrapper-test .form_items li:after {
    content: "";
    width: 1.7rem;
    height: 1.7rem;
    top: 50%;
    left: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    border-radius: 100%;
    border: 2px solid #e2e2e2;
}

.wrapper-test .form_items li:before {
    content: "";
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    color: #ffc533;
    font-size: 1.2rem;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: none;
}

.wrapper-test .form_items li label {
    cursor: pointer;
}

.wrapper-test .form_items li input {
    display: none;
}

.wrapper-test .form_items li.active:before {
    display: block;
}

.wrapper-test .f_btn {
    color: #000a38;
    font-size: 15px;
    font-weight: 800;
    padding: 0.9375rem 1.5625rem;
    outline: none;
    background-color: #ffc533;
    margin-right: 0.625rem;
    margin-bottom: 2rem;
    -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.wrapper-test .f_btn:hover {
    color: #ffc533;
    background-color: #ffffff;
}

.question_title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 36px;
}

.animate_50ms {
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
}

.animate_100ms {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.animate_150ms {
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}

.animate_200ms {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.animate_250ms {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}






.result-container {
    max-width: 600px;
    margin: auto;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
}

.result-container h1 {
    color: #d32f2f;
    margin-bottom: 10px;
}

.result-container h2 {
    margin: 0 0 30px;
    font-weight: normal;
}

.stats {
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
}

.stat-box {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    width: 30%;
}

.stat-box span {
    display: block;
    font-size: 22px;
    color: #d32f2f;
    margin-bottom: 10px;
}

.download-btn {
    background: linear-gradient(to right, #ff512f, #dd2476);
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

.download-btn:hover {
    opacity: 0.9;
}

/* ---------Result Page---------- */
.result-wrapper {
    text-align: center;
    max-width: 700px;
    margin: 120px auto;
    padding: 20px;
}

.result-trophy {
    font-size: 80px;
    color: #f4c542;
}

.result-message {
    font-size: 28px;
    margin: 20px 0 10px;
}

.result-message span.red-text {
    color: #2870db;
}

.result-message span.black-text {
    font-weight: bold;
    color: #000;
}

.result-stats {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    gap: 20px;
    flex-wrap: wrap;
}

.result-stat-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    min-width: 180px;
}

.result-stat-box span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #2870db;
}

.result-btn {
    display: inline-block;
    padding: 12px 25px;
    font-size: 18px;
    background: #2870db;
    color: #fff;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.result-btn:hover {
    background: #fac915;
    color: #fff;
}

.reult-container {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(to bottom, #f6e1ab 10px, #f2f2f2 60%, #f6e1ab);
    margin: 0 auto;
    overflow: hidden;
}

/* -------------------Free cyber security ------------------ */
.expect-section {
    background: #fff;
    padding-bottom: 87px;
}

.expect-image-wrap {
    position: relative;
    /* margin-bottom: 30px; */
    margin-right: 10px;
}

.expect-image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    object-fit: cover;
}

/* .image-border {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #fac90b;
  z-index: 1;
} */
.img-container {
    position: relative;
    box-shadow: rgb(255, 211, 43) -20px 20px 0px 0px;
    overflow: hidden;
    border-radius: 8px;
    height: 440px;
}

.header-row {
    margin-bottom: 50px;
}

.header-row h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 26px;
    color: #1e2021;
    line-height: 47px;
}

.expect-subtitle {
    font-size: 16px;
    color: #333;
    /* max-width: 520px; */
}

.btn-right {
    width: 100%;
    float: right;
    margin-bottom: 20px;
    display: flex;
    justify-content: end;
}

.feature-card {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 25px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 0.3s;
    min-height: 229px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}

.feature-icon {
    width: 48px;
    height: auto;
    margin-bottom: 25px;
}

.feature-card h4 {
    font-size: 26px;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 25px;
    color: #4785e0;
}

.feature-card p {
    margin-top: 18px;
    /* line-height: 23px; */
    margin-bottom: 0;
}

.feature-card:hover {
    z-index: 1;
    border-color: #bebebe;
    background-color: #e7f1ff;
    box-shadow: 0 20px 30px 0 rgba(31, 29, 13, .1);
}

.feature-card:hover .feature-icon-wrap {
    background: #fff;
}

.feature-card.hover-effect {
    transform: perspective(900px) rotateX(var(--rotateX)) rotateY(var(--rotateY));
}

.feature-card .fs {
    margin: 8px 0;
    display: block;
}

.feature-card #timer span {
    font-size: 22px;
    color: #2f2f2f;
    font-weight: 600;
    margin: 0 3px 0 3px;
    letter-spacing: 1px;
    margin-top: 6px;
    display: inline-block;
}

.feature-card #timer {
    font-size: 16px;
    color: #7f7f7f;
}

/* ---------------------- */
.benefit-section {
    background: linear-gradient(to right, #0f2f5d, #013098);
    color: #fff;
    margin-top: 40px;
    z-index: -1;
}

.benefit-section .instructor-sidebar {
    margin-top: -117px;
    border-radius: 8px;
    border: 0;
}

.benefit-section .instructor-sidebar .form-grp {
    margin-bottom: 13px;
}

.benefit-section .instructor-sidebar .title {
    font-size: 23px;
    margin-bottom: 15px;
    color: #2870db;
    font-weight: 600;
}

.feature-icon-wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 220, 102, 0)), to(#F6DC66));
    background: linear-gradient(180deg, rgba(246, 220, 102, 0) 0%, #F6DC66 100%);
    font-size: 50px;
    color: var(--heading-color);
    margin-bottom: 25px;
    -webkit-transition: all 0.35s ease-out 0s;
    transition: all 0.35s ease-out 0s;
}

.feature-card:hover .feature-icon-wrap {
    background: #fff;
}

.feature-icon-wrap img {
    width: 48px;
    height: auto;
    margin-bottom: 0;
}

.left-box-benefit {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    min-height: 250px;
}

.left-box-benefit p {
    line-height: 24px;
}

.practice-testImg {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 220, 102, 0)), to(#F6DC66));
    background: linear-gradient(180deg, rgba(246, 220, 102, 0) 0%, #ffe88f 100%);
    font-size: 50px;
    color: var(--heading-color);
    /* margin-bottom: 25px; */
    -webkit-transition: all 0.35s ease-out 0s;
    transition: all 0.35s ease-out 0s;
}

/* Search */
.search-box {
    display: flex;
    align-items: center;
    background: #f7f7fb;
    border-radius: 6px;
    padding: 6px 10px;
    margin-bottom: 20px;
}

.search-box input {
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
    padding: 6px;
}

.search-box button {
    border: none;
    background: transparent;
    color: #2870db;
    cursor: pointer;
    font-size: 16px;
}

/* Box styling */
.categories-box,
.latest-box {
    background: #f7f7fb;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
}

.categories-box .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: transparent;
    color: #2870db;

}

.categories-box .nav-link {
    padding: 0;
    cursor: pointer;
}

.box-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #000;
}

/* Categories */
.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-list li {
    margin-bottom: 15px;
}

.categories-list li a {
    text-decoration: none;
    font-size: 16px;
    color: #333;
    transition: color 0.3s;
}

.categories-list li a i {
    color: #2870db;
    margin-right: 8px;
}

.categories-list li a:hover {
    color: #2870db;
}

/* Latest Post */
.latest-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.latest-item img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    margin-right: 12px;
    object-fit: cover;
}

.latest-content .post-date {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.latest-content .post-date i {
    color: #2870db;
    margin-right: 5px;
}

.latest-content .post-title {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height: 19px;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-section .col-xl-9 .row>div:nth-child(-n+3)>.course-box {
    margin-top: 0 !important;
}

/* ---------Pagination------- */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
}

/* Pagination Button */
.page-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 0 4px rgb(0 0 0 / 17%);
    transition: all 0.3s ease;
}

/* Hover Effect */
.page-btn:hover {
    background: #fac90b;
    color: #fff;
}

/* Active Page */
.page-btn.active {
    background: #2870db;
    color: #fff;
}

.corprt-section {
    background: #fff;
    color: inherit;
}

.corprt-section .item {
    border: 1px solid #ddd;
    box-shadow: rgb(99 99 99 / 10%) 0px 2px 8px 0px;
}

.corprt-section2 {
    background: #f6f6f5;
}

.corprt-section2 .tab-btn img {
    width: 80px;
}

.corprt-section3 .nav-tabs li {
    position: relative;
    display: inline-block;
    float: left;
    width: 33.3%;
    text-align: center;
    padding: 0;
    border-right: 1px solid #d6d6d6;
    cursor: pointer;
}

.corprt-section3 .tab-box {
    position: relative;
    overflow: hidden;
    display: block;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
}

.corprt-section3 .nav-tabs {
    border: none !important;
}

.corprt-section3 .nav-tabs .nav-link {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.corprt-section3 .nav-tabs li .icon-box {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 50px;
    line-height: 50px;
    color: #292729;
    border-bottom: 1px solid #d6d6d6;
    transition: all .5s ease;
    padding: 20px 0;
}

.corprt-section3 .nav-tabs li h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #a9a6a5;
    transition: all .5s ease;
    margin: 0;
    padding: 15px 0;
}

.corprt-section3 .nav-link {
    color: #a8a8a8;
    transition: none !important;
    border: none !important;
    margin-bottom: 0 !important;
}

.corprt-section3 .nav-tabs li:nth-child(3) {
    border-right: none !important;
}

.corporate-content-box {
    border: 1px solid #ddd;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #f9fbff;
}

.corprt-section3 .nav-link.active h4 {
    color: #fff;
}

.corprt-section3 .nav-link.active {
    background: #2870db !important;
}

.corprt-section3 .nav-link.active img {
    filter: invert(1);
}

.img-crprt {
    width: 100%;
    float: left;
    position: relative;
    height: 100%;
}

.img-crprt img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
    top: 0;
}

.right-text-container {
    width: 100%;
    float: left;
    position: relative;
    min-height: 400px;
    padding: 25px;
}

.right-text-container h3 {
    margin-bottom: 17px;
}

.corprt-section3 .features {
    display: grid;
    grid-template-columns: inherit;
    gap: 10px 40px;
    margin-bottom: 0;
    margin-top: 26px;
}

.gallery-section {
    background: #0c2549;
    color: #fff;
    position: relative;
    z-index: 1;
}

.gallery-section:before {
    content: '';
    position: absolute;
    z-index: -1;
    background: url(/threatsys-academy/images/wood-pattern.png);
    height: 100%;
    width: 100%;
    background-position: left top;
    top: 0;
    opacity: 0.04;
}

.gallery-section img {
    width: 100%;
}

.gallery-section .gallery-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.gallery-section .card {
    border-radius: 10px;
    overflow: hidden;
}

/* --------------------Hire a trainer--------- */
.side {
    flex: 1;
}

.info-box {
    background: #fff;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 40px;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
    position: relative;
    border: 1px solid #ffecaf;
}

.left .info-box::before {
    right: -30px;
}

.right .info-box::before {
    left: -30px;
}

.center h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2870db;
}

.icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #fff;
    font-weight: bold;
}

.info-box::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background: #fff8db;
}

.info-box:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff8db;

}

.info-box1:after {
    width: 157px;
    right: -161px;
    rotate: 47deg;
    bottom: -24px;
}

.info-box2:after {
    width: 157px;
    right: -161px;
    rotate: 47deg;
    bottom: -24px;
}

.info-box3::before,
.info-box4::before {
    right: -53px !important;
    width: 53px;
}

.info-box5:after {
    width: 109px;
    right: -130px;
    rotate: 147deg;
    bottom: 62px;
}

.info-box6:after {
    width: 168px;
    right: -171px;
    rotate: 315deg;
    bottom: 91px;
}



.info-box7:after {
    width: 157px;
    left: -161px;
    right: auto;
    rotate: 133deg;
    bottom: -24px;
}

.info-box8:after {
    width: 157px;
    left: -161px;
    rotate: 312deg;
    bottom: -24px;
}

.info-box9::before,
.info-box10::before {
    left: -53px !important;
    right: auto !important;
    width: 53px;
}

.info-box11:after {
    width: 109px;
    left: -130px;
    rotate: 32deg;
    bottom: 62px;
}

.info-box12:after {
    width: 168px;
    left: -171px;
    rotate: 225deg;
    bottom: 91px;
}

/* Colors for variety */
.red {
    background: #f44336;
}

.yellow {
    background: #ffc107;
}

.blue {
    background: #2196f3;
}

.green {
    background: #4caf50;
}

.dark {
    background: #0d47a1;
}

.center {
    flex: 0 0 250px;
    height: 250px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    display: flex;
    z-index: 9;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    margin: 0 40px;
}

.center p {
    margin-top: 0px;
    margin-bottom: 0;
    line-height: 22px;
    /* font-weight: 500; */
}

.tree-container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    width: 100%;
}

.outer-tree {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
}

.service-card:before {
    content: attr(data-name);
    position: absolute;
    font-size: 44px;
    left: 17px;
    top: 2px;
    line-height: 80px;
    font-weight: 700;
    color: #000000;
    opacity: 0.1;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-family: 'Exo 2', sans-serif;
}

.one-onSection .profile {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(246, 220, 102, 0) 0%, #ffe88f 100%);
}

.one-onSection {
    background: linear-gradient(357deg, rgb(246 246 246) 25%, rgb(235 235 235) 100%);
    background: #fff;
    overflow: hidden;
}

.one-onSection .profile img {
    width: 50px;
    height: auto;
    border-radius: 0;
    margin: 0;
}

.icon-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.icon-box {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 30px;
}

.icon-box img {
    width: 70px;
    /* height: 60px; */
    /* margin-bottom: 10px; */
}

.icon-box span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    color: #fffcfc;
}

.icon-box .icon-div {
    background: #e8f1ff;
    background: linear-gradient(180deg, rgb(255 255 255) 0%, #86b3f6 100%);
}

.icon-div img {
    width: 48px;
}

.choose-us-cl {
    background: #f4f4f4;
    z-index: 1;
}

.progrs-sec {
    padding: 36px 0;
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 250 229) 100%);
    background: radial-gradient(73.2% 87.5% at 70.2% -12.5%, rgb(15 53 108) 0%, rgb(10, 49, 132) 100%);
}

.h4-cr {
    font-size: 22px;
    margin-bottom: 18px;
    color: #333333;
    font-weight: 600;
    margin-right: 96px;
    line-height: 30px;
}

.cr-images img {
    width: 520px;
}

.mentorship-section {
    background-color: #f4f4f4 !important;
}

.mentorship-section .course-div h4 {
    margin-bottom: 14px !important;
}

.mentorship-section .course-div {
    min-height: 251px;
}

.cr-images {
    display: flex;
    justify-content: end;
    width: 100%;
}

@media (max-width: 768px) {
    .icon-section {
        flex-direction: column;
        gap: 30px;
        align-items: baseline;
    }
}

.glry-page {
    background: #ffffff;
    color: inherit;
}


.mentorship-section .card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 50px;
}

.mentorship-section .info-card {
    background: white;
    border-radius: 10px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    padding: 1.5rem;
    width: 310px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border-left: 4px solid #f8c80c;
}

.mentorship-section .info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.mentorship-section .icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #FFC107;
}

.mentorship-section .card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #0c2549;
    line-height: 23px;
}

.mentorship-section .card-text {
    font-size: 16px;
    color: #7c7c7c;
    line-height: 22px;
}

@media (max-width: 768px) {
    .mentorship-section .info-card {
        width: 100%;
    }
}

.mentorship-program-section {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: stretch;
}

.cstm-h2-light {
    font-size: 27px;
    font-weight: 500;
    line-height: 35px;
    /* margin: auto; */
    margin-left: 80px;
    margin-right: 80px;
}

.mentorship-program-section .feature-intro {
    background-image: url('/threatsys-academy/images/empower.jpg');
    /* Replace with your own */
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 2rem;
    border-radius: 12px;
    flex: 1 1 350px;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    z-index: 1;
    overflow: hidden;
}

.mentorship-program-section .feature-intro:before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(6 10 20 / 83%) 0%, rgb(6 10 20 / 65%) 35.42% 35.42%, rgb(6 10 20 / 55%) 64.06%, rgb(6 10 20 / 44%) 85.42%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.mentorship-program-section h2 {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 600;
}

.mentorship-program-section .feature-intro h3 {
    font-weight: normal;
    font-size: 1rem;
    opacity: 0.8;
}

.mentorship-program-section .feature-intro h1 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0.5rem 0;
    line-height: 1.3;
}

.mentorship-program-section .feature-intro h1 span {
    font-style: italic;
    font-weight: normal;
}

.mentorship-program-section .feature-intro p {
    color: #ebeaea;
    margin-bottom: 36px;
}

.mentorship-program-section .feature-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    flex: 1 1 400px;
}

.mentorship-program-section .card {
    background: #fefcf6;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
    min-height: 170px;
}

.mentorship-program-section .card:hover {
    transform: translateY(-5px);
}

.mentorship-program-section .card-icon {
    background: #fac90b26;
    color: #fdfdfd;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.card-icon img {
    width: 40px;
}

.mentorship-program-section .card-title {
    font-weight: 600;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 0;
}

.mentorship-program-section .card-text {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .mentorship-program-section {
        flex-direction: column;
    }

    .feature-intro,
    .feature-cards {
        max-width: 100%;
    }
}

/* ------------- */

.register-section .process-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    gap: 2rem;
}

.register-section .step {
    flex: 1;
    min-width: 260px;
    max-width: 300px;
    text-align: center;
    position: relative;
}

.register-section .icon-circle {
    background: linear-gradient(180deg, rgb(253 253 253) 0%, #ffe88f 100%);
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1rem auto;
    font-size: 2rem;
}

.register-section .step p {
    font-size: 17px;
    color: #343333;
    line-height: 23px;
}

/* Horizontal line between icons */
.register-section .process-steps::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #dbeaff;
    z-index: 0;
}

.register-section .step::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 0;
    background: transparent;
    z-index: 2;
}

.register-section {
    background: rgb(240 248 255);
}

@media (max-width: 768px) {
    .register-section .process-steps {
        flex-direction: column;
        gap: 3rem;
    }

    .register-section .process-steps::before {
        display: none;
    }

    .allcourses-section .tab-content {
        padding-left: 10px;
    }

    .allcourses-section .tab-content .col-md-9 {
        padding: 0;
    }

    .course-meta {
        min-height: 61px;
    }

    .course-header {
        padding: 0px 15px 10px;
    }
}

.icon-circle img {
    width: 40px;
}

.privacy-section p {
    margin-bottom: 20px;
}

.privacy-section p:last-child {
    margin-bottom: 0;
}

.privacy-section .ul-modal li {
    font-size: 16px;
    margin-bottom: 11px;
    line-height: 21px;
}

.high-imp-cr .learning-text {
    margin-top: 129px;
}



/* ----------dark-theme---------- */
/* Dark Mode Styles */
body.dark {
    background-color: #121212;
    /* Dark background */
    color: #e0e0e0;
    /* Light text */
}

body.dark .checkbox-label .ball {
    background-color: #fff;
}

body.dark .advertisement_section {
    background: linear-gradient(to right, rgb(8 28 57), rgb(5 19 50));
}

body.dark .info-boxss {
    background: #2b2b2b;
}

body.dark .case-carousel .item {
    background: radial-gradient(circle, rgb(0 0 0) 0%, rgb(0 0 0) 100%) !important;
    border: 1px solid #414141;
}

body.dark .feature-card {
    border: 1px solid #1d1d1d;
    background: #0a1d39;
}

body.dark .left-box-benefit {
    background: #1b1b1b;
}

body.dark .mentorship-section {
    background-color: #191919 !important;
}

body.dark .job-card {
    border: 1px solid #575555;
    background: radial-gradient(circle, rgb(0 0 0) 0%, rgb(0 0 0) 100%);
}

body.dark .feature-cards .card {
    background-color: #0c2448;
}

body.dark .register-section {
    background: #140f09;
}

body.dark .contactUs-section .contact-form {
    background: #081a35;
    border: 2px solid #0a0959;
}

body.dark .form-group label {
    color: #ffffff;
}

body.dark .event-card {
    border: 1px solid #282727;
    background: #041025;
}

body.dark .course-meta {
    color: #f1c40f;
}

.sidebar-box button.active {
    color: #fff !important;
}

.practice-testImg {
    background: linear-gradient(180deg, rgb(246 220 102) 0%, #ffe88f 100%);
}

body.dark .c-time img {
    filter: invert(1);
}

body.dark .list-group-item {
    color: #e2e2e2;
}

body.dark .sidebar-box {
    background: #051e44;
}

body.dark .event-date {
    background: #f9c806;
    color: #ffffff;
}

body.dark .tict-btn {
    background: #000000;
}

body.dark .evt-info-card {
    border: 1px solid #636262;
    background: #2d2d2d;
}

body.dark .social-icons a {
    background-color: #f2c30c;
    color: #fff !important;
}

body.dark .event-date span {
    color: #fff !important;
}

body.dark .course-div:hover h4,
.course-div:hover p {
    color: #fff !important;
}

body.dark .categories-box,
body.dark .latest-box {
    background: #343434;
}

body.dark .mentorship-program-section .card-icon {
    background: #fac90b;
}

body.dark .happy-family {
    background: linear-gradient(to right, #061831, #051945);
}

body.dark #applyJobForm .form-label {
    color: #ffffff;
}

body.dark .bg-shape-career {
    background-color: #f9c90c;
}

body.dark .instructor-card {
    background: #041835;
}

body.dark .instructor-card .hover-arrow {
    background: #fac90b;
}

body.dark .corporate-content-box {
    border: 1px solid #636060;
    background: #242527;
}

body.dark .corprt-section3 {
    background: #020202;
}

body.dark .trending-course-list {
    background: #000000;
}

body.dark .about-sec2 .card {
    background: #021025;
}

body.dark .icon-box img {
    filter: invert(1);
}

/* body.dark .main-mega-menu {
    background-color: #121212 !important;
} */
body.dark .main-mega-menu {
    background-color: #1c1c1c !important;
    overflow: hidden;
}

body.dark .info-box {
    background: #000000;
    border: 1px solid #454543;
}

body.dark .dp-menu {
    border: 1px solid #242223;
    background: #03102b;
}

body.dark .center {
    flex: 0 0 250px;
    height: 250px;
    background: #000000;
}

body.dark .service-card:before {
    color: #ffffff;
}

body.dark .service-card {
    background: rgb(8 8 8);
}

body.dark .exprt-talk {
    color: #5f5f5f;
    background-color: #f9c90c;
}

body.dark .exprt-talk:after {
    border-color: transparent transparent transparent #f9c90c;
}

body.dark .exprt-talk:before {
    border-color: transparent transparent #f9c90c transparent;
}

body.dark .checkbox-label {
    background-color: #4b4b4b;
}

body.dark .top-trending-course-col {
    border-radius: 5px 5px 5px 5px;
    background: #000000;
    padding: 12px 0 0;
    border: 1px solid #000000;
}

/* Headings */
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6 {
    color: #ffffff !important;
}

/* Paragraph & normal text */
body.dark p,
body.dark span,
body.dark li,
body.dark a {
    color: #cfcfcf !important;
}

/* Links hover */
body.dark a:hover {
    color: #f7d20b;
    /* Accent yellow on hover */
}

/* Navbar or Header */
body.dark header,
body.dark nav {
    background-color: #1c1c1c;
    color: #fff;
}

/* Footer */
body.dark footer {
    background-color: #1c1c14;
    color: #fff;
}

body.dark footer a {
    color: #ddd;
}

body.dark footer a:hover {
    color: #f7d20b !important;
}

/* Cards / Sections */
body.dark .card,
body.dark section,
body.dark .content-box {
    background-color: #1e1e1e;
    color: #e0e0e0 !important;
    border-color: #333;
}

/* Buttons */
body.dark .btn {
    background-color: #333;
    color: #fff;
    border: 1px solid #555;
}

body.dark .btn:hover {
    background-color: #f7d20b !important;
    color: #000;
}

/* Forms */
body.dark input,
body.dark textarea,
body.dark select {
    background-color: #1e1e1e !important;
    color: #fff !important;
    border: 1px solid #555;
}

body.dark input::placeholder,
body.dark textarea::placeholder {
    color: #aaa !important;
}

body.dark .course-div {
    background: #0c2448;
}

body.dark .inquiry-courses {
    background: #030c1b;
}

body.dark .clientele-section {
    background: linear-gradient(to right, #0b2346, #010c1c);
}

body.dark .features div {
    color: #ffffff;
}

body.dark .counter {
    color: #fff !important;
}

body.dark .foundation-section {
    background: #262628;
}

body.dark .button1,
body.dark .course-title {
    color: #ffffff !important;
}

body.dark .testimonials-section {
    background: #0f0f0f;
}

body.dark .course-box {
    background-color: #181818;
    background: inherit;
}

body.dark .search-box {
    background: #3f3f42;
}

body.dark .status-online {
    background: #0cb20c;
}

body.dark .job-info div {
    background: #031734;
    border: 1px solid #343434;
}

body.dark .career-section .accordion-body {
    color: #c1c1c1;
}

body.dark .accordion-button {
    color: #f2f2f2;
}

body.dark .blog-section {
    background: #5b5b5b00;
}

body.dark .sidebar {
    background: #1e1e1e;
}

body.dark .domain-expertise-col a,
body.dark .career-oriented-course-item a {
    background: rgb(0 0 0);
}

body.dark .select2-container--default .select2-selection--single {
    background-color: #000000;
}

body.dark .course-information {
    background: #080808;
}

body.dark .lesson-title {
    color: #ffffff;
}

body.dark .contact-form {
    background: #404040;
    border: 2px solid #a7a7a7;
}

body.dark .highlight-box {
    background: #f9c90c;
}

body.dark table td {
    color: #cfcdca;
}

body.dark .status-batch-full {
    color: #252424 !important;
}

body.dark .faq-section .accordion-button::after {
    background-color: #141313;
}

body.dark .tab-cont-wrapper {
    background-color: #000000;
}

body.dark .training-schedule-section table {
    background-color: #040404;
}

body.dark .faq-section .accordion-button {
    background: #56575b;
}

body.dark .bg-light-yl {
    background: rgb(249 201 12) !important;
}

body.dark .course-detail-section .accordion-button {
    background: rgb(61 61 61);
}

body.dark .training-schedule-section {
    background: #2b2b2b;
}

body.dark .header {
    border-bottom: 1px solid #dddddd2e;
}

body.dark .course-div:before {
    color: #a9a9a9;
    opacity: 0.1;
}

body.dark .menu-sidebar {
    background: #000000 !important;
}

body.dark .mega-menu .row .col-9.item-two {
    background: #272626;
}

body.dark .testimonial-card {
    background: #0c2448;
}

body.dark .top-trending-course-col .trending-course-list {
    background: #1f1f1f;
}

body.dark .marquee {
    background-color: #2870db;
}

body.dark .top-nav {
    background: #282828;
}

body.dark .light-img {
    display: none;
}

body.dark .dark-img {
    display: block;
}

body.dark .bg-title {
    opacity: 0.2;
}

body.dark .accordion-item {
    background-color: #030303;
}

body.dark .faq-section .accordion-body {
    background: #393838;
    border: 1px solid #646464;
}

body.dark .mission-sec .box p {
    color: #ffffff !important;
}

body.dark .social-icon a {
    color: #ffffff !important;
}

body.dark .social-icon a:hover {
    color: #000000 !important;
}

body.dark .choose-us-cl {
    background: #0b1010;
}

body.dark .background-logo-shd {
    opacity: 0.2;
    filter: contrast(0.5);
}

body.dark .faq-section .accordion-button:not(.collapsed) {
    border: 1px solid #656565;
}

body.dark .team-card {
    background: #041835;
    border: 1px solid #0d2d5b;
}

body.dark .modal-content {
    background-color: rgb(43 43 43);
}

body.dark .menu-icon .icon-ham i {
    background: #fac90b;
}

body.dark .modal-header {
    border-bottom: 1px solid #2a2a2b;
}

body.dark .instructor-details-summary,
body.dark .instructor-details-skill {
    border: 1px solid #313131;
    background: #000000;
}

body.dark .instructor-sidebar {
    background: #343434;
    border: 1px solid #414141;
}

body.dark .blog-section {
    background: #e6e6e600 !important;
}

/* ----------Hamburger Menu----------------*/
.hamenu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #1a1a1a;
    padding: 120px 30px 30px;
    overflow: hidden;
    z-index: 9999;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    background: linear-gradient(to right, #0c2549, #063190);
}

.cursor-pointer {
    cursor: pointer;
}

.hamenu.open {
    left: 0;
}

.hamenu.open .menu-links .main-menu>li .link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.hamenu.open .cont-info:after {
    height: 200vh;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.hamenu.open .cont-info .search-form,
.hamenu.open .cont-info .social-text,
.hamenu.open .cont-info .item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.hamenu.open .menu-text:after {
    height: 200vh;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.hamenu .menu-links {
    color: #fff;
    margin-top: 30px;
    height: 500px;
    overflow: auto;
}

.hamenu .menu-links::-webkit-scrollbar {
    width: 5px;
}

.hamenu .menu-links::-webkit-scrollbar-track {
    background: transparent;
}

.hamenu .menu-links::-webkit-scrollbar-thumb {
    background: #f6c70c;
    border-radius: 10px;
}

.hamenu .menu-links .main-menu {
    position: relative;
    z-index: 2;
}

.hamenu .menu-links .main-menu>li {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.hamenu .menu-links .main-menu>li .link {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    padding: 10px 30px;
    width: 100%;
    position: relative;
    display: block;
    ;
    -webkit-transform: translateY(65px);
    -ms-transform: translateY(65px);
    transform: translateY(65px);
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.hamenu .menu-links .main-menu>li .link i {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hamenu .menu-links .main-menu>li .link i:before {
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 8px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
}

.hamenu .menu-links .main-menu>li .link i:after {
    content: '';
    width: 16px;
    height: 1px;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
}

.hamenu .menu-links .main-menu>li .link.dopen i:before {
    opacity: 0;
}

.hamenu .menu-links .main-menu>li .link .fill-text {
    position: relative;
    color: rgba(255, 255, 255, 0.4);
}

.hamenu .menu-links .main-menu>li .link .fill-text:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
    -o-transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
    transition: width 0.75s cubic-bezier(0.63, 0.03, 0.21, 1);
}

.hamenu .menu-links .main-menu>li.hoverd .link .fill-text:after {
    width: 0;
}

.hamenu .menu-links .main-menu .sub-menu {
    display: none;
    padding: 20px 0;
}

.hamenu .menu-links .main-menu .sub-menu li {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 22px;
    font-weight: 400;
}

.hamenu .menu-links .main-menu .sub-menu li a {
    padding: 12px 10px;
    opacity: .6;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.hamenu .menu-links .main-menu .sub-menu li a:hover {
    opacity: 1;
}

.hamenu .menu-text {
    position: relative;
    height: 100%;
}

.hamenu .menu-text .text {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.hamenu .menu-text .text h2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 10vw;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    opacity: .02;
}

.hamenu .menu-text:after {
    content: '';
    width: 1px;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    right: -30px;
    bottom: -75vh;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.hamenu .cont-info {
    margin-top: 50px;
    position: relative;
}

.hamenu .cont-info:after {
    content: '';
    width: 1px;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: -30px;
    top: -75vh;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.hamenu .cont-info .contact-item {
    margin-bottom: 50px;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    color: #fff;
}

.contact-item h5 {
    color: #fff;
}

.contact-item p {
    color: #d3d0d0;
}

.hamenu .cont-info .search-form {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.hamenu .cont-info .search-form .form-group {
    position: relative;
}

.hamenu .cont-info .search-form .form-group input {
    color: #fff;
    padding: 10px 55px 10px 15px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgb(255 255 255 / 34%);
    border-radius: 5px;
    width: 100%;
}


.hamenu.open .cont-info .search-form,
.hamenu.open .cont-info .social-text,
.hamenu.open .cont-info .contact-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.hamenu .cont-info .social-text {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.hamenu .form-group input {
    color: #1d1d1d;
    padding: 10px 55px 10px 15px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 100%;
}

.hamenu .cont-info .search-form .form-group button {
    position: absolute;
    top: -1px;
    right: 0;
    padding: 12px 15px;
    background: #144ac3;
    border: 0;
    border-radius: 0px 5px 5px 0px;
}

.menu-icon {
    display: none;
}

.menu-icon .icon-ham {
    display: table-cell;
    position: relative;
}

.menu-icon .icon-ham i {
    display: block;
    width: 24px;
    height: 3px;
    background: #0c2549;
    margin: 5px 0;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.menu-icon:hover .icon-ham i:nth-child(1) {
    transform: translateX(4px);
}

.menu-icon:hover .icon-ham i:nth-child(2) {
    transform: scaleX(1.2);
}

.menu-icon:hover .icon-ham i:nth-child(3) {
    transform: translateX(-4px);
}

.modal-form {
    position: relative;
}

.close-btn {
    position: absolute;
    transition: transform .25s, opacity .25s;
    opacity: .7;
    color: #fff;
    cursor: pointer;
    font-size: 3em;
    font-family: serif;
    line-height: 1;
    left: -21px;
}

.close-btn:before {
    content: "\d7";
}

.close-btn:hover {
    opacity: 1;
    transform: rotate(90deg);
}

.logo-close {
    display: flex;
    justify-content: space-between;
    margin: 0px 19px;
    margin-top: -70px;
}

.logo-close img {
    width: 170px;
}

.ham-sub-menu {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.ham-sub-menu ul {
    display: block;
    padding-left: 28px;
    color: #ffff;
    margin-bottom: 7px;
}

.ham-sub-menu.open {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.ham-sub-menu li {
    padding: 9px 0 !important;
    margin: 0;
    line-height: 1;
    /* font-size: 22px; */
    font-weight: 400;
    color: #fff;
}

.main-menu .ham-sub-menu li a {
    color: #e1e1e1;
    font-size: 20px;
    font-weight: 400;
}

/* ---------------------Hamburger Menu--end------------------ */

/* ----------------------------------------------- */




.self-pc {
    background-color: #fff;
}

.self-pc h2 {
    margin-bottom: 50px;
}

.self-pc .course-div h4 {
    -webkit-line-clamp: 4;
    margin-top: 4px;
    line-height: 24px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 0;
}

.self-pc .course-div:before {
    opacity: 0;
}

.self-pc .course-div {
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 9%);
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(224 245 255 / 60%) 100%);
}

.self-pc .course-div:hover h4 {
    color: #fff;
}

.sub-content {
    margin-top: 20px;
}

.sub-content p {
    margin-bottom: 15px;
}

.sub-content p:last-child {
    margin-bottom: 0;
}

.sub-content h3 {
    margin-bottom: 18px;
}

.why-us-section .card-title {
    font-weight: 400;
}

/* ----------case study------ */
.advertisement_section {
    background: linear-gradient(to right, rgb(12, 37, 73), rgb(7, 54, 159));
    float: left;
    width: 100%;
    position: relative;
}

.decoration_wrap {
    z-index: 1;
    position: relative;
}

.advertisement_section .images_group .image_wrap {
    overflow: hidden;
    border-radius: 8px;
}

.image_wrap img {
    height: auto;
    max-width: 100%;
}

.advertisement_section .images_group .image_wrap:not(:last-child) {
    margin-bottom: 30px;
}

.advertisement_section .images_group .col:nth-child(2) {
    margin-top: -45px;
}

.advertisement_section .images_group .col:nth-child(1) {
    margin-bottom: -45px;
}

/* .advertisement_section .section_heading{
        padding-right: 70px;
} */
.advertisement_section .col {
    flex: unset;
    padding: 15px;
}

.advertisement_section .col-lg-6 {
    width: 50%;
}

.case-study.happy-family {
    background: #ededed;
}

.case-study.happy-family .subPage-hading {
    color: #212529;
}

.case-study.happy-family p {
    color: #525252;
}


/* -------- */
.case-study-container {
    text-align: center;
    padding: 25px;
}

.case-study-container h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #1e1e1e;
}

.info-section {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.info-boxss {
    background: #fff;
    flex: 1;
    min-width: 300px;
    text-align: center;
    padding: 0 20px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid #0c4193;
    position: relative;
}

/* Arrow below header */
.info-boxss::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #0c4193;
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
}

.info-header {
    background: #0c4193;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 12px;
    border-radius: 6px 6px 0 0;
}

.info-boxss p {
    margin-top: 40px;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

.case-carousel .item {
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 251 236) 100%) !important;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

/* ------------- */

.footer .accordion-wrapper {
    max-width: 600px;
    margin: 30px auto;
    border-radius: 6px;
    overflow: hidden;
    display: none;
}

.footer .accordion-item {
    border: 0;
    border-bottom: 1px solid #0e2a4b;
}

.footer .accordion-header {
    background-color: #03152d;
    color: #ffffff;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
}

.footer .accordion-header::after {
    content: "▶";
    position: absolute;
    font-size: 14px;
    right: 20px;
    transition: transform 0.3s ease;
    color: #f1c40f;
}

.footer .accordion-item.active .accordion-header::after {
    transform: rotate(90deg);
}

.footer .accordion-content {
    background-color: #03152d;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.footer .accordion-item.active .accordion-content {
    max-height: 1000px;
    /* Large enough for full content */
}

.footer .accordion-content ul {
    list-style: none;
    margin: 0;
    padding: 15px 20px;
}

.footer .accordion-content ul li {
    padding: 6px 0;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
}

/* .footer .accordion-content ul li::before {
    content: "▶";
    color: #f1c40f;
    margin-right: 10px;
    font-size: 12px;
} */

.for-res {
    display: none !important;
}

/*>>>>>>>>>>>>>>>> course details sec end <<<<<<<<<<<<<*/
.course-details-nav {
    border-bottom: 1px solid var(--grey);
    background: var(--white);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 0;

    float: left;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.course-details-nav ul.course-details-navlist {
    /* display: flex;
    flex-direction: row;
    gap: 48px;
    overflow-x: auto;
    white-space: nowrap;
     */
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    gap: 48px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.course-details-nav ul.course-details-navlist {
    overflow-x: auto;
    /* enable horizontal scroll */
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: #2267cc transparent;
    /* Firefox */
}

/* Chrome, Edge, Safari */
.course-details-nav ul.course-details-navlist::-webkit-scrollbar {
    height: 6px;
    /* horizontal scrollbar height */
}

.course-details-nav ul.course-details-navlist::-webkit-scrollbar-thumb {
    background: #2267cc;
    border-radius: 4px;
}

.course-details-nav ul.course-details-navlist::-webkit-scrollbar-track {
    background: transparent;
    /* keep background clean */
}


.course-details-nav ul.course-details-navlist li a {
    color: var(--dark-grey);
    text-align: center;
    font-family: var(--nunito);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 16px 11px;
    text-transform: uppercase;
    display: block;
}

.course-details-nav ul.course-details-navlist li a.active {
    background: #f9c90e;
}

.course-details-nav ul.course-details-navlist li a:hover {
    color: var(--danger);
}

.d-block-res {
    display: none;
}

.d-none-res {
    display: block;
}

/* ----------login page---------- */
.login-body {
    background: #123f84;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.login-body:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/threatsys-academy/images/Login-BG-01.jpg);
    background-size: cover;
    opacity: 0.4;
    z-index: -1;
}

.left-login {
    padding: 30px;
    min-height: 430px;
    height: 100%;
    color: #fff;
    background: #346cb9;
    z-index: 1;
    position: relative;
}

.left-login p {
    color: #fff !important;
}

.left-login h2 {
    margin-bottom: 30px;
    margin-top: 45px;
    color: #fff;
}

.left-login h2 span {
    font-weight: 500;
}

.right-login {
    padding: 30px;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.ol-login-wrapper .light-img {
    width: 180px;
}

.ol-login-wrapper {
    width: 100%;
    max-width: 900px;
    background: #fff;
    /* border-radius: 10px; */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;

}

.left-login::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/threatsys-academy/images/LoginBG-02.jpg);
    background-size: cover;
    opacity: 0.4;
    z-index: -1;
}

.ol-login-wrapper p {
    color: #9b9a9a;
}

.ol-title {
    text-align: center;
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 26px;
    color: #323232;
    /* margin-top: 25px; */
}

.ol-role-selector {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    /* margin-top: 20px; */
    border-radius: 5px;
    overflow: hidden;
}

.ol-role-btn {
    flex: 1;
    margin: 0 0px;
    padding: 12px 10px;
    text-align: center;
    border-radius: 0px;
    cursor: pointer;
    background: #f1f1f1;
    transition: all 0.4s ease;
    font-size: 14px;
    font-weight: 500;
}

.ol-role-btn.active {
    background: linear-gradient(to right, #0f2f5d, #013098);
    color: #fff;
    font-weight: 600;
    /* transform: scale(1.05); */
}

.ol-form {
    display: none;
    flex-direction: column;
    animation: fadeSlide 0.4s ease;
}

.ol-form.active {
    display: flex;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ol-input {
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #ededed;
    border-radius: 6px;
    outline: none;
    transition: 0.2s;
    background: #eef4ff;
    width: 100%;
}

.psw-icon {
    position: relative;
}

.psw-icon svg {
    position: absolute;
    right: 10px;
    top: 36%;
}

.ol-input:focus {
    border-color: #4e54c8;
    box-shadow: 0 0 5px rgba(78, 84, 200, 0.5);
}

.ol-btn {
    margin-top: 15px;
    padding: 12px;
    border: none;
    border-radius: 7px;
    background: linear-gradient(to right, #0f2f5d, #013098);
    ;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.ol-btn:hover {
    background: #f9c90c;
}

.ol-links {
    text-align: center;
    margin-top: 25px;
    font-size: 13px;
}

.ol-links a {
    color: #2267cc !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    margin: 0 6px;
    transition: color 0.3s ease;
    cursor: pointer;
}

.ol-links a:hover {
    color: #f9c90c !important;
}


@media (max-width: 1920px) {
    .hero-image img {
        width: 454px;
        bottom: -79px;
    }
}

@media (max-width: 1600px) {

    .hero-image img {
        width: 400px;
        bottom: -31px;
    }
}

@media screen and (max-width: 1499.98px) {
    .step_progress .step {
        width: 12rem;
    }

    .step_progress .step:not(:last-child) {
        margin-right: 2.8rem;
    }
}

@media (max-width: 1399px) {
    .step_progress .step {
        width: 12rem;
    }

    .step_progress .step:not(:last-child) {
        margin-right: 2.8rem;
    }

    .wrapper-test .form_items li {
        font-size: 1.2rem;
        padding: 0.8375rem 3rem;
    }

    .wrapper-test .f_btn {
        font-size: 1.18rem;
        font-weight: 700;
        padding: 0.7375rem 1.3625rem;
    }

    .highlight-box {
        min-height: 70px;
        padding: 13px 15px;
    }

    .header__logo img {
        width: 155px;
    }

    .main-mega-menu {
        width: 380px;
    }

    .main-menu ul li a {
        font-size: 16px;
        margin-right: 16px;
    }

    .dark-theme:before {
        left: -8px;
    }

    .vision-section .row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 7px;
    }

    .flex-div h4 {
        display: flex;
        gap: 6px;

    }

    .right-vis {
        justify-content: center;
    }

    h2 {
        font-size: 36px;
    }

    .testimonial-card {
        margin: 0px;
    }

    .content {
        padding: 0 15px;
    }

    .courses-offered .mb-50 {
        margin-left: 200px;
        margin-right: 200px;
    }

    .inner-banner h2 {
        font-size: 42px;
        margin-bottom: 14px;
    }

    .subPage-hading {
        margin-bottom: 25px;
        margin-left: 0;
        margin-right: 0;
    }

    .sub-fstSection {
        margin-top: 36px;
    }

    .bg-title {
        font-size: 54px;
        left: 52%;
        top: -2px;
    }

    .content-div {
        margin-left: 16px;
    }

    .course-details-nav ul.course-details-navlist {
        gap: 20px;
    }

    .left-box-benefit {
        min-height: 100%;
    }
}
@media (max-height: 1279px) {
.banner {
    height: calc(100vh - 137px);
}
}

@media (max-width: 1230px) {
    .d-block-res {
        display: block;
    }

    .d-none-res {
        display: none;
    }

    .inner-banner {
        height: 375px;
    }

    .menu-icon {
        display: block;
    }

    .main-menu ul {
        display: none;
    }

    .header__nav {
        display: flex;
        gap: 30px;
        padding: 23px 0;
    }

    .main-mega-menu {
        display: none;
    }

    .dark-theme:before {
        display: none;
    }

    .ham-sub-menu.open ul {
        display: block;
    }

    .banner {
        height: calc(100vh - 221px);
    }

    .hero-title {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .swiper-container-h .slider-pagination-area {
        display: none;
    }

    .swiper-slide .slider-inner .swiper-content p.disc {
        width: 62%;
        margin: 20px 0px 22px 0px;
    }

    .nav-top {
        flex-direction: column;
        gap: 14px;
    }

    h2 {
        font-size: 35px;
    }

    .footer .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .footer .footer_widget {
        margin-bottom: 50px;
    }

    /* .footer .row{
            gap: 16px;
    } */
    .social-icon {
        margin-top: 22px;
    }

    .arrow {
        left: 60%;
    }

    .bg-title {
        left: 58%;
    }

    .header-right {
        gap: 20px;
    }

    .nav-dark {
        justify-content: center;
    }

    .av-btn {
        margin-right: 80px;
    }

    .dark-theme {
        position: absolute;
        left: 52%;
    }
}

@media screen and (max-width: 1199.98px) {
    .feature-card #timer span {
        font-size: 17px;
        margin: 0 0px 0 2px;
    }

    .feature-card {
        min-height: 100%;
        padding: 16px;

    }

    .services-slider .swiper-pagination {
        width: 85%;
    }

    .instructor-sidebar {
        margin-left: 0;
        margin-top: 30px;
    }

    .step_progress .step {
        width: 10rem;
    }

    .step_progress .step:not(:last-child) {
        margin-right: 2.6rem;
    }


    .wrapper-test .form_items li {
        font-size: 1rem;
        padding: 0.7375rem 3rem;
    }

    .wrapper-test .f_btn {
        font-size: 1.15rem;
        font-weight: 700;
        padding: 0.8375rem 1.4625rem;
    }
}

@media (max-width: 991px) {
    .expect-section {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .benefit-section .instructor-sidebar {
        margin-top: 26px;
    }

    .expect-content {
        margin-top: 47px;
    }

    .event-image {
        border-radius: 8px;
        width: 100%;
    }

    .event-card {
        flex-direction: column;
        padding: 15px;
        gap: 0px;
    }

    .event-details {
        padding: 13px 0;
    }

    .event-date {
        margin: 0px;
    }

    .info-box:after,
    .info-box:before,
    .center,
    .side.left {
        display: none;
    }

    .services-slider .swiper-pagination {
        width: 79%;
    }

    .course-information {
        gap: 76px;
    }

    .course-item.categories {
        display: none;
    }

    .lg-bentoImg {
        grid-row: span 1;
        grid-column: span 1;
    }

    .instructor-img-cont {
        width: 180px;
        height: 180px;
    }

    .instructor-details-p .designation {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 13px;
    }

    .instructor-details-p p {
        font-size: 15px;
    }

    .instructor-header {
        padding: 30px 30px;
        gap: 30px;

    }

    .sub-text {
        font-size: 18px;
    }

    .inner-banner {
        height: 230px;
        padding-top: 110px;
        padding-bottom: 167px;
    }

    .inner-banner h2 {
        font-size: 36px;
        line-height: 43px;
    }

    .hamenu .cont-info,
    .hamenu .menu-text,
    .md-hide {
        display: none;
    }

    .banner {
        height: calc(100vh - 275px);
    }

    .swiper-slide .slider-inner .swiper-content .title-area .tag {
        font-size: 18px;
    }

    .hero-title {
        font-size: 47px;
        line-height: 51px;
        margin-bottom: 38px;
    }

    .swiper-slide .slider-inner.text-black-banner .swiper-content p.disc {
        display: none;
    }

    .button1 {
        padding: 9px 17px;
        font-size: 14px;
    }

    .ftr {
        flex-direction: column;
        gap: 11px;
    }

    .courses-offered .mb-50 {
        margin-left: 100px;
        margin-right: 100px;
    }

    .advisors-section .subtitle {
        padding-left: 0px;
        padding-right: 0px;
    }

    .map {
        display: none;
    }

    .testimonial-card {
        margin-top: 30px;
        max-width: none !important;
    }

    .arrow {
        left: 63%;
    }

    .for-res {
        display: block !important;
    }

    .for-res::after {
        display: none;
    }

    .hamenu .menu-links .main-menu>li .link {
        padding: 10px 0px;
    }

    .hamenu .cont-info .search-form .form-group button {
        top: 0px;
        padding: 12px 15px;
    }

    .foundation-images {
        margin-top: 30px;
    }

    .vdo-box {
        width: 74%;
    }

    .sub-text {
        margin-bottom: 10px;
        margin-top: 25px;
    }

    .image-container img {
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 10px;
    }

    .sub-head {
        margin: 0;
    }

    .mission-sec .box p {
        margin-left: 0px;
        margin-right: 0px;
    }

    .about-num h3,
    .job-info h3 {
        font-size: 40px;
    }

    .card h4 {
        margin-top: 17px;
        font-size: 30px;
        margin-bottom: 7px;
    }

    .job-info div {
        margin-bottom: 17px;
    }

    .job-info {
        flex-direction: column;
        gap: 0px;
        margin-top: 27px;
    }

    .instructors-section h2 {
        margin-bottom: 22px;
    }

    .bg-title {
        display: none;
    }

    .right-img {
        margin-top: 30px;
    }

    .content-div.content-p {
        margin-top: 0px;
        margin-left: 0;
    }

    .left-img {
        height: 71%;
    }

    .step_progress .step {
        width: 6.5rem;
    }

    .step_progress .step:not(:last-child) {
        margin-right: 2rem;
    }


    .wrapper-test .form_items li {
        font-size: 1rem;
    }

    .wrapper-test .f_btn {
        font-size: 1rem;
        font-weight: 600;
        padding: 0.7375rem 1.3625rem;
    }

    .cr-images {
        justify-content: center;
        margin-top: 41px;
    }

    .register-section .process-steps {
        gap: 24px;
        justify-content: center;
    }

    .register-section .process-steps::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .practice-test-card h4 {
        margin: 15px 0;
        margin-bottom: 5px;
    }

    .left-box-benefit {
        min-height: auto;
        margin-bottom: 20px;
    }

    .header-row {
        margin-bottom: 20px;
    }

    .expect-image {
        height: auto;
    }

    .feature-card p {
        margin-top: 7px;
    }

    .img-container {
        height: auto;
    }

    .course-details-nav ul.course-details-navlist {
        gap: 0px;
    }

    .course-details-nav ul.course-details-navlist li a {
        min-width: 184px;
    }

    .training-schedule-section table {
        background-color: #ffffff00;
    }

    .right-login {
        padding-left: 30px;
    }

    .login-body {
        height: auto;
    }

    .left-login p {
        margin: auto 50px;
    }

    .left-login h2 {
        margin-bottom: 20px;
        margin-top: 35px;
        font-size: 37px;
    }

    .left-login {
        padding: 30px;
        min-height: auto;
        text-align: center;
    }

    .left-login .w-100 {
        display: flex;
        justify-content: center;
    }

    .cr-images img {
        width: 100%;
    }

    .h4-cr {
        margin-right: 0;
    }

    .services-slider .swiper-pagination {
        width: 72%;
    }

    .highlight-box {
        min-height: auto;
    }

    .instructors-section h2 {
        margin-bottom: 7px;
    }

    .step_progress .step {
        width: 20px;
    }

    .step_progress .step:not(:last-child) {
        margin-right: 10px;
    }

    .question_title {
        margin-bottom: 8px;
        font-size: 28px;
    }

    .question_number {
        padding-top: 24px;
    }

    .wrapper-test span {
        padding-bottom: 20px;
    }

    .wrapper-test .form_items li {
        font-size: 15px;
        line-height: 20px;
    }

    .wrapper-test .f_btn {
        font-size: 0.8rem;
        font-weight: 500;
        padding: 0.5375rem 1.1625rem;
    }

    .result-wrapper {
        margin: 65px auto;
        padding: 15px;
    }

    .result-message {
        font-size: 23px;

    }

    .course-information {
        gap: 40px;
    }

    .course-information .course-item:not(:last-child)::after {
        right: -20px;
    }

    .two-btn {
        gap: 12px;
    }

    .mt-5 {
        margin-top: 20px !important;
    }

    .career-girl {
        margin-top: 8px;
    }

    .learning-text {
        margin-top: 40px;
    }

    .sidebar {
        padding-right: 0px;
        border-right: 1px solid #e4e4e400;
    }

    .allcourses-section .select-fld {
        margin-top: 30px;
    }

    .interview-detls-section .justify-content-between {
        align-items: flex-start !important;
        gap: 19px;
    }

    .blog-section .col-xl-9 .row>div:nth-child(-n+3)>.course-box {
        margin-top: 20px !important;
    }

    .blog-section .col-xl-9 .row>div:first-child>.course-box {
        margin-top: 0px !important;
    }

    .blog-section .pagination {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .contactUs-section .contact-form {
        margin-left: 0;
        margin-top: 42px;
    }

    .interview-detls-section h3 {
        font-size: 20px;
    }

    .map-container {
        margin-top: 42px;
    }

    .map-container div {
        height: 388px;
    }

    .article-title {
        font-size: 22px;
    }

    .mission-sec .box {
        padding: 45px 20px;
    }

    body.dark .practice-test-card {
        background: #000000;
    }

    .mission-sec .box h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .mission-sec .icon-msn img {
        width: 88px;
    }

    .faq-section .accordion-item:first-of-type .accordion-button {
        gap: 10px;
    }

    .item img {
        width: 116px;
    }

    .exp span {
        font-size: 14px;
    }

    .exp h3 {
        font-size: 32px;
        margin-right: 8px;
    }

    .mission-sec {
        flex-direction: column;
    }

    .abstract-image1 {
        display: none;
    }

    .custom-tabs {
        display: grid;
        height: inherit;
        width: 100%;
        margin-bottom: 20px;
        border-radius: 8px;
        justify-content: normal;
    }

    .tab-bg-slide {
        display: none;
    }

    .inner-banner h2 {
        font-size: 31px;
        line-height: 38px;
        width: 90%;
    }

    .courses-offered .mb-50 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .arrow {
        left: 68%;
    }

    .subtitle {
        margin-bottom: 20px;
    }

    .course-box {
        width: 100%;
        /* max-width: 90%; */
    }

    .button1 {
        margin-top: 25px;
    }


    h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .clientele-section .item img {
        width: 140px;
    }

    .courses-offered h2 {
        margin-bottom: 15px;
    }

    /* .banner {
        height: calc(100vh - 358px);
    } */
    .banner {
        height: calc(100vh - 703px);
    }

    .hero-title {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 26px;
    }

    .footer-dn {
        display: none;
    }

    .footer .accordion-wrapper {
        display: block;
    }

    .footer .footer_widget {
        margin-bottom: 8px;
        text-align: center;
    }

    .footer .social-icon {
        justify-content: center;
    }

    .footer {
        padding-top: 40px;
    }

    .section {
        padding: 45px 0;
    }

    .course-div {
        padding: 20px;
        margin-bottom: 20px;
    }

    .mb-50 {
        margin-bottom: 30px;
    }

    .course-icon {
        margin-bottom: 15px;
    }



    .content {
        padding: 0 0px;
    }

    .features {
        gap: 10px 25px;
        margin-bottom: 28px;
    }

    .vdo-box {
        width: 100%;
    }

    .testimonial-card {
        margin-top: 30px;
    }

    .hamenu .menu-links {
        margin-top: 40px;
    }

    .practice-test-card:before {
        display: none;
    }

    .practice-test-card {
        background: #ebf3ff;
        padding: 20px;
        border-radius: 10px;
    }

    .practice-test-card {
        margin-top: 20px;
    }

    /* .practice-test-card h4 {
        margin: 17px 0;
        margin-bottom: 0;
    } */

    .allcourses-section .tab-pane .row>div .course-box {
        margin-top: 20px !important;
    }

    /* .allcourses-section .tab-pane .row > div:nth-child(-n+3) .course-box {
  margin-top: 0 !important;
} */
    .advertisement_section .col-lg-6 {
        width: 100%;
    }

    .decoration_wrap {
        margin-top: 36px;
    }

    .case-study-container h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .case-study-container {
        padding: 15px;
    }

    .box-title {
        font-size: 19px;
    }

    .custom-tabs .nav-link {
        width: 100%;
    }

    .custom-tabs.nav-pills {
        width: 100%;
        display: block;
    }

    .req-call h5 {
        margin-bottom: 20px !important;
    }

    .custom-table thead {
        display: none;
        /* hide table header */
    }

    .custom-table tr {
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 10px;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .custom-table td {
        display: flex;
        justify-content: space-between;
        padding: 8px 10px;
        border: none;
        border-bottom: 1px solid #eee;
        text-align: right;
    }

    .custom-table td:last-child {
        border-bottom: none;
    }

    .custom-table td:before {
        content: attr(data-label);
        font-weight: bold;
        color: #333;
        text-align: left;
    }

    .batch-card {
        background: transparent;
        box-shadow: none;
    }

    .table {
        background: transparent;
    }

    .border-last::before {
        display: none;
    }

    .custom-table td {
        font-size: 15px;
    }

    .section-header {
        font-size: 16px;
        display: contents;
    }

    .faq-section .accordion-button {
        font-size: 17px;
        line-height: 24px;
    }

    .hovr-tbl {
        line-height: 23px;
    }

    .icon-box {
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .event-details h5 {
        font-size: 18px;
        line-height: 23px;
    }

    .countdown {
        padding: 6px 6px;
        font-size: 12px;
        min-width: 190px;
    }

    .points li:before {
        top: 1px;
    }

    .pagination {
        margin-top: 25px;
    }

    .event-section .nav-link {
        font-size: 16px;
    }

    .event-date {
        padding: 12px;
        border-radius: 10px;
        font-size: 29px;
        width: 75px;
    }

    .filter-bar .form-select {
        margin-top: 10px;
        width: 100%;
    }

    .left-login p {
        margin: auto auto;
    }

    .filter-bar {
        display: block !important;
    }

    .card h4 {
        margin-top: 15px;
        font-size: 26px;
        margin-bottom: 8px;
    }

    .gallery-section .gallery-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .bg-shape-career {
        width: 80%;
        bottom: 25px;
        right: 5px;
    }

    .owl-nav {
        gap: 4px;
    }

    .advertisement_section {
        padding-bottom: 50px;
        padding-top: 20px;
    }

    .header-search h4 {
        font-size: 14px;
    }

    .header-search img {
        width: 18px;
    }

    .header-search {
        gap: 5px;
    }

    .instructor-header {
        padding: 30px 30px;
        gap: 22px;
        flex-direction: column;
        align-items: baseline;
    }

    .instructor-details-summary,
    .instructor-details-skill {
        padding: 30px 30px;
    }

    .team-outer {
        height: auto;
    }

    .skills-cat {
        min-height: auto;
    }

    .contact-form {
        max-width: 100%;
        margin: 4px 0;
    }

    .all-testimonial-section .testimonial-card {
        gap: 24px;
        flex-direction: column;
        align-items: baseline;
    }

    .testimonial-card {
        border: 1px solid #ddd;
    }

    .course-information {
        gap: 9px;
        margin-top: 15px;
    }

    .course-information .course-item {
        background: #fffae8;
        width: 100%;
        padding: 20px;
        border-radius: 8px;
    }

    .course-information {
        flex-direction: column;
    }

    .course-information .course-item:not(:last-child)::after {
        display: none;
    }

    .course-information {
        background: transparent;
    }

    .exp {
        padding: 8px 16px;
        margin-top: 18px;
    }

    .Clientele-box {
        border-radius: 5px;
        margin-bottom: 15px;
        padding: 6px;
    }

    .inner-banner h2 {
        font-size: 28px;
        line-height: 33px;
        width: 100%;
    }

    .gallery-section .gallery-container {
        grid-gap: 13px;
    }

    h2 {
        font-size: 27px;
        line-height: 32px;
    }

    .inner-banner {
        /* height: 215px;
        padding-top: 74px;
        padding-bottom: 74px; */
        height: 215px;
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .logo-close {
        margin: 0px 10px;
    }

    .hamenu .menu-links {
        height: 390px;
    }

    .hamenu {
        padding: 40px 30px 30px;
    }

    .ham-sub-menu ul {
        padding-left: 14px;
    }

    .features div {
        margin-bottom: 7px;
    }

    .features {
        display: block;
    }

    .header__nav {
        padding: 18px 0;
    }

    .image-container {
        padding-left: 0px;
    }

    .container-fluid {
        padding: 0 20px;
    }



    .insight-badge {
        font-size: 28px;
        padding-top: 27px;
        top: -23px;
        left: 0px;
        height: 141px;
        width: 146px;
    }

    .banner {
        height: calc(100vh - 390px);
    }

    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
        top: 14%;
        left: 20px;
    }

    .swiper-slide .slider-inner .swiper-content .title-area .tag {
        margin-bottom: 8px;
        line-height: 14px;
        font-size: 15px;
    }

    .section {
        padding: 40px 0;
    }

    .vision-section img {
        display: none;
    }

    .flex-div {
        text-align: center;
    }

    .flex-div h4 span {
        padding: 2px 8px;
    }

    .hero-title {
        font-size: 27px;
        line-height: 30px;
        margin-bottom: 24px;
    }

    .button1 {
        padding: 5px 11px;
        font-size: 13px;
        gap: 8px;
    }

    .flex-div h4 {
        font-size: 16px;
    }

    .flex-div img {
        width: 35px;
    }

    .flex-div h3 {
        font-size: 15px;
        margin-left: 10px;
    }

    .vision-section .row {
        margin: auto;
    }

    .top-nav-right {
        display: none;
    }

    .header__logo img {
        width: 120px;
    }

    .header__nav {
        padding: 15px 0;
    }

    .vision-section {
        padding: 20px 0;
    }

    .top-nav h6 {
        font-size: 15px;
    }


    .av-btn {
        padding: 4px 9px;
        font-size: 13px;
    }

    .choose-us-section h2 {
        margin-bottom: 20px;
    }

    .checkbox-label .ball {
        width: 16px;
        height: 16px;
        top: 5px;
    }

    .checkbox:checked+.checkbox-label .ball {
        transform: translateX(34px);
    }

    .checkbox-label .fa-sun {
        font-size: 15px;
    }

    .course-icon img {
        width: 55px;
    }

    .course-div:before {
        font-size: 72px;
        right: 17px;
        top: 0px;
    }

    .list {
        gap: 18px;
    }

    .slider {
        padding-block: 8px;
    }

    .hamenu .menu-links {
        margin-top: 30px;
    }

    .hamenu .cont-info {
        margin-top: 70px;
    }

    .hamenu .menu-links .main-menu>li .link {
        padding: 8px 0px;
        font-size: 25px;
    }

    .close-btn {
        top: -6px;
    }

    .dark-theme {
        bottom: 8px;
    }

    .course-details-nav ul.course-details-navlist li a {
        min-width: 140px;
        padding: 12px 0px;
        font-size: 12px;
    }

    .separator {
        margin: 18px 0;
    }
}

@media (max-width: 480px) {
    .interview-detls-section .justify-content-between {
        gap: 0px;
        flex-direction: column;
    }

    .privacy-section p {
        margin-bottom: 15px;
    }

    .left-contact .icon {
        margin-right: 3px;
    }

    .course-meta {
        min-height: 40px;
    }

    .left-contact p {
        text-align: center;
    }

    .contact-item p {
        text-align: left;
    }

    .header-row {
        margin-bottom: 0px;
    }

    .interview-detls-section .col-lg-9 {
        padding-left: 15px;
    }

    .evt-countdown-box {
        right: 60px;
    }

    .result-stat-box {
        padding: 16px 23px;
        min-width: 186px;
    }

    .result-stats {
        gap: 14px;
    }

    /* .inner-banner {
        height: 215px;
        padding-top: 33px;
    } */
    .subSection-h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .h4-cr {
        font-size: 20px;
        margin-bottom: 16px;
        line-height: 25px;
    }

    .self-pc h2 {
        margin-bottom: 15px;
    }

    .mentorship-program-section .feature-intro p {
        margin-bottom: 25px;
    }

    .mentorship-program-section .feature-intro {
        flex: 1 1 335px;
        padding: 20px;
    }

    .register-section .process-steps {
        align-items: center;
    }

    .mentorship-program-section h2 {
        margin-bottom: 16px;
        font-size: 30px;
        line-height: 33px;
    }

    .mentorship-section .course-div {
        min-height: 210px;
    }

    .ol-title {

        font-size: 23px;
    }

    .left-login h2 {
        font-size: 28px;
    }

    .ol-login-wrapper .light-img {
        width: 155px;
    }

    .left-login h2 {
        margin-bottom: 17px;
        margin-top: 22px;
    }

    .service-card {
        margin-top: 0px;
    }

    .services-slider .swiper-pagination {
        width: 62%;
    }

    .main-title {
        font-size: 26px;
    }

    .instructors-section .main-title {
        margin-bottom: 14px;
    }

    .right-img {
        margin-top: 20px;
    }

    .left-img {
        height: 68%;
    }

    .page-banner-content ul li a {
        font-size: 14px;
    }

    .arrow {
        left: 72%;
    }

    .hamenu .menu-links .main-menu>li .link {
        padding: 7px 0px;
        font-size: 21px;
    }

    .main-menu .ham-sub-menu li a {
        font-size: 17px;
    }

    .ham-sub-menu li {
        padding: 6px 0 !important;
    }

    .logo-close img {
        width: 126px;
    }

    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
        top: 18%;
    }

    .vision-section {
        padding: 12px 0 !important;
    }

    .top-nav h6 {
        font-size: 13px;
    }

    .nav-top {
        gap: 9px;
    }

    .vision-section .flex-div h3 {
        font-size: 13px;
        margin-left: 0px;
    }

    .flex-div h4 {
        font-size: 14px;
        line-height: normal;
        margin-left: 0;
    }

    .flex-div h4 span {
        padding: 4px 5px;
    }

    .flex-div h4 p {
        font-size: 14px;
    }

    .header__nav {
        gap: 16px;
    }

    .section {
        padding: 28px 0;
    }

    .inner-banner h2 {
        font-size: 25px;
        line-height: 30px;
        width: 100%;
        margin-bottom: 9px;
    }

    .inner-banner ul li {
        line-height: 23px;
    }

    h2 {
        font-size: 25px;
        line-height: 30px;
    }

    p {
        font-size: 15px;
        line-height: 21px;
    }

    .banner {
        height: 187px;
    }

    .hero-title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .vdo-box {
        height: 248px;
    }

    .advisors-section h2 {
        margin-bottom: 15px;
    }

    .year-experience-circle img {
        max-width: 113px;
    }

    .testimonials-section h2 {
        margin-bottom: 15px;
    }

    .course-div {
        padding: 15px;
        margin-bottom: 16px;
    }

    .testimonial-item {
        border: 1px solid #064371 !important;
        background: #113464;
        border-radius: 10px;
    }

    .insight-badge {
        font-size: 26px;
        padding-top: 20px;
        top: -13px;
        height: 128px;
        width: 128px;
    }

    .foundation-content h2 {
        margin-bottom: 15px;
    }

    .footer-logo {
        margin-bottom: 28px;
    }

    .footer .ftr a {
        line-height: 18px;
    }

    h2 {
        margin-bottom: 15px;
    }

    .clientele-section .item img {
        width: 91px;
    }

    .list {
        gap: 12px;
    }

    .slider {
        padding-block: 5px;
    }

    .button-icon {
        width: 22px;
    }

    .button-container {
        width: 68px;
        height: 68px;
    }

    .button-label {
        width: 57px;
        height: 57px;
    }

    .two-btn {
        margin-top: 7px;
    }

    .button-shadow {
        width: 50px;
        height: 50px;
    }

    .subPage-hading {
        margin-bottom: 15px;
    }

    .job-info div {
        min-width: 100%;
    }

}

@media (max-width: 412px) {
    .banner {
        height: calc(100vh - 650px);
    }
}

@media (max-width: 393px) {
    .about-num span {
        font-size: 16px;
    }

    .exp h3 {
        font-size: 26px;
    }

    .left-img {
        height: 65%;
    }

    .vdo-box {
        height: 206px;
    }

    .banner {
        height: 165px;
    }

    .swiper-slide .slider-inner .swiper-content .title-area .tag {
        margin-bottom: 9px;
        font-size: 12px;
    }

    .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
        top: 15%;
    }

    .hero-title {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 15px;
    }

    .button1__icon-wrapper {
        width: 21px;
        height: 21px;
    }

    .button1 {
        padding: 4px 9px;
        font-size: 12px;
        gap: 8px;
    }

    /* .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
        top: 10%;
    } */
}

@media (max-width: 375px) {
    .banner {
        height: calc(100vh - 509px);
    }
}

@media (max-width: 360px) {
    .banner {
        height: 167px;
    }

    .left-img {
        height: 66%;
    }

    .about-num span {
        font-size: 15px;
    }

    .ol-links a {
        font-size: 14px;
        margin: 0 3px;
    }
}