*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 0.1s linear;
    font-family: "Manrope", sans-serif;
}

:root {
    --primary-color: #164030;
    --secoundary-color: #FF5500;
    --text-color: #000;

}

body {
    margin: 0;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    font-weight: 400 !important;
    line-height: normal;
    color: var(--text-color) !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}

section {
    background-color: #fff;
}

hr {
    margin: 0;
    border-color: #ddd;
}

hr:not([size]) {
    height: 1px;
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}


img {
    width: 100%;
}

ol,
ul {
    padding-left: 34px;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

blockquote {
    margin: 0 0 14px;
}

b {
    font-weight: 800;
}

strong {
    font-weight: 700;
}

small {
    font-size: 12px;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    color: #444;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

a:hover {
    color: var(--secoundary-color);
    text-decoration: none;
}

button {
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    border: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

input,
button,
select,
optgroup,
textarea,
.form-control {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: #fff;
    border: 1px solid #DBDBDB;
    padding: 15px 20px;
}
.form-control:focus{
    box-shadow: none;
    border-color: var(--primary-color);
}
::-moz-selection {
    background-color: #200468;
    color: #FFF;
    text-shadow: none
}

::selection {
    background-color: #200468;
    color: #fff;
    text-shadow: none
}

section {
    padding: 60px 0;
    position: relative;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
    background-color: var(--secoundary-color);
}
.owl-theme .owl-dots{
    margin-top: 20px !important;
}
.owl-theme .owl-dots .owl-dot.active span{
    width: 30px;
    height: 8px;
}
.button-theme {
    background-color: var(--secoundary-color);
    border-radius: 10px;
    border: 2px solid var(--secoundary-color);
    outline: none;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    transition: all 0.5s ease-in;
}

.button-theme i {
    font-size: 18px;
}

.button-theme.btn-outline {
    background-color: transparent;
    color: var(--secoundary-color);
}

.button-theme.btn-outline:hover {
    background-color: var(--secoundary-color);
    color: #fff;
}

.button-theme.btn-green {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.button-theme.btn-green.btn-outline {
    background-color: transparent;
    color: var(--primary-color);
}

.button-theme.btn-green.btn-outline:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.button-theme.btn-green.btn-outline:hover svg path {
    fill: #fff;
}

.button-theme:hover {
    background-color: #fff;
    color: var(--secoundary-color);
}

.button-theme:hover svg path {
    fill: var(--secoundary-color);
}

.button-theme.btn-green:hover {
    color: var(--primary-color);
}

.button-theme.btn-green:hover svg path {
    fill: var(--primary-color);
}

.main-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;

}
.mobile-header{
    display: none;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff !important;
    box-shadow: 0 5px 6.82px 0px #00000033;
}

.fixed-header .top-head {
    display: none;
}

.main-header.fixed-header .header-wrapper .nav-head .row {
    border: 0 !important;
}

.main-header .header-wrapper .top-head {
    background: var(--primary-color);
    padding: 5px 0;
}

.main-header .header-wrapper .top-head .social-links {
    height: 100%;
}

.main-header .header-wrapper .top-head .social-links ul {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    height: 100%;
}

.main-header .header-wrapper .top-head .social-links ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
}

.main-header .header-wrapper .top-address ul {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 25px;
    padding: 8px 0;
}

.main-header .header-wrapper .top-address ul li {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.main-header .header-wrapper .top-address ul li i {
    color: #fff;
    font-size: 18px;
}

.main-header .header-wrapper .top-address ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.main-header .header-wrapper .top-address ul li a:hover {
    color: var(--secoundary-color);
}
.page-template-index .main-header,
.page-template-about .main-header{
    position: fixed;
    background-color: transparent;
}
.page-template-index .main-header .header-wrapper .nav-head .row,
.page-template-about .main-header .header-wrapper .nav-head .row{
    border-bottom: 2px solid #00000026;
}
.main-header .header-wrapper .nav-head .logo-head {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
}

.main-header .header-wrapper .nav-head .logo-head img {
    width: 220px;
    object-fit: contain;
}

.main-header .header-wrapper .nav-head .navbar-nav {
    flex-direction: row;
    gap: 30px;
}
.main-header .header-wrapper .navigation > li {
    position: relative;
}
.main-header .header-wrapper .navigation li a {
    font-size: 16px;
    color: #000;
    padding: 25px 0;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}
.main-header .header-wrapper .navigation li a:hover {
    color: var(--primary-color);
}
.main-header .header-wrapper .navigation li.course-menu a{
    padding-right: 20px;
}
.main-header .header-wrapper .navigation li.course-menu::after {
    content: "\ea29";
    font-family: 'boxicons' !important;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
}
.main-header .header-wrapper .navigation li.course-menu > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 7px rgba(0,0,0,0.15);
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    min-width: 200px;
    z-index: 999;
}
.main-header .header-wrapper .navigation li.course-menu > .sub-menu .sub-menu {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
    min-width: 250px;
}
.main-header .header-wrapper .navigation li.course-menu > .sub-menu .menu-item-has-children{
    position: relative;
}
.main-header .header-wrapper .navigation li.course-menu:hover > .sub-menu,
.main-header .header-wrapper .navigation li.course-menu .sub-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(0);
}
.main-header .header-wrapper .navigation li.course-menu li a {
    display: block;
    padding: 12px 20px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    color: #333;
}
.main-header .header-wrapper .navigation li.course-menu li:last-child a {
    border-bottom: 0;
}

.main-header .header-wrapper .navigation li.course-menu li a:hover,
.main-header .header-wrapper .navigation li.course-menu li.current-menu-item a {
    background-color: var(--primary-color);
    color: #fff;
}
.section-heading {
    position: relative;
    margin-bottom: 40px;
}

.section-heading .sub_title {
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    padding: 0 60px 0 0;
}

.section-heading.text-center .sub_title {
    padding-left: 60px;
}

.section-heading .sub_title::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--secoundary-color);
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    display: block;
}

.section-heading .sub_title::after {
    content: "";
    width: 80%;
    height: 2px;
    background-color: var(--secoundary-color);
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}

