/*@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');


:root {
    --brando: #ff4d29;
    --brandb: #3763ff;
    --brandB: #24AAE2;
    --brandHover: #198754a8;
    --brand: #198754;
    --dark: #092032;
    --limcolor: #E7F1FF;
    --body: #516171;
    --bgcolor: #fff;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

body {
    /*font-family: "Barlow", sans-serif;*/
    font-family: 'Roboto', sans-serif;
    color: var(--body);
    line-height: 1.7;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
    text-decoration: none;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-brand {
    color: var(--brand) !important;
}

.text-heading{
    font-size: 20px;
    font-weight: 600;
}
.text-heading a{
    font-size: 20px;
    font-weight: 600;
}
.pages .lable {
    font-weight: 600;
    font-size: 15px;
}

.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}


 /* slide */
 .slide {
     min-height: 90vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

/*.slide1 {
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
*/
/*.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url(../images/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}*/

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* navbar */
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.navbar-brand .dot {
    /*color: var(--brand);*/
    color: black;
    font-size: 15px;
    font-weight: 700;
}

.btn1 {
    padding: 8px 26px;
}

.btn1-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
    transition: all 0.3s ease 0s;
}

    .btn1-brand:hover {   
        background-color: var(--brandHover);
        border-color: var(--brandHover);
        color: #fff;
        
    }

.btn2 {
    padding: 8px 26px;
}
.btn2-brand {
    border: 1px solid var(--brand);
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--brand);
    transition: all 0.3s ease 0s;
}
.btn2-brand:hover {
    background-color: var(--brand);
    color: #fff;
}

.intro {
    margin-bottom: 25px;
    text-align: center;
}

.intro p {
    max-width: 500px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*about */
.about{
   
}
.chbody{
    
}
.chairman {
    text-align: center;
    display: flex;
    flex-direction: column;
   
    
}
    .chairman .ch_image {
        max-width: 50%;
        height: auto;
        justify-content: center;
        box-shadow: var(--shadow);
    }
    .chairman .chName {
        color: var(--brand);
    }
.message {
    display: flex;
    flex-direction: column;
    /* align-items: center;*/
    justify-content: center;
}


.info-box{
    align-items: center;
    display: flex;
}


.info-box img {
    width: 90px;
}

/*  Ourr Services*/

#services {
    padding-top: 20px;
}

.service h5 {
    margin-top: 15px;
    margin-bottom: 14px;
    color: var(--brand);
}
.desk {
    border-bottom: var(--brand) solid !important;
    line-height: 1.8rem;
}
.service {
    padding: 20px;
    background-color: var(--bgcolor);
    /*background-color: var(--limcolor);*/
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
        rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    display: flex;
    flex-direction:column;
    align-items:center;
    justify-items: center;
}
.service:hover {
    background-color: var(--limcolor);
}
    .service i {
        color: var(--brand);
        font-size: 60px;
        
    }

.service img {
    width: 90px;
}

/* Information*/
.information .accordion {
    background-color: var(--bgcolor);
    /*background-color: var(--limcolor);*/
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, 
                rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, 
                rgba(0, 0, 0, 0.09) 0px 32px 16px;
   
}
.information .accordion:hover {
    background-color: var(--limcolor);
}


.information button {
    font-size: 22px !important;
    font-weight: 700;
    color: var(--brand);
}
.information .accordion-body{
   padding-bottom: 0px !important;
   padding-top: 5px;
}


/*----Officer-------*/

.officer {
    position: relative;
    overflow:visible;
   /* z-index: 2;*/
    display: flex;
    flex-direction: column;
    align-items:center;
    
}

    .officer img {
        width: 200px !important;
        height: 200px;
        border-radius: 50%;
       
    }

    .officer h6 {
        font-weight: 300;
        margin-top: 10px;
    }

        .officer h6::before {
            content: "";
            height: 2px;
            width: 30px;
            display: inline-block;
            background: var(--brand);
            vertical-align: middle;
            margin-right: 10px;
        }

        .officer h6::after {
            content: "";
            height: 2px;
            width: 30px;
            display: inline-block;
            background: var(--brand);
            vertical-align: middle;
            margin-left: 10px;
        }


   /* .officer .overlay {
        width: 100%;
        height: 220px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
    }*/

    .officer .content {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .officer h4{
        padding-top: 25px;
    }

    .officer h4,
    .officer h6 {
        color: var(--dark);     
        line-height: .5;
    }

/*Footer*/

footer {
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(../img/bg_banner1.jpg), #082032;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    footer .footer-top {
        padding-top: 20px !important;
        padding-bottom: 10px !important;
    }

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    padding-top: 10px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}

/*
input.form-control {
    border-color: transparent;
    height: 44px;
}*/

/*.form-control {*/
    /*background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);*/
/*}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}*/

.pages{
    padding-top: 0px;
    padding-bottom: 0px;
}

.lineheight{
    line-height:1;
}
.lineheight h1,h2,h3,h4,h5, h6{
    line-height: 1;
}

.sGallery:hover{
    margin-top: -3px;
}

.message_alert {
    width: 30% !important;
    position: fixed;
    top: 120px;
    z-index: 100000;
    padding: 0px;
    font-size: 15px;
    right:80px;
}
.message_alert a{
    float: right;
}

@media (max-width: 992px) {
    .message_alert {
        width: 40% !important;
        position: fixed;
        top: 120px;
        z-index: 100000;
        padding: 0px;
        font-size: 12px;
        right: 30px;
    }
}
select.form-control {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    appearance: menulist !important;
}

@media (max-width: 550px) {
    .RollNo_Top-1{
        margin-top: 20px;
    }
}

