body {
    font-family: var(--font-family);
    font-size: var(--fontsize14);
}

:root {
    --font-family: "Lato", sans-serif;
    --body-color: #212121;
    --body-bg-color: #ffffff;
    --body-bg-color-two: #f4ffff;
    --heading-color: #030917;
    --border-color: #e4e3e1;
    --white-color: #ffffff;
    --black-color: #212121;
    --primary-color: #254aa5;
    --secondary-color: #e9b120;
    --fontsize20: 20px;
    --fontsize18: 18px;
    --fontsize16: 16px;
    --fontsize14: 14px;
    --fontsize12: 12px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar:horizontal {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 9999px;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 9999px;
}

a {
    text-decoration: none;
    color: var(--primary-color);
}

select:required:invalid {
    color: gray;
}

option[value=""][disabled] {
    display: none;
}

option {
    color: black;
}

.heading_title {
    font-size: 32px;
    color: var(--white-color);
    font-weight: 600;
}

.heading_sub_title {
    font-size: 20px;
    color: var(--white-color);
    margin: 0 auto;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control:-moz-placeholder {
    color: #999999;
}

.form-label {
    color: var(--black-color);
    font-size: 14px;
    margin-bottom: 5px;
}

.form-control {
    color: var(--black-color);
    background: var(--white-color);
    height: 36px;
    padding: 0 12px;
    font-size: 14px;
    border-color: #e6e6e6;
    border-radius: 5px;
    border: 0px;
}

sup {
    color: red;
    font-size: 13px;
    top: -3px;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.themeht-btn {
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding: 0;
    display: inline-block;
    border: none;
    font-family: var(--font-family);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.themeht-btn.primary-btn {
    background: var(--primary-color);
    color: var(--white-color);
}

.themeht-btn:before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    content: '';
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.themeht-btn span {
    padding: 14px 70px 14px 30px;
    display: inline-block;
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}

.themeht-btn i {
    justify-content: center;
    align-items: center;
    display: flex;
    color: var(--white-color);
    font-size: 24px;
    position: absolute;
    right: -1px;
    top: -1px;
    height: 102%;
    line-height: 1;
    text-align: center;
    background: var(--secondary-color);
    --r: 15px;
    padding-inline: calc(10px + 10px) 8px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 0em), var(--r) 50%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 0em), var(--r) 50%, 0 0);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.themeht-btn.primary-btn:before {
    background: var(--secondary-color);
}

.themeht-btn:hover:before,
.themeht-btn:focus:before {
    width: 100%;
}

.themeht-btn:hover i {
    background: var(--primary-color);
}


/*select2*/

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 36px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0px;
}

.select2-container .select2-selection--single {
    height: 36px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    rotate: 180deg;
    border-width: 0;
    border-color: transparent;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0px;
}

.select2-results__option {
    padding: 8px 12px;
    font-size: 13px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f1f1f1;
    color: #181818;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eb4933;
    color: #fff;
}


/*select2*/


/* checkbox radio button*/

.checkbox input[type="checkbox"]:indeterminate+label .iconview:before {
    background: #bdbdbd;
    border-color: #bdbdbd;
}

.checkbox input[type="checkbox"]:indeterminate+label .iconview:after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    border-bottom: 2px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio {
    position: relative;
}

.radio input[type="radio"]+label {
    font-weight: 400;
    color: #333;
    display: flex;
    cursor: pointer;
    grid-gap: 8px;
    align-items: center;
}

span.iconview {
    position: relative;
}

.radio input[type="radio"]+label span {
    line-height: normal;
}

.radio input[type="radio"]+label .iconview:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #BDBDBD;
    background-color: #fff;
    border-radius: 50%;
}

.radio input[type="radio"]:checked+label .iconview:before {
    border-color: #ec4933;
}

.radio input[type="radio"]:checked+label span {
    font-weight: 600;
}

.radio input[type="radio"]:checked+label .iconview:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ec4933;
    border: 4px solid #fff;
    outline: 2px solid #ec4933;
    outline-offset: -2px;
}

