﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
    --pri-color: rgba(38, 61, 85, 1);
    --sec-color: rgba(250, 188, 53, 1);
    --bg-sec-light: #FAFAFA;
    --footer-color: #131313;
    --font-color: #5E5E5E;
}


.space-p-t {
    padding-top: 80px;
}

.space-p-b {
    padding-bottom: 80px;
}

.space-p-tb {
    padding: 80px 0;
}

.space-m-t {
    margin-top: 80px;
}

.space-m-b {
    margin-bottom: 80px;
}

.space-m-tb {
    margin: 80px 0;
}


.section-bg-light {
    background-color: var(--bg-sec-light);
}


body {
    font-family: "Poppins", system-ui;
    color: var(--font-color);   
}

p {
    color: #000;
    font-size: 16px;
    line-height: 1.3;
}

/*
h1, h2, h3, h4, h5, h6 {
    font-family: "Scheherazade New", serif;
}
*/

.g-mian-title {
    color: #131313;
    font-family: "Scheherazade New", serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1px;
    text-transform: capitalize;
}

.ctm-mian-title {
    color: #000;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 36px;
}

.ctm-mian-title-m {
    color: #000;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 14px;
}

    /*Mian Nav*/
    .ctm-nav-btn {
    background-color: var(--sec-color);
    color: #fff !important;
    border-radius: 25px;
    padding: 8px 35px !important;
    border: 1px solid var(--sec-color);
    transition: 0.3s ease-in-out;
}


.ctm-nav-btn-b {
    background-color: transparent;
    border-radius: 25px;
    padding: 8px 35px !important;
    border: 1px solid var(--sec-color);
    transition: 0.3s ease-in-out;
    margin: 0 20px;
}

.ctm-nav-btn-b:hover {
    background-color: var(--sec-color);
    color: #fff !important;
}


#navbarNav .nav-link {
    color: #000;
    font-weight: 400;
    font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
    margin: 0 10px;
}

#navbarNav {
    gap: 30px;
}

.mainnav-sec {
    transition:0.3s ease-in-out;
}

.header-btn {
    background-color: rgba(250, 188, 53, 1);
    color: #000000;
    padding: 9px 26px;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}

.header-btns-holder {
    flex: 1 0 250px;
    max-width: 250px;
    display: flex;
    justify-content: flex-end;
}


/*Sticky Header*/

.sticky-header {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 2px 12px 0px #000000b8;
    z-index: 1050;
    padding: 8px 0;
}

/*.sticky-header  .mianlogo {
    max-width: 227px;
}*/

.sticky-header  .navbar-expand-xl {
    padding: 0;
    z-index:99;
}

/*Sticky Header end*/


.mianlogo {
    max-width: 250px;
    transition:0.3s ease-in-out;
}


.nav-link.active {
    color: #000;
}

.navbar > .container {
    gap: 30px;
}

.mainnav-sec .dropdown-menu {
    background-color: var(--pri-color);
    width: 100%;
    padding: 0;
    min-width:298px;
    overflow:hidden;
}

.mainnav-sec .dropdown-item {
    border-bottom: 1px solid #ccc;
    padding: 9px 12px;
    color: #fff;
    transition: 0.3s ease-in;
}

.mainnav-sec .dropdown-item:hover {
    background-color: var(--footer-color);
    color: #fff;
    padding-left: 20px;
}

.mainnav-sec .dropdown-menu li:last-child a {
    border-bottom: 0;
}



/*Mian Nav End*/

/*MOdel Popup Open*/

.modal-open {
    padding-right:0 !important;
}
/*MOdel Popup Open End*/


/*************************/
/******Home Page  ********/
/*************************/
/*Mian Banner*/
.fa-main-bnr {
    background-size: cover;
    background-position: center center;
    position:relative;
    z-index:99;
}

.fa-main-bnr:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(150, 110, 151, 0.09) 0%, #000 100%);
    content:"";
    z-index:-1;
}

.fa-mini-title {
    display: flex;
    gap: 10px;    
    align-items:center;
    font-family: "Gothic A1";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 14px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    justify-content:center;
}

.glb-mini-title {
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: "Gothic A1";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 14px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: var(--pri-color);
    margin-bottom: 12px;
}


.mian-bnr-title {
    color: #FAFAFA;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: capitalize;
    line-height: 1.3;
}

