body {
    font-family: "Poppins";
    overflow-x: hidden;
}
body::-webkit-scrollbar {
    width: 1px;
}
body::-webkit-scrollbar-track {
    background: #000;
}
body::-webkit-scrollbar-thumb {
    background: #000;
}
body::-moz-scrollbar {
    width: 1px;
}
body::-moz-scrollbar-track {
    background: #000;
}
body::-moz-scrollbar-thumb {
    background: #000;
}
body::-o-scrollbar {
    width: 1px;
}
body::-o-scrollbar-track {
    background: #000;
}
body::-o-scrollbar-thumb {
    background: #000;
}
body::-ms-scrollbar {
    width: 1px;
}
body::-ms-scrollbar-track {
    background: #000;
}
body::-ms-scrollbar-thumb {
    background: #000;
}
@font-face {
    font-family: "Marcellus";
    src: url(../fonts/Marcellus-Regular.eot);
    src: url(../fonts/Marcellus-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Marcellus-Regular.woff2) format("woff2"), url(../fonts/Marcellus-Regular.woff) format("woff"),
        url(../fonts/Marcellus-Regular.ttf) format("truetype"), url(../fonts/Marcellus-Regular.svg#Marcellus-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Medium.eot);
    src: url(../fonts/Poppins-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Poppins-Medium.woff2) format("woff2"), url(../fonts/Poppins-Medium.woff) format("woff"), url(../fonts/Poppins-Medium.ttf) format("truetype"),
        url(../fonts/Poppins-Medium.svg#Poppins-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Regular.eot);
    src: url(../fonts/Poppins-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Poppins-Regular.woff2) format("woff2"), url(../fonts/Poppins-Regular.woff) format("woff"), url(../fonts/Poppins-Regular.ttf) format("truetype"),
        url(../fonts/Poppins-Regular.svg#Poppins-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Bold.eot);
    src: url(../fonts/Poppins-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Poppins-Bold.woff2) format("woff2"), url(../fonts/Poppins-Bold.woff) format("woff"), url(../fonts/Poppins-Bold.ttf) format("truetype"),
        url(../fonts/Poppins-Bold.svg#Poppins-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Light.eot);
    src: url(../fonts/Poppins-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Poppins-Light.woff2) format("woff2"), url(../fonts/Poppins-Light.woff) format("woff"), url(../fonts/Poppins-Light.ttf) format("truetype"),
        url(../fonts/Poppins-Light.svg#Poppins-Light) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.eot);
    src: url(../fonts/Poppins-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Poppins-SemiBold.woff2) format("woff2"), url(../fonts/Poppins-SemiBold.woff) format("woff"), url(../fonts/Poppins-SemiBold.ttf) format("truetype"),
        url(../fonts/Poppins-SemiBold.svg#Poppins-SemiBold) format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-Black.eot);
    src: url(../fonts/Poppins-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/Poppins-Black.woff2) format("woff2"), url(../fonts/Poppins-Black.woff) format("woff"), url(../fonts/Poppins-Black.ttf) format("truetype"),
        url(../fonts/Poppins-Black.svg#Poppins-Black) format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
.container {
    max-width: 1300px;
}
ul {
    padding: 0;
    margin: 0;
}
.social-head {
    background: #f1352f;
    padding: 10px 0;
}
.social-head p {
    margin: 0;
    font-size: 15px;
    font-family: "Poppins";
    font-weight: 600;
    color: #fff;
    padding-left: 25px;
    position: relative;
}
.email-head p::before {
    position: absolute;
    content: "";
    background: url(../images/email-icon.png) no-repeat;
    background-position: center;
    width: 22px;
    height: 19px;
    left: 0;
    top: 2px;
}
.email-head p {
    padding-left: 30px;
}
.time-head p::before {
    position: absolute;
    content: "";
    background: url(../images/clock-icon.png) no-repeat;
    background-position: center;
    width: 19px;
    height: 19px;
    margin-left: -30px;
    top: 1px;
}
.phone-head p::before {
    position: absolute;
    content: "";
    background: url(../images/phone-icon.png) no-repeat;
    background-position: center;
    width: 19px;
    height: 19px;
    margin-left: -30px;
    top: 2px;
}
.phone-head {
    text-align: right;
}
.time-head {
    text-align: center;
}
.select-menu {
    width: auto;
    cursor: pointer;
    position: relative;
}
.drop-menu .select {
    background-color: #002156;
    padding: 8px 10px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
}
.drop-menu .select i {
    font-size: 10px;
}
.drop-menu .options-list {
    position: absolute;
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 0;
    max-height: 180px;
    overflow-y: auto;
    -webkit-transition: 0.4s linear 0.2s;
    -o-transition: 0.4s linear 0.2s;
    transition: 0.4s linear 0.2s;
    height: 0;
    z-index: 999999;
}
.drop-menu .option {
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.drop-menu .option a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    transition: 0.5s;
    display: block;
    padding: 10px 5px;
}
.drop-menu .option a:hover {
    background: #f1352f;
    color: #fff;
    transition: 0.5s;
}
.drop-menu .option:hover,
.drop-menu .option.selected {
    color: #fff;
    text-decoration: none;
}
.drop-menu .select a {
    color: #fff;
    text-decoration: none;
}
.drop-menu .options-list::-webkit-scrollbar {
    width: 4px !important;
    background-color: #eee !important;
}
.drop-menu .options-list::-webkit-scrollbar-thumb {
    background-color: #002156 !important;
}
.drop-menu .options-list.active {
    height: 180px;
}
.all-padd {
    padding-left: 195px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #1a2228;
    font-size: 15px;
    font-weight: 600;
    padding: 30px 9px;
}
.navbar {
    padding: 0;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #f1352f;
}
.navbar-light .navbar-nav .active > .nav-link {
    color: #f1352f;
}
.other-tag a {
    text-decoration: none;
    color: #fff;
    background: #f1352f;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 12px;
    transition: 0.5s;
}
.other-tag a img {
    transition: 0.5s;
}
.other-tag a:hover img {
    margin-left: 10px;
    transition: 0.5s;
}
.headerRightmainAll li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.headerRightmainAll ul {
    margin: 0;
    padding: 0;
}
header .toggle {
    width: auto;
    height: auto;
    top: 13px;
    right: 215px;
}
.desktop-menu {
    position: relative;
}
.navbar-light .navbar-nav .nav-link:focus {
    color: #f1352f;
}
.headLeftmain label {
    position: absolute;
    right: 270px;
    top: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transition-duration: 1s;
    margin: 0;
}
.menu-icon {
    cursor: pointer !important;
    transition: 0.5s;
}
.head-menu {
    position: absolute;
    top: 13px;
    right: 210px;
}
.m-tags li {
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
}
#megaMenu {
    cursor: pointer;
}
.overlay-close {
    position: fixed;
    z-index: 999;
    top: 50px;
    right: 50px;
    display: inline;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.overlay-menu {
    background-color: #fff;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transition: all 0.5s;
    z-index: -1;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
}
.overlay-menu.active {
    z-index: 99999;
    opacity: 1;
    visibility: visible;
}
.overlay-close i {
    font-size: 25px;
    color: #fff;
    float: right;
    cursor: pointer;
}
.menu-container {
    width: 100%;
    height: 100%;
    padding: 50px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    border-radius: 20px;
    background: #ca252b;
    padding: 40px;
    scrollbar-width: none;
}
.m-contents {
    transition: 0.5s;
    opacity: 0;
    transform: translateY(20px);
}
.overlay-menu.active .m-contents {
    transition: 0.5s;
    opacity: 1;
    transform: translateY(0);
}
.mlinks-bx {
    padding-top: 40px;
}
.m-header h2 {
    font-size: 25px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}
.m-header h2::before {
    content: "";
    background-color: #fff;
    width: 60%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.phone-icon i {
    font-size: 16px !important;
}
.m-contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.m-contact h4 {
    font-size: 22px;
    position: relative;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.m-contact a {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    text-decoration: none;
}
.m-contact ul li a {
    font-weight: 400;
    font-size: 16px;
    transition: 0.5s;
}
.m-contact ul li a:hover {
    margin-left: 5px;
    transition: 0.5s;
}
.m-tags ul {
    padding: 0;
    margin: 0;
    padding-top: 6px;
}
.phone-icon {
    padding-top: 30px;
}
.m-contact p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
}
.m-tags {
    padding-top: 15px;
}
.m-links a {
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px;
    transition: 0.5s;
    text-decoration: none;
}
.m-links a:hover {
    padding-left: 5px;
    transition: 0.5s;
}
.m-medias {
    align-items: center;
    gap: 30px;
}
.m-medias a i {
    color: #fff;
    font-size: 19px;
    transition: 0.5s;
}
.sidenav1 {
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1000;
    top: -513px;
    right: 0;
    background-color: #f1352f;
    overflow-y: hidden;
    transition: 0.5s;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
.closeDiv1 {
    width: 100%;
    position: relative;
    margin-top: -20px;
}
.sidenav1 .closebtn1 {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 36px;
    margin-left: 50px;
    cursor: pointer;
    z-index: 99;
}
.searchWrapper {
    border-bottom: 1px #fff solid;
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 20px;
    font-weight: 300;
    outline: 0;
    padding: 10px 0;
    width: 100%;
    line-height: 40px;
    background: #f1352f;
    letter-spacing: 2px;
    color: #fff;
    opacity: 1;
}
.closeDiv1 input::placeholder {
    color: #fff;
}
header.smaller {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 3px 6px #00000029;
}
.desktop-menu .dropdown .dropbtn {
    border: none;
    outline: none;
    background-color: inherit;
    margin: 0;
    cursor: pointer;
    color: #000;
    font-weight: 100;
    font-size: 15px;
    font-weight: 600;
}
.desktop-menu .dropdown i {
    font-size: 8px;
    color: #f1352f;
    vertical-align: middle;
    margin-top: 0;
}
.desktop-menu .dropdown-content {
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 200px;
    padding: 5px 0;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.4s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    border-bottom: 3px solid #f1352f;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 37px #000;
}
.desktop-menu .dropdown:hover .dropdown-content {
    display: block;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.desktop-menu .dropdown-content a {
    float: none;
    color: #000 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}
.desktop-menu .dropdown-content a:hover {
    color: #fff !important;
    background: #f1352f;
}
.banner {
    position: relative;
}
.banner-img::after {
    background-image: linear-gradient(to left, #fff0, #2a3855);
    position: absolute;
    width: 40%;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.banner-img {
    position: relative;
}
.back-video{width: 100%; height: auto;} 
.phone-banner {
    display: none;
}
.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 8%;
    z-index: 999;
}
.banner-text h3 {
    color: #fff;
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 20px;
}
.banner-text h2 {
    color: #fff;
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 70px;
}
.banner-text h1 {
    color: #fff;
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 70px;
}
.banner-text h5 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding-right: 41%;
    padding-bottom: 30px;
    line-height: 36px;
}
.banner-text a {
    text-decoration: none;
}
.bg-change {
    background: #f1352f;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 30px;
    transition: 0.5s;
}
.bg-change:hover {
    background: #2a3855;
    transition: 0.5s;
}
.other-bg {
    background: #2a3855;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 30px;
    transition: 0.5s;
    margin-left: 20px;
}
.other-bg:hover {
    background: #f1352f;
    transition: 0.5s;
}
.banner .owl-carousel .owl-nav.disabled {
    display: block;
}
.banner .owl-carousel .owl-nav button.owl-next {
    background: url(../images/right-aroow.png) no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
}
.banner .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.banner .owl-carousel .owl-nav button.owl-prev {
    background: url(../images/left-arrow.png) no-repeat;
    background-position: center;
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 86px;
    right: 15px;
}
.banner .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
.banner .owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: right;
    padding-right: 15px;
}
.social-icon li {
    list-style: none;
    padding-top: 15px;
    text-align: center;
}
.social-icon ul {
    padding: 0;
    margin: 0;
    padding-top: 90px;
}
.social-icon p {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    margin: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    position: relative;
    writing-mode: tb;
}
.social-icon p::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 60px;
    left: 10px;
    top: -70px;
}
.banner {
    position: relative;
}
.social-icon {
    position: absolute;
    bottom: 120px;
    left: 40px;
    z-index: 99;
}
.social-icon a {
    color: #fff;
    font-size: 15px;
}
.social-icon img {
    width: 13px;
}
.latest-event-sec h5 {
    color: #f1352f;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
}
.latest-event-sec h3 {
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 35px;
    padding-bottom: 30px;
}
.latest-event-sec {
    padding-left: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.latest-img {
    background: #fff;
    box-shadow: 0 3px 6px #00000029;
    margin: 10px;
    border-radius: 0 0 15px 15px;
}
.latest-img img {
    border-radius: 10px 10px 0 0;
}
.event-contant {
    padding: 20px;
}
.event-contant h4 {
    font-size: 16px;
    font-family: "Marcellus";
    font-weight: 400;
    line-height: 36px;
    color: #1a2228;
}
.event-contant a {
    font-weight: 600;
    font-size: 12px;
    color: #1a2228;
    text-decoration: none;
    transition: 0.5s;
}
.event-contant a:hover img {
    transition: 0.5s;
    margin-left: 10px;
}
.event-contant img {
    transition: 0.5s;
}
.latest-event-sec .owl-carousel .owl-nav button.owl-next {
    background: url(../images/event-right.png) no-repeat;
    background-position: center;
    width: 61px;
    height: 61px;
    margin-left: 15px;
}
.latest-event-sec .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.latest-event-sec .owl-carousel .owl-nav button.owl-prev {
    background: url(../images/event-left.png) no-repeat;
    background-position: center;
    width: 61px;
    height: 61px;
}
.latest-event-sec .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
.latest-event-sec .owl-nav {
    text-align: right;
    padding-right: 85px;
    padding-top: 30px;
    position: relative;
}
.latest-event-sec .owl-nav::after {
    width: 80%;
    height: 1px;
    left: 0;
    top: 60px;
    position: absolute;
    content: "";
    background: #cecece;
}
.latest-event-sec .owl-nav::before {
    width: 300px;
    height: 3px;
    left: 165px;
    top: 60px;
    position: absolute;
    content: "";
    background: #2a3855;
}
.who-we-img {
    position: relative;
}
.other-logo {
    position: absolute;
    top: -20px;
    left: -20px;
}
.who-we-text h5 {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 2px;
    color: #f1352f;
}
.who-we-text h3 {
    color: #1a2228;
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 45px;
}
.who-we-text p {
    font-size: 16px;
    font-weight: 400;
    color: #1a2228;
    line-height: 30px;
}
.who-we-text h6 {
    color: #1a2228;
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 25px;
    padding-bottom: 15px;
}
.who-we-text li {
    list-style: none;
    padding-left: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #1a2228;
    position: relative;
    padding-bottom: 17px;
}
.who-we-text li::before {
    position: absolute;
    content: "";
    background: url(../images/tick.png) no-repeat;
    background-position: center;
    width: 17px;
    height: 13px;
    left: 0;
    top: 5px;
}
.who-we-text span {
    font-weight: 700;
}
.who-we-text a {
    background: #f1352f;
    padding: 8px 25px;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: 0.5s;
}
.who-we-text a:hover {
    background: #2a3855;
    color: #fff;
    transition: 0.5s;
}
.who-we-text {
    padding-left: 25px;
}
.who-we-text-sec {
    padding-bottom: 5%;
}
.program-sec {
    background: #2a3855;
    padding: 5% 0;
}
.program-img {
    text-align: right;
}
.program-logo {
    padding-bottom: 30px;
}
.program-text h5 {
    color: #f1352f;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 14px;
}
.program-text h3 {
    color: #fff;
    font-size: 45px;
    font-family: "Marcellus";
    font-weight: 400;
}
.program-text span {
    font-size: 20px;
}
.program-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.program-text a {
    background: #f1352f;
    color: #fff;
    font-weight: 500;
    padding: 8px 25px;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.5s;
}
.program-text a:hover {
    background: #1a2228;
}
.specialization-list li {
    list-style: none;
    padding-bottom: 20px;
}
.specialization-list a {
    background: none;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    padding: 0;
    border-radius: 0;
    display: block;
    margin-left: 50px;
}
.specialization-list a:hover {
    background: none;
}
.specialization-list a::before {
    position: absolute;
    content: "";
    background: url(../images/Specialization-icon.png) no-repeat;
    background-position: center;
    width: 26px;
    height: 26px;
    left: -38px;
    top: 0;
    transition: 0.5s;
}
.specialization-list a:hover::before {
    left: -30px;
    transition: 0.5s;
}
.program-text h4 {
    color: #fff;
    font-size: 25px;
    font-family: "Marcellus";
    font-weight: 400;
    padding-top: 25px;
    padding-bottom: 20px;
    margin: 0;
    position: relative;
}
.program-text h4::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 75%;
    height: 1px;
    right: 0;
    top: 41px;
}
.why-choose-sec h5 {
    color: #f1352f;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}
.phone-nubber {
    display: none;
}
.why-choose-sec h3 {
    color: #1a2228;
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    padding-bottom: 40px;
    margin: 0;
}
.radius-box {
    background: #f1352f;
    padding: 10px;
    border-radius: 100%;
}
.choose-text h4 {
    color: #fff;
    background-color: #fff;
    text-shadow: -1px -1px 0 #f1352f, 1px -1px 0 #f1352f, -1px 1px 0 #f1352f, 1px 1px 0 #f1352f;
    font-size: 70px;
    font-weight: 900;
}
.choose-text h6 {
    font-family: "Marcellus";
    font-weight: 400;
    color: #1a2228;
    font-size: 20px;
}
.choose-text p {
    font-size: 16px;
    font-weight: 400;
    color: #1a2228;
    margin: 0;
}
.padd-box {
    padding-bottom: 30px;
}
.why-choose-sec {
    padding: 5% 0;
}
.choose-btn {
    text-align: center;
    padding-top: 30px;
}
.choose-btn a {
    text-decoration: none;
    font-weight: 500;
}
.placement-sec {
    background: url(../images/placement-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5% 0;
}
.placement-text {
    background: #f1352f;
    border-radius: 30px 0 0 30px;
    padding: 47px 25px;
    position: relative;
}
.placement-text h5 {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
}
.placement-text h3 {
    color: #fff;
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 40px;
}
.placement-text p {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    margin-bottom: 45px;
    line-height: 38px;
}
.placement-text a {
    text-decoration: none;
    transition: 0.5s;
}
.more-btn {
    background: #fff;
    border-radius: 25px;
    padding: 10px 45px;
    color: #f1352f !important;
    font-weight: 500;
    transition: 0.5s;
}
.more-btn img {
    transition: 0.5s;
}
.more-btn:hover img {
    margin-left: 10px;
    transition: 0.5s;
}
.downlod-btn {
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 10px 45px;
    color: #fff !important;
    font-weight: 500;
    transition: 0.5s;
    margin-left: 30px;
}
.final-place h6 {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.final-place {
    display: flex;
    align-items: center;
    margin-top: 50px;
    position: relative;
}
.final-place::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 30px;
    right: 0;
    top: 7px;
}
.final-place::after:last-child {
    display: none;
}
.no-line::after {
    display: none;
}
.final-btn a {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.final-btn {
    position: relative;
    right: -10px;
}
.campus-plac {
    width: 170px;
    height: 170px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -68px;
    z-index: 99;
    top: 235px;
}
.bg-se-box {
    background: #f1352f;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    right: -90px;
    top: 221px;
    z-index: 9;
}
.campus-plac h5 {
    color: #f1352f;
    font-weight: 500;
    font-size: 15px;
}
.campus-plac h4 {
    font-weight: 700;
    color: #1a2228;
    font-size: 27px;
}
.campus-plac h6 {
    color: #1a2228;
    font-weight: 400;
    font-size: 12px;
}
.placement-logo {
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    margin: 5px;
}
.placement-top {
    background: #fff;
    border-radius: 10px;
    padding: 8px 10px;
    box-shadow: 0 3px 6px #00000029;
    margin-top: -35px;
    margin-left: 40px;
    margin-right: 40px;
}
.placement-top .owl-carousel .owl-nav.disabled {
    display: block;
}
.top-silde .owl-carousel .owl-nav button.owl-prev {
    background: url(../images/place-aroor-1.png) no-repeat;
    background-position: center;
    width: 37px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 35px;
}
.top-silde .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
.top-silde .owl-carousel .owl-nav button.owl-next {
    background: url(../images/place-aroor-2.png) no-repeat;
    background-position: center;
    width: 37px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 35px;
}
.top-silde {
    position: relative;
}
.top-silde .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.top-text h4 {
    color: #1a2228;
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 30px;
    margin: 0;
    padding-left: 20px;
    position: relative;
}
.top-text h4::after {
    position: absolute;
    content: "";
    background: #cecece;
    width: 1px;
    height: 55px;
    right: -11px;
    top: 17px;
}
.team-sec {
    padding-left: 0;
}
.team-sec h5 {
    color: #f1352f;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
}
.team-sec h3 {
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 35px;
    padding-bottom: 30px;
    color: #1a2228;
}
.latest-img p {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.team-box {
    height: 130px;
}
.team-sec .owl-nav {
    text-align: right;
    padding-right: 85px;
    padding-top: 30px;
    position: relative;
}
.team-sec .owl-carousel .owl-nav.disabled {
    display: block;
}
.team-sec .owl-carousel .owl-nav button.owl-prev {
    background: url(../images/event-left.png) no-repeat;
    background-position: center;
    width: 61px;
    height: 61px;
}
.team-sec .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
.team-sec .owl-carousel .owl-nav button.owl-next {
    background: url(../images/event-right.png) no-repeat;
    background-position: center;
    width: 61px;
    height: 61px;
    margin-left: 15px;
}
.team-sec .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.team-sec .owl-nav::after {
    width: 80%;
    height: 1px;
    left: 0;
    top: 60px;
    position: absolute;
    content: "";
    background: #cecece;
}
.team-sec .owl-nav::before {
    width: 300px;
    height: 3px;
    left: 165px;
    top: 60px;
    position: absolute;
    content: "";
    background: #2a3855;
}
.team-sec {
    padding: 5% 0;
}
.testimonial-sec h5 {
    color: #f1352f;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
}
.testimonial-sec h3 {
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 35px;
    padding-bottom: 30px;
    color: #1a2228;
}
.testi-sec {
    background: #fef1f0;
    padding: 40px;
    border-radius: 30px;
    position: relative;
}
.student-name h5 {
    letter-spacing: unset;
    font-size: 18px;
    color: #1a2228;
    font-weight: 600;
}
.student-name h6 {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.student-img {
    display: flex;
    align-items: center;
}
.student-name {
    padding-left: 20px;
}
.testi-contant img {
    padding-bottom: 40px;
}
.testi-contant p {
    color: #1a2228;
    line-height: 30px;
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 20px;
}
.testi-sec .owl-nav {
    text-align: right;
    padding-top: 30px;
    position: relative;
}
.testi-sec .owl-carousel .owl-nav button.owl-prev {
    background: url(../images/testi-arrow-1.png) no-repeat;
    background-position: center;
    width: 61px;
    height: 61px;
}
.testi-sec .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
.testi-sec .owl-carousel .owl-nav button.owl-next {
    background: url(../images/testi-arrow-2.png) no-repeat;
    background-position: center;
    width: 61px;
    height: 61px;
    margin-left: 15px;
}
.testi-sec .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.testi-sec .owl-carousel .owl-nav.disabled {
    display: block;
}
.student-img img {
    padding-bottom: 0;
}
.testi-sec .owl-nav::before {
    width: 80%;
    height: 1px;
    left: 0;
    top: 60px;
    position: absolute;
    content: "";
    background: #cecece;
}
.testi-img {
    height: 100%;
}
.testi-img img {
    height: 100%;
}
.club-box .owl-carousel .owl-nav.disabled {
    display: block;
}
.club-sec {
    padding: 5% 0;
}
.club-text h5 {
    color: #f1352f;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
}
.club-text h3 {
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 35px;
    margin: 0;
    color: #1a2228;
}
.club-box .owl-carousel .owl-nav button.owl-next {
    background: url(../images/student-arror-1.png) no-repeat;
    background-position: center;
    width: 61px;
    height: 61px;
    margin-left: 15px;
}
.club-box .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.club-box .owl-carousel .owl-nav button.owl-prev {
    background: url(../images/student-arror-2.png) no-repeat;
    background-position: center;
    width: 61px;
    height: 61px;
}
.club-box .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
.club-box {
    position: relative;
}
.club-box .owl-nav {
    position: absolute;
    left: -325px;
    bottom: 13px;
}
.contact-sec {
    background: url(../images/contact-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5% 0;
    background-attachment: fixed;
    margin-right: 40px;
    margin-left: 40px;
    border-radius: 20px 20px 20px 20px;
    margin-bottom: 5%;
}
.our-contact h5 {
    font-size: 20px;
    font-family: "Marcellus";
    font-weight: 400;
    color: #fff;
    padding-bottom: 20px;
}
.our-contact a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}
.our-contact li {
    list-style: none;
    padding-left: 35px;
    padding-bottom: 15px;
    position: relative;
}
.footer-phone::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/call-calling.png) no-repeat;
    background-position: center;
    left: 0;
    top: 0;
}
.footer-email::before {
    position: absolute;
    content: "";
    width: 27px;
    height: 24px;
    background: url(../images/sms.png) no-repeat;
    background-position: center;
    left: 0;
    top: 0;
}
.our-contact li:last-child {
    padding-bottom: 0;
}
.our-contact {
    padding: 30px;
    border: 1px solid #ffffff78;
    border-radius: 20px;
    background: #ffffff1f;
    margin: 10px;
    margin-bottom: 40px;
}
.feel-free-contact h4 {
    font-size: 30px;
    font-family: "Marcellus";
    font-weight: 400;
    color: #fff;
    padding-bottom: 20px;
}
.our-contact:last-child {
    margin-bottom: 0;
}
.feel-free-contact .owl-carousel .owl-dots.disabled {
    display: block;
}
.feel-free-contact .owl-carousel button.owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: 5px;
}
.feel-free-contact .owl-carousel button.owl-dot.active {
    background: #f1352f;
}
.feel-free-contact .owl-dots {
    text-align: center;
    padding-top: 20px;
}
.contact-form h5 {
    color: #f1352f;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
}
.contact-form h3 {
    font-size: 40px;
    font-family: "Marcellus";
    font-weight: 400;
    color: #fff;
    padding-bottom: 20px;
}
.contact-form .form-control {
    background: #fff;
    border-radius: 5px;
    padding: 20px 15px;
    box-shadow: none;
    border-color: #fff0;
}
.contact-form input::placeholder {
    color: #000;
    font-weight: 400;
    font-size: 14px;
}
.contact-form textarea::placeholder {
    color: #000;
    font-weight: 400;
    font-size: 14px;
}
.contact-form .form-group {
    margin-bottom: 30px;
}
.sub-btn {
    text-align: right;
}
.sub-btn .btn-primary {
    background: #f1352f;
    border-radius: 50px;
    padding: 15px 45px;
    transition: 0.5s;
    border-color: #f1352f;
    font-size: 15px;
    font-weight: 500;
}
.sub-btn .btn-primary:hover {
    background: #2a3855;
    transition: 0.5s;
}
.footer-sec {
    background: #1f2b45;
    padding: 5% 0;
    padding-bottom: 0;
}
.subscribe-text h4 {
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    padding-right: 41px;
    margin: 0;
}
.subscribe-text span {
    font-size: 14px;
}
.subscribe-from .form-control {
    box-shadow: none;
    padding: 20px 15px;
    border-radius: 35px;
    border-color: #fff0;
}
.subscribe-from .form-group {
    margin-bottom: 0;
}
.subscrib-btn .btn-primary {
    background: #f1352f;
    border-radius: 50px;
    padding: 15px 35px;
    transition: 0.5s;
    border-color: #f1352f;
    font-size: 15px;
    font-weight: 500;
}
.subscribe-from {
    position: relative;
}
.subscrib-btn {
    position: absolute;
    right: 7px;
    bottom: 6px;
}
.boder-line {
    border-bottom: 1px solid #6c6c6c;
    padding-bottom: 30px;
}
.quic-link h4 {
    font-family: "Marcellus";
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    padding-bottom: 15px;
}
.quic-link li {
    list-style: none;
    padding-bottom: 10px;
}
.quic-link li:last-child {
    padding-bottom: 0;
}
.quic-link a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    transition: 0.5s;
}
.quic-link a:hover {
    color: #f1352f;
    margin-left: 5px;
    transition: 0.5s;
}
.quic-link {
    padding-top: 50px;
}
.quic-link p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.quic-link h6 {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}
.coppy-text a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    transition: 0.5s;
    font-weight: 400;
}
.coppy-text a:hover {
    color: #f1352f;
    transition: 0.5s;
}
.coppy-text p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.footer-socilal li {
    list-style: none;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 5px;
    padding: 5px;
}
.footer-socilal a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}
.footer-socilal img {
    width: 11px;
}
.footer-socilal {
    display: flex;
    justify-content: center;
}
.desing-sec p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    text-align: right;
}
.desing-sec a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
    transition: 0.5s;
}
.desing-sec a:hover {
    color: #f1352f;
    transition: 0.5;
}
.coppy-footer {
    background: #1d2538;
    padding: 1% 0;
    margin-top: 70px;
}
#button {
    display: inline-block;
    background-color: #f1352f;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}
#button.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
#button:hover::after {
    color: #2a3855;
    transition: 0.5s;
}
#button::after {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #fff;
    transition: 0.5s;
}
.about-banner {
    background: url(../images/about-banner.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 18% 0;
    padding-left: 180px;
    position: relative;
}
.about-banner::after {
    background-image: linear-gradient(to left, #fff0, #2a3855);
    position: absolute;
    content: "";
    width: 40%;
    height: 100%;
    left: 0;
    top: 0;
}
.about-banner h2 {
    color: #fff;
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 60px;
    position: relative;
    z-index: 5;
}
.about-banner h1 {
    color: #fff;
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 60px;
    position: relative;
    z-index: 5;
}
.sub-page-btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.5s;
    position: relative;
    z-index: 9;
}
.sub-page-btn a:hover {
    color: #f1352f;
}
.sub-page-btn p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
    z-index: 9;
}
.sub-page-btn {
    display: flex;
    align-items: center;
}
.sub-page-btn p::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 10px;
    height: 2px;
    left: 12px;
    top: 13px;
}
.who-we-img {
    position: relative;
}
.sub-logo {
    position: absolute;
    right: -10px;
    bottom: -50px;
}
.who-we-sec {
    padding: 5% 0;
}
.about-who img {
    padding-top: 30px;
}
.who-we-img {
    padding-right: 50px;
}
.our-mission-text h4 {
    color: #1a2228;
    font-size: 45px;
    font-family: "Marcellus";
    font-weight: 400;
}
.mission-content li {
    position: relative;
    list-style: none;
    padding-left: 25px;
    padding-bottom: 20px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}
.mission-content p {
    font-size: 16px;
    font-weight: 400;
    color: #1a2228;
}
.mission-content li::before {
    position: absolute;
    content: "";
    background: url(../images/tick.png) no-repeat;
    background-position: center;
    width: 17px;
    height: 13px;
    left: 0;
    top: 5px;
}
.border-line {
    border-top: 1px solid #e1e1e1bf;
    padding: 40px 0;
}
.mission-content li:last-child {
    padding-bottom: 0;
}
.objective-sec {
    background: url(../images/education-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 17%;
    border-radius: 20px;
    padding-right: 52%;
    margin-top: 5%;
    position: relative;
    z-index: 9;
}
.education-text li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    padding-bottom: 15px;
    color: #fff;
    font-weight: 400;
}
.education-text span {
    font-weight: 700;
}
.education-text li::before {
    position: absolute;
    content: "";
    background: url(../images/tick.png) no-repeat;
    background-position: center;
    width: 17px;
    height: 13px;
    left: 0;
    top: 5px;
}
.education-text {
    background: #2a3855bf;
    padding: 30px 25px;
    border-radius: 0 20px 0 20px;
}
.education-text h3 {
    color: #fff;
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 45px;
}
.education-text p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.milestone-sec h5 {
    color: #f1352f;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    padding-left: 50px;
}
.milestone-sec h3 {
    color: #1a2228;
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 40px;
    padding-left: 50px;
    padding-bottom: 30px;
}
.history-sec h4 {
    color: #fef4f3;
    text-shadow: -1px -1px 0 #1a2228, 1px -1px 0 #1a2228, -1px 1px 0 #1a2228, 1px 1px 0 #1a2228;
    font-size: 50px;
    font-weight: 900;
    padding-bottom: 30px;
    position: relative;
    padding-left: 35px;
    transition: 0.5s;
}
.history-sec h4::after {
    position: absolute;
    content: "";
    background: #decbc9;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    transition: 0.5s;
}
.history-sec h4::before {
    position: absolute;
    content: "";
    background: #decbc9;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 31px;
    bottom: -4px;
    transition: 0.5s;
    z-index: 9;
}
.history-sec p {
    font-size: 15px;
    color: #1a2228;
    font-weight: 400;
    margin: 0;
    padding-left: 35px;
    padding-top: 30px;
    padding-right: 20px;
}
.history-sec {
    transition: 0.5s;
}
.history-sec:hover h4 {
    color: #f1352f;
    transition: 0.5s;
    text-shadow: none;
}
.history-sec:hover h4::before {
    background: #f1352f;
    transition: 0.5s;
}
.milestone-sec {
    padding: 5% 0;
    background: url(../images/placement-bg.png) #fef4f3 no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -10%;
    padding-top: 13%;
    position: relative;
}
.milestone-sec .owl-carousel .owl-nav.disabled {
    display: block;
}
.milestone-sec .owl-carousel .owl-nav button.owl-prev {
    background: url(../images/time-line-left-1.png) no-repeat;
    background-position: center;
    width: 61px;
    height: 61px;
}
.milestone-sec .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
.milestone-sec .owl-carousel .owl-nav button.owl-next {
    background: url(../images/time-line-right-2.png) no-repeat;
    background-position: center;
    width: 61px;
    height: 61px;
    margin-left: 10px;
}
.milestone-sec .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.milestone-sec .owl-nav {
    position: absolute;
    top: -105px;
    right: 110px;
}
.programe-banner {
    background: url(../images/program-banner.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 18% 0;
    padding-left: 180px;
}
.programe-banner h2 {
    color: #fff;
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 60px;
}
.curriculum-text h5 {
    color: #f1352f;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.curriculum-text h3 {
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 45px;
    color: #1a2228;
}
.curriculum-text h6 {
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 25px;
    color: #1a2228;
}
.curriculum-content p {
    font-weight: 400;
    font-size: 16px;
    color: #1a2228;
    margin: 0;
    line-height: 37px;
}
.curriculum-sec {
    padding: 5% 0;
}
.advantage-list li {
    list-style: none;
    padding-bottom: 15px;
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}
.advantage-list li::before {
    position: absolute;
    content: "";
    background: url(../images/tick.png) no-repeat;
    background-position: center;
    width: 17px;
    height: 13px;
    left: 0;
    top: 5px;
}
.advantage-list h3 {
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 45px;
    color: #1a2228;
    padding-bottom: 20px;
}
.advantage-sec {
    padding: 5% 0;
}
.campus-text li {
    list-style: none;
    font-size: 16px;
    color: #fff;
    padding-left: 35px;
    padding-bottom: 20px;
    position: relative;
}
.campus-text li:last-child {
    padding-bottom: 0;
}
.campus-text li::before {
    position: absolute;
    content: "";
    background: url(../images/tick.png) no-repeat;
    background-position: center;
    width: 17px;
    height: 13px;
    left: 0;
    top: 5px;
}
.campus-text {
    background: #2a3855;
    padding: 20px 30px;
}
.campus-text h3 {
    color: #fff;
    font-size: 35px;
    font-family: "Marcellus";
    font-weight: 400;
    padding-bottom: 30px;
}
.campus-img {
    height: 100%;
}
.campus-img img {
    height: 100%;
}
.curriculum-listing li {
    list-style: none;
    padding-bottom: 20px;
    padding-left: 35px;
    font-size: 16px;
    color: #1a2228;
    font-weight: 400;
    position: relative;
}
.curriculum-listing li::before {
    position: absolute;
    content: "";
    background: url(../images/tick.png) no-repeat;
    background-position: center;
    width: 17px;
    height: 13px;
    left: 0;
    top: 5px;
}
.curriculum-bg h3 {
    text-align: center;
    font-family: "Marcellus";
    font-weight: 400;
    padding-bottom: 30px;
    font-size: 45px;
}
.curriculum-bg {
    padding: 5% 0;
}
.curriculum-btn h5 {
    font-weight: 600;
    font-size: 17px;
    color: #1a2228;
    margin: 0;
}
.for-details {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbdbdb;
    border-radius: 30px;
    padding: 10px 20px;
    margin: 0 31%;
    margin-top: 30px;
    justify-content: space-between;
}
.curriculum-btn .btn-primary {
    background: #f1352f;
    border-color: #f1352f;
    border-radius: 20px;
    padding: 8px 25px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.5s;
}
.curriculum-btn .btn-primary:hover {
    background: #1f2b45;
    border-color: #1f2b45;
    transition: 0.5s;
}
.curriculum-btn .btn-primary img {
    margin-right: 8px;
}
.curriculum-btn::after {
    position: absolute;
    content: "";
    background: #cecece;
    right: 0;
    top: 31px;
    width: 31%;
    height: 1px;
}
.curriculum-btn {
    position: relative;
}
.curriculum-btn::before {
    position: absolute;
    content: "";
    background: #cecece;
    left: 0;
    top: 31px;
    width: 31%;
    height: 1px;
}
.competitive-detils p {
    color: #1a2228;
    font-size: 16px;
    font-weight: 400;
    line-height: 37px;
    padding-bottom: 20px;
}
.competitive-detils h5 {
    font-weight: 600;
    font-size: 19px;
    color: #1a2228;
    padding-bottom: 20px;
}
.competitive-text h3 {
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 45px;
    padding-bottom: 20px;
}
.titile-head {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    background: #dbc5c57d;
}
.competitive-sec {
    background: #fef4f3;
    padding: 5% 0;
}
.competitive-detils .table-bordered th {
    border: 1px solid #858585;
}
.competitive-detils .table-bordered td {
    border: 1px solid #858585;
    color: #000;
    font-weight: 500;
    text-align: center;
}
.table-bordered tbody {
    border-radius: 20px !important;
}
.table-bordered {
    margin: 0;
    display: inline-table;
}
.competitive-detils tr {
    border-radius: 20px !important;
}
.qulitiy-text h3 {
    color: #1a2228;
    font-size: 35px;
    font-family: "Marcellus";
    font-weight: 400;
    padding-bottom: 15px;
    margin: 0;
}
.qulitiy-text p {
    color: #1a2228;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    line-height: 37px;
}
.qulitiy-text {
    padding-bottom: 35px;
}
.qulitiy-text:last-child {
    padding-bottom: 0;
}
.padd1 {
    padding-right: 7px;
}
.padd2 {
    padding-left: 7px;
}
.qulitiy-img .row {
    padding-top: 15px;
}
.qulitiy-sec {
    padding: 5% 0;
}
.line-line1 {
    margin-left: 30px;
    position: relative;
}
.line-line1::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 10px;
    height: 2px;
    left: -18px;
    top: 13px;
}
.faculty-tiltil h5 {
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #f1352f;
}
.faculty-tiltil h3 {
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 35px;
    color: #1a2228;
}
.faculty-list h4 {
    color: #1a2228;
    font-size: 20px;
    font-family: "Marcellus";
    font-weight: 400;
    margin: 0;
}
.faculty-list .btn-primary {
    background: #f1352f;
    border-color: #f1352f;
    border-radius: 20px;
    padding: 8px 25px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.5s;
    box-shadow: none;
}
.faculty-list .btn-primary:hover {
    background: #1f2b45;
    transition: 0.5s;
    border-color: #1f2b45;
}
.faculty-list .form-control {
    border-color: #cecece;
    box-shadow: none;
    border-radius: 20px;
    padding: 8px 10px;
}
.faculty-list .custom-select1 {
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-icon.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    border-color: #cecece;
    box-shadow: none;
    border-radius: 20px;
    padding: 8px 10px;
}
.faculty-list select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.faculty-list .form-group {
    margin-bottom: 0;
}
.faculty-name h4 {
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 18px;
    color: #1a2228;
    margin: 0;
    transition: 0.5s;
}
.faculty-name h6 {
    font-size: 14px;
    font-weight: 400;
    color: #1a2228;
    margin: 0;
    transition: 0.5s;
}
.faculty-name {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 93%;
    margin-left: 11px;
    z-index: 9;
    transition: 0.5s;
    transition: all 0.3s ease-in-out;
}
.faculty-img {
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    margin-bottom: 40px;
}
.faculty-img img {
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.faculty-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(255 17 0 / 0.5) 0%, #fff0 100%);
    display: none;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}
.faculty-img:hover::after {
    display: block;
    transition: all 0.3s ease-in-out;
}
.faculty-img:hover .faculty-name {
    background: #f1352f;
    transition: all 0.3s ease-in-out;
}
.faculty-img:hover h4 {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.faculty-img:hover h6 {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.name-social {
    position: absolute;
    top: 60px;
    right: -50px;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}
.faculty-img:hover .name-social {
    right: 15px;
}
.name-social li {
    list-style: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
}
.name-social li:last-child {
    margin-bottom: 0;
}
.name-social a {
    color: #1a2228;
    font-size: 15px;
    text-decoration: none;
}
.faculty-img:hover .name-social {
    display: block;
    transition: 0.5s;
}
.name-social img {
    border-radius: 0;
    width: 12px;
}
.faculty-sec {
    padding: 5% 0;
}
.padd-box {
    padding-bottom: 30px;
    border-bottom: 1px solid #cecece;
}
.box-line {
    padding-top: 40px;
}
.awards-banner {
    background: url(../images/awards-banner.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 18% 0;
    padding-left: 180px;
}
.awards-banner h2 {
    color: #fff;
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 60px;
}
.tab-sec .nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 30px;
}
.nav-tabs .nav-link {
    border: none;
    font-size: 20px;
    color: #1a2228;
    font-family: "Marcellus";
    font-weight: 400;
    border-radius: 0;
}
.nav-tabs .nav-link.active {
    background: #f1352f;
    color: #fff;
    transition: 0.5s;
}
.tab-text h4 {
    font-size: 20px;
    font-weight: 500;
    color: #f1352f;
    transition: 0.5s;
}
.tab-text p {
    font-size: 16px;
    color: #1a2228;
    font-weight: 400;
    transition: 0.5s;
}
.tab-text {
    background: #fff;
    box-shadow: 0 3px 6px #00000029;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    height: 275px;
    transition: 0.5s;
}
.tab-text:hover {
    background: #f1352f;
    transition: 0.5s;
}
.tab-text:hover h4 {
    color: #fff;
    transition: 0.5s;
}
.tab-text:hover p {
    color: #fff;
    transition: 0.5s;
}
.awards-sec {
    background: #fef4f3;
    padding: 5% 0;
}
.infrastructure-banner {
    background: url(../images/infrastructure-banner.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 18% 0;
    padding-left: 180px;
}
.infrastructure-banner h2 {
    color: #fff;
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 60px;
}
.library-sec {
    position: relative;
}
.library-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1d2538ab;
    padding: 20px;
}
.library-text li {
    list-style: none;
    padding-left: 25px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    position: relative;
}
.library-text li::before {
    position: absolute;
    content: "";
    background: url(../images/tick.png) no-repeat;
    background-position: center;
    width: 17px;
    height: 13px;
    left: 0;
    top: 5px;
}
.library-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.library-text a {
    display: block;
    color: #f1352f;
    text-decoration: none;
    font-size: 15px;
    transition: 0.5s;
    margin-bottom: 10px;
}
.library-text a:hover {
    color: #fff;
    transition: 0.5s;
}
.library-sec h3 {
    font-size: 40px;
    font-family: "Marcellus";
    font-weight: 400;
    color: #1a2228;
    padding-bottom: 20px;
}
.library-sec {
    padding-top: 5%;
}
.last-mar {
    margin-bottom: 5%;
    color: #2a3855;
}
.statutory-banner {
    background: url(../images/statutory-banner.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 18% 0;
    padding-left: 180px;
}
.statutory-banner h2 {
    color: #fff;
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 60px;
}
.anuval-box {
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0 3px 6px #00000029;
}
.monthy-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #012859;
    padding: 30px 15px;
    position: relative;
}
.monthy-bx::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 3px;
    background: #002156;
    left: 0;
    bottom: 0;
}
.monthy-bx h5 {
    padding-left: 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
.monthy-bx::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 3px;
    background: #f1352f;
    right: 0;
    bottom: 0;
}
.anuval-box a {
    text-decoration: none;
}
.report-sec h3 {
    font-size: 20px;
    font-family: "Marcellus";
    font-weight: 400;
    color: #1a2228;
    padding-bottom: 15px;
    margin: 0;
}
.report-sec {
    padding: 5% 0;
    background: #fef1f0;
}
.report-sec .container {
    padding-bottom: 30px;
}
.report-sec .container:last-child {
    padding-bottom: 0;
}
.contact-banner {
    background: url(../images/contact-banner.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 18% 0;
    padding-left: 180px;
}
.contact-banner h2 {
    color: #fff;
    font-size: 60px;
    font-family: "Marcellus";
    font-weight: 400;
}
.contcat-locate {
    background: #fff;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 10px;
    padding: 20px;
    height: 160px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.5s;
    border: 1px solid #d9d9d9;
}
.contcat-locate h5 {
    color: #1a2228;
    font-size: 18px;
    font-family: "Marcellus";
    font-weight: 400;
    transition: 0.5s;
    padding-bottom: 20px;
}
.contcat-locate a {
    color: #1a2228;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.5s;
}
.contcat-locate:hover {
    background: #f1352f;
    transition: 0.5s;
}
.contcat-locate:hover h5 {
    color: #fff;
    transition: 0.5s;
}
.contcat-locate:hover a {
    color: #fff;
    transition: 0.5s;
}
.contact-bg {
    padding: 5% 0;
}
.contact-from {
    background: #fef4f3;
    padding: 5% 0;
}
.contact-from .form-group {
    margin-bottom: 22px;
}
.contact-from .form-group:last-child {
    margin-bottom: 0;
}
.contact-from .form-control {
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 15px;
    border: 1px solid #b1b1b1;
}
.contact-from input::placeholder {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.contact-from textarea::placeholder {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.contact-from h3 {
    font-size: 35px;
    color: #1a2228;
    font-family: "Marcellus";
    font-weight: 400;
    padding-bottom: 40px;
    margin: 0;
}
.activites-sec {
    background: #fef1f0;
    padding: 5% 0;
}
.activites-sec .row {
    background: #fff;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 10px;
    padding: 30px 15px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    transition: 0.5s;
}
.activites-sec .row:last-child {
    margin-bottom: 0;
}
.activites-sec .row:hover {
    background: #f1352f;
    transition: 0.5s;
}
.activites-text h3 {
    font-size: 35px;
    font-family: "Marcellus";
    font-weight: 400;
    color: #1a2228;
    margin: 0;
    padding-bottom: 15px;
    transition: 0.5s;
}
.activites-sec .row:hover h3 {
    color: #fff;
    transition: 0.5s;
}
.activites-text p {
    color: #1a2228;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    transition: 0.5s;
}
.activites-sec .row:hover p {
    color: #fff;
    transition: 0.5s;
}
.active-img {
    overflow: hidden;
}
.active-img img {
    width: 100%;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.active-img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
.achievements-banner {
    background: url(../images/achievements-banner.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 18% 0;
    padding-left: 180px;
}
.achievements-banner h2 {
    color: #fff;
    font-size: 60px;
    font-family: "Marcellus";
    font-weight: 400;
}
.achievements-img img {
    border-radius: 10px;
}
.achievements-img h4 {
    font-size: 18px;
    font-family: "Marcellus";
    font-weight: 400;
    color: #1a2228;
    transition: all 0.3s ease-in-out;
}
.achievements-img h6 {
    color: #1a2228;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.achievements-img {
    position: relative;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}
.achive-text {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 93%;
    background: #fff;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    margin-left: 11px;
    text-align: center;
    transition: 0.5s;
    transition: all 0.3s ease-in-out;
}
.achievements-img:hover .achive-text {
    background: #f1352f;
    transition: all 0.3s ease-in-out;
}
.achievements-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(255 17 0 / 0.5) 0%, #fff0 100%);
    display: none;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}
.achievements-img:hover::after {
    display: block;
    transition: all 0.3s ease-in-out;
}
.achievements-img:hover h4 {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.achievements-img:hover h6 {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.achievements-sec {
    padding: 5% 0;
    background: #fef4f3;
}
.other-text {
    position: relative;
    background: none;
    text-align: left;
    bottom: 0;
    width: 100%;
    margin-left: 0;
    padding: 0;
}
.other-text h4 {
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 25px;
    color: #1a2228;
}
.other-text h6 {
    font-weight: 500;
    color: #1a2228;
    font-size: 16px;
}
.box-box {
    background: #fff;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 10px;
    margin: 0;
    padding: 20px 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.box-box:last-child {
    margin-bottom: 0;
}
.testi-banner {
    background: url(../images/testi-banner.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 18% 0;
    padding-left: 180px;
}
.testi-img-sec img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.testi-banner h2 {
    font-family: "Marcellus";
    font-weight: 400;
    color: #fff;
    font-size: 60px;
}
.testi-box img {
    margin: auto;
}
.testi-box1 h3 {
    color: #1a2228;
    font-family: "Marcellus";
    font-weight: 400;
    font-size: 35px;
    padding-top: 10px;
}
.testi-box1 h4 {
    font-size: 17px;
    color: #1a2228;
    font-weight: 500;
}
.testi-box1 h6 {
    font-size: 15px;
    color: #1a2228;
    font-weight: 500;
}
.testi-box1 p {
    font-size: 16px;
    color: #1a2228;
    font-family: "Marcellus";
    font-weight: 400;
}
.testi-box1 p:last-child {
    margin-bottom: 0;
}
.testi-contant-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px #00000029;
    margin: 10px;
    padding: 15px 0;
    text-align: center;
}
.testi-bg {
    background: #fef1f0;
    padding: 5% 0;
}
.testi-bg .owl-carousel .owl-nav button.owl-next {
    background: url(../images/testi-arrow-2.png) no-repeat;
    background-position: center;
    width: 61px;
    height: 61px;
}
.testi-bg .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.testi-bg .owl-carousel .owl-nav button.owl-prev {
    background: url(../images/testi-arrow-1.png) no-repeat;
    background-position: center;
    width: 61px;
    height: 61px;
    margin-right: 10px;
}
.testi-bg .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
.testi-bg .owl-nav {
    text-align: center;
    padding-top: 20px;
}
.about-who h3 {
    padding-top: 0 !important;
    margin-bottom: 0;
}
.who-we-img {
    height: 100%;
}
.who-we-img img {
    height: 100%;
}
.contant-sec .row {
    padding-top: 55px;
}
.contant-sec .row:first-child {
    padding-top: 0 !important;
}
.contant-bg-sec {
    background: #fef4f3;
    padding: 5% 0;
}
.contant-sec {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px #00000029;
    padding: 30px;
}
.contant-sec p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.contant-sec li {
    list-style: none;
    padding: 20px 10px;
    display: inline-block;
}
.contant-sec li:last-child {
    padding-left: 0 !important;
}
.contant-sec a {
    background: #f1352f;
    border-radius: 10px;
    padding: 8px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: 0.5s;
}
.contant-sec a:hover {
    background: #002156;
    color: #fff;
    transition: 0.5s;
}
.contant-sec h3 {
    font-size: 25px;
    padding-top: 25px;
    font-weight: 500;
    color: #000;
    padding-bottom: 20px;
}
.contant-btn {
    background: #002156 !important;
    transition: 0.5s;
}
.contant-btn:hover {
    background: #f1352f !important;
    transition: 0.5s;
}
.contant-sec h5 {
    font-size: 18px;
    padding-top: 25px;
    font-weight: 500;
    color: #ca252b;
}
.contant-sec h4 {
    font-weight: 500;
    color: #000;
    font-size: 20px;
}
.contant-sec p:last-child {
    margin-bottom: 0;
}
.about-who {
    padding-left: 0;
}
.about-who li {
    display: list-item;
    position: relative;
    padding: 0 0 10px 20px;
    font-size: 15px;
}
.about-who li:last-child {
    padding-left: 20px !important;
}
.finance-banner {
    background: url(../images/research.png) no-repeat;
}
.finance-sec {
    padding: 5% 0;
}
.finance-tab-head .nav-pills {
    margin-top: 50px;
    margin-bottom: 50px !important;
    border-radius: 5px;
    gap: 5px;
}
.finance-tab-head .nav-link {
    color: #000;
    border-left: 0.4px solid #fff;
    border-right: 0.4px solid #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #eee;
}
.finance-tab-head .nav-pills .nav-link.active {
    background-color: #ca252b;
}
.f-content-bx h3 {
    margin: 30px 0;
    color: #ca252b;
}
.auth-card {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
}
.auth-card h5 {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
}
.auth-card h4 {
    font-size: 18px;
    color: #ca252b;
    font-weight: 400;
}
.auth-card .topic-bx {
    margin-top: 20px;
    width: 100%;
}
.auth-card p {
    font-weight: 300;
    font-size: 17px;
}
.download-f-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.download-f-btn a img {
    width: 30px;
}
.topic-bx .row {
    margin-left: 0;
    margin-right: 0;
}
.f-content-bx .auth-card:last-child {
    margin-bottom: 0;
}
.faq-sec {
    padding: 5% 0;
}
.faq-a {
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    background: #f5f5f5;
    box-shadow: rgb(0 0 0 / 0.24) 0 3px 8px;
    float: left;
    padding: 24px 27px;
    border-radius: 19px;
    position: relative;
}
.faq-a.collapsed::after {
    content: "+";
}
.faq-a::after {
    position: absolute;
    content: "-";
    right: 0;
    top: 17px;
    right: 25px;
    font-size: 28px;
    font-weight: 200;
}
.faq-card {
    border: none;
    margin-bottom: 20px;
}
.faq-content {
    padding: 35px;
    background: #f5f5f5;
    border-radius: 12px;
    margin-top: 15px;
}
.faq-content ul {
    margin-left: 15px;
}
.faq-bx h3 {
    margin: 30px 0;
    color: #ca252b;
    font-size: 25px;
}
.modal-content {
    width: 500px !important;
}

/* floating button */
.fixe-btn{
    position: fixed;
    right: 0;
    top: 45%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    writing-mode: tb;
    z-index: 9;
}
.fixe-btn a{
    background: #ca252b;
    padding: 20px 10px; 
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    transition: 0.5s;
}
.fixe-btn a:hover{
    background: #1f2b45;
    transition: 0.5s;
}
/* floating button */

@media (max-width: 1266px) {
    .navbar-nav {
        display: none;
    }
    .headLeftmain {
        display: none;
    }
    .other-tag {
        display: none;
    }
    header .toggle {
        right: 0;
    }
    .modal-content {
        width: 100% !important;
    }
    .modal.fade .modal-dialog {
        width: 100% !important;
    }
}
@media (max-width: 991px) {
    .about-who li {
        padding: 0 0 8px 25px !important;
    }
    .phone-nubber {
        display: block;
    }
    .desk-top-number {
        display: none;
    }
    .banner-img::after {
        width: 55%;
    }
    .back-video {
        width: 100%;
        height: 100%;
    }
    .social-head {
        display: none;
    }
    .m-contact a {
        font-size: 18px;
    }
    .m-contact ul li a {
        font-size: 14px;
    }
    .overlay-close {
        top: 25px;
    }
    .head-menu {
        right: 0;
        top: 9px;
    }
    .desktop-menu {
        padding: 10px 0;
    }
    .menu-container {
        padding: 15px;
    }
    .overlay-menu {
        padding: 15px;
    }
    .mlinks-bx {
        padding-top: 10px;
    }
    .overlay-close {
        width: 40px;
        height: 40px;
    }
    .overlay-close i {
        font-size: 18px;
    }
    .m-header h2 {
        margin-bottom: 5px;
        font-size: 20px;
    }
    .m-links a {
        font-size: 14px;
    }
    .m-tags li {
        padding-bottom: 5px;
    }
    .m-contact p {
        font-size: 14px;
    }
    .m-tags {
        padding-top: 0;
    }
    .social-icon {
        display: none;
    }
    .banner-text {
        padding-left: 0;
    }
    .banner-text h2 {
        font-size: 35px;
    }
    .banner-text h1 {
        font-size: 35px;
    }
    .banner-text h3 {
        font-size: 17px;
    }
    .banner-text h5 {
        padding-right: 0;
        font-size: 16px;
    }
    .banner .owl-carousel .owl-nav {
        display: none;
    }
    .navbar-light .navbar-toggler {
        display: none;
    }
    .phone-banner {
        display: block;
    }
    .desk-top-banner {
        display: none;
    }
    .latest-event-sec {
        padding-left: 0;
    }
    .latest-event-sec h3 {
        padding-bottom: 5px;
    }
    .latest-event-sec .owl-nav {
        display: none;
    }
    .other-logo {
        position: absolute;
        top: -25px;
        left: -16px;
    }
    .who-we-text {
        padding-left: 0;
        padding-top: 30px;
    }
    .who-we-text h3 {
        font-size: 35px;
    }
    .who-we-text p {
        font-size: 14px;
        line-height: unset;
    }
    .who-we-text h6 {
        color: #1a2228;
        font-family: "Marcellus";
        font-weight: 400;
        font-size: 20px;
        padding-bottom: 0;
    }
    .who-we-text li {
        font-size: 14px;
    }
    .program-text h3 {
        font-size: 35px;
    }
    .program-text p {
        font-size: 14px;
        line-height: unset;
    }
    .program-logo {
        display: none;
    }
    .program-img {
        display: none;
    }
    .text-right {
        text-align: left !important;
    }
    .why-choose-sec h3 {
        font-size: 35px;
        padding-bottom: 15px;
    }
    .padd-box {
        padding-bottom: 15px;
    }
    .bg-se-box {
        display: none;
    }
    .campus-plac {
        display: none;
    }
    .final-place::after {
        display: none;
    }
    .final-place {
        margin-top: 20px;
    }
    .final-btn {
        position: relative;
        right: 0;
        margin-left: 10px;
    }
    .placement-text {
        border-radius: 0;
        padding: 25px 15px;
    }
    .pl-0 {
        padding-left: 15px !important;
    }
    .placement-img {
        padding-top: 30px;
    }
    .placement-top {
        background: #fff;
        border-radius: 10px;
        padding: 8px 10px;
        box-shadow: 0 3px 6px #00000029;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
    }
    .top-text h4 {
        color: #1a2228;
        font-family: "Marcellus";
        font-weight: 400;
        font-size: 20px;
        margin: 0;
        padding-left: 0;
        position: relative;
        padding-bottom: 10px;
    }
    .team-sec h3 {
        padding-bottom: 5px;
    }
    .team-sec .owl-nav {
        display: none;
    }
    .testimonial-sec h3 {
        padding-bottom: 10px;
    }
    .testi-sec {
        padding: 25px 15px;
        margin-top: 30px;
    }
    .pr-0 {
        padding-right: 15px !important;
    }
    .club-img {
        text-align: center;
    }
    .club-text h3 {
        padding-bottom: 20px;
    }
    .contact-sec {
        margin: 0;
        border-radius: 0;
    }
    .our-contact {
        margin-bottom: 25px;
    }
    .sub-btn {
        text-align: left;
    }
    .footer-logo {
        padding-bottom: 20px;
    }
    .subscribe-text {
        padding-bottom: 30px;
    }
    .quic-link {
        padding-top: 20px;
    }
    .quic-link h4 {
        margin: 0;
        background: #ffffff1f;
        padding: 10px;
        margin-bottom: 10px;
    }
    .footer-socilal {
        justify-content: center;
        padding: 8px 0;
    }
    .coppy-text {
        text-align: center;
    }
    .desing-sec p {
        text-align: center;
    }
    .coppy-footer {
        margin-top: 20px;
    }
    .about-banner {
        padding: 10% 0;
        padding-left: 15px;
    }
    .about-banner::after {
        width: 55%;
    }
    .about-banner h2 {
        font-size: 30px;
    }
    .about-banner h1 {
        font-size: 30px;
    }
    .sub-page-btn p {
        font-size: 15px;
    }
    .sub-page-btn a {
        font-size: 15px;
    }
    .who-we-img {
        padding-right: 0;
    }
    .border-line {
        margin: 0;
        padding: 30px 0;
    }
    .our-mission-text h4 {
        font-size: 25px;
    }
    .mission-content p {
        font-size: 14px;
    }
    .mission-content li {
        font-size: 15px;
    }
    .mission-content li:last-child {
        padding-bottom: 15px;
    }
    .objective-sec {
        margin-top: 0;
        padding-right: 0;
    }
    .objective-sec h3 {
        font-size: 25px;
    }
    .education-text p {
        font-size: 14px;
    }
    .education-text li {
        font-size: 15px;
    }
    .milestone-sec {
        margin-top: 30px;
        padding-top: 5%;
    }
    .milestone-sec h5 {
        padding-left: 15px;
    }
    .milestone-sec h3 {
        font-size: 25px;
        padding-left: 15px;
    }
    .milestone-sec .owl-nav {
        display: none;
    }
    .history-sec p {
        font-size: 14px;
        padding-top: 15px;
    }
    .history-sec h4 {
        font-size: 30px;
    }
    .education-text {
        padding: 20px 15px;
    }
    .programe-banner {
        padding-left: 15px;
    }
    .programe-banner h2 {
        font-size: 30px;
    }
    .curriculum-text h3 {
        font-size: 25px;
    }
    .curriculum-text h6 {
        font-size: 20px;
    }
    .curriculum-content p {
        line-height: unset;
        font-size: 14px;
    }
    .advantage-list h3 {
        font-size: 25px;
        padding-bottom: 15px;
        margin: 0;
    }
    .advantage-list li {
        font-size: 14px;
    }
    .campus-text h3 {
        padding-bottom: 15px;
        margin: 0;
        font-size: 25px;
        font-size: 25px;
    }
    .campus-text {
        padding: 20px 15px;
    }
    .campus-text li {
        font-size: 14px;
    }
    .curriculum-bg h3 {
        margin: 0;
        font-size: 25px;
        padding-bottom: 15px;
    }
    .curriculum-listing li {
        font-size: 14px;
    }
    .table-bordered {
        display: block;
    }
    .for-details {
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
    }
    .curriculum-btn::before {
        display: none;
    }
    .curriculum-btn::after {
        display: none;
    }
    .for-details {
        display: block;
        border-radius: 10px;
        padding: 10px 15px;
    }
    .curriculum-btn h5 {
        padding-right: 0;
        padding-bottom: 10px;
        font-size: 15px;
    }
    .curriculum-btn .btn-primary {
        font-size: 13px;
    }
    .competitive-text h3 {
        font-size: 25px;
        margin: 0;
        padding-bottom: 15px;
    }
    .competitive-detils p {
        line-height: unset;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .competitive-detils h5 {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .titile-head {
        font-size: 14px;
    }
    .qulitiy-text h3 {
        font-size: 25px;
        padding-bottom: 5px;
    }
    .qulitiy-text p {
        font-size: 14px;
        line-height: unset;
    }
    .qulitiy-text {
        padding-bottom: 20px;
    }
    .qulitiy-img .row {
        display: none;
    }
    .qulitiy-img {
        padding-top: 20px;
    }
    .faculty-list .form-group {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .faculty-list h4 {
        font-size: 17px;
    }
    .faculty-tiltil h3 {
        font-size: 25px;
    }
    .faculty-img {
        margin-bottom: 20px;
    }
    .box-line {
        padding-top: 25px;
    }
    .awards-banner h2 {
        font-size: 30px;
    }
    .padd-line {
        padding-left: 0;
        padding-right: 0;
    }
    .nav-tabs .nav-link {
        font-size: 16px;
    }
    .tab-sec .nav-tabs {
        margin-bottom: 20px;
        justify-content: left;
    }
    .tab-text p {
        font-size: 14px;
        margin: 0;
    }
    .tab-text {
        height: auto;
        margin-bottom: 15px;
    }
    .awards-banner {
        padding: 10% 0;
        padding-left: 15px;
    }
    .library-text {
        position: relative;
    }
    .library-text li {
        font-size: 14px;
    }
    .library-text li:last-child {
        padding-bottom: 0;
    }
    .library-text p:last-child {
        margin-bottom: 0;
    }
    .library-text p {
        font-size: 14px;
    }
    .library-sec h3 {
        padding-bottom: 5px;
        margin: 0;
        font-size: 25px;
    }
    .library-sec {
        background: #fff;
        box-shadow: 0 3px 6px #00000029;
        border-radius: 10px;
        padding: 15px;
        margin-top: 20px;
    }
    .infrastructure-banner {
        padding: 10% 0;
        padding-left: 15px;
    }
    .infrastructure-banner h2 {
        font-size: 30px;
    }
    .statutory-banner {
        padding: 10% 0;
        padding-left: 15px;
    }
    .statutory-banner h2 {
        font-size: 30px;
    }
    .report-sec h3 {
        font-size: 18px;
    }
    .report-sec .container {
        padding-bottom: 10px;
        padding-bottom: 10px;
    }
    .monthy-bx::before {
        width: 180px;
    }
    .monthy-bx::after {
        width: 180px;
    }
    .monthy-bx h5 {
        font-size: 15px;
    }
    .report-sec {
        padding-bottom: 0;
    }
    .contact-banner {
        padding: 10% 0;
        padding-left: 15px;
    }
    .contact-banner h2 {
        font-size: 30px;
    }
    .contcat-locate {
        display: block;
        height: auto;
        padding: 15px;
    }
    .contcat-locate h5 {
        margin: 0;
        padding-bottom: 10px;
    }
    .contact-from h3 {
        padding-bottom: 15px;
        font-size: 25px;
    }
    .contact-from .form-control {
        padding: 10px;
    }
    .map-locate {
        padding-top: 20px;
    }
    .contact-from input::placeholder {
        font-size: 12px;
    }
    .contact-from textarea::placeholder {
        font-size: 12px;
    }
    .contact-from .form-group {
        margin-bottom: 10px;
    }
    .contcat-locate a {
        display: block;
    }
    .activites-text h3 {
        font-size: 25px;
        padding-bottom: 5px;
        padding-top: 10px;
    }
    .activites-sec .row {
        padding: 15px 0;
        margin-bottom: 15px;
    }
    .activites-text p {
        font-size: 14px;
    }
    .oder-box {
        order: 2;
    }
    .achievements-banner {
        padding: 10% 0;
        padding-left: 15px;
    }
    .achievements-banner h2 {
        font-size: 30px;
    }
    .other-text h4 {
        font-size: 20px;
    }
    .other-text h6 {
        font-size: 14px;
    }
    .achievements-img {
        margin-bottom: 15px;
    }
    .testi-banner {
        padding: 10% 0;
        padding-left: 15px;
    }
    .testi-banner h2 {
        font-size: 30px;
    }
    .testi-box1 h3 {
        font-size: 20px;
    }
    .testi-box1 h4 {
        font-size: 16px;
    }
    .testi-box1 p {
        font-size: 14px;
    }
    .contant-bg-sec {
        padding: 5% 0;
    }
    .contant-sec {
        padding: 15px;
    }
    .contant-sec p {
        font-size: 14px;
    }
    .contant-sec a {
        font-size: 13px;
        display: block;
        padding: 8px 20px;
    }
    .contant-btn {
        display: unset !important;
    }
    .contant-sec h3 {
        font-size: 20px;
    }
    .contant-sec h4 {
        font-size: 18px;
    }
    .contant-sec h5 {
        font-size: 16px;
    }
    .contant-sec li {
        padding: 7px 0;
    }
    .modal-content {
        width: 100% !important;
    }
    .modal.fade .modal-dialog {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    .navbar-brand {
        width: 150px;
    }
    header .toggle img {
        width: 40px;
    }
    .social-icon {
        display: none;
    }
    .latest-event-sec h3 {
        font-size: 25px;
    }
    .who-we-text h3 {
        font-size: 25px;
    }
    .program-text h3 {
        font-size: 25px;
    }
    .program-text a {
        font-size: 14px;
    }
    .program-text h4 {
        font-size: 20px;
    }
    .why-choose-sec h3 {
        font-size: 25px;
    }
    .choose-text h4 {
        font-size: 45px;
        padding-top: 20px;
    }
    .choose-text p {
        font-size: 14px;
    }
    .bg-change {
        font-size: 14px;
    }
    .other-bg {
        font-size: 14px;
    }
    .placement-text h3 {
        font-size: 25px;
    }
    .placement-text p {
        line-height: unset;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .more-btn {
        font-size: 14px;
    }
    .downlod-btn {
        font-size: 14px;
    }
    .team-sec h3 {
        font-size: 25px;
    }
    .first-f-para p {
        text-align: justify;
        font-size: 14px;
    }
    .finance-tab-head .nav-pills {
        margin: 5% 0;
        margin-bottom: 5% !important;
    }
    .f-content-bx h3 {
        margin: 5% 0;
        margin-top: 0;
        font-size: 22px;
    }
    .auth-card {
        padding: 20px;
        margin-bottom: 20px;
    }
    .auth-card h5 {
        font-size: 14px;
    }
    .auth-card h4 {
        font-size: 16px;
    }
    .auth-card p {
        font-size: 15px;
    }
    .download-f-btn a img {
        width: 25px;
    }
    .faq-a {
        padding: 20px 24px;
    }
    .faq-bx h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .faq-content {
        padding: 20px;
    }
    .modal-content {
        width: 100% !important;
    }
    .modal.fade .modal-dialog {
        width: 100% !important;
    }
}
@media (max-width: 499px) {
    .testimonial-sec h3 {
        padding-bottom: 10px;
        font-size: 25px;
    }
    .testi-contant p {
        line-height: unset;
        font-size: 14px;
    }
    .testi-contant img {
        padding-bottom: 25px;
    }
    .student-img img {
        padding-bottom: 0;
    }
    .club-text h3 {
        font-size: 25px;
    }
    .feel-free-contact h4 {
        font-size: 25px;
        margin: 0;
        padding-bottom: 10px;
    }
    .contact-form h3 {
        font-size: 25px;
        padding-bottom: 10px;
    }
    .contact-form .form-control {
        padding: 10px 15px;
    }
    .contact-form .form-group {
        margin-bottom: 15px;
    }
    .program-text h4::after {
        display: none;
    }
    .testi-sec .owl-nav::before {
        display: none;
    }
    .pl-2 {
        padding-left: 15px !important;
    }
    .pr-2 {
        padding-left: 15px !important;
    }
    .subscrib-btn {
        position: relative;
        padding-top: 20px;
    }
    .subscrib-btn .btn-primary {
        padding: 10px 20px;
        display: block;
        width: 100%;
    }
    .quic-link h4 {
        font-size: 18px;
    }
    .banner-text h5 {
        line-height: unset;
    }
    .banner-text h2 {
        font-size: 30px;
    }
    .banner-text h1 {
        font-size: 30px;
    }
    .choose-img {
        padding-top: 20px;
    }
    .choose-btn {
        text-align: left;
    }
    .other-bg {
        margin-left: 5px;
    }
    .more-btn {
        display: block;
        margin-bottom: 10px;
    }
    .downlod-btn {
        display: block;
        margin-left: 0;
    }
    .bg-change {
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }
    .other-bg {
        display: block;
        text-align: center;
    }
    .banner-btn {
        padding-right: 48%;
    }
    .modal-content {
        width: 100% !important;
    }
    .modal.fade .modal-dialog {
        width: 100% !important;
    }
}