.section-heading .sub_title span {
    display: block;
    padding: 0 10px;
    font-size: 20px;
    color: var(--secoundary-color);
    font-weight: 700;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.section-heading .title {
    color: #000;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.5;
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.section-heading p {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.our-course .course-card {
    border: 1.57px solid #FF5500;
    background: #FFFAF8;
    padding: 20px 20px 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    position: relative;
}

.our-course .course-card .no {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.our-course .course-card .btn-card {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: absolute;
    bottom: -15px;
    left: 12%;
    font-size: 16px;
    font-weight: 600;
}

.our-course .course-card .btn-card i {
    rotate: 140deg;
}

.our-course .course-card .btn-card:hover {
    background-color: var(--secoundary-color);
    border-color: var(--secoundary-color);
}

.our-course .course-card .text h4 {
    margin: 0;
    color: #263238;
    font-weight: 800;
    font-size: 20px;
    word-break: break-all;
}

.our-course .course-card .icon img {
    width: 120px;
    height: 110px;
    object-fit: contain;
}

.highlilght .card-highlight {
    width: 100%;
    height: 300px;
    background-color: #FFF3E3;
    border-bottom: 2px solid #000000;
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.highlilght .col-md-3:nth-child(2) .card-highlight {
    background-color: #F4F9FF;
}

.highlilght .col-md-3:nth-child(3) .card-highlight {
    background: #EEFFF8;
}

.highlilght .col-md-3:nth-child(4) .card-highlight {
    background: #FFE6E6;
}

.highlilght .card-highlight .counter {
    font-size: 50px;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1.5;
    margin: 0;
}

.highlilght .card-highlight p {
    margin: 0;
    color: #3D3D3D;
    font-weight: 700;
}

.why-us .card-why {
    padding: 20px;
    border-radius: 10px;
    background: #FFF6F3;
    border: 1px solid #FF5500;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.why-us .card-why .icon {
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-bottom: 2px solid #000000;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.why-us .card-why .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-us .card-why .content {
    width: calc(100% - 120px);
}

.why-us .card-why .content h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.5;
}

.why-us .card-why .content p {
    margin: 0;
}

/* faq */
.faq-section {
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.faq-section .section-heading .title::before {
    top: 12px;
}

.faq-section .accordion {
    box-shadow: 0 8px 24px 0 #959DA533;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    background-color: #fff
}

.faq-section .accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #0000000D
}

.faq-section .accordion .accordion-item .accordion-button {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.faq-section .accordion .accordion-item:last-child,
.m-footer .col:last-child {
    border: 0
}

.faq-section .accordion-button:not(.collapsed) {
    color: var(--secoundary-color) !important;
    background: 0
}

.faq-section .accordion-button:not(.collapsed)::after {
    filter: contrast(10) brightness(0);
}

.faq-section .accordion-body {
    padding-right: 40px;
    line-height: 1.8;
    color: #555;
    font-size: 16px
}

.faq-section .accordion-body ul li {
    position: relative;
    padding-left: 20px
}

.faq-section .accordion-body ul li::before {
    content: "\ea2f";
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 0;
    margin: auto;
    font-family: boxicons !important;
    font-weight: 600;
    font-size: 14px;
    height: 100%;
    color: var(--primary-color)
}

.about-us {
    background: linear-gradient(119.61deg, #FFF6F3 14.69%, rgba(226, 226, 226, 0.07) 101.36%);
}

.about-us .section-heading {
    text-align: start;
    margin-bottom: 0;
    padding-right: 50px;
}

.about-us .section-heading .sub_title {
    padding: 0 60px 0 0;
}

.about-us .section-heading .sub_title span {
    background-color: #fef8f6;
}

.about-us .section-heading ul li {
    position: relative;
    padding-left: 30px;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-us .section-heading ul li::before {
    content: "\ed31";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    font-family: 'boxicons' !important;
    font-weight: 600;
    font-size: 20px;
    height: 100%;
    color: var(--secoundary-color);
}

.about-us .section-heading p {
    margin: 0;
    margin-bottom: 15px;
}

.about-us .image-about {
    width: 100%;
    max-width: 700px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
}

.about-us .image-about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.success-stories {
    background: #FFF6F3;
}

.success-stories .section-heading .sub_title span {
    background-color: #fff6f3;
}

.success-stories .items {
    padding: 0 10px;
}

.success-stories .card-stories {
    position: relative;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 3.29px 0px 0px #0000000D;
    background-clip: padding-box;
    text-align: center;
    padding: 25px;
}

.success-stories .card-stories::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2.47px;
    background: linear-gradient(180deg, rgba(255, 85, 0, 0.1) 0%, #FF5500 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.success-stories .card-stories .image {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    overflow: hidden;
    margin: auto;
}

.success-stories .card-stories .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.success-stories .card-stories .rank {
    background-color: var(--secoundary-color);
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 15px;
    font-weight: 700;
    position: relative;
    left: 0;
    right: 0;
    top: -10px;
    width: max-content;
    margin: auto;
}

.success-stories .card-stories .name h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 1.5;
}

/* footer */
.footer {
    background-color: #333;
}

.footer .footer-box {
    padding: 25px 0;
    border-bottom: 2px solid #D9D9D966;
}

.footer .footer-box .footer-logo {
    max-width: 250px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.footer .footer-box .footer-social {
    height: 100%;
}

.footer .footer-box .footer-social ul {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
    height: 100%;
}

.footer .footer-box .footer-social ul li {
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: var(--text-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 20px;
}

.footer .footer-nav {
    padding: 30px 0 40px;
}

.footer .footer-nav .footer-content p {
    color: #fff;
    margin: 0;
    line-height: 1.8;
    max-width: 450px;
}

.footer .links-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer .quick-links ul li {
    margin-bottom: 10px;
}

.footer .quick-links ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.footer .quick-links ul li a:hover {
    color: var(--secoundary-color);
}

.footer .info-footer ul li {
    display: flex;
    justify-content: start;
    align-items: stretch;
    margin-bottom: 10px;
    gap: 10px;
}

.footer .info-footer ul li i {
    color: #fff;
    font-size: 20px;
    vertical-align: baseline;
}

.footer .info-footer ul li a,
.footer .info-footer ul li {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 600;
}
.footer .info-footer ul li iframe{
    width: 100%;
    height: 150px;
}
.footer .info-footer ul li a:hover {
    color: var(--secoundary-color);
}

.our-faculties {
    background: linear-gradient(180deg, rgba(130, 130, 130, 0.06) 0%, rgba(232, 232, 232, 0.06) 100%);
}

.our-faculties .section-heading .sub_title span {
    background-color: #f9f9f9;
}

.our-faculties .card-faculties {
    padding-top: 100px;
    height: 100%;
    width: 100%;
    max-width: 285px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
}
.our-faculties .card-faculties .innerbox {
    width: 100%;
    margin-top: auto;
    box-shadow: 0px 4px 25px 0px #0000001A;
    border-bottom: 5px solid #1A4E3A;
    background-color: #fff;
    padding: 170px 10px 15px;
    border-radius: 20px;
    text-align: center;
    min-height: 310px;
}

.our-faculties .card-faculties .innerbox .image {
    width: 90%;
    height: 250px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}

.our-faculties .card-faculties .innerbox .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
}

.our-faculties .card-faculties .innerbox h4 {
    color: #0B1030;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0px;
}

.our-faculties .card-faculties .innerbox p {
    margin: 0;
    font-weight: 500;
    color: #556171;
    line-height: 1.6;
    font-size: 14px;
}
.our-faculties .card-faculties .innerbox p span{
    color:var(--primary-color);
    font-weight: 800;
    font-size:16px
}

.home-banner {
    padding-top: 160px;
    padding-bottom: 0;
    background: linear-gradient(357.47deg, rgba(255, 85, 0, 0.1) -4.01%, rgba(26, 78, 58, 0.1) 96.18%);
}

.home-banner .section-heading {
    margin: 0;
    padding: 0 0 80px;
}

.home-banner .section-heading .sub_title {
    margin-bottom: 5px;
}

.home-banner .section-heading .sub_title span {
    background-color: #e9edeb;
}

.home-banner .section-heading .title {
    margin-bottom: 10px;
}

.home-banner .section-heading p {
    max-width: 500px;
    margin: 0;
    color: #1A1A1A;
}

.home-banner .section-heading ul {
    display: inline-flex;
    justify-content: start;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 0.85px 6.82px 0px #00000014;
    border-radius: 15px;
    width: auto;
    margin: 25px 0;
}

.home-banner .section-heading ul li {
    padding: 15px 40px;
    position: relative;
    text-align: center;
    max-width: 200px;
}

.home-banner .section-heading ul li::after {
    content: "";
    width: 1px;
    height: 80px;
    position: absolute;
    right: 0;
    display: block;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: #B6B6B6;
    margin: auto;
}

.home-banner .section-heading ul li:last-child:after {
    display: none;
}

.home-banner .section-heading ul li img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin-bottom: 8px;
}

.home-banner .section-heading ul li h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    color: #1B2124;
}

.home-banner .section-heading .btn-group {
    gap: 20px;
}

.home-banner .image {
    position: absolute;
    width: 100%;
    max-width: 750px;
    height: 100%;
    right: 0;
    bottom: 0;
}

.home-banner .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.video-gallery {
    background: linear-gradient(180deg, #EFF0F0 0%, #FEF8F5 100%);
}

.video-gallery .section-heading .sub_title span {
    background-color: #f2f2f1;
}

.video-gallery .item {
    padding: 10px 15px;
}

.video-gallery .card-video {
    box-shadow: 5.29px 5.29px 13.23px 0px #00000033;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
}

.video-gallery .card-video .image {
    width: 100%;
    height: 170px;
    position: relative;
}

.video-gallery .card-video .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-gallery .card-video .image a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #fff;
    background: #000000B2;
    transition: all 0.5s ease-in-out;
}

.video-gallery .card-video .content {
    padding: 10px 15px;
    text-align: center;
}

.video-gallery .card-video .content h4 {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    color: #333;
}

.video-gallery .card-video .btn-video {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: var(--primary-color);
    color: #fff;
    padding: 15px;
    font-size: 16px;
    font-weight: 800;
}

.video-gallery .card-video .btn-video a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.video-gallery .card-video:hover .image a {
    opacity: 0;
}

.section-title {
    padding: 60px 0;
    background: linear-gradient(357.47deg, rgba(255, 85, 0, 0.1) -4.01%, rgba(26, 78, 58, 0.1) 96.18%);
}

.section-title h1 {
    text-align: center;
    font-size: 36px;
    line-height: 1.5;
    color: var(--text-color);
    font-weight: 800;
}

.form-career {
    padding: 0;
}

.form-career .outerbox {
    padding: 80px 0;
}

.form-career .form-box {
    background: #FFFFFF;
    border: 1px solid #B8B8B8;
    border-radius: 20px;
    box-shadow: 0px 4px 8px 0px #00000040;
    padding: 25px;
    width: 100%;
    max-width: 480px;
    margin: auto;
}

.form-career .form-box h4 {
    margin-bottom: 30px;
    font-size: 18px;
    color: var(--text-color);
    font-weight: 700;
    text-align: center;
}

.form-career .form-box .form-label {
    color: var(--text-color);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.form-career .form-box .form-control {
    margin-bottom: 15px;
    border-radius: 100px;
    border: 3px solid #536171;
    padding: 10px 20px;
    height: 45px;
}

.form-career .form-box .form-control::placeholder {
    color: #9CA3AF;
    font-size: 14px;
    font-weight: 400;
}

.form-career .form-box p {
    margin: 0;
}

.form-career .form-box .form-check-input {
    border: 0;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 5px;
    width: auto;
    height: auto;
}

.form-career .form-box .form-check-input .wpcf7-list-item {
    margin: 0;
    position: relative;
    border: 0.91px solid #536171;
    border-radius: 10px;
    padding: 4px 8px;
    cursor: pointer;
}

.form-career .form-box .form-check-input .wpcf7-list-item label {
    display: block;
    width: max-content;
}

.form-career .form-box .form-check-input .wpcf7-list-item input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.form-career .form-box .form-check-input .wpcf7-list-item-label {
    font-size: 13px;
    font-weight: 400;
}

.form-career .form-box .button-theme {
    margin-top: 15px;
}

.form-career .image {
    width: 100%;
    max-width: 500px;
    margin: auto;
    height: 100%;
}

.form-career .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.testimonials {
    background: linear-gradient(180deg, #FFF6F3 0%, rgba(255, 255, 255, 0) 100%);
}

.testimonials .section-heading {
    margin-bottom: 25px;
}
.testimonials .section-heading .sub_title span{
    background-color: #fff8f5;
}
.item {
    padding: 20px 12px;
}

.card-testimonial {
    box-shadow: 0px 14px 12px 0px #0000001A;
    background: #FFFFFF;
    border-radius: 15px;
    position: relative;
    padding: 70px 25px 30px;
}

.card-testimonial::before {
    content: "\ee81";
    position: absolute;
    top: 20px;
    font-family: 'boxicons' !important;
    font-weight: 600;
    font-size: 40px;
    color: #dddd;
}

.card-testimonial .content {
    padding-bottom: 30px;
    min-height: 115px;
}

.card-testimonial .content p {
    color: var(--text-color);
    margin: 0;
}

.card-testimonial .info-user {
    display: flex;
    justify-content: start;
    align-items: center;
    border-top: 2px solid #D9D9D980;
    padding-top: 20px;
    gap: 20px;
}

.card-testimonial .info-user .image {
    width: 70px;
    height: 70px;
    border: 4.1px solid #D9DCE1;
    border-radius: 100px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-testimonial .info-user .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-testimonial .info-user .name h4 {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 800;
    line-height: 1.7;
    margin-bottom: 5px;
}

.card-testimonial .info-user .name p {
    margin: 0;
    color: var(--secoundary-color);
    font-weight: 700;
    display: flex;
    line-height: 1;
    font-size: 14px;
}

.card-testimonial .info-user .name p span:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 4px solid #E4E4E7;
}

.call-action {
    padding: 40px 0;
}

.call-action .outer-box {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: start;
    align-items: center;
}

.call-action .outer-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px 20px 100px 20px;
    padding: 2px;
    background: linear-gradient(270deg, #FF5500 0%, rgba(255, 85, 0, 0) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.call-action .outer-box .side-box {
    width: 40%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.call-action .outer-box .image {
    position: absolute;
    width: 400px;
    height: 330px;
    z-index: 1;
    bottom: 0;
}

.call-action .outer-box .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.call-action .outer-box .content {
    width: calc(100% - 40%);
    padding: 30px;
}

.call-action .outer-box .content h4 {
    color: var(--text-color);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 6px;
}

.call-action .outer-box .content p {
    color: var(--text-color);
}

.recent-course {
    background: linear-gradient(133.59deg, rgba(236, 236, 236, 0.6) -13.68%, #FFF6F3 57.95%);
}

.recent-course .nav-bar .nav-pills {
    border: 0.9px solid #FF5500;
    background: #FFFFFF80;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: auto;
}

.recent-course .nav-bar .nav-pills .nav-link {
    padding: 12px 25px;
    border-radius: 100px;
    color: var(--text-color);
    font-weight: 700;
}

.recent-course .nav-bar .nav-pills .nav-link.active {
    background: linear-gradient(180deg, #FF5500 0%, #CE4500 100%);
    color: #fff;
}

.recent-course .tab-pane {
    max-width: 1150px;
    margin: auto;
    padding-top: 40px;
}

.recent-course .card-recentcourse {
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1.12px solid #032C2E1C;
    border-radius: 15px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.recent-course .card-recentcourse .feature-image {
    display: flex;
    align-items: center;
    position: relative;
    background-color: #fff;
    border-bottom: 3.35px solid #1A3D2F80;
}

.recent-course .card-recentcourse .feature-image .heading {
    width: 50%;
    padding: 20px;
}

.recent-course .card-recentcourse .feature-image .heading h4 {
    margin: 0;
    color: var(--text-color);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.6;
}

.recent-course .card-recentcourse .feature-image .image {
    width: 50%;
    position: relative;
}

.recent-course .card-recentcourse .feature-image .image::after {
    content: "";
    width: 150px;
    height: 150px;
    background: linear-gradient(135.32deg, #D54701 11.3%, #FD5500 90.29%);
    position: absolute;
    top: 20px;
    right: 10px;
    border-radius: 100%;
}

.recent-course .card-recentcourse .feature-image .image::before {
    content: "";
    width: 50px;
    height: 50px;
    background: #FB5401B2;
    position: absolute;
    bottom: 15px;
    right: 70%;
    border-radius: 100%;
}

.recent-course .card-recentcourse .feature-image .image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.recent-course .card-recentcourse .content-box {
    padding: 20px;
}

.recent-course .card-recentcourse .content-box ul li {
    position: relative;
    padding-left: 25px;
    color: #333;
    font-weight: 600;
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 10px;
}

.recent-course .card-recentcourse .content-box ul li:last-child {
    margin: 0;
}

.recent-course .card-recentcourse .content-box ul li::before {
    content: "\ed31";
    position: absolute;
    left: 0;
    top: -3px;
    bottom: 0;
    margin: auto;
    font-family: 'boxicons' !important;
    font-weight: 600;
    font-size: 20px;
    height: 100%;
    color: var(--primary-color);
}

.recent-course .card-recentcourse .content-box ul li strong {
    font-weight: 800;
}

.recent-course .card-recentcourse .btn-group {
    gap: 10px;
    border-top: 1px solid #7A7A7A66;
    padding: 15px 0;
    width: 90%;
    display: flex;
    margin: auto;
}

.recent-course .card-recentcourse .btn-group .button-theme {
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 5px;
}

.our-program {
    background: linear-gradient(180deg, #FFF8F5 0%, #FFFFFF 100%);
}
.our-program .section-heading .sub_title span{
    background-color: #fff8f5;
}
.our-program .nav-program {
    background: #1A4E3A;
    border-radius: 10px;
    padding: 2px;
}

.our-program .nav-program .nav-pills {
    justify-content: center;
}

.our-program .nav-program .nav-link {
    padding: 25px 40px;
    background-color: transparent;
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    border-bottom: 3px solid #1A4E3A;
    border-radius: 0;
}

.our-program .nav-program .nav-link.active {
    border-color: #fff;
}

.our-program .tab-content {
    max-width: 1100px;
    margin: auto;
}

.our-program .program-card {
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1.12px solid #032C2E1C;
    background: #FFFFFF;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    position: relative;
}

.our-program .program-card .title {
    padding: 15px;
    border-bottom: 3px solid #1A3D2F80;
}

.our-program .program-card .title h4 {
    margin: 0;
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.5;
    font-size: 20px;
}

.our-program .program-card ul {
    margin-bottom: 15px;
}

.our-program .program-card ul li {
    position: relative;
    padding-left: 25px;
    color: #333;
    font-weight: 600;
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 10px;
}

.our-program .program-card ul li::before {
    content: "\ed31";
    position: absolute;
    left: 0;
    top: -3px;
    bottom: 0;
    margin: auto;
    font-family: 'boxicons' !important;
    font-weight: 600;
    font-size: 20px;
    height: 100%;
    color: var(--primary-color);
}

.our-program .program-card .content-box {
    padding: 20px 15px 0;
}

.our-program .program-card .content-box p {
    margin: 0;
}

.our-program .program-card .content-box .btn-group {
    margin-top: 15px;
    border-top: 1.12px solid #7A7A7A66;
    width: 100%;
    border-radius: 0;
    gap: 10px;
    padding: 15px 0;
    display: flex;
}

.our-program .program-card .content-box .btn-group .button-theme {
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 5px;
}

.about-course {
    background: linear-gradient(178.89deg, rgba(243, 243, 243, 0.5) 0.95%, #FFFFFF 57.68%);
}

.about-course .section-heading .sub_title span {
    background-color: #fbfbfb;
}

.about-course .tab-nav {
    position: sticky;
    top: 10%;
    padding-top: 50px;
}

.about-course .tab-nav .tab-link {
    box-shadow: 23.22px 34.83px 58.06px 0px #0000000D;
    border: 1.74px solid #DBDBDB;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 15px;
}

.about-course .tab-nav .tab-link .icon {
    border: 0.5px solid #19258D99;
    box-shadow: 0px 0px 12px 0px #0000000D;
    background: #EEEEEE;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    padding: 10px;
}

.about-course .tab-nav .tab-link .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-course .tab-nav .tab-link h6 {
    margin: 0;
    width: calc(100% - 60px);
    padding-left: 20px;
    font-weight: 700;
    font-size: 16px;
}

.about-course .tab-nav .tab-link.active {
    background-color: var(--primary-color);
}

.about-course .tab-nav .tab-link.active .icon {
    background-color: #fff;
    border-color: #fff;
}

.about-course .tab-nav .tab-link.active h6 {
    color: #fff;
}

.about-course .tab-content {
    padding-top: 50px;
}

.about-course .inner-box {
    background: #FFF9F6;
    border: 1.22px solid #F3F1F1;
    padding: 20px;
    border-radius: 10px;
}

.about-course .tab-content .inner-box .heading h3 {
    font-weight: 800;
    font-size: 26px;
    line-height: 1.5;
    color: var(--text-color);
    margin-bottom: 15px;
}

.about-course .tab-content .inner-box p {
    color: #333;
}

.about-course .tab-content .inner-box ul li {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.about-course .tab-content .inner-box ul li::before {
    content: "\ea46";
    position: absolute;
    left: 0;
    top: -3px;
    bottom: 0;
    margin: auto;
    font-family: 'boxicons' !important;
    font-weight: 600;
    font-size: 20px;
    height: 100%;
    color: var(--secoundary-color);
}

.key-features {
    background: #FFF8F5;
}

.key-features .section-heading .sub_title span {
    background-color: #fff8f5;
}

.key-features .card-feature {
    background: #FFFFFF;
    border-bottom: 2px solid #FF5500;
    box-shadow: 0px 1.37px 10.96px 0px #00000014;
    border-radius: 8px 8px 20px 20px;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    padding: 15px;
    overflow: hidden;
}

.key-features .card-feature::after {
    content: "";
    background: #3D3D3D;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    display: block;
    position: absolute;
    right: -30px;
}

.key-features .card-feature .icon {
    width: 100px;
    height: 100px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.key-features .card-feature .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.key-features .card-feature .content {
    width: calc(100% - 100px);
    padding-right: 25px;
}

.key-features .card-feature .content h4 {
    margin-bottom: 0;
    color: #09090B;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.key-features .card-feature .content p {
    margin: 0;
}

.course-banner {
    padding-bottom: 0;
    background: linear-gradient(269.85deg, rgba(255, 85, 0, 0.1) 0.1%, rgba(255, 232, 221, 0.1) 98.44%);

}

.course-banner .section-heading {
    margin: 0;
    padding: 50px 0 100px;
}

.course-banner .section-heading .sub_title {
    margin-bottom: 5px;
}

.course-banner .section-heading .sub_title span {
    background-color:#fff8f5;
}

.course-banner .section-heading .title {
    margin-bottom: 10px;
}

.course-banner .section-heading p {
    max-width: 500px;
    margin: 0;
    color: #1A1A1A;
}

.course-banner .section-heading .btn-group {
    gap: 20px;
    margin-top: 30px;
}

.course-banner .image {
    position: absolute;
    width: 100%;
    max-width: 700px;
    height: 100%;
    right: 40px;
    bottom: 0;

}

.course-banner .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.course-overview .section-heading {
    margin-bottom: 0;
}

.course-overview .section-heading p {
    margin-bottom: 10px;
    color: #1A1A1A;
    font-weight: 500;
}

.course-overview .section-heading ul li {
    position: relative;
    padding-left: 30px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

.course-overview .section-heading ul li::before {
    content: "\ea46";
    position: absolute;
    left: 0;
    top: -1px;
    bottom: 0;
    margin: auto;
    font-family: 'boxicons' !important;
    font-weight: 600;
    font-size: 20px;
    height: 100%;
    color: var(--secoundary-color);
}

.course-overview .image {
    width: 100%;
    height: 100%;
}

.course-overview .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.call-info {
    background-color: var(--primary-color);
    padding: 20px;
}

.call-info .consultation-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.call-info .consultation-box p {
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.call-info .consultation-box span {
    display: inline-block;
    width: 120px;
    height: 2px;
    background-color: #FFFFFF4D;
}

.call-info ul {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    gap: 30px;
}

.call-info ul li {
    padding-left: 50px;
    position: relative;
}

.call-info ul li span {
    color: #FFFFFFCC;
    font-weight: 500;
    line-height: 1.5;
    font-size: 14px;
    display: block;
}

.call-info ul li a {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
}

.call-info ul li i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secoundary-color);
    border-radius: 100px;
    font-size: 18px;
}

.about-banner {
    padding: 150px 0 50px;
    background: linear-gradient(269.85deg, rgba(255, 85, 0, 0.1) 0.1%, rgba(255, 232, 221, 0.1) 98.44%);
}

.about-banner .btn-group {
    gap: 15px;
}

.about-banner .image {
    width: 100%;
    max-width: 500px;
    height: 100%;
}

.about-banner .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-mission .card-mission {
    border: 1px solid #DDDDDD;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF2EC 100%);
    border-radius: 20px;
    padding: 30px;
    height: 100%;
}

.our-mission .card-mission .icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 20px;
}

.our-mission .card-mission .content h4 {
    color: #0D1B2A;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
}

.our-mission .card-mission .content p {
    color: #0D1B2A;
    margin-bottom: 10px;
}

.our-mission .card-mission .content ul {
    padding-left: 20px;
}

.our-mission .card-mission .content ul li {
    margin-bottom: 10px;
    list-style: disc;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.institute-overview .section-heading .box-overview {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.institute-overview .section-heading .box-overview:last-child {
    margin: 0;
}

.institute-overview .section-heading .box-overview .image img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.institute-overview .section-heading .box-overview .content {
    width: calc(100% - 70px);
    padding-left: 20px;
}

.institute-overview .section-heading .box-overview .content h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #18162B;
}

.institute-overview .section-heading .box-overview .content p {
    margin-bottom: 0;
}

.institute-overview .image-flex {
    display: flex;
    gap: 20px;
}

.institute-overview .image-flex img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.what-drive {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF3EE 100%);
}

.what-drive .card-dirve {
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 100%;
}

.what-drive .col-md-6:nth-child(1) .card-dirve,
.what-drive .col-md-6:nth-child(2) .card-dirve {
    background-color: var(--primary-color);
}

.what-drive .card-dirve .icon {
    background-color: var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 100px;
    padding: 10px;
}

.what-drive .card-dirve .content {
    width: calc(100% - 50px);
    padding-left: 20px;
}

.what-drive .card-dirve .content h4 {
    color: #18162B;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    margin: 0;
}

.what-drive .card-dirve .content p {
    margin: 0;
}

.what-drive .col-md-6:nth-child(1) .card-dirve .content h4,
.what-drive .col-md-6:nth-child(1) .card-dirve .content p,
.what-drive .col-md-6:nth-child(2) .card-dirve .content h4,
.what-drive .col-md-6:nth-child(2) .card-dirve .content p {
    color: #fff;
}

.what-drive .col-md-6:nth-child(1) .card-dirve .icon,
.what-drive .col-md-6:nth-child(2) .card-dirve .icon {
    background-color: #fff;
}

.what-drive .col-md-6:nth-child(1) .card-dirve .icon img,
.what-drive .col-md-6:nth-child(2) .card-dirve .icon img {
    filter: contrast(10) brightness(0);
}

.our-journey {
    background: radial-gradient(58.91% 58.91% at 50% 58.91%, #FFFFFF 0%, #FFF4EF 100%);
}

.our-journey .section-heading .sub_title span {
    background-color: #fff7f3;
}

.our-journey .outer-box {
    display: flex;
    justify-content: center;
    align-items: stretch;
    max-width: 950px;
    margin: auto;
}

.our-journey .card-journery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.our-journey .journery-item:nth-child(even) .card-journery {
    flex-direction: column-reverse;
}

.our-journey .card-journery .icon {
    width: 120%;
    height: 100%;
}

.our-journey .card-journery .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-journey .card-journery .content {
    padding: 10px 0;
}

.our-journey .card-journery .content h4 {
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #000;
    line-height: 1.6;
}

.founder-message {
    padding-top: 140px;
}

.founder-message .section-heading p {
    color: #1A1A1A;
}

.founder-message .section-heading ul li {
    position: relative;
    padding-left: 30px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

.founder-message .section-heading ul li::before {
    content: "\ea46";
    position: absolute;
    left: 0;
    top: -1px;
    bottom: 0;
    margin: auto;
    font-family: 'boxicons' !important;
    font-weight: 600;
    font-size: 20px;
    height: 100%;
    color: var(--secoundary-color);
}

.founder-message .box-outer {
    border-radius: 30px;
    padding: 50px;
    border: 2px dashed #000000;
    position: relative;
}

.founder-message .founder-image {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 450px;
    right: 25px;
}

.founder-message .founder-image img {
    width: 100%;
}

.leadership {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF4EF 107.08%);

}

.blogs-section {
    background: #f9fafc;
}

.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.blog-card .image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-card .content {
    padding: 20px;
}

.blog-card .blog-title a {
    font-size: 1.1rem;
    font-weight: 600;
    color: #222;
    text-decoration: none;
}
.blog-card .blog-title a:hover {
    color: #0073aa;
}

.blog-card .excerpt {
    font-size: 0.95rem;
    color: #666;
    margin: 10px 0 15px;
}

.blog-details {
    padding: 150px 0 60px
}

.blog-single-post {
    position: relative;
    margin-bottom: 40px
}

.blog-single-post.blog-salah .image img {
    width: auto;
    height: 500px
}

.blog-single-post .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.blog-single-post .image img {
    width: 100%
}

.blog-single-post .lower-content {
    position: relative;
    padding: 30px;
    border: 1px solid #ebf2f3;
    border-top: 0;
    border-radius: 5px
}

.blog-single-post ul.post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    margin-bottom: 13px
}

.blog-single-post .post-meta li {
    margin-right: 15px;
    padding-right: 15px;
    font-weight: 600;
    border-right: 1px solid #ddd
}

.blog-single-post .post-meta li i {
    margin-right: 8px;
    color: var(--primary-color);
    font-size: 18px;
}

.blog-single-post .post-meta li:last-child {
    border-right: 0
}

.blog-single-post h1 {
    position: relative;
    font-size: 30px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3f3f3f
}

.blog-single-post h3 {
    position: relative;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3f3f3f
}

.blog-single-post .text {
    margin-bottom: 40px
}

.blog-single-post .text ul {
    padding-left: 0
}

.blog-single-post .text ul li {
    position: relative;
    padding-left: 25px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
}

.blog-single-post .text ul li:before {
    color: var(--primary-color);
    content: "\ea46";
    font-family: 'boxicons' !important;
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.blog-single-post .text ol li {
    list-style: inherit;
    margin-bottom: 10px;
    color: #3f3f3f
}

.blog-single-post .text h2 {
    position: relative;
    font-size: 28px;
    line-height: 44px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h3 {
    position: relative;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h4 {
    position: relative;
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h5 {
    position: relative;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text h6 {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    font-family: inherit;
    margin-bottom: 15px
}

.blog-single-post .text table tr th,
.blog-single-post .text table tr td {
    border: 2px solid #ddd;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500
}

.blog-single-post .text table tr th {
    font-weight: 700
}

.blog-single-post blockquote {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #565872;
    margin-bottom: 30px
}

.blog-single-post blockquote:before {
    position: absolute;
    content: '';
    top: 0;
    width: 8px;
    bottom: 0;
    background: var(--primary-color);
    left: 0;
    border-radius: 5px
}

.widget {
    position: relative;
    margin-bottom: 50px
}

.widget_popular_post {
    position: relative;
    max-width: 350px;
    margin-left: auto
}

.widget .widget-title {
    position: relative;
    font-size: 20px;
    color: #3f3f3f;
    margin-bottom: 20px;
    font-weight: 600
}

.widget_popular_post .post-thumb {
    position: relative;
    margin-right: 15px;
    margin-bottom: 0;
    overflow: hidden
}

.widget_popular_post .post-thumb:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgb(16 34 53/59%);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: all .3s ease-in
}

.widget_popular_post .post-thumb:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.widget_popular_post .post-thumb img {
    border-radius: 5px;
    float: left;
    height: 60px;
    width: 60px;
    object-fit: cover
}

.widget_popular_post .post {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    padding-bottom: 17px;
    padding: 14px;
    border-radius: 5px
}

.widget_popular_post .post:last-child {
    margin-bottom: 0
}

.widget_popular_post .content {
    position: relative;
    width: calc(100% - 75px)
}

.widget_popular_post .content h5 {
    position: relative;
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 600;
    font-family: inherit
}

.widget_popular_post .content h5 a {
    color: #3f3f3f;
    transition: .5s
}

.widget_popular_post .content h5 a:hover {
    color: var(--primary-color)
}

.widget_popular_post .content .post-info {
    font-size: 14px;
    color: #3f3f3f
}

.widget_popular_post .content .post-info i {
    margin-right: 4px;
    color: var(--primary-color)
}

.batch-banner {
    padding: 60px 0;
    background: linear-gradient(357.47deg, rgba(255, 85, 0, 0.1) -4.01%, rgba(26, 78, 58, 0.1) 96.18%);
}

.batch-details .navbar-batch {
    padding: 0;
    border-bottom: 1px solid #ddd;
    background: #FFFFFF;
    position: sticky;
    top: 8%;
    z-index: 999;

}
.batch-details .navbar-batch .nav-pills .nav-link{
    padding: 30px 20px;
    font-size: 16px;
    color: #1A1A1A;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}
.batch-details .navbar-batch .nav-pills .nav-link.active{
    background-color: transparent;
    color: var(--primary-color);
    border-bottom-color:var(--primary-color);
}
.batch-details .outerbox-batch{
    padding-top: 80px;
}
.batch-details .card-batch-details {
    background: #FFFFFF01;
    box-shadow: 0px 1px 42px 7px #00000017;
    border-radius: 10px;
    padding: 50px;
}
.batch-details .card-batch-details .about-details ul li{
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 60px;
}
.batch-details .card-batch-details .about-details ul li .icon{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebebeb;
    color: #e7c50e;
    font-size: 20px;
    margin-right: 15px;
    position: absolute;
    left: 0;
}
.batch-details .card-batch-details .about-details ul li span{
    font-size: 16px;
    line-height: 1.5;
    color: #27272A;
    font-weight: 600;
    padding-left: 5px;
}
.outerbox-batch#syllabus .section-heading ul li{
    position: relative;
    padding-left: 30px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
}
.outerbox-batch#syllabus .section-heading ul li::before{
    content: "\ed31";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    font-family: 'boxicons' !important;
    font-weight: 600;
    font-size: 20px;
    height: 100%;
    color: var(--secoundary-color);
}
.outerbox-batch#syllabus .section-heading img{
    width: 100%;
    max-width: 500px;
    object-fit: contain;
    margin-top: 25px;
}
.card-batch-details .why-join-card{
    border: 0.74px solid #E2E2E2;
    box-shadow: 2.97px 2.97px 11.14px 0px #0000001A;
    background: #FFFFFF;
    border-radius: 35px 6px 35px 6px;
    padding: 30px;
    height: 100%;
}
.card-batch-details .why-join-card .icon img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.card-batch-details .why-join-card h4{
    color: #010920;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin: 15px 0;
}
.card-batch-details .why-join-card p{
    margin: 0;
}
.card-batch-details .student-get-list{
    background-color: var(--primary-color);
    border:1px solid #DDDDDD;
    border-radius: 6px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 20px;
}
.card-batch-details .student-get-list .icon{
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 10px;
}
.card-batch-details .student-get-list .icon img{
    filter: contrast(10) brightness(0);
}
.card-batch-details .student-get-list p{
    margin: 0;
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
    width: calc(100% - 50px);
    padding-left: 15px;
}
.sticky-card{
    width: 100%;
    max-width: 350px;
    background-color: #fff;
    box-shadow: 0px 1.35px 10.76px 0px #00000014;
    border-radius: 10px;
    position: absolute;
    top: 75px;
    right: 5%;
    border-radius: 8px;
    padding: 10px;
}
.sticky-card .image{
    border-radius: 8px;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.sticky-card .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sticky-card h4{
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    color: var(--primary-color);
    text-align: center;
    padding: 20px 0;
}
.sticky-card .button-theme{
    width: 100%;
}
.form-contact .form-box h4{
    margin-bottom:20px;
    font-size: 24px;
    color: var(--text-color);
    font-weight: 700;
    text-align: center;
}
.form-contact .form-box{
    background:#FFF6F3;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: 0px 4px 8px 0px #00000040;
    padding: 25px;
    width: 100%;    
}
.form-contact .form-box .form-label{
    color: var(--text-color);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
.form-contact .form-box .form-control{
    margin-bottom: 15px;
    border-radius: 5px;
    border:1px solid #ddd;
    padding: 10px 20px;
    height: 45px;
}
.form-contact .form-box .form-control::placeholder{
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 500;
}
.form-contact .form-box textarea.form-control{
    height: 100px;
}
.form-contact iframe{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #B8B8B8;
    box-shadow: 0px 4px 8px 0px #00000040;
}
.contact-deatils .card-info{
    background-color: var(--primary-color);
    box-shadow: 0px 4px 8px 0px #00000040;
    height: 100%;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.contact-deatils .card-info .icon{
    width: 80px;
    height:80px;
    border-radius: 100px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #fff;
}
.contact-deatils .card-info .content{
    width:calc(100% - 80px);
    padding-left: 20px;
}
.contact-deatils .card-info .content span{
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-deatils .card-info .content a{
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
}
.result-hightlight{
    background: #FFEFE866;
}
.result-hightlight .section-heading .sub_title span{
    background-color: #fff9f6; 
}
.result-hightlight .card-hightlight{
    width: 100%;
    max-width: 200px;
    margin: auto;
    text-align: center;
}
.result-hightlight .card-hightlight .icon{
    border: 4px solid #19258D0F;   
    padding: 10px;
    width: 150px;
    height: 150px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: relative;
}
.result-hightlight .card-hightlight .icon::before{
    content:"";
    background-color: var(--primary-color);
    width: 80%;
    height: 80%;
    display: block;
    position: absolute;
    border-radius: 100px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;

}
.result-hightlight .card-hightlight .icon img{
    width: 60px;
    height: 60px;    
    object-fit: contain;
    position: relative;
    z-index: 1;
}
.result-hightlight .card-hightlight h4{
    font-weight: 700;
    line-height: 1.5;
    font-size: 18px;
    padding: 18px;
    margin: 0;
    color:#333;
}
.testimonials.testimonials-result{
    background: linear-gradient(180deg, rgba(22, 64, 48, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
}
.testimonials.testimonials-result .section-heading .sub_title span{
    background-color: #f4f6f5;
}

.toppers-section {
    background: linear-gradient(269.85deg, rgba(255, 85, 0, 0.1) 0.1%, rgba(255, 232, 221, 0.1) 98.44%);  
    padding:50px 0;
    position: relative;
  }
  .toppers-section .toppers-text{
      text-align: center;
  }
  .toppers-section .toppers-text h1 {
    color: #000;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.5;
    display: block;
    margin-bottom: 15px;
    position: relative;
  }

  .toppers-section .toppers-text p {
    color: #555;
    margin-bottom: 20px;
  }

  .toppers-section .toppers-badge img {
    width:100%;
    max-width: 320px;
    object-fit: contain;
    margin-left: auto;
  }
.toppers-arc .toppers-img{
    text-align: center;
    position: relative;
}
.toppers-arc .toppers-img img{
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
}
.toppers-arc .toppers-img .air-label{
    background-color: var(--primary-color);
    border-radius: 5px;
    padding:3px 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    bottom:-5px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    display: inline-block;
}
.toppers-arc .toppers-img.topperbox-1{
    position: absolute;
    left: 5%;
    top: 40%;
}
.toppers-arc .toppers-img.topperbox-1 img{
    width: 100px;
    height: 100px;
}
.toppers-arc .toppers-img.topperbox-1 .air-label{
    font-size: 14px;
    padding: 3px 10px;
}
.toppers-arc .toppers-img.topperbox-2{
    position: absolute;
    top: 10%;
    left: 12%;
}
.toppers-arc .toppers-img.topperbox-3{
    position: absolute;
    bottom: 18%;
    left: 20%;
}
.our-topper {
    background: linear-gradient(188.74deg, #FFFFFF 6.66%, #FFF3EE 167.47%);
}

.our-topper .nav-bar .nav-pills {
    border: 0.9px solid #FF5500;
    background: #FFFFFF80;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: auto;
}

.our-topper .nav-bar .nav-pills .nav-link {
    padding: 12px 25px;
    border-radius: 100px;
    color: var(--text-color);
    font-weight: 700;
}

.our-topper .nav-bar .nav-pills .nav-link.active {
    background: linear-gradient(180deg, #FF5500 0%, #CE4500 100%);
    color: #fff;
}
.our-topper .batch-tabing{   
    gap: 18px;
    max-width:240px;
}
.our-topper .batch-tabing .nav-link{
    box-shadow: 19.58px 29.38px 48.96px 0px #0000000D;
    border: 1.47px solid #DBDBDB;
    background: #FFFFFF;
    color: var(--primary-color);
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 800;
}
.our-topper .batch-tabing .nav-link.active{
    background-color: var(--primary-color);
    color: #fff;
}
.our-topper .card-stories {
    position: relative;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 3.29px 0px 0px #0000000D;
    background-clip: padding-box;
    text-align: center;
    padding: 15px 25px;
}

.our-topper .card-stories::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2.47px;
    background: linear-gradient(180deg, rgba(255, 85, 0, 0.1) 0%, #FF5500 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.our-topper .card-stories .image {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
    margin: auto;
}

.our-topper .card-stories .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-topper .card-stories .rank {
    background-color: var(--secoundary-color);
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 15px;
    font-weight: 700;
    position: relative;
    left: 0;
    right: 0;
    top: -10px;
    display: block;
    width: max-content;
    margin: auto;
}

.our-topper .card-stories .name h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 1.5;
}
.our-faculties.leadership .owl-stage-outer{
    display: flex;
    justify-content: center;
}
.admission-process{
    background: linear-gradient(269.85deg, rgba(255, 85, 0, 0.1) 0.1%, rgba(255, 232, 221, 0.1) 98.44%);
    padding: 80px 0;
}
.admission-process .section-heading{
    text-align: center;
    margin: 0;
}
.admission-process .section-heading .btn-group{
    gap: 15px;
}
.why-perfect{
    background: #F150010D;
    margin-top: 20px;
}
.how-it-working{
    background-image: url(../images/how-it-work-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.how-it-working .section-heading{
    margin-bottom: 90px;
}
.how-it-working::after{
    content: "";
    background-image: url(../images/arrow-line.svg);
    position: absolute;
    top: 55px;
    width: 100%;
    max-width: 1200px;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: -10px;
    right: 0;
    margin: auto;
}
.how-it-working .card-work{
    text-align: center;
    max-width: 280px;
    margin: auto;
    position: relative;
    z-index: 1;
}
.how-it-working .card-work .no{
    border: 0.83px solid var(--primary-color);
    box-shadow: 1.66px 1.66px 14.91px 0px #1608031A;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: 800;
    color: var(--primary-color);
    margin: 0 auto 30px;
    background-color: #fff;
}
.how-it-working .card-work .content h4{
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}
.how-it-working .card-work .content p{
    margin:0;
}
.why-perfect .section-heading{
    margin-bottom: 0;
}
.why-perfect .section-heading .sub_title span{
    background-color: #fff6f2;
}
.why-perfect .section-heading ul li {
    position: relative;
    padding-left: 25px;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.why-perfect .section-heading ul li::before {
    content: "\ed31";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    font-family: 'boxicons' !important;
    font-weight: 600;
    font-size: 20px;
    height: 100%;
    color: var(--secoundary-color);
}
.why-perfect .image{
    width: 100%;
    height: 100%;
}
.why-perfect .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.enquiry-form{
 background:linear-gradient(133.59deg, rgba(236, 236, 236, 0.6) -13.68%, #FFF6F3 57.95%);
 padding: 0;
}
.enquiry-form .outer-box{
    padding: 80px 0;
}
.enquiry-box{
    background: #FFFFFF;
    border: 1px solid #B8B8B8;
    border-radius: 20px;
    box-shadow: 0px 4px 8px 0px #00000040;
    padding: 25px;
    width: 100%;
    margin: auto;
}
.enquiry-form textarea.form-control{
    height:120px;
}
.enquiry-form .button-theme{
    margin: auto;
}
.enquiry-form .input-group p{
    position: relative;
    width: 100%;
    margin: 0;
}
.enquiry-form .input-group .form-label{
    color: var(--text-color);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
.enquiry-form .input-group .input-group-text{
    position: absolute;
    left: 0;
    z-index: 1;
    width: 45px;
    height: 45px;
    border: 0;
    background: transparent;
}
.enquiry-form .input-group .input-group-text i{
    font-size: 20px;
    color:#686868;
    line-height: 1;
}
.enquiry-form .form-control,
.enquiry-form .form-select{
    height: 45px;
    padding: 10px 10px 10px 45px;
    border: 1px solid #536171;
}
.enquiry-form .form-control::placeholder, 
.enquiry-form .form-select::placeholder{
    color: #686868;
}
.enquiry-form .image{
    width: 100%;
    max-width: 500px;
    margin: auto;
    height: 100%;
}
.enquiry-form .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}
.modal#counselling-modal .modal-title{
    color: #000;
    font-size:18px;
    font-weight: 800;
    line-height: 1.5;
    display: block;
    position: relative;
}
.modal#counselling-modal .form-label{
    color: var(--text-color);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}
.modal#counselling-modal .form-control{
    height: 45px;
}
.modal#counselling-modal p{
    margin: 0;
}