.mian-bnr-btn {
    border-radius: 8px;
    background: var(--primary, #bd8e02);
    box-shadow: 0px 12px 24px 0px rgba(19, 19, 19, 0.15);
    padding:14px 32px;
    color:#fff;
    text-decoration:none;
    display:inline-block;
    transition:0.3s ease-in-out;
}

.mian-bnr-btn:hover {    
    background: var(--footer-color);
}

.ctm-global-btn {
    border-radius: 8px;
    background: var(--primary, #bd8e02);
    box-shadow: 0px 12px 24px 0px rgba(19, 19, 19, 0.15);
    padding: 14px 32px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.ctm-global-btn:hover {
    background: var(--footer-color);
}

.mian-bnr-content {
    padding-top: 180px;
    position:relative;
    z-index:20;
}
/*Blog Banner Start*/
.blog-banner {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top:0;
}
.large-head {
    font-weight: 700;
    font-size: 42px;
    line-height: 120%;
    color: #000000;
}
.privacy-list {
    padding-left: 30px;
}.privacy-list li {
    font-size: 18px;
    font-weight: 400;
    color: black;
}
    .privacy-list li {
        font-size: 14px;
        font-weight: 400;
        color: black;
    }
        .privacy-list li::marker {
            color: #3AB54A;
        }
        .blog p{
            color:black;
            font-weight:400;
            font-size:16px;
        }
.blog h3 {
    font-size: 30px;
    color: black;
    font-weight: 600;
}
.blog-holder{
    margin-bottom:0 !important;
}
/*Blog Banner End*/
.bnr-cont-holder {
    margin-bottom: 50px;
}

/*mian-banner-tabs-form*/

.mb-tabs-form {
    border-radius: 18px;
    background: rgba(38, 61, 85, 1);
    box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(5px);
    padding: 60px 40px;
    margin-bottom: 80px;
}

#mb-forms-tab {
    justify-content: center;
    margin-bottom: 32px !important;
}

#mb-forms-tab .nav-item .nav-link {
    color: #fff;
    text-align: center;
    font-family: "Scheherazade New", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 12px 20px;
}

#mb-forms-tab .nav-link.active, #mb-forms-tab .nav-link:hover {
    color: #fff;
    background-color: #bd8e02;
    border-radius: 0px 0 8px 8px;
}

.tbs-label {
    color: #F7941D;    
    font-family: "Gothic A1";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding-left: 20px;
}

.tbs-form select {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(5px);
    border-radius: 45px;
    height: 45px;
    border: 1px solid #fff;
}

.tbs-form input {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(5px);
    border-radius: 45px;
    height: 45px;
    padding:0px 15px;
    width:100%;
    border:1px solid #fff;
}



.tabs-form-submit {
    border-radius: 26px;
    background: rgba(250, 188, 53, 1);
    box-shadow: 0px 0px 4px 5px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(5px);
    border: #FCB909;
    color: #000;
    /*    margin-top: 32px;*/
    padding: 9px 10px;
    width: 100%;
    height: 45px;
}

.mb-logoslider-holder {
    padding: 40px 0 20px 0;    
    position: relative;
    z-index: 1;
}

.svg-shape svg {
    width: 100%;
}

/*mian-banner-tabs-form End*/


/*Mian Banner End*/




/*---- Back to Top Button ----*/
.scrollToTopBtn {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 100;
    opacity: 0;
    transform: translateY(100px);
    transition: all .5s ease;
    border: 2px solid var(--pri-color);
    padding: 0;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#backtotop img {
    width: 25px;
}

.showBtn {
    opacity: 1;
    transform: translateY(0)
}

/*--------------------
 Back to Top Button End
---------------------*/


/*Hambirger Menu */
.hamb-menu-label {
    display: flex;
    flex-direction: column;
    width: 55px;
    cursor: pointer;
}

.hamb-menu-label span {
    background: var(--pri-color);
    border-radius: 10px;
    height: 2px;
    margin: 4px 0;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.hamb-menu-label span:nth-of-type(1) {
    width: 50%;
}

.hamb-menu-label span:nth-of-type(2) {
    width: 100%;
}

.hamb-menu-label span:nth-of-type(3) {
    width: 75%;
}

.hamb-menu-label input[type="checkbox"] {
    display: none;
}

.hamb-menu-label input[type="checkbox"]:checked ~ span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(8px,0px)
}

.hamb-menu-label input[type="checkbox"]:checked ~ span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg)
}

.hamb-menu-label input[type="checkbox"]:checked ~ span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(23px, -3px) rotatez(45deg);
}

/*Hambirger Menu End*/






/*Footer*/


.newsletter-form-foo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:10px;
}

.newsletter-form-foo input {
    width: 100%;
    height: 45px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid #fff;
}

.nl-submit {
    padding: 10px 30px;
    background-color: var(--pri-color);
    border: 1px solid var(--pri-color);
    border-radius:10px;
    color:#fff;
}

.ci-box {
    color: #fff;
}

.ci-box a {
    display: block;
}

.ci-ic-box {
    display: flex;
    gap: 11px;
    margin-bottom: 14px;
    align-items: self-start;
}

.ci-ic-box i {
    margin-top: 4px;
}

.ci-ic-box a {
    color: #fff;
    text-decoration: none;
}

.ci-ic-box svg {
    flex: 1 0 18px;
    max-width: 18px;
    height: auto;
    margin-top: 4px;
}