.radio input[type="radio"] {
    display: none !important;
}

.multi_checkbox_one_line {
    display: flex;
    align-items: center;
    grid-gap: 16px;
}

.checkbox {
    position: relative;
    display: flex;
}

.checkbox input[type="checkbox"]+label {
    font-weight: 400;
    color: #333;
    display: flex;
    cursor: pointer;
    grid-gap: 8px;
    align-items: center;
}

.checkbox input[type="checkbox"]+label span {
    line-height: normal;
}

.checkbox input[type="checkbox"]:disabled+label .iconview:before {
    opacity: 0.3;
}

.checkbox input[type="checkbox"]:disabled+label {
    cursor: no-drop;
}

.checkbox input[type="checkbox"]+label .iconview:before {
    content: "";
    display: flex;
    width: 20px;
    height: 20px;
    border: 2px solid #BDBDBD;
    background-color: #fff;
    border-radius: 5px;
}

.checkbox input[type="checkbox"]:checked+label .iconview:before {
    background: #ec4933;
    border-color: #ec4933;
}

.checkbox input[type="checkbox"] {
    display: none !important;
}

.checkbox input[type="checkbox"]:checked+label .iconview:after {
    content: "";
    background-image: url(../image/check.svg);
    width: 13px;
    height: 13px;
    position: absolute;
    top: 4px;
    left: 4px;
}

.oneline_button {
    display: flex;
    align-items: center;
    height: 48px;
    grid-gap: 16px;
}


/*checkbox radio button*/


/*switch*/

.toggle-switch-checkbox {
    display: none;
}

.toggle-switch {
    display: flex;
    position: relative;
    align-items: center;
    grid-gap: 8px;
}

.toggle-switch span {
    line-height: normal;
}

.toggle-switch .iconview:before {
    content: "";
    display: block;
    width: 35px;
    height: 20px;
    border-radius: 35px;
    background-color: #ec4933;
}

.toggle-switch-checkbox:checked+.toggle-switch .iconview:before {
    background-color: #ec4933;
}

.toggle-switch-checkbox:checked+.toggle-switch .iconview:after {
    right: 2.5px;
    left: unset;
}

.toggle-switch .iconview:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 2.5px;
    left: 2.5px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 1.61px 0.54px 0px rgba(0, 0, 0, 0.06);
}


/*switch*/


/*header*/

.header_top {
    background: var(--primary-color);
    padding: 12px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header.headerfix {
    position: fixed;
}

.header_bottom {
    background: var(--white-color);
    box-shadow: 0px 8px 8px rgb(0 0 0 / 10%);
}

.header_bottom_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 24px;
    padding: 0px 0px 0px 35px;
}

.logo img {
    width: 175px;
}

.navigation>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 18px;
}

.navigation>ul>li {}

.navigation>ul>li>a {
    font-size: var(--fontsize14);
    font-weight: 600;
    color: var(--black-color);
}

.navigation>ul>li>a:hover {
    color: var(--primary-color);
}

.navigation>ul>li.active>a {
    color: var(--primary-color);
}

.navigation {
    padding-right: 20px;
}

.header_top p {
    margin: 0;
}

