:root {
    scroll-behavior: smooth;
}

body{
    font-family: "Roboto", sans-serif !important;
}

img{
    width: 100%;
    height: auto;
}

a{
    text-decoration: none;
}

.topsec{
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 8;
    border-bottom: 1px solid #f3f3f3;
}

.width90{
    width: 100%;
    background-color: #efefef;
    padding:6px 30px;
}

.headlabel, .headlabel a{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-right: 20px;
    font-size: 14px;
    color: black !important;
}

.headlabel i{
    font-size: 12px;
}

.nav-link{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-right: 40px !important;
    font-size: 20px;
    color: #0b0ba2 !important;
    padding: 0px !important;
}

.headlabel:last-child, .mr0{
    margin-right: 0px !important;
}

.navbar-collapse{
    flex-grow:0; 
}

.social{
    cursor: pointer;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.bgwht{
    background-color: white;
}

.logodiv{
    width: 10%;
    margin-right: 10px;
}

.sname{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}

.navbar-brand{
    width: 10%;
    display: block;
}

.navsec{
    width: 100%;
}

.navbar{
    padding-top: 0px;
    padding-bottom: 0px;
}

.width1{
    width: 45%;
}

.width2{
    width:55%;
}

.slidersec{
    margin-top: 50px;
    position: relative;
}

.overlap{
    background-color: #0000005c;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
}

.carousel-item{
    position: relative;
}

.captns{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
    text-align: center;
    bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    right: 0px;
    z-index: 1;
}

.bfirst, .bscnd{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 50px;
}

.contactbtn{
    background-color: #feff00;
    border-radius: 50px;
    width: auto;
    padding: 10px 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size:17px;
    box-shadow: 2px 2px 6px #2e2e2e;
    margin-top: 50px;
}

.contactbtn:focus{
    box-shadow: 2px 2px 6px #2e2e2e !important;
}

.abtsec{
    width: 80%;
    margin: 150px auto;
}

.abttext1{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 30px;
    color: #0b0ba2;
    margin-bottom: 18px;
}

.abttext2{
    text-align: justify;
    font-size: 15px;
    line-height: 30px;
    width: 80%;
    margin-bottom: 0px;
}

.boxsec1{
    background-color: #e1e1e1;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30%;
    padding: 20px;
    z-index: -1;
}

.abtimg{
    z-index: 1;
    position: relative;
}

.boxsec2{
    background-color: #e1e1e1;
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 30%;
    padding: 20px;
    z-index: -1;
}

.newssec{
    background-color: #c4c4ff4a;
    width: 100%;
    margin: 150px auto;
}

.newssec2{
    width: 80%;
    margin: 0 auto;
    padding:120px 0px;
}

.row1 .col-6{
    display: flex;
}

.bgsec{
    flex:1;
}

.hgtsec{
    overflow-y: auto;
    max-height: 465px;
    margin-top: 30px;
}

.whtbg{
    background-color: white;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 7px;
}

.whtbg:last-child{
    margin-bottom: 0px;
}

.datesec{
    background-color: #0b0ba2;
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    width: 80px;
    box-shadow: 0px 0px 10px #c1c1c1;
}

.line{
    margin: 6px 0px;
}

.date{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.noticehaed{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 17px;
    width: 100%;
}

.noticesec{
    width: 89%;
    padding-left: 10px;
}

.noticedesc{
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    margin-bottom: 0px;
}

.readmore{
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    width: 100%;
    text-align: end;
    color: #0b0ba2;
    text-decoration: underline;
    margin-bottom: 0px;
    font-weight: 500;
    cursor: pointer;
}

.wid9{
    width: 88%;
    margin-left: auto;
}

#carouselExampleIndicators1{
    border: 1px solid #dbdbf5;
}

.newsdet{
    position: relative;
    left:0;
    right:0;
    bottom: 0;
    top:0;
    padding:10px;
    text-align: left;
}

.newshd{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 17px;
    width: 100%;
    color: #0b0ba2;
}

.newsdesc{
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    width: 100%;
    color: #000000;
    margin-bottom: 0px;
}

.testimonial{
    width: 95%;
    margin: 0 auto;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    position: relative;
    text-align: center;
}

.img-circle {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial1{
    margin-top: 70px;
}

.testimonial4_slide h4{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 17px;
    margin-top: 30px;
}

.testimonial4_slide h6{
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-size: 13px;
    margin-top: 10px;
    color: #838282;
}

.testimonial4_slide p{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-top: 30px;
    background-color: #ffebf4;
    padding: 30px;
    font-style: italic;
}

.testimonial1 .carousel-control-next-icon, .testimonial1 .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
    background-size: 24px;
    background-color:#0b0ba2;
    border-radius: 5px;
    
}

.testimonial1 .carousel-control-next, .testimonial1 .carousel-control-prev{
    opacity: 1 !important;
    transition: none !important;
}

.footersec{
    width: 100%;
    margin-top: 120px;
    padding: 70px 70px 10px 180px;
    background-color: #0b0ba2;
}

.logosec{
    width: 5%;
    margin-right: 10px;
}

.whtclr{
    color: white;
}

.map{
    width: 40%;
}

.mtop10{
    margin-top: 30px;
}


.foottxt{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: white;
    margin-bottom: 20px;
    font-style: italic;
}

.adrsicn{
    width: 20px;
    color: white;
}

.adrstxt{
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.mtop11{
    margin-top: 15px;
}

.location, .links{
    width: 30%;
}

.width10, .width11{
    width: 50%;
    margin: 0 auto;
}

.linktext{
    color: white !important;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 15px;
    cursor: pointer;
}

.linktext a{
    color: white !important;
}

.linktexticn{
    width: 25px;
    color: white;
}

.linktext1{
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}


.pt1{
    margin-top: 20px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.txt1{
    width: 100% !important;
    text-align: center;
}

.mtop3{
    margin-top: 90px;
}

.txt2{
    width: 90%;
    text-align: justify;
}

.ml{
    margin-left: auto;
}

.wid_9{
    width: 90%;
}

.infraimg{
    width: 90%;
}

.width60{
    width: 70%;
    margin-left: auto;
}

.tick{
    width: 23px;
    margin-right: 5px;
}

.boxs1{
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    background-color: #f5c802;
    padding:15px 20px 15px 30px;
    border-radius: 4px;
    color: white;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px #c1c1c1;
}

.boxs1:hover{
    background-color: #0b0ba2;
}


.abtimg img{
    box-shadow: 0px 0px 10px #c1c1c1;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #f0ae03;
    color: white;
    z-index: 1;
}
#btn-back-to-top:hover{
    background-color:#b71c1c;
}
#btn-back-to-top:focus{
    box-shadow: none !important;
}



@media (max-width: 1919px) {
    .abttext1 {
        font-size: 26px;
    }

    .bfirst, .bscnd{
        font-size: 45px;
    }

    .abttext2, .noticedesc, .boxs1, .newsdesc {
        font-size: 14px;
    }
    

    .width10, .width11 {
        width: 60%;
    }

    .footersec {
        padding-left: 130px;
    }
}

@media (max-width: 1679px) {
    .headlabel, .headlabel a {
        font-size: 13px;
    }

    .sname{
        font-size: 22px;
    }

    .linktext, .linktext1{
        font-size: 15px;
    }

    .nav-link{
        font-size: 18px;
    }

    .abttext2{
        line-height: 25px;
    }
}

@media (max-width: 1599px) {
    .nav-link{
        margin-right: 35px !important;
        font-size: 16px;
    }

    .mr0{
        margin-right: 0px !important;
    }

    .abttext2 {
        width: 90%;
    }

    .infraimg {
        width: 100%;
    }

    .width60 {
        width: 80%;
    }

    .hgtsec {
        max-height: 380px;
    }
}

@media (max-width: 1439px) {
    .navbar-brand{
        margin-right: 7px;
    }

    .width1 {
        width: 50%;
    }

    .bfirst, .bscnd {
        font-size: 43px;
    }

    .contactbtn{
        font-size: 15px;
    }

    .abttext1 {
        font-size: 24px;
    }

    .abttext2, .noticedesc, .boxs1, .newsdesc,.testimonial4_slide p {
        font-size: 13px;
    }

    .abtsec, .newssec  {
        margin: 100px auto;
    }

    .sname {
        font-size: 21px;
    }

    .newssec2 {
        padding: 100px 0px;
    }

    .footersec {
        padding-left: 100px;
    }

    .foottxt {
        font-size: 20px;
    }

    .map {
        width: 35%;
    }

    .location, .links {
        width: 32%;
    }

    .datesec{
        padding: 5px;
    }

    .noticehaed, .newshd {
        font-size: 15px;
    }

    .hgtsec {
        max-height: 360px;
    }
}

@media (max-width: 1365px) {
    .sname {
        font-size: 19px;
    }

    .bfirst, .bscnd {
        font-size: 40px;
    }

    .abttext1 {
        font-size: 22px;
    }

    .width60 {
        width: 90%;
    }

    .width10, .width11 {
        width: 70%;
    }

    .date{
        font-size: 15px;
    }

    .noticehaed, .newshd {
        font-size: 14px;
    }
}

@media (max-width: 1279px) {
    .sec1{
        display: none !important;
    }

    .js1{
        justify-content: end !important;
    }

    .width90 {
        padding: 6px 15px;
    }

    .nav-link {
        font-size: 14px;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: end !important;
    }

    .sname {
        font-size: 16px;
    }

    .bfirst, .bscnd {
        font-size: 35px;
    }

    .abttext2 ,.wid_9, .width60 {
        width: 100%;
    }

    .abtsec, .newssec2 {
        width: 90%;
    }

    .footersec {
        padding-left: 70px;
    }

    .width10, .width11 {
        width: 80%;
    }

    .wid9{
        width: 100%;
    }
}

@media (min-width: 1279px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        justify-content: end !important;
    }
}