.trt-footer {
    padding: 100px 0 0px;
    background-size: contain;
    background-position: left top;
    background-color:var(--footer-color);
    position:relative;
}

.footer-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.foo-link {
    font-size:13px;
    font-weight:400;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.foo-link:hover {
    color: var(--sec-color);
}

.foo-cont {
    color: #fff;
    max-width:350px;
}

.copyright-text {
    color: #fff;
}

.foo-menu {
    padding-left: 0;
    list-style: none;
}

.foo-cp-menu {
    list-style: none;
    padding-left: 0;
}

.foo-cp-menu li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

.foo-cp-menu li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.foo-cp-menu li a:hover {
    color: #0174f5;
}

.yt {
    width: 30px;
    height: 30px;
}

.text-uper {
    text-transform: uppercase;
}

.ctm-fb-icon {
    background-color: #469AED;
}

.ctm-tw-icon {
    background-color: #26CBFF;
}

.ctm-inst-icon {
    background-color: #7A3AAC;
}

.ctm-yt-icon {
    background-color: #fff;
}

.foo-menu-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.footer-logo {
    max-width: 280px;
    margin-bottom: 22px;
}

.copyright-sec {
    border-top: 1px solid #000;
    padding-top: 20px;
    background-color: #000;
}

.social-links-holder li a {
    text-decoration: none;
    color: #fff;
}

.social-links-holder {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    gap: 15px;
}

.social-links-holder li a {
    text-decoration: none;
    color: #fff;
    width: 32px;
    height: 32px;
    display: block;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:0.3s ease-in-out;
}
.social-links-holder li a img{
    filter: brightness(0) saturate(100%) invert(47%) sepia(93%) saturate(1492%) hue-rotate(22deg) brightness(99%) contrast(98%);
}

.social-links-holder li a:hover {
    color:var(--sec-color);
}

.foo-row-2 {
    padding: 30px 0;
    color:#fff;
}

/*Footer end*/

/*---------------- Home ------------------*/

.form-heading{
left: 30%;
position: absolute;
z-index: 1;
color: #fff;
padding-top: 18px;
font-size: 20px;
}

.uniRank-card {
    padding: 40px 40px 40px 40px;
    border-radius: 30px;
    height: 340px;
    background-color: #F6F6F6;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.ctm-mini-title {
    font-size: 30px;
    color: #000;
    padding-bottom: 6px;
}

.card-Btn {
    border: 1px solid rgba(250, 188, 53, 1);
    color: rgba(50, 72, 94, 1);
    text-decoration: none;
    padding: 10px 30px;
    font-size: 16px;
    transition: 0.5s all linear;
    font-weight: 500;
}

.cardBtn {
    padding-top: 20px;
}

.card-Btn:hover {
    background-color: rgba(50, 72, 94, 1);
    color: #fff;
}


/*- Subject Carousel -*/

.sub-box {
    position: relative;
    padding-top: 10px;
    margin: 0 12px;
    /*transition: 0.5s all ease-in;*/
    cursor: pointer;
}

    .sub-box .sub-box-img img {
        width: 100%;
        position: relative;
        object-fit: cover;
    }

.sub-box-text {
    position: absolute;
    top: 145px;
    left: 10px;
}

.sub-box-text h3 {
    font-size: calc(18px + (24 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: #fff;
    margin-bottom:0px;
}

.sub-box-text p {
    font-weight: 300;
    font-size: 14px;
    color:#fff;
}

/*.sub-box-link {
    position: absolute;
    right: 18px;
    bottom: 8px;
    color: #fff;
}*/

.sub-arrow-buttons {
    position: relative;
}

.sub-left-arrow {
    position: absolute;
    bottom: 94px;
    left: -6px;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #dc3545;
}

.sub-right-arrow {
    position: absolute;
    bottom: 94px;
    right: -6px;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #dc3545;
}

.whats-card {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    border-radius: 10px;
}

.whats-new {
    background-color: #f6f6f6;
}

.whats-card h3 {
    font-size: 20px;
    color: #000;
    padding-top: 12px;
}

.author {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.datepub {
    font-size: 12px;
    margin-bottom: 0;
}

.explore {
    background-color: rgba(50, 72, 94, 1);
    text-decoration: none;
    color: white;
    padding: 10px 15px 10px 15px;
    border-radius: 30px;
    max-width: 175px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

    .explore:hover {
        transform: scale(1.1);
        transition: transform .3s ease-in-out;
    }

.lower-whatsdiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.upper-content {
    height: 250px;
}

.course-circle {
    min-height: 310px;
    padding:20px 30px;
    border-radius: 50%;
    background-color: #F6F6F6;
    text-align: center;
    max-width:310px;
    margin:0 auto;
    cursor:pointer;
    transition:0.3s all linear;
    /*border:1px solid;*/
    display:grid;
    justify-content:center;
    
}
.course-circle img{
    margin:0 auto;
    position:relative;
    top:34px;
}

    .course-circle h5 {
        color: #000;
        height: 0px;
        font-size: 26px;
        font-weight: 500;
    }

    .course-circle p {
        font-size: 15px;
        color: #000;
    }

    .course-circle h6 {
        font-size: 58px;
        font-weight: 500;
        color: #020202;
        height: 30px;
    }

    .course-circle span {
        font-size: 20px;
        color: #000;
        font-weight: 400;
        line-height: 1.2;
    }

.course-btn {
    text-decoration: none;
    color: #634779;
    font-size: 16px;
    font-weight: 600;
}

.course-circle:hover {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(50, 72, 94, 1) 24%, rgb(255 255 255 / 0%) 58%);
    opacity: 0.9;
    transition: opacity 0.3s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
    transform: var(--bs-accordion-btn-icon-transform);
}

.subscribe_news_letter p {
    color: #fff;
    margin-bottom: 0;
    padding: 42px 0 8px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.subscribe_news_letter input {
    width: 270px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 54px;
}

/*input[type="text"] {
    border: none;
 width: 300px;
    height: 51px;
    padding: 0 28px;
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 300;
    outline: none;
}*/

.subscribe_news_letter button {
    padding: 6px 10px;
    margin-top: 0;
    margin-right: 0;
    font-size: 17px;
    float: right;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 54px;
    width: 65px;
    background: rgba(250, 188, 53, 1);
    color: #000;
    border: 0;
}

.form-sty {
    display: flex;
    align-items: center;
    gap: 1px;
}

.foo-row-1 {
    padding-bottom: 50px;
}

/*------------------ testimonial ---------------------*/

.tm-cont-holder {
    display: flex;
    gap: 20px;
    max-width: 700px;
}

.mini-title-pri {
    color: rgba(38, 61, 85, 1);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

.tm-cont-holder:before {
    content: "";
    flex: 1 0 50px;
    height: 50px;
    display: block;
    background-image: url(../images/icons/tm-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    filter: brightness(0) saturate(100%) invert(70%) sepia(90%) saturate(1198%) hue-rotate(355deg) brightness(102%) contrast(98%);
}

.ctm-tm-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
}

.ctm-tm-info-cont span {
    display: block;
}

.ctm-tm-name {
    font-weight: 700;
}

.ctm-tm-slide p {
    font-size: 18px;
    font-weight: 400;
    color: #0000008f;
}

.ctm-tm-img-holder img {
    border-radius: 50%;
}


/*------------------ Ranking Page -------------------*/
.tbody-main {
    height: 120px;
}

.dt-type-numeric.sorting_2 {
/*    background-color: #BE1E2D;
    color: #fff;*/
    font-size: 30px;
}

.unis-logo {
    width: 80px;
}

.flag-logo {
    width: 70px;
}

th.inst {
    text-align: left !important;
}


/*----------------------- Contact ---------------------*/

.form-sec label {
    font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1920 - 300)));
    color: #263D55;
    font-weight: 500;
    margin-bottom: 15px;
}

.form-sec h1 {
    font-size: calc(30px + (60 - 30) * ((100vw - 300px) / (1920 - 300)));
    color: #000;
    font-weight: 700;
}

.form-sec p {
    font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
    color: #000;
    font-weight: 400;
}

.contant-page-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contant-page-box-text {
    word-break: break-all;
}

    .contant-page-box .contant-page-box-icon {
        margin-right: 20px;
        max-width: 150px;
    }

.contant-page-box-icon img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(48%) saturate(719%) hue-rotate(170deg) brightness(97%) contrast(82%);
}

    .contant-page-box .contant-page-box-text span {
        display: block;
        font-size: calc(17px + (20 - 17) * ((100vw - 300px) / (1920 - 300)));
        color: #000;
        font-weight: 600;
        margin: 0;
    }

    .contant-page-box .contant-page-box-text p,
    .contant-page-box .contant-page-box-text a {
        font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
        color: #666666;
        font-weight: 400;
        text-decoration: none;
    }

.contact-form {
    position: relative;
}

    .contact-form input {
        width: 100%;
        height: 70px;
        border: 1px #263D55 solid;
        padding: 5px 20px;
        position: relative;
        border-radius: 0;
    }

    .contact-form textarea {
        border-radius: 0;
        width: 100%;
        height: 170px;
        border: 1px #263D55 solid;
        padding: 10px 20px;
        position: relative;
    }

    .contact-form .frm-sbt {
        position: relative;
        background-color: #263D55;
        font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
        color: #fff;
        font-weight: 400;
        border: 0;
        padding: 14px 40px;
        text-decoration: none;
    }

    .contact-form p {
        font-style: italic;
        font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
        color: #666666;
        font-weight: 400;
    }


    /*----------------------- Popup -----------------------*/

#popup h3 {
    font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1920 - 300)));
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
}

    #popup h3 span {
        color: #BE1E2D;
    }

#popup .btn-close {
    position: absolute;
    right: 15px;
    top: 10px;
}

#popup input {
    width: 100%;
    height: 48px;
    border: 1px #BBBBBB solid;
    padding: 5px 20px;
    position: relative;
    border-radius: 3px;
}

#popup tr {
    width: 100%;
    height: 100px;
    border: 1px #BBBBBB solid;
    padding: 5px 20px;
    position: relative;
    border-radius: 3px;
}

#popup .frm-sbt {
    position: relative;
    background-color: #BE1E2D;
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    color: #fff;
    font-weight: 400;
    border: 0;
    padding: 14px 40px;
    text-decoration: none;
}


/*------------------- Thankyou page ---------------------*/

.thankyou-sec {
    background-color: #BE1E2D;
}

    .thankyou-sec h1 {
        font-size: calc(26px + (50 - 26) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 700;
        color: #fff;
        padding: 20px 40px;
        border: 1px solid #fff;
    }










/*-------------------- About use -----------------------*/

.mv-card {
    padding: 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    min-height: 400px;
}

.mv-head {
    display: flex;
    align-items: baseline;
    gap: 30px;
}

/*simple-pagination */

.simple-pagination {
    display: flex;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0;
    justify-content: center;
}

.light-theme .current {
    background: #bd8e02;
    border-color: #bd8e02;
}

/*simple-pagination End*/
/*mega menu*/

/*mega Menu*/
/*.sticky-header .mianlogo {
    max-width: 190px;
}*/
/*FAQs Section*/
#faqs-acc .accordion-button:not(.collapsed) {
    background-color: var(--pri-color);
    color: #fff;
    box-shadow: none;
}

#faqs-acc .accordion-button {
    color: #898989;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}
/*FAQs Section End*/
.foo-row-1 p {
    color: #fff;
}
/*Media Quries*/
 @media (max-width: 1399.98px) {
        .make-box-na {
            min-height: 277px;
        }

        .mian-bnr-title {
            line-height: 1.1;
        }

        .g-mian-title {
            font-size: 45px;
        }

        .pkg-title-holder h3 {
            font-size: 24px;
            line-height: 32px;
        }

    .uniRank-card {
        height: 380px;
    }

    .sub-box-text {
        top: 96px;
    }

    .whats-card {
        height: 540px;
    }

    .upper-content {
        height: 292px;
    }

    .explore {
        padding: 10px 10px 10px 10px;
    }

    /*---------------- About ----------*/

    .mv-card {
        padding: 30px;
        min-height: 380px;
    }


    }

    @media (max-width: 1199.98px) {
        .header-btns-holder{
            display:none;
        }
        .mianlogo {
            max-width: 160px;
        }
        #navbarNav {
            background-color: #fb732b;
            z-index: 10;
        }

            #navbarNav li .nav-link {
                padding: 8px 15px !important;
                border-bottom: 1px solid #000;
                border-radius: 0;
            }

        .make-box-na {
            padding: 14px;
        }


        .uniRank-card {
            height: 350px;
            padding: 25px 20px 20px 26px;
        }

        .sub-box-text {
            top: 155px;
        }

        .whats-card h3 {
            font-size: 22px;
        }

        .whats-card {
            height: 570px;
        }

        .upper-content {
            height: 360px;
        }

        .explore {
            padding: 6px 8px 6px 8px;
            font-size: 14px;
        }

        .author {
            font-size: 13px;
        }

        /*-------------- About ---------------*/

        .mv-card {
            padding: 30px;
            min-height: 420px;
        }

    }

    @media (max-width: 991.98px) {
        .large-head{
            font-size:38px;
        }
        .mb-tabs-form {
            padding: 60px 30px 30px 30px;
        }

        .form-heading {
            left: 18%;
        }

        .newsletter-form-foo {
            display: flex;
            gap: 10px;
            flex-direction: column;
            align-items: flex-start;
        }

        .make-box-na {
            min-height: 212px;
            margin-bottom: 20px;
        }

        .subi-fillbox-na {
            min-height: 300px;
        }

        .right_form {
            padding: 40px;
        }

        .book_img_popup {
            display: none;
        }

        .space-p-t {
            padding-top: 60px;
        }

        .space-p-b {
            padding-bottom: 60px;
        }

        .space-p-tb {
            padding: 60px 0;
        }

        .space-m-t {
            margin-top: 60px;
        }

        .space-m-b {
            margin-bottom: 60px;
        }

        .space-m-tb {
            margin: 60px 0;
        }

        .foo-cont {
            margin-top: 25px;
        }

       

        .pkg-box {
            margin-bottom: 30px;
        }

        .subi-colorbox-na {
            min-height: auto !important;
        }

        .ctm-mian-title {
            font-size: 30px;
            margin-bottom: 20px;
        }

        .ctm-mini-title {
            font-size: 24px;
        }

        .uniRank-card {
            padding: 20px 10px 20px 20px;
            height: 390px;
        }

        .sub-box-text {
            top: 78px;
        }

        .ctm-mian-title-m {
            font-size: 30px;
            margin-bottom: 10px;
        }

        .whats-card h3 {
            font-size: 24px;
        }

        .whats-card {
            height: auto;
        }

        .upper-content {
            height: 240px;
        }


        .mv-card {
            padding: 20px;
            min-height: 500px;
        }

        .testi-image{
            display:none;
        }

        .foo-menu-title {
            margin-bottom: 20px;
        }

        .trt-footer {
            padding: 50px 0 0px;
        }

        .footer-logo {
            margin-bottom: 0px;
        }

        .foo-row-1 {
            padding-bottom: 10px;
        }

        .foo-logo {
            text-align: center;
        }

        .foo-cont {
            max-width: initial;
            padding-bottom: 50px;
        }

        .mian-bnr-content{
            padding-top:60px;
        }

        .mb-tabs-form{
            margin-bottom:45px;
        }

        .contant-page-box .contant-page-box-icon {
            margin-right: 10px;
        }

        .contant-page-box .contant-page-box-text span {
            font-size: calc(13px + (20 - 17) * ((100vw - 300px) / (1920 - 300)));
        }

        .contant-page-box .contant-page-box-text a {
            font-size: calc(12px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
        }

    }

    @media (max-width: 767.98px) {
        .large-head {
            font-size: 32px;
        }
        .space-p-t {
            padding-top: 30px;
        }

        .space-p-tb {
            padding: 30px 0;
        }

        .ctm-mian-title {
            font-size: 28px;
            margin-bottom: 10px;
        }

        .uniRank-card {
            padding: 30px 20px 30px 30px;
            height: auto;
        }

        .ctm-mini-title {
            font-size: 22px;
            padding-bottom: 2px;
        }

        .card-Btn {
            padding: 6px 18px;
            font-size: 14px;
        }

        .sub-box-text {
            top: 200px;
        }

        .ctm-mian-title-m {
            font-size: 28px;
        }

        .whats-card {
            height: auto;
            text-align: center;
            margin-bottom: 20px;
        }

        .whats-img {
            width: 100%;
        }

        /*.course-circle {
            max-width: 330px;
            min-height: 312px;
            margin-bottom: 20px;
        }*/

        .newsletter-form-foo {
            display: flex;
            gap: 10px;
            flex-direction: row;
            align-items: center;
        }

        .cm-btn-na {
            margin-top: 0;
        }

        .explore-box-na .explore-box-text {
            min-height: auto;
        }

        .cm-btn-na {
            padding: 10px 30px;
        }

        .abt-list-na li {
            font-size: 14px;
        }

        .inner-banner {
            min-height: 385px;
        }

        .guiding-box-na {
            padding-bottom: 20px;
        }

        .guid-text-gbox-na {
            margin-left: 10px;
            margin-right: 10px;
        }

        .guid-text-wbox-na {
            min-height: auto;
            padding: 20px 20px 20px 20px;
            margin-bottom: 20px;
        }

        .guest-input-popup-box {
            left: 0;
            width: 100%;
        }

        .faqs-title {
            font-size: 24px;
        }

        .rec-bp-title {
            font-size: 24px;
            margin-bottom: 7px;
        }

        .post-meta {
            font-size: 12px;
        }

        .ctm-ic-box img {
            max-width: 65px;
        }

        .ctm-ic-box {
            text-align: center;
            margin-bottom: 20px;
            border: 1px solid #cccccc73;
            padding: 16px 0;
            border-radius: 10px;
        }


        .fa-mini-title {
            font-size: 12px;
        }

        .mian-bnr-title {
            font-size: 28px;
            line-height: 1.3;
            margin-bottom: 0;
        }

        .bnr-cont-holder p br {
            display: none;
        }

       /* .mian-bnr-content {
            padding-top: 112px;
        }*/

        .mian-bnr-btn {
            padding: 10px 30px;
        }

        #mb-forms-tab .nav-item .nav-link {
            padding: 10px 20px;
            font-size: 14px;
        }

        /*.mb-tabs-form {
            padding: 0 20px;
        }*/

        #mb-forms-tab {
            margin-bottom: 20px !important;
        }

        .tbs-label {
            padding-left: 0px;
        }

        .tbs-form select {
            height: 38px;
            margin-bottom: 8px;
        }

       /* .tabs-form-submit {
            margin-top: 18px;
        }*/

        .mb-tabs-form {
            margin-bottom: 40px;
        }

        .mb-logoslider-holder {
            padding: 20px 0 20px 0;
        }

        .sb-box-holder {
            padding: 25px 15px 25px 15px;
        }

        .g-mian-title {
            font-size: 28px;
        }

        .glb-mini-title {
            font-size: 12px;
        }

        .ctm-global-btn {
            padding: 10px 30px;
        }

        .pkg-title-holder {
            min-height: auto;
        }

        .pkg-box {
            margin-bottom: 20px;
        }

        .footer-shape {
            top: -7px;
        }

        .trt-footer {
            padding: 34px 0 0px;
        }

        .foo-row-2 {
            padding: 15px 0;
        }

        .ctm-glry-col {
            display: flex;
            gap: 11px;
            flex-wrap: wrap;
            justify-content: center;
        }

            .ctm-glry-col a {
                flex: 1 0 48%;
                max-width: 48%;
                height: 140px;
                margin-bottom: 10px;
            }

        .ctm-gallery-img {
            height: 100%;
            object-fit: cover;
        }

        .ctm-gallery-img-1 {
            height: 250px;
            margin-bottom: 12px;
        }

        .ww-offer-img {
            margin-bottom: 40px;
        }

        .pkg-shape {
            bottom: -2px;
        }

        .upper-content {
            height: auto;
        }

        .explore {
            padding: 8px 10px 8px 10px;
            font-size: 16px;
        }

        .author {
            font-size: 18px;
        }

        .lower-whatsdiv {
            padding: 10px;
        }

        .mv-card {
            min-height: auto;
            margin-bottom: 20px;
        }

        .foo-logo {
            text-align: left;
        }

        .foo-cont {
            padding-bottom: 20px;
        }

        .bnr-cont-holder {
            margin-bottom: 20px;
        }

        .tbs-form input{
            height:35px;
        }

        .tabs-form-submit{
            height:35px;
        }

        .form-heading {
            left: 10%;
        }

        .contant-page-box .contant-page-box-text span {
            font-size: calc(15px + (20 - 17) * ((100vw - 300px) / (1920 - 300)));
        }

    }

    @media (max-width: 575.98px) {

        .mb-tabs-form {
            padding: 20px 20px;
        }

        .space-p-t {
            padding-top: 10px;
        }

        .space-p-b {
            padding-bottom: 10px;
        }

        .space-p-tb {
            padding: 10px 0;
        }

        .mian-bnr-title {
            font-size: 28px;
            line-height: 1.2;
        }

        .ctm-mian-title {
            font-size: 22px;
        }

        .ctm-mini-title {
            font-size: 18px;
        }

        .uniRank-card p {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .uniRank-card {
            padding: 16px 12px 20px 16px;
        }

        .cardBtn {
            padding-top: 6px;
        }

        .card-Btn {
            padding: 4px 12px;
            font-size: 12px;
        }

        .ctm-mian-title-m {
            font-size: 22px;
        }

        p {
            font-size: 14px;
        }

        .whats-card h3 {
            font-size: 18px;
            padding-top: 8px;
        }

        .author {
            font-size: 14px;
        }

       /* .course-circle {
            max-width: 300px;
            min-height: 270px;
            padding: 30px 10px 10px 10px;
            margin-bottom: 6px;
        }*/

        .sub-left-arrow {
            bottom: 68px;
        }

        .sub-arrow-buttons {
            display: none;
        }

        .explore-box-na .explore-box-foot a {
            padding: 10px 15px;
        }

        .contact-popup .contact-form-box input, .contact-popup .contact-form-box select {
            height: 40px;
            padding: 12px 12px;
        }

        .nl-submit {
            padding: 10px 15px;
        }

        .for-input-style {
            margin-bottom: 10px;
        }

        .guid-img-box-na img {
            left: 0 !important;
        }

        .hamb-menu-label span {
            margin: 3px 0;
        }

        .ww-offer-img {
            margin-bottom: 30px;
        }

        .ctm-glry-col a {
            flex: 1 0 48%;
            max-width: 48%;
            height: 78px;
            margin-bottom: 10px;
        }

        .footer-logo {
            margin-bottom: 0;
        }

        .rec-bp-title {
            font-size: 20px;
        }

        .testimonial-box-na .testimonial-box-head .testimonial-box-head-img {
            margin-right: 14px !important;
        }

        .testimonial-box-head-text img {
            max-width: 58px;
        }

        .testimonial-box-na .testimonial-box-head-text span {
            font-size: 13px !important;
        }

        .testimonial-box-na .testimonial-box-head-text label {
            margin-bottom: 3px !important;
        }

        .testimonial-box-head-img img {
            max-width: 50px;
        }

        .testimonial-box-na {
            padding: 12px !important;
        }

            .testimonial-box-na h6 {
                font-size: 19px !important;
            }

        .form-heading {
            display:none;
        }


        /*.mb-tabs-form {
            padding: 0 15px;
        }*/

        /*.sticky-header .mianlogo {
            max-width: 70px;
        }*/

       /* .mianlogo {
            max-width: 80px;
        }*/

        body {
            font-size: 14px;
        }

        .pkg-list {
            column-count: 1;
        }

        .hamb-menu-label {
            width: 42px;
        }

        #backtotop img {
            width: 14px;
        }

        .scrollToTopBtn {
            height: 30px;
            width: 30px;
            bottom: 15px;
            right: 15px;
        }

        .copyright-text {
            font-size: 12px;
        }

        .faqs-acc .accordion-button {
            font-size: 16px;
            line-height: 23px;
        }

        #faqs-acc .accordion-button {
            padding: 8px;
            font-size: 16px;
        }

        .accordion-body {
            padding: 8px;
        }

        .ctm-ic-box span {
            font-size: 12px;
            line-height: 1.5;
        }

        .icon-list-box {
            flex: 1 0 100%;
            max-width: 100%;
        }

        .pkg-box {
            margin-bottom: 15px;
        }

        .pkg-title-holder h3 {
            font-size: 20px;
            line-height: 30px;
        }

        .pkg-title-holder .pkg-price {
            font-size: 12px;
        }

        .pkg-price span {
            font-size: 14px;
        }

        .g-mian-title {
            font-size: 24px;
        }

        .sb-box-holder {
            padding: 18px 0px 18px 0px;
        }

        .space-m-t {
            margin-top: 30px;
        }

        .space-m-b {
            margin-bottom: 30px;
        }

        .space-m-tb {
            margin: 30px 0;
        }

        .contact-box-na input {
            height: 42px;
        }

        .wt-btn-na {
            padding: 10px 30px;
        }

        .cont-list-na li {
            margin-bottom: 18px;
        }

        .trt-footer {
            padding: 10px 0 0px;
        }


        .foo-menu-title {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .foo-cont {
            margin-bottom: 0px;
            margin-top: 10px;
        }

        .whats-card {
            margin-bottom: 10px;
        }

        .explore {
            padding: 8px 10px 8px 10px;
            font-size: 14px;
        }

        .course-circle img {
            top: 25px;
        }

        .course-circle {
            padding: 10px 20px;
            min-height: 270px;
            max-width: 270px;
        }

            .course-circle h5 {
                font-size: 24px;
                margin: 0;
            }

            .course-circle p {
                font-size: 14px;
            }

            .course-circle img {
                top: 25px;
            }

            /*--------------- About ------------*/

            .course-circle h6 {
                font-size: 46px;
            }

        .mv-card {
            padding: 12px;
            margin-bottom: 10px;
        }

        .tm-cont-holder:before {
            flex: 1 0 20px;
        }

        .tm-cont-holder {
            gap: 8px;
        }

        .ctm-tm-slide p {
            font-size: 14px;
        }

        .ctm-tm-info {
            gap: 12px;
            margin-top: 15px;
        }

        .content-div {
            padding-top: 10px;
        }

            .content-div p {
                margin-bottom: 4px;
            }

        .form-sec label {
            margin-bottom: 0px;
        }

        .contant-page-box {
            margin-bottom: 0px;
        }

        .contact-form input {
            height: 50px;
            padding: 5px 10px;
        }

        .contact-form textarea {
            height: 100px;
            padding: 10px 10px;
        }

        .contact-form .frm-sbt {
            padding: 8px 30px;
        }


    }


@media (max-width: 480.98px) {
    .large-head {
        font-size: 26px;
    }
    .fa-mini-title {
        font-size: 9px;
    }
}
    /*Media Quries end*/
    /*Min Width Query*/
    @media (min-width: 1920px) {
        .inner-banner h2 {
            font-size: 60px
        }

        .common-title-na {
            font-size: 50px
        }

        .explore-box-na .explore-box-text h5 {
            font-size: 27px;
        }

        .testimonial-box-na .testimonial-box-head-text span {
            font-size: 18px;
        }

        .testimonial-box-na .testimonial-box-body {
            font-size: 15px;
        }

        .common-text-na {
            font-size: 16px;
        }

        .testimonial-box-na .testimonial-box-head-text label {
            font-size: 14px;
        }

        .guid-text-gbox-na span {
            font-size: 40px;
        }

        .guid-text-gbox-na p {
            font-size: 15px;
        }

        .guid-text-gbox-na h6 {
            font-size: 18px;
        }

        .subi-fillbox-na .subi-fillbox-text h6 {
            font-size: 40px;
        }

        .contact-box-na h2 {
            font-size: 56px;
        }

        .follow-list-na h5 {
            font-size: 32px;
        }

        .cont-list-na li {
            font-size: 16px;
        }
    }

    @media (min-width: 1200px) {
        .ctm-toggle-btn {
            display: none;
        }
    }
    /*Min Width Query End*/
