﻿.br-bottom-center3::after {
    border-top: 2px solid var(--text-color-white);
}

.position-relative {
    position: relative !important;
}

.herobanner-img img {
    width: 100%;
}

.dark-grey-bg {
    background: rgb(0 0 0 / 63%);
    /*var(--bgcolor-blue);*/
}

    .dark-grey-bg::before {
        background: linear-gradient(to left, rgb(215 134 13 / 42%), rgb(0 86 178 / 42%)) !important;
    }

@media (max-width: 1600px) {
    .herobanner {
        height: auto !important;
    }

    .herobanner-img img {
        display: block;
    }
}

@media (min-width: 500px) and (max-width: 991px) {
    .mandatory-btn {
        top: 50% !important;
        font-size: 1.2rem !important;
    }

    .modalwww {
        font-size: 1.2rem !important;
        padding: 5px !important;
    }

    .call-to-action {
        width: 100% !important;
    }

    .bn-title {
        width: 100% !important;
        text-align: center;
    }

        .bn-title > h2 {
            font-weight: bold;
            letter-spacing: 2px;
        }

        .bn-title > span {
            display: none;
        }
    .buton-in li a {
        width: 220px !important;
        height: 100px !important;
    }
}


.mandatory-btn {
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 999;
    font-size: 1.7rem;
    font-family: var(--secondary-font);
    padding: 5px 20px;
    display: inline-block;
    text-align: center;
    background: var(--Logo-bg2);
    color: #fff;
    border-radius: 30px 0 0 30px;
    line-height: 1.3;
    transition: 0.3s;
    box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 50%);
    border: 2px solid #fff;
    border-left: none;
    animation: blink 1s linear infinite;
}

    .mandatory-btn:hover {
        background: var(--Logo-bg2);
        color: #fff;
    }

.call-to-action {
    background-color: rgb(6 48 136 / 18%) !important;
    border: 2px solid var(--Logo-bg2);
    width: 100%;
    border-left: none;
    min-height: 42px;
}

.bn-title {
    width: auto;
    height: 40px;
    display: inline-block;
    background: var(--Logo-bg2);
   
   /* background-color: #062f87;*/
    position: relative;
}

    .bn-title > h2 {
        display: inline-block;
        margin: 0;
        padding: 0 20px;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
        height: 40px;
        box-sizing: border-box;
        font-weight: bold;
        letter-spacing: .03rem;
    }

    .bn-title > span {
        width: 0;
        position: absolute;
        right: -30px;
        top: 0px;
        height: 0;
        border-style: solid;
        border-width: 20px 0 20px 30px;
        border-color: transparent transparent transparent var(--Logo-bg2);
    }

.bn-title_span_a {
    color: var(--bgcolor-blue);
    font-size: 1.7rem;
    font-weight: bold;
}

.modalwww {
    position: fixed;
    bottom: 40%;
    z-index: 9;
    border: 2px solid #ffffff;
    font-size: 1.7rem;
    transition: 0.4s;
    letter-spacing: 1px;
    right: -3px;
    padding: 10px 15px;
    border-radius: 20px 0px 0px 20px;
    animation: blink 1s linear infinite;
}

    .modalwww:hover, .modalwww:focus {
        background: #e18334;
        border-color: #e18334;
    }

@keyframes blink {
    0% {
        background: var(--Logo-bg2);
    }

    100% {
        background: #03236c
    }
}

.lab-thumbs {
    text-align: left;
    padding: 0 15px;
}

    .lab-thumbs img {
        width: 100%;
        margin-bottom: 15px;
    }

    .lab-thumbs h4 {
        font-size: 18px;
        font-weight: bold;
        border-left: 20px solid #ec2125;
        padding-left: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .lab-thumbs:hover h4 {
        border-width: 50px;
    }

.buton-in {
    float: left;
    margin: -5px 0 0 1px;
}

    .buton-in li {
        float: left;
    }

        .buton-in li a {
            width: 165px;
            height: 98px;
            background-color: #221f1f;
            display: block;
            margin-top: 6px;
            margin-right: 5px;
            margin-left: 5px;
            margin-bottom: 6px;
            border-top: 4px solid var(--Logo-bg1);
            text-align: center;
            border-radius: 1rem;
            float: left;
        }

            .buton-in li a img {
                margin-top: 11px;
            }

        .buton-in li::marker {
            display: none !important;
        }

.button-txt {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border-bottom: 1px dashed #000;
}

.btn-a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #556;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    padding: 8px 14px;
    border: none;
    color: #fff;
}

    .btn-a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(181,67,33);
        border-radius: 2px;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

.author-name {
    text-align: center;
}

    .author-name h3 {
        font-size: 1.90rem;
        margin-top: 2px;
        text-align: center;
        font-weight: bold;
        color: #062f87;
    }

    .author-name p {
        font-size: 1.24rem !important;
        line-height: 1;
        padding: 0px;
        text-align: center;
        font-weight: bold;
    }

.Facilities_img {
    border: 4px solid var(--Logo-bg1);
    border-radius: 1rem;
}

.img_Bth {
    width: 40% !important;
    border: 1.5px solid var(--Logo-bg2);
    border-radius: 50%;
    background: hsl(246, 46%, 36%);
    margin-top: 30px;
    margin-bottom: -22px;
}

.msg_home {
    border: 2px solid var(--Logo-bg1);
    border-radius: 0.78rem;
}

.btn_readMore {
    font-weight: bold;
    font-size: 1.54rem;
}
.gallery_box {
    padding: 4px;
    padding-top: 15px;
    font-size: 1.42rem;
}
.gallery_h3 {
    font-weight: bold;
    color: black;
    overflow: hidden;
    font-size: 1.4rem !important;
    color: red;
    margin-bottom: 5px;
    min-height: 50px;
    max-height: 50px;
    overflow:hidden;
}
.gallery_desc {
    max-height: 60px;
    min-height: 60px;
    overflow: hidden;
    /*background-color: #ffe213;*/
    border-top: none;
    padding: 8px;
    font-size: 12px;
    font-weight: 500;
    color: black;
    border-top: 1px #404040 dashed;
}

.collage_img {
    border: 1px;
   /* border-radius: 1rem;*/
}

.collage_img1 {
    border: 2px solid var(--Logo-bg2);
    border-radius: 1rem;
    /* border-radius: 1rem;*/
    background-color: #e1396c;
    padding: 20px;
    margin-left:30px;
    height:400px;
}
.img-college {
    height: 220px;
}

.h-border {
    font-weight: bold;
    padding-left: 10px;
    font-size: 18px;
    text-align: left;
    border: 2px;
    padding-top: 10px;
   
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #fff;
}



  
.rs-video {
    height: 314px !important;
}

.page-Affiliation-c a {
    padding-right: 0px;
    background-color: #efeff3;
    border-radius: 1px;
    border: 1px solid #e1e1e5;
}

.page-Affiliation a {
    /* padding: 10px;*/
    display: block;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.justify-content-center {
    justify-content: center !important;
}

.col-xl-5 {
    flex: 0 0 auto;
    width: 50%;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.p {
    color: inherit;
    font-size: inherit;
}

.ps-0 {
    padding-left: 0 !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.listStyle-1 li {
    list-style-type: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 48px;
}

.Cor-heading {
    color: #0c2e78;
    font-size:18px;
    font-weight:300;
}
.college-btn {
    margin-left: 135px;
    margin-top: 20px;
}
.college-img {
    border: 2px solid var(--Logo-bg1);
    height: 390px;
}
.bg17 {
    background-image:url(../images/back.jpg);
}

@media (min-width: 1024px) {

    .bg17 {
        background-image: url(../images/back.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-top-left-radius: 10rem;
        border-top-right-radius: 10rem;
        background-attachment: fixed;
    }
}



.placement {
    background-color: #c0c3c3;
    font-size: 30px;
    line-height: 1.5;
    padding-top: 57px;
    height: 250px;
    width: 248px;
    margin-left: 44px;
    border-radius: 1.4rem;
    padding-left: 24px;
    font-family: var(--primary-font);
    /* line-height: 24px;*/
    margin: 10px 0 20px 0;
}

#placeUl {
    font-size: 22px;
    font-weight: 600;
    list-style-type: none;
}

.placeLi {
    border: 1px solid white;
    border-radius: 1rem;
    font-family: var(--primary-font);
    margin-top: 15px;
    margin-bottom: 15px;
    color: white;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}



.slick-dupe {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

.hero__title {
    background-color: #edf3f8 !important;
    padding: 5px !important;
    border-radius: 0.47rem !important;
    border: 1px solid var(--Logo-bg2);
    margin-bottom: 15px !important;
}
.courseP {
    margin-bottom: -1rem;
    font-weight: 700;
}
.course_span {
    font-size: 13px;
    margin-left: 35px;
}




