/* @import url(owl-carousel.min.css); */


/* @import url(swiper-bundle.min.css); */

@import url(../bootstrap/css/bootstrap.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css);
@import url(main-min.css);
@import url(offcanvas-menu.min.css);
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --color_1: #b12029;
    --color_2: #28395b;
    --color_3: #222;
    --color_4: #5c6878;
    --color_5: #e8e8e8;
}

* {
    font-family: 'Raleway', sans-serif;
    box-sizing: border-box
}


/* .playfair {
    font-family: 'Playfair Display', serif !important;
} */

.headertop {
    padding: 8px 0;
    /* background: var(--color_1);  */
    border-bottom: 1px solid var(--color_5);
}

.first-sec {
    background: linear-gradient(0deg, #f9f9f9, transparent);
}

.first-sec .content {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px #0003;
    padding: 30px;
}

.second-sec {
    background: #f9f9f9;
}

.breaker-1 {
    background: var(--color_2);
}

.breaker-2 {
    background: url(../images/support-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.fourth-sec {
    background: url(../images/bg3.png) no-repeat;
    background-size: cover;
    padding-bottom: 0 !important;
    background-position: center;
}

.fourth-sec .content {
    background: var(--color_2);
    border-radius: 12px;
    position: relative;
    text-align: center;
    padding: 50px 30px 30px;
    min-height: 246px;
    margin: 0 0 60px;
}

.fourth-sec .content img {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.fifth-sec {
    background: url(../images/grantee-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.seventh-sec {
    background: url(../images/exprience-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.seventh-sec .content {
    border-radius: 10px;
    background: #00000052;
    backdrop-filter: blur(6px);
}

.seventh-sec .content img {
    padding-bottom: 10px;
    border-bottom: 3px solid var(--color_1);
}

.content-2 .co {
    padding: 25px;
    border: 1px solid var(--color_1);
    border-radius: 12px;
    min-height: 234.78px;
}

.admissions-2 .content {
    padding: 40px;
    background: #cccccc42;
    border-radius: 30px;
    box-shadow: 0 0 7px #00000026;
}

nav {
    transition: .5s;
}

nav.sticky {
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: 0 0 10px #0003;
    z-index: 9999;
}

#preloader {
    z-index: 99999;
}

.banner-content,
.inner-banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

.banner-content h1 {
    padding-left: 15px;
    border-left: 6px solid var(--color_1);
}

.headertop {
    background: #29395b;
}

.inner-banner-content h1 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 0 !important;
}

.inner-banner-content h1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 5px;
    width: 150px;
    background: var(--color_1);
}

/* side form */
.floatbutton.active {
    right: 0;
    z-index: 99;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 200px;
    font-size: 0;
    width: 420px;
    z-index: 999;
}
.floatbutton .clickbutton {
    width: 50px;
    z-index: 99;
    opacity: 1;
    vertical-align: top;
    height: 0px;
    cursor: pointer;
    box-shadow: -20px 0 35px #0000001f;
    border-radius: 50% 0% 0 50%;
    background: #fff;
    display: inline-block;
    padding-top: 0px;
}
.banner-form {
    background: #fff;
    padding: 25px 20px;
    position: relative;
    z-index: 9;
    border-radius: 0;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
}
.ban-form .row {
    display: inline;
}
.ban-form input, .ban-form textarea {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #cbcbcb;
    background: white;
    padding: 10px 15px;
    color: #535353;
    font-size: 14px;
    border-radius: 10px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}
.ban-form textarea{
    height: auto;
    resize: none;
}
.ban-form button {
    color: #fff;
    font-weight: 600;
    background: #b12029;
    border-radius: 3px;
    padding: 10px 15px;
    margin: 0;
    border: transparent;
    cursor: pointer;
    display: block;
    width: 100%;
}
.floatbutton .clickbutton .crossplus p {
    font-size: 20px;
    width: 250px;
    top: 0;
    position: relative;
    margin-top: 194px;
    background: #fff;
    height: 55px;
    background: #ffff;
    border-radius: 20px 20px 0px 0px;
    padding-top: 15px;
    text-align: right;
    text-align: center;
    font-weight: 600;
    color: #b12029;
    box-shadow: 0px 0px 40px #00000026 !important;
    left: -4px;
}
.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.floatbutton .clickbutton .crossplus {
    transform: rotate(-90deg);
}
.floatbutton .clickbutton .crossplus {
    position: relative;
    display: block;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
/* side form end */
#recaptcha_callback2,
#recaptcha_callback {
    display: none;
}
.grecaptcha-badge {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.contacterr,
.emailerr {
    color: red;
    font-size: 14px;
    margin:0;
    display: none;
}

#bannerform .emailerr {
    /* color: red; */
    /* font-size: 12px; */
    margin: -14px 0px 10px;
    /* display: none; */
    /* font-weight: 600; */
}
.contacterr, .emailerr {
    /* color: red; */
    font-size: 12px;
    /* margin: -14px 0px 10px; */
    display: none;
    font-weight: 600;
}
#mform .emailerr {
    color: red;
    font-size: 14px;
    margin: -20px 0px 20px;
    display: none;
}
form .error {
    border:1px solid #e41919;
}
/* get in touch */
.get-touch {
    background: #ffffff;
    padding: 80px 0;
}
.get-touch form input, .get-touch form textarea {
    margin-bottom: 25px;
    padding: 10px 15px;
    resize: none;
}

.get-touch form button {
    color: #fff;
    background: #b12029;
    padding: 7px 30px;
    border: 1px solid #b12029;
    border-radius: 10px;
}


.side-heading-dark, .side-heading {
    font-size: 25px;
    color: #282828;
    margin: 0 0 20px;
    font-weight: 600;
}

.get-touch .content p {
    color: #4c4c4c;
    font-size: 16px;
}

.contact-detail h5{
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 30px;
    padding: 0;
    line-height: 1;
}

.contact-detail  h6
{
    font-size: 14px;
    color: #4c4c4c;
}
.contact-detail  h6 i{
    font-size: 16px ;
    color: #b12029;
}
/* get in touch end */


@media (max-width:1375px) {
    .table {
        font-size: 14px;
    }
    .heading h5.fs_24 {
        font-size: 22px;
    }
    .heading h4.fs_40 {
        font-size: 36px;
    }
    .fourth-sec .content {
        min-height: 270.39px;
    }
    .seventh-sec p.fs_20 {
        font-size: 18px;
    }
    .seventh-sec h5.fs_35 {
        font-size: 32px;
    }
    .banner-content h1,
    .inner-banner-content h1 {
        font-size: 50px;
    }
    .banner-content p,
    .inner-banner-content p {
        font-size: 16px;
    }
    .banner-content h2,
    .inner-banner-content h2 {
        font-size: 22px;
    }
}

@media (max-width:1152px) {
    p {
        line-height: 1.2;
    }
    .fourth-sec .content {
        min-height: 262.39px;
        padding: 50px 22px 22px;
    }
    .fifth-sec .content h6.fs_22 {
        font-size: 18px;
    }
    p.fs_16 {
        font-size: 14px;
    }
    .seventh-sec .content {
        padding: 25px 5px;
    }
    .seventh-sec p.fs_20 {
        font-size: 16px;
    }
    .table {
        font-size: 12px;
    }
    .heading h5.fs_24 {
        font-size: 18px;
    }
    .heading h4.fs_40 {
        font-size: 30px;
    }
    nav ul li a {
        font-size: 12px !important;
    }
    .logo img {
        width: 130px;
        height: 65px;
    }
    .sixth-sec h6.fs_18 {
        font-size: 16px;
    }
    .content-1 h6.fs_18 {
        font-size: 16px;
    }
    .content-2 .row .co h5.fs_22 {
        font-size: 18px;
    }
    .content-2 .co {
        min-height: 184.38px;
    }
    .third-sec .content {
        padding: 25px 14px;
    }
    .admissions-2 .content {
        padding: 20px;
        min-height: 223.16px;
        border-radius: 16px;
    }
    .admissions-2 .content ul {
        font-size: 12px;
        line-height: 2;
    }
    .none-1152 {
        display: none;
    }
    .statistical-2 .content {
        min-height: 240px;
    }
    .banner-content h2,
    .inner-banner-content h2 {
        font-size: 20px;
    }
    .banner-content h1,
    .inner-banner-content h1 {
        font-size: 45px;
        padding-left: 15px;
    }
    .banner-content p,
    .inner-banner-content p {
        font-size: 14px;
    }
    .inner-banner-content h1 {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
}

@media (max-width:992px) {
    nav ul li a {
        font-size: 9px !important;
    }
    .logo img {
        width: auto;
        height: 45px;
    }
    .third-sec .content,
    .seventh-sec .content,
    .sixth-sec .content {
        margin-bottom: 30px;
    }
    .banner-content h2,
    .inner-banner-content h2 {
        font-size: 18px;
    }
    .banner-content h1,
    .inner-banner-content h1 {
        font-size: 35px;
        padding-left: 10px;
    }
    .banner-content p,
    .inner-banner-content p {
        font-size: 12px;
    }
}

@media (max-width:575px) {
    .headertop p {
        font-size: 14px;
    }
    .logo img {
        width: auto;
        height: 60px;
    }
    .first-sec .content,
    .breaker-1 .col-xl-4,
    .third-sec .content,
    .seventh-sec .content,
    .content-2 .co {
        margin-bottom: 30px;
    }
    .banner-content h2,
    .banner-content p,
    .inner-banner-content h2,
    .inner-banner-content p {
        display: none;
    }
    .banner-content h1,
    .inner-banner-content h1 {
        font-size: 18px;
        padding-left: 10px;
    }
    .inner-banner-content h1 {
        margin-bottom: 0;
        padding-bottom: 12px;
    }
    .inner-banner-content h1::before {
        height: 3px;
        width: 100px;
    }
    .heading h4.fs_40 {
        font-size: 20px;
    }
}