@media (max-width: 991px) {
    .width1 {
        width: 70%;
    }

    .width2 {
        width: 30%;
        text-align: end;
    }

    .nav-link {
        margin-right: 0px !important;
        margin-bottom: 10px;
    }

    .navbar-nav {
        position: absolute;
        background-color: white;
        width: 100%;
        text-align: center;
        z-index: 1;
        left: 0px;
        top: 65px;
        border-bottom: 1px solid #f3f3f3;
    }

    .bfirst, .bscnd {
        font-size: 27px;
    }

    .contactbtn {
        margin-top: 15px;
        font-size: 14px;
        padding: 7px 17px;
    }

    .abtsec, .newssec {
        margin: 50px auto;
    }

   .abtimg {
        width: 60%;
        margin: 0 auto;
        margin-top: 35px;
        margin-bottom: 20px;
    }

    .newssec2 {
        padding: 55px 0px;
    }

    .mb3, .mtop3{
        margin-top: 40px;
    }

    .txt1{
        text-align: justify;
    }

    .infraimg {
        width: 65%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .wid9{
        margin-top: 40px;
    }

    .hgtsec {
        max-height: 410px;
    }

    .footersec {
        padding: 50px;
        margin-top: 50px;
        padding-bottom: 10px;
    }

    .wid10{
       margin-top: 15px;
       align-items: baseline !important;
    }

    .logosec {
        width: 8%;
    }

    .map, .width10, .width11{
        width: 100%;
    }

    .location, .links {
        width: 50%;
        margin-top: 20px;
    }

    .testimonial1 {
        margin-top: 30px;
    }

    .navbar-toggler{
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 767px) {
    .headlabel,  .headlabel a{
        font-size: 12px;
        margin-right: 10px;
    }

    .sname {
        font-size: 14px;
    }

    .navbar-brand {
        width: 15%;
    }

    .slidersec {
        margin-top: 70px;
    }  
    
    .navbar-nav {
        top: 75px;
    }
}

@media (max-width: 599px) {
    .slidersec {
        margin-top: 90px;
    }

    .bfirst, .bscnd {
        font-size: 18px;
    }

    .contactbtn {
        margin-top: 0px;
        font-size: 10px;
        padding: 4px 12px;
    }

    .captns{
        transform: translate(-50%, -30%);
    }

    .abtsec, .newssec {
        margin: 30px auto;
    }

    .abttext1 {
        font-size: 15px;
    }

    .newssec2 {
        padding: 30px 0px;
    }

    .mb3, .mtop3 {
        margin-top: 25px;
    }

    .boxs1 {
        padding: 10px 0px 10px 10px;
    }

    .footersec {
        padding: 20px;
        margin-top: 30px;
        padding-bottom: 10px;
    }

    .location, .links {
        width: 100%;
    }

    .width11 .mtop10{
        margin-top: 0px;
    }

    .foottxt {
        font-size: 15px;
    }

    .linktext, .linktext1, .adrstxt  {
        font-size: 13px;
    }

    .navbar-nav {
        top: 57px;
    }

    .abtimg , .infraimg {
        width: 80%;
    }
}

@media (max-width: 499px) {
    .navbar-nav {
        top: 45px;
    }
}


@media (max-width: 399px) {
    .js1{
        display: none !important;
    }

    .slidersec {
        margin-top: 60px;
    }

    .width1 .sname{
        display: none;
    }

    .navbar-brand {
        width: 20%;
    }

    .bfirst, .bscnd {
        font-size: 14px;
    }

    .tick {
        width: 15px;
        margin-right: 2px;
    }

    .boxs1{
        font-size: 11px;
        padding: 10px 0px 10px 7px;
    }

    .abttext2 {
        line-height: 20px;
    }
}