:root {
    --primary: #4682B4;
    --secondary: #feca97;
    --light: #feca97B2;
    --dark: #091E3E;
}
body {
    color: #272727;
    font-size: 16px;
}
.bg-custom-secondary{
    background-color: var(--secondary);
}
.bg-primary{
    background-color: var(--primary) !important;
}
.bg-light{
    background-color: var(--light) !important;
}

.text-justify-center{
    text-align: justify;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}
.text-primary{
    color: var(--primary) !important;
}
.btn-primary {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}
.btn-physiotherapy {
    color: #000;
    background: #FBCC8F;
    border-color: #FBCC8F;
}

.read-more-btn{
    color: #fff;
    background: var(--primary);
    border-color: var(--primary);
}

.read-more-btn:hover {
    color: #fff;
    background: #4682B4BD;
    border-color: #4682B4BD;
}

.btn-secondary {
    color: #000;
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.back-to-top:hover i{
    color: #000;
}

a{
    text-decoration: none;
}
.text-justify {
    text-align: justify;
}
/*==================================
        Loader
====================================*/
.page-loader {
    background-color:var(--secondary);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9998;
}

.loader {
    position: absolute;
    left: 45%;
    top: 40%;
}


/*============================
        Header Section
==============================*/
.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, 0.42), rgba(9, 30, 62, 0.6)), url(../images/inner-bg.png) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (max-width: 576px) {
    .navbar-brand{
        display: contents;
    }

    .top-left a{
        margin-bottom: 10px;
    }
    .top-left a{
        margin-left: 0px !important;
    }

    .top-right .top-shape > div{
        margin-right: 5px !important;
    }

    .loader {
        left: 32%;
    }
}

.dropdown-menu {
    padding: 10px 15px !important;
    font-size: 17px !important;
    background-color: var(--secondary);
}
.dropdown-item:hover, .dropdown-item:focus {
    color: var(--primary) !important;
    background-color: unset !important;
}
.dropdown-menu > li > a {
    border-bottom: 1px solid var(--primary);
}
.dropdown-menu > li{
    padding: 3px 10px;
}
.dropdown-menu > li:last-child > a {
    border-bottom: 0;
}
/*====================================
        Slider
======================================*/

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}


.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}



/*================================
        News Header
==================================*/

.news{
    background-color: var(--primary);
    padding:10px;
    color:#666;
    overflow:hidden;
    clear:both;
    height:40px;
}
.news .title {
    background-color: #2F4960;
    margin: -10px;
    padding: 10px;
    text-align: center;
    height:40px;
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
    color:#fff;
}

.news a{
    color:#fff;
}
.news a:hover{
    color: var(--secondary);
}

.team h5{
    width: 85%;
    left: 0px;
    top: 20px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}
@media (max-width: 576px) {


}




/*========================================
        Why SBGM College Section
==========================================*/

.bg-why-sbgm-clg {
   background: linear-gradient(rgba(9, 30, 62, 0.53), rgba(9, 30, 62, 0.82)), url(../images/parallax.png) center center no-repeat;
    background-size: cover;
}
.bg-why-sbgm-clg p{
    color: #fff !important;
}



/*===================================
        Col Right Section
=====================================*/

.side-box {
    background-color: var(--secondary);
    padding: 15px;
    border-bottom: 3px solid var(--primary);
    border-top: 3px solid var(--primary);
}

ul.side-list {
    list-style-type: none;
    margin-left: -40px;
}

ul.side-list li {
    list-style: none;
    padding: 3px;
    transition: all 0.5s ease 0s;
}
ul.side-list li i {
    margin-right: 5px;
}

ul.side-list li a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

ul.side-list li a:hover{
    color: var(--primary);
}


/*=================================
        Footer Section
 ==================================*/

.bg-footer {
    background:url(../images/footer-bg.png) center center no-repeat;
    background-size: cover;
}

.footer-text {
    background: rgba(70, 130, 180, .85);
}

footer h3{
    color: var(--secondary);
}

footer .sitename{
    font-size: 16px;
}

.sitename{
    font-size: 16px;
}
.built-by{
    font-size: 16px;
}

/*==================================
        Staff
====================================*/

.staff-type {
    padding-top: 10px;
}
.staff-type div {
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}

.nav-pills {
    border-bottom: 1px solid transparent;
}
.nav-pills.nav-justified li a {
    color: #222;
    background-color: #efefef;
}
.nav-pills.nav-justified li a {
    border-color: transparent;
    border-radius: 0;
}
.nav-pills li a {
    padding: 15px 15px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
}
.staff .name {
    background-color: var(--secondary);
    color: #000;
    padding: 5px;
}
.staff {
    background-color: var(--primary);
    color:#fff;
    padding: 10px;
}
@media (max-width: 576px) {
    .nav-pills li a {
        font-size: 8px;
    }
}

/*==================================
        College News Blogs
====================================*/

.blog-article {
    margin-bottom: 15px;
}
.blog-article a.date {
    color: #2F4960;
}
.blog-article .date {
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s;
}
.blog-article .date small {
    display: block;
    color: #8f8f8f;
    font-size: 11px;
}
.blog-article-content {
    line-height: 1.8;
    margin-top: 0px;
    border: 1px solid #F4EADE;
    padding: 0 10px;
    min-height: 105px;
}

.blog-article-content h5{
    width: 10%;
    left: -60px;
    top: 47px;
    height: 50%;
    text-align: center;
}

@media (max-width: 576px) {
    .blog-article-content h5 {
        width: 35%;
        left: 228px;
        top: -25px;
        height: 16%;
    }
    .blog-article .date {
        font-size: 30px;
        display: flex;
        align-items: center;
    }
    .blog-article .position-absolute {
        position: initial !important;
    }
}

/*==================================
        Gallery
====================================*/
.gallery-img, .abox.thumbnail{
    margin: 0px 0px 30px 0px;
    position: relative;
    padding: 12px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    box-sizing: border-box;
}
.thumbnail .caption{
    margin-top: 10px;
}

.gallery-img .gallery-open{
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(181,26,86,0.80);
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 350ms ease all;
}

.gallery-img:hover .gallery-open{
    visibility: visible;
    opacity: 1;
}

.gallery-img .gallery-open i{
    color: #fff;
    position: absolute;
    font-size: 20px;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*==================================
        Faqs
====================================*/

.accordion-item:not(:first-of-type){
    border: 1px solid rgba(0,0,0,0.125);
}
.accordion-button:not(.collapsed){
    color: #000 !important;
    background-color: var(--secondary) !important;
}
.accordion-button:focus {
    box-shadow: unset !important;
}