.header_top p a {
    font-size: var(--fontsize14);
    color: var(--white-color);
    font-weight: 500;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.header_top p a i {
    display: flex;
    position: relative;
    font-size: 20px;
}

.header .themeht-btn span {
    padding: 30px 70px 30px 30px;
}

.header_bottom_right {
    display: flex;
    align-items: center;
    grid-gap: 12px;
}

.header_bottom_right .themeht-btn {
    display: block;
}

.header-number {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.header-number span {
    display: block;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    color: #868686;
    margin-bottom: 4px;
}

.header-number i {
    line-height: 48px;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    font-size: 26px;
    color: var(--white-color);
    background-color: var(--primary-color);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-number i:after {
    position: absolute;
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    background-color: var(--primary-color);
    opacity: 0.1;
    border-radius: 50%;
    content: "";
}

.header-number a {
    font-weight: 700;
    color: var(--black-color);
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
}


/*header*/


/*banner*/

.banner {
    height: 100vh;
    position: relative;
}

.bannerslider.owl-carousel .owl-item img {
    height: 100vh;
    position: relative;
    object-fit: cover;
}

.bannerslider {
    height: 100vh;
}

.banner-form {
    position: relative;
}

.bannerform {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 9;
}

.form_main {
    max-width: 350px;
    width: 100%;
    float: right;
    background: var(--white-color);
    box-shadow: 0px 8px 8px rgb(0 0 0 / 10%);
    padding: 24px 12px;
    border-radius: 12px;
}

.bannerform .themeht-btn {
    display: block;
}

.bannerform .themeht-btn i {
    top: 0px;
}

.bannerform .themeht-btn span {
    padding: 12px 70px 12px 30px;
    display: block;
    text-align: center;
}

.form_main h2 {
    text-align: center;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: var(--black-color);
}


/*banner*/


/*about us*/

.aboutus {
    padding: 80px 0;
}

.about-sec1-box {
    position: relative;
    display: block;
}

.about-sec1-box .shape1 {
    position: absolute;
    top: -5px;
    right: 0;
    z-index: -1;
}

.about-sec1-box .shape2 {
    position: absolute;
    top: 135px;
    right: 0;
    z-index: -1;
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.about-sec1.img1 {
    position: relative;
    display: block;
    max-width: 430px;
    width: 100%;
}

.about-sec1.img1 img,
.about-sec1.img2 .about-sec1-inner img {
    width: 100%
}

.about-sec1.img2 {
    position: absolute;
    bottom: -160px;
    right: 0;
    z-index: 2;
    max-width: 280px;
    width: 100%;
}

.about-sec1.img2:before {
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: 0;
    right: 0;
    background: var(--body-bg-color);
    content: "";
    z-index: -1;
}

.round-text {
    width: 180px;
    overflow: hidden;
    height: 180px;
    z-index: 9;
    position: absolute;
    bottom: 80px;
    left: -80px;
    border-radius: 50%;
    background-color: var(--body-bg-color);
    z-index: 5;
    -webkit-filter: drop-shadow(0px 10px 25px rgba(165, 165, 165, 0.3));
    filter: drop-shadow(0px 10px 25px rgba(165, 165, 165, 0.3));
}

.round-text text {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    fill: var(--black-color);
}

.round-text svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 40s;
    -moz-animation-duration: 40s;
    -ms-animation-duration: 40s;
    -o-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

.text-btn-icon {
    font-size: 45px;
    color: var(--body-bg-color) !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--primary-color);
    width: 90px;
    height: 90px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-sec1-inner {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.overlay-icon-box {
    position: absolute;
    top: 40px;
    left: 40px;
    bottom: 40px;
    right: 40px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    line-height: 1;
    color: var(--body-bg-color);
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(720deg);
        -moz-transform: rotate(720deg);
    }
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-20px);
    }
}

.about-sec1-inner img {
    height: 335px;
    object-fit: cover;
}

.about_right_part {
    padding-left: 85px;
}

.about_right_part h6 {
    margin: 0 0 8px 0;
    font-size: var(--fontsize16);
    color: var(--primary-color);
    font-weight: 600;
}

.about_right_part h3 {
    margin: 0 0 20px 0;
    font-size: 42px;
    font-weight: 800;
    color: var(--black-color);
}

.about_right_part p {
    margin: 0 0 10px 0;
    font-size: var(--fontsize16);
    color: var(--black-color);
    line-height: 28px;
}

.numbercount_main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.numbercount_main .numbercount_box:last-child {
    border-right: 0;
}

.numbercount_box {
    border-right: 1px solid #ffff;
    width: 300px;
    text-align: center;
}

section.aboutus_number {
    background: var(--primary-color);
    padding: 40px 0;
}

.numbercount_box h4 {
    font-size: 40px;
    color: var(--white-color);
    font-weight: 600;
    margin: 0;
}

.numbercount_box p {
    color: var(--white-color);
    font-weight: 600;
    margin: 10px 0 0 0;
    font-size: var(--fontsize16);
}


/*about us*/


/* Marquee Text*/

.marquee-wrap {
    width: 100%;
    position: relative;
}

.marquee-wrap {
    overflow: hidden;
    display: flex;
}

.marquee-inner {
    display: flex;
    will-change: transform;
    animation: marquee 50s linear infinite;
}

.marquee-text {
    position: relative;
    white-space: nowrap;
}

.marquee-text span {
    font-size: 76px;
    line-height: 86px;
    text-transform: uppercase;
    color: var(--secondary-color);
    font-family: var(--themeht-typography-secondary-font-family);
    font-weight: 800;
    vertical-align: middle;
}

.marquee-text i {
    font-size: 40px;
    display: inline-block;
    line-height: 1;
    margin: 0 30px;
    color: var(--secondary-color);
    vertical-align: middle;
}

.marquee-text:nth-child(2n+2) span {
    color: var(--white-color);
    text-shadow: -1px -1px 0 var(--black-color), 1px -1px 0 var(--black-color), -1px 1px 0 var(--black-color), 1px 1px 0 var(--black-color);
}

.marquee-text.text-white span {
    color: var(--white-color);
}

.marquee-text.text-white i {
    color: var(--white-color);
}

.marquee-text.text-white:nth-child(2n+2) span {
    color: var(--primary-color);
    text-shadow: -1px -1px 0 var(--white-color), 1px -1px 0 var(--white-color), -1px 1px 0 var(--white-color), 1px 1px 0 var(--white-color);
}

.marquee-wrap.style-2 {
    padding: 30px 0;
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(115deg, var(--primary-color), var(--secondary-color));
}

.marquee-wrap.style-2 .marquee-text span,
.marquee-wrap.style-2 .marquee-text i {
    color: var(--white-color);
}

@keyframes marquee {
    to {
        transform: translateX(-50%);
    }
}


/* Marquee Text*/


/*campus*/

.campus {
    padding: 80px 0 60px 0;
}

.campus_tab_img img {
    width: 100%;
}

.campus .heading_title {
    color: var(--black-color);
}

.campus .heading_sub_title {
    color: var(--black-color);
}

.campus_tab_text {
    padding-right: 70px;
}

.campus_tab_text h3 {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.campus_tab_text p {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 28px;
}

.campus_tab_img {
    position: relative;
}

.campus_tab_img_title {
    position: absolute;
    bottom: 10px;
    color: var(--white-color);
    text-align: center;
    width: 100%;
    font-size: var(--fontsize16);
}

.zoom_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    opacity: 0;
}

.campus_tab_img:hover .zoom_img {
    opacity: 1;
}

.zoom_img a {
    color: var(--white-color);
}


/*campus*/


/*steps*/

.process_main {
    column-gap: 16px;
    row-gap: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: relative;
    overflow: hidden;
}

.process_main .process_box:last-child {
    grid-column: 1 / 5;
}


/*.process_main:after {
    background: url(../images/step-line.svg);
    top: 35px;
    content: "";
    height: 100%;
    left: 15%;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
}*/

.process_box {
    text-align: center;
}

.process_box h4 {
    font-size: var(--fontsize18);
    color: var(--white-color);
    margin: 0;
    font-weight: 600;
}

.process_box p {
    color: var(--white-color);
    margin: 8px 0 0 0;
    font-size: var(--fontsize16);
    font-weight: 300;
}

.admissionsprocess {
    padding: 80px 0;
    background: var(--primary-color);
}

.step-icon {
    position: relative;
    width: 150px;
    height: 150px;
    line-height: 150px;
    background-color: var(--white-color);
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    margin: 0 auto 24px auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 3;
    font-size: 54px;
    color: var(--black-color);
}

.step-icon:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    inset: 15px;
    border-radius: 50%;
    background-color: var(--white-color);
    border: 2px dashed var(--secondary-color);
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.step-number {
    position: absolute;
    top: 0;
    right: 6px;
    width: 30px;
    height: 30px;
    line-height: 40px;
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-radius: 50%;
    font-weight: 700;
    font-size: 12px;
    line-height: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.step-icon:hover .step-number {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.step-icon:hover:before {
    background-color: var(--secondary-color);
}

.step-icon i {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block;
}

.step-icon:hover i {
    color: var(--white-color);
}

.step-icon:hover i {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


/*steps*/


/*coursesoffered*/

.coursesoffered {
    padding: 80px 0;
}


/*coursesoffered*/


/*accreditations*/

.accreditations {
    padding: 80px 0;
}

.accreditations .heading_title {
    color: var(--black-color);
}

.accreditations_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
}

.accreditations_box {
    background: var(--white-color);
    border: 1px solid #e6e6e6;
    padding: 24px;
    border-radius: 12px;
}

.accreditations_box img {
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
}

.accreditations_box h4 {
    color: var(--black-color);
    font-size: var(--fontsize18);
    font-weight: 600;
    margin: 0;
}

.accreditations_box p {
    color: var(--black-color);
    font-size: var(--fontsize16);
    font-weight: 400;
    margin: 12px 0 0 0;
}


/*accreditations*/


/*logo part*/

.globalindustrial {
    padding: 45px 0;
}

.recruiters {
    padding: 45px 0;
    background: var(--primary-color);
}

.globalindustrial .heading_title {
    color: var(--black-color);
}

.logoslider1 .item img {
    border-radius: 8px;
    object-fit: cover;
}

.logoslider2 .item img {
    border-radius: 8px;
    object-fit: cover;
}

.logoslider2.owl-theme .owl-nav {
    margin: 0;
}

.logoslider2.owl-theme .owl-nav button {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    font-size: 24px;
}

.logoslider2.owl-theme .owl-nav button.owl-prev {
    left: -46px;
}

.logoslider2.owl-theme .owl-nav button.owl-next {
    right: -46px;
}

.logoslider2.owl-theme .owl-nav button:hover {
    background: var(--secondary-color);
}

.logoslider1.owl-theme .owl-nav {
    margin: 0;
}

.logoslider1.owl-theme .owl-nav button {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
}

.logoslider1.owl-theme .owl-nav button.owl-prev {
    left: -46px;
}

.logoslider1.owl-theme .owl-nav button.owl-next {
    right: -46px;
}

.logoslider1.owl-theme .owl-nav button:hover {
    background: var(--secondary-color);
}


/*logo part*/


/*programs*/

.programs {
    padding: 80px 0;
    background: var(--primary-color);
}

.programs_list_tab {
    display: flex;
    align-items: center;
    grid-gap: 24px;
    justify-content: center;
    margin-bottom: 36px;
}

.programs_list_tab .programs_tab {
    width: 180px;
    background: var(--white-color);
    padding: 10px 0;
    border-radius: 30px;
    text-align: center;
    color: var(--black-color);
    cursor: pointer;
    font-size: 16px;
}

.programs_list_tab .programs_tab.active {
    background: var(--secondary-color);
    color: var(--white-color);
}

.tab_inner_tab_right {
    background: var(--white-color);
    padding: 24px;
    border-radius: 5px;
}

.tab_inner_tab_left>div {
    margin-bottom: 20px;
}

.tab_inner_tab {
    display: grid;
    grid-template-columns: 300px auto;
    grid-gap: 60px;
}

.tab_inner_tab_left_view:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.tab_inner_tab_left_view {
    color: var(--white-color);
    padding: 12px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.tab_inner_tab_left_view.active {
    background: var(--secondary-color);
    color: var(--white-color);
}

.tab_inner_text_view h4 {
    color: var(--black-color);
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 800;
}

.tab_inner_text_view p {
    color: var(--black-color);
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

.tab_inner_text_view .two-column-list {
    margin: 12px 0 0 0;
    padding: 0 0 0 24px;
}

.tab_inner_text_view .two-column-list li {
    margin-bottom: 8px;
}


/*programs*/


/*testimonials*/

.testimonials {
    position: relative;
}

.testimonials:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: var(--secondary-color);
    border-radius: 0 30px 30px 0;
}

.testimonials_inner {
    position: relative;
    padding: 80px 0;
}

.testimonials_box {
    position: relative;
    padding: 40px 30px;
    background-color: var(--white-color);
    border-radius: 12px;
    box-shadow: 6px 0px 19px 0px rgb(0 0 0 / 8%);
    border: 1px solid #e6e6e6;
}

.testimonialsslider .item {
    padding: 16px;
}

.testimonials_box p {
    color: var(--black-color);
    margin: 0;
    font-size: var(--fontsize16);
}

.testimonials_by {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    margin-top: 30px;
}

.testimonials_img img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.author-name {
    color: var(--black-color);
    font-size: var(--fontsize16);
    font-weight: 600;
}

.post-name {
    color: var(--black-color);
    font-size: var(--fontsize14);
    font-weight: 400;
}

.testimonials_box:hover .testimonials_icon {
    background: var(--secondary-color);
}

.testimonials_icon {
    position: absolute;
    top: -12px;
    right: -14px;
    width: 48px;
    height: 48px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 28px;
}

.heading-test {
    padding-top: 20px;
    color: var(--black-color);
    font-size: var(--fontsize18);
    font-weight: 700;
}

.heading-text {
    color: var(--black-color);
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    padding-top: 15px;
}

.testimonialsslider.owl-theme .owl-nav {
    position: absolute;
    margin: 0;
    bottom: 11px;
    left: -121px;
}

.testimonialsslider.owl-theme .owl-nav button {
    border-radius: 50%;
    background: transparent;
    width: 40px;
    height: 40px;
    font-size: 22px;
    border: 2px solid var(--black-color);
    color: var(--black-color);
}

.testimonialsslider.owl-theme .owl-nav button:hover {
    background: var(--black-color);
}


/*testimonials*/


/*footer*/

.footer {
    background: #f1f1f1;
}

.footer_top_box {
    display: grid;
    align-items: center;
    grid-gap: 16px;
    grid-template-columns: 70px auto;
}

.footer_top_box_icon {
    background: var(--primary-color);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_top_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 16px;
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6;
}

.footer_top_box_icon i {
    font-size: 36px;
    color: var(--white-color);
}

.footer_top_box_text h4 {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 800;
    margin: 0;
}

.footer_top_box_text p {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.footer_top_box_text p a {
    color: var(--black-color);
}

.footer_top_box_text p a:hover {
    color: var(--primary-color);
}

.footer_mid {
    padding: 24px 0;
    border-bottom: 1px solid #e6e6e6;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-gap: 24px;
}

.footer_bottom {
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 16px;
}

.footer_bottom ul li a {
    color: var(--black-color);
    font-size: 14px;
}

.footer_bottom p {
    color: var(--black-color);
    font-size: 14px;
    margin: 0;
}

.footer-logo {
    margin-bottom: 12px;
}

.footer-logo img {
    width: 170px;
}

.footer_mid_box p {
    color: var(--black-color);
    font-size: 16px;
    margin: 0;
}

.footer_heading {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.footer_mid_box iframe {
    width: 100%;
    height: 150px;
}

.footer_mid_box>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    grid-gap: 12px;
}

.footer_mid_box>ul>li>a {
    color: var(--black-color);
    font-size: 16px;
}

.footer_mid_box>ul>li>a i {
    font-size: 20px;
    position: relative;
    top: 2px;
}


/*footer*/

.top_to_bottom {
    position: fixed;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    bottom: 18px;
    right: 18px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.top_to_bottom a {
    color: #fff;
}

.top_to_bottom:hover {
    background: var(--secondary-color);
}

.mobile_data {
    display: none;
}

.datashow_view+.mobile-data-show {
    display: none;
}

.mobile_meni_icon {
    display: none;
}

.edsy_overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
    z-index: 999;
    display: none;
}

.edsy_overlay.edsy_overlay_open {
    display: block;
}

.close_icon_mobile {
    display: none;
}

@media screen and (max-width:576px) {
    .testimonials {
        position: relative;
        padding: 40px 0;
    }
    .campus {
        padding: 40px 0;
    }
    .close_icon_mobile {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 12px;
        font-size: 24px;
        cursor: pointer;
    }
    .navigation {
        position: fixed;
        top: 0;
        right: -250px;
        width: 250px;
        background: var(--white-color);
        padding: 24px;
        height: 100vh;
        transition: 0.5s;
        z-index: 999;
    }
    .navigation.show {
        right: 0;
    }
    .navigation>ul {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
    .mobile_meni_icon {
        font-size: 26px;
        background: var(--primary-color);
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--white-color);
        border-radius: 5px;
        cursor: pointer;
    }
    .about-sec1.img1 {
        max-width: unset;
    }
    .about-sec1-inner img {
        height: auto;
        object-fit: cover;
    }
    .about-sec1.img2 {
        position: relative;
        bottom: 0;
        right: 0;
        z-index: 2;
        max-width: unset;
        width: 100%;
    }
    .about-sec1-inner {
        display: none;
    }
    .about-sec1.img2:before {
        background: transparent;
    }
    .round-text {
        width: 180px;
        overflow: hidden;
        margin: 0 auto;
        height: 180px;
        z-index: 9;
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: -125px;
        border-radius: 50%;
        background-color: var(--body-bg-color);
        z-index: 5;
        -webkit-filter: drop-shadow(0px 10px 25px rgba(165, 165, 165, 0.3));
        filter: drop-shadow(0px 10px 25px rgba(165, 165, 165, 0.3));
    }
    .about_right_part {
        padding-left: 0;
        padding-top: 24px;
    }
    .banner {
        height: auto;
    }
    .bannerslider {
        height: auto;
    }
    .bannerslider.owl-carousel .owl-item img {
        height: auto;
        position: relative;
        object-fit: cover;
    }
    .bannerform {
        position: relative;
        right: 0;
        top: 0;
        transform: unset;
        width: 100%;
        z-index: 9;
    }
    .aboutus {
        padding: 40px 0;
    }
    .form_main {
        max-width: unset;
        width: 100%;
        float: unset;
        background: var(--white-color);
        box-shadow: none;
        border-radius: 0px;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .about_right_part h3 {
        margin: 0 0 20px 0;
        font-size: 20px;
        font-weight: 500;
        color: var(--black-color);
    }
    .about_right_part h6 {
        margin: 0 0 8px 0;
        font-size: 24px;
        color: var(--primary-color);
        font-weight: 700;
    }
    .programs_list_tab {
        grid-gap: 12px;
        flex-wrap: wrap;
    }
    .tab_inner_tab {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 16px;
    }
    .header_top {
        display: none;
    }
    .header-number,
    .applynowview {
        display: none;
    }
    .header_bottom_main {
        padding: 0 12px;
    }
    .testimonials_inner {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .testimonials:before {
        display: none;
    }
    .programs_list_tab .programs_tab {
        width: auto;
        padding: 10px 20px;
    }
    .logoslider1.owl-theme .owl-nav {
        margin-top: 20px
    }
    .mb-5 {
        margin-bottom: 2rem !important;
    }
    .logoslider1.owl-theme .owl-nav button {
        position: relative;
        top: 0;
        margin: 0 6px;
        padding: 0;
        transform: unset;
    }
    .logoslider1.owl-theme .owl-nav button.owl-prev {
        left: 0px;
    }
    .logoslider1.owl-theme .owl-nav button.owl-next {
        left: 0px;
    }
    .logoslider2.owl-theme .owl-nav {
        margin-top: 20px
    }
    .logoslider2.owl-theme .owl-nav button {
        position: relative;
        top: 0;
        margin: 0 6px;
        padding: 0;
        transform: unset;
    }
    .logoslider2.owl-theme .owl-nav button.owl-prev {
        left: 0px;
    }
    .logoslider2.owl-theme .owl-nav button.owl-next {
        left: 0px;
    }
    .testimonialsslider .item {
        padding: 0 1px 0 0;
    }
    .testimonialsslider.owl-theme .owl-nav {
        position: relative;
        margin: 14px 0 0 0;
        bottom: 0;
        left: 0;
    }
    .heading_title {
        font-size: 24px;
    }
    .heading-test {
        padding-top: 0;
        color: var(--black-color);
        font-size: 24px;
        font-weight: 600;
    }
    .heading-text {
        color: var(--black-color);
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        padding-top: 0;
        margin-bottom: 26px;
    }
    .process_main .process_box:last-child {
        grid-column: auto;
    }
    .admissionsprocess {
        padding: 40px 0;
    }
    .accreditations {
        padding: 40px 0;
    }
    .heading_sub_title {
        font-size: 16px;
    }
    .footer_bottom p {
        text-align: center;
    }
    .programs {
        padding: 40px 0;
    }
    .campus_tab_text {
        padding-right: 0;
    }
    .footer_top_box {
        grid-template-columns: 50px auto;
    }
    .footer_top_box_text h4 {
        color: var(--black-color);
        font-size: 18px;
        font-weight: 600;
        margin: 0;
    }
    .footer_top_box_icon {
        width: 50px;
        height: 50px;
    }
    .footer_top_box_icon i {
        font-size: 26px;
        color: var(--white-color);
    }
    .testimonials_icon {
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 20px;
    }
    .testimonials_box {
        padding: 24px;
        box-shadow: none;
    }
    .accreditations_main {
        grid-template-columns: auto;
    }
    .numbercount_main {
        grid-gap: 24px;
        display: grid;
        grid-template-columns: auto;
    }
    .numbercount_box {
        border-right: 0px;
        width: auto;
        text-align: center;
    }
    .process_main {
        grid-template-columns: auto;
    }
    .process_main:after {
        display: none;
    }
    .footer_top_main {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 30px;
    }
    .footer_mid {
        grid-template-columns: auto;
    }
    .footer_bottom {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        grid-gap: 4px;
    }
    .tab_inner_tab_right {
        display: none;
    }
    .tab_inner_tab_left_view.active+div {
        display: block;
        background: var(--white-color);
        padding: 24px;
        border-radius: 5px;
        margin-top: 10px;
    }
    .tab_inner_tab_left_view+div {
        display: none;
    }
    .campus_left_part {
        display: none;
    }
    .datashow_view.active+.mobile-data-show {
        display: block;
        padding-top: 12px;
    }
    .datashow_view {
        position: relative;
    }
}

.two-column-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.two-column-list li {
    width: 50%;
    /* Two items per row */
    box-sizing: border-box;
    padding: 5px 10px;
}

.banner-form h1 {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 0.5px;
}


/* =========================
   PRIVACY POLICY SECTION
========================= */

.privacy-policy {
    padding: 70px 0;
    background-color: #f7f9fc;
}

.privacy-policy .container {
    /* max-width: 980px; */
}

.privacy-policy .col-md-12 {
    background: #ffffff;
    padding: 45px 50px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}


/* Paragraphs */

.privacy-policy p {
    font-size: 15.5px;
    color: #444;
    margin-bottom: 16px;
}


/* Section Headings */

.privacy-policy h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0b3c78;
    margin-top: 35px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 16px;
}

.privacy-policy h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 20px;
    background-color: #0d6efd;
    border-radius: 2px;
}


/* Lists */

.privacy-policy ul {
    padding-left: 22px;
    margin-bottom: 20px;
}

.privacy-policy ul li {
    font-size: 15px;
    color: #444;
    margin-bottom: 8px;
    list-style-type: disc;
}


/* Contact Info Block */

.privacy-policy strong {
    color: #000;
}

.privacy-policy em {
    font-size: 14px;
    color: #6c757d;
}

@media (max-width: 991px) {
    .privacy-policy .col-md-12 {
        padding: 35px 30px;
    }
}

@media (max-width: 575px) {
    .privacy-policy {
        padding: 50px 0;
    }
    .privacy-policy h4 {
        font-size: 18px;
    }
    .privacy-policy p,
    .privacy-policy ul li {
        font-size: 14.5px;
    }
}