body {
    margin: 0px auto;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    background: #fff;
    color: #000;
}

@font-face {
    font-family: 'Minion';
    src: url(../fonts/Minion/Minion.ttf);
 }
 
 .font1{
    font-family: 'Minion' !important;
 }
.font-weight-extra-bold {
    font-weight: 900 !important;
    margin-bottom: 1.5rem !important;
}
.font-weight-500{
    font-weight: 500;
}
.head{
    font-size: 3rem;
}
.text_blue{
    color: #1245A8;
}
.text_red{
    color:#C71C1C;
}
a:hover{
    color: #F67428;
}
.toggle{
    width:20px;
}
[type="reset"], [type="submit"], button, html [type="button"] {
    -webkit-appearance: none !important;
    outline: none !important;
    cursor: pointer;
}
/* navbar starts*/
.container-fluid.navbar-margin {
    background-color: #1245A8;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-left: -1rem;
}
.navbar-nav.ml-auto {
    display: flex;
    justify-content: space-evenly;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("../images/togglericon.html");
}
.navbar.navbar-light {
    background: white !important;
    box-shadow: 0px 16px 32px #00000019;
}
.nav-link {
    display: block;
    padding: 0.5rem 0rem !important;
}
/* navbar ends*/
/* header nav */
.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 500;
}
/* .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
    font-weight: 500;
    border-bottom: 1px solid white;
} */
a, a:hover {
    text-decoration: none !important;
}
/* ABOUT US CSS START */
.bg_img {
    background-image: url(../img/back.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.backimg {
    background-image: url(../img/aboutus.html);
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
}
.btn_readmore{
    background-color: #C71C1C;
}
/* ABOUT US CSS ENDS */
/* COURSES START */
.courses{
    background-image: url(../img/bg_blue.html);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.btn_readmore_white{
    background-color: #ffff;
    color: #C71C1C;
}
/* COURSES ENDS */
/* NOTICE CSS START */
.notice{
    background-color: #EBEBEB;
}


.clip_pos {
    position: absolute;
    width: 70px !important;
    top: 2%;
    left: 2%;
}
/* NOTICE CSS ENDS */
/* <!-- ACHIVMENTS START --> */
.bg_icons {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    height: 12rem;
}
.bg_icons.ic1{
    background-image: url(../img/icon1.svg);
}
.bg_icons.ic2{
    background-image: url(../img/icon2.svg);
}
.bg_icons.ic3{
    background-image: url(../img/icon3.svg);
}
.bg_icons.ic4{
    background-image: url(../img/icon4.svg);
}
.achiv_text {
    font-size: 6rem;
}
/* <!-- ACHIVMENTS END --> */
/* COLLEGE start */
.absolute-text {
    position: absolute;
    top: 2%;
    left: -63%;
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
    letter-spacing: 2px;
    font-size: 7rem;
    color: #1245A8;
    font-weight: bold;
}
.imgs {
    filter: gray;
    /*-webkit-filter: grayscale(1);*/
    -webkit-transition: all .5s ease-in-out;
}
.imgs:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
}
.img_1 {
    margin-top: -14rem;
}
.img_2 {
    margin-top: -23rem;
}
.img_3 {
    margin-top: -21rem;
}
.img_4 {
    margin-top: -3rem;
}
.img_5 {
    margin-top: 1rem;
}
/* COLLEGE ENDS */
/* <!-- Our Recruiters Start --> */
.recruiters {
    background-color: #12a1f538;
}
.col_top{
    padding-top: 3rem;
}
/* <!-- Our Recruiters ENDS --> */
/* ALUMNI START */
.pdtop {
    padding-top: 9rem;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1245A8 !important;
    border: 2px solid #1245A8 !important;
}
.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #88888845 !important;
    background-color: #88888845 !important;
}
/* ALUMNI ENDS */
/* Tabs Left side css start */

div#v-pills-tab {
    text-align: end;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    border-radius: inherit;
    border-right: 8px solid #1245A8;
    background-color: #FFFFFF !important;
    color: #1245A8;
    /* font-weight: bold;
    */
    width: 96%;
}
.tabs.nav-link {
    display: block;
    padding: 0rem 2rem;
}
.tabspane {
    margin-left: 2rem;
    padding: 2rem !important;
}
/* Tabs left side css ends */
/* Placements start*/
.plc_box{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 16px #00000029;
}
table {
    border-collapse: collapse;
    width: 100%;
}
td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
.text_bg {
    padding: 13px;
    background: #1245A8 0% 0% no-repeat padding-box;
}

.banner_form {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 16px #00000029;
    border-radius: 8px;
    opacity: 1;
    padding: 42px;
}
input#submit_btn {
    background-color: #9A0E0E;
    color: #fff;
    font-weight: bold;
}
.submit_btn {
    background-color: #9A0E0E;
    color: #fff;
    font-weight: bold;
}
/* Placements ends */
/* CONTACT US START */
.form-control {
    text-align: left;
    background-color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top: none;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #888 !important;
    line-height: 30px;
    height: 42px;
    margin-bottom: 20px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding-left: 5px;
}
.form-control:focus {
    border-color: #888;
    box-shadow: none !important;
}
.red_border {
    border-right: 1.2px solid #242424;
    position: relative;
    height: 4rem;
}
/* CONTACT US ENds */
/* ACCORDIAN Start*/
.accordion{
    margin: 40px 0;
}
.accordion .item {
    border: none;
    margin-bottom: 19px;
    background: none;
}
.accordion .item .item-header h2 button.btn.btn-link {
    background: #3e3e3e14;
    color: #1245A8;
    border-radius: 0px;
    font-weight: bold;
    line-height: 2.5;
    text-decoration: none;
}
.accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
}
.accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 15px;
    display: block;
    width: 100%;
    text-align: left;
}
.accordion .item .item-header h2 i {
    float: right;
    font-size: 30px;
    color: #000;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}
button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}
/* ACCORDIAN Ends*/
/* HEADER Menu */

.sidenav {
    right: 0;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    background-image: url(../img/HamburgerBG.html);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1.4rem;
    color: #fda83e;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-right .5s;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
   }
    .sidenav a {
        font-size: 18px;
   }
}
.navbar-light .navbar-toggler-icon {

    background-image: url(../img/togglericon.svg);
}

.white_bg{
    position: absolute;
    height: 8rem;
    left: 0%;
    top: 0rem;
}
/* HEADER ENDS */
/* FOOTER START */
.footer{
    background-image: url(../img/footer_bg.html);
    background-size: cover;
    background-repeat: no-repeat;
}
.top{
    padding-top: 10rem;
}
.ftp_bg {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.01px solid #9d9d9d26;
    border-radius: 0px 0px 12px 12px;
    opacity: 1;
    padding: 16px;
    position: absolute;
    margin-top: -3rem;
}
.ft_pb {
    background-color: #002581;
    color: #fff;
}
/* FOOTER ENDS */
/* ABOUT US PAGE CSS */
.admissions{
    background-image: url(../img/aboutus/admission.html);
    background-size: contain;
    background-repeat: no-repeat;
}
.borderight {
    border-right: 1.2px dashed #FFFFFF;
    position: relative;
    height: 11rem;
}
div#v-pills-tab {
    text-align: end;
}
.nav_tabs_bg{
    background-color: #EBEBEB;
    height: 51rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #FFFFFF !important;
    color: #1245A8;
}
.tabs.nav-link {
    display: block;
    padding: 0rem 2rem;
}
.brd-right {
    border-right: 0.5px solid #242424;
    position: relative;
}
.bg_shwd{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 16px #00000029;
    border: 0.5px solid #1245A8;
    padding: 10px;
}
.text-red{
    color: #9A0E0E;
}
.white_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 16px #00000029;
    border: 0.5px solid #1245A8;
    border-radius: 8px;
    opacity: 1;
    padding: 14px;
    min-height: 19rem;
}
.blue_box{
    background: #1245A8 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 16px #00000029;
    border: 0.5px solid #1245A8;
    border-radius: 8px;
    opacity: 1;
    padding: 14px;
    color: #FFFFFF;
    min-height: 19rem;
}
.coltop{
    padding-top: 5rem;
}
.tabspane {
    margin-left: 2rem;
    padding: 1rem !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: red;
    background-color: #fff;
 
    border-bottom: 3px solid #d50000;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: bold;
    border-bottom: 5px solid #1245A8;
    border-right-color: #fff;
    border-left-color: #fff;
    border-top-color: #fff;
    color: #1245A8!important;
}
.cent {
    justify-content: space-evenly;
}
.color-pista {
    color: #04B9AC;
}
.tab_s {
    font-size: 1.3rem;
}
.bg_blue{
    background-color: #1245A8;
    border-radius: 10px;
    padding: 53px;
}

.bgwhite{
    padding: 28px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 16px #00000029;
}
/* .adm_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 16px #00000029;
    opacity: 1;
    padding: 24px;
    min-height: 15rem;
    
} */
.adm_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 16px #00000029;
    opacity: 1;
    padding: 24px;
    min-height: 15rem;
    flex-direction: column;
    align-items: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    
}
.adm_box1 {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 4px 16px #00000029 !important;
    opacity: 1 !important;
    padding: 24px !important;
    min-height: 10rem !important;
    flex-direction: column !important;
    align-items: center !important;
        display: flex !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        margin-top: 1rem !important;
    
}
.fee_box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 16px #00000029;
    opacity: 1;
    min-height: 18rem;
}
.bluebox{
    background-color: #1245A8;
    padding: 22px;
}
.box_white {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 16px #00000029;
    border: 0.30000001192092896px solid #9A0E0E;
    opacity: 1;
}
#notices_dsk.owl-carousel .owl-item img {
    display: block;
    width: 26% !important;
}
.owl-carousel .owl-item img {
    display: block;
    width: 35% !important;
}

#alumnis.owl-carousel .owl-item img {
    display: block;
    width: 98%;
}
.ft_pb {
    background-color: #002581;
    color: #fff;
}
.sem{
    padding: 11px 36px 5px 38px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 22px;
    opacity: 1;
    border: none;
    color: #1245A8;
    font-weight: bold;
}
button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}
button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}
table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
    text-align: left;
    padding: 8px;
}
.border_white{
    border-right: 1px solid #ffff;
}
tr.tb_tr {
    background-color: #1245A8;
}
.mbadmissions{
    background-color:#2B3648;
}
.ptxt{
    font-size: 0.9rem;
}
.slid {
    width: 100% !important;
}
.com_col {
    padding-left: 0rem;
}
.cmd_pd{
    padding-top: 5rem;
}

.common_padding{
    padding-top: 1rem;
    padding-bottom: 3rem;
}
.blue_bg {
    background-color: #1245A8;
    padding: 20px;
    min-height: 14rem;
}
button.btn.view {
    background: none;
    color: #1245A8;
    font-weight: bold;
    margin-left: -1rem;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.brd{
    border-right: 1px solid #989999!important;
    margin-left: -3rem;
    position: relative;
    margin-right: 5rem;
}
/* Contact us FAQ */
.accordions{
    margin: 10px 0;
}
.accordions .item {
    border: none;
    margin-bottom: 20px;
    background: none;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 16px #00000029;
    opacity: 1;
}
.accordions .item .item-header h2 button.btn.btn-link {
    background: #fff;
    color: #1245A8;
    border-radius: 0px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 2.5;
    text-decoration: none;
}
.accordions .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
    margin: 2px;
}
.accordions .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 15px;
    display: block;
    width: 100%;
    text-align: left;
}
.accordions .item .item-header h2 i {
    float: right;
    font-size: 27px;
    color: #ffff;
    background-color: #1245A8;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 62px;
}
button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}
button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 108rem;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    left: -121%;
    max-height: 800px;
    overflow: hidden;
    overflow-y: scroll;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 19px;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    border: none;
}
/* SIDE NAV */
/* .sidenav_bar{
    max-height: 816px;
    overflow: hidden;
    overflow-y: scroll;
}
*/
/* .accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
} */
/* .accordion .card-header.collapsed:after {
    content: "\f067";
} */

.accordions .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}
.accordions .card-header.collapsed:after {
    content: "\f067";
}
.ahover{
    color: #fff;
}
.dark{
    color: #000;
}
.modalcontent {
    top: 9rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 62rem;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    max-height: 800px;
    overflow: hidden;
    overflow-y: scroll;
}
.nav-pill .nav-link.active, .nav-pills .show>.nav-link, .nav-pill .nav-link:hover, .nav-pill .nav-link.active, .nav-pill .show>.nav-link {
    background: #1245A8;
    color: #fff!important;
    border-radius: 77px;
    /* width: 20rem; */
}
.nav-pill .nav-link {
    font-size: 14px;
    font-weight: 600;
    text-transform: initial;
    color: #1245A8;
    padding: 15px 10px;
    border-radius: 74px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #1245A8;
    width: 20rem;
}
.navbtn .nav-pill .nav-link {
 
    min-width: 17rem ;
    max-width: 17rem;
}
.adm_tabs .nav-pill {
    padding: 10px;
    border: 0px solid transparent;
    border-radius: 6px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}
.red_brd {
    border: 1px solid #9A0E0E;
    min-height: 12rem;
    padding: 22px;
}
.red_brd1 {
    border: 1px solid #9A0E0E;
    min-height: 17rem;
    padding: 22px;
}
.nav-pills.tabe_nav.nav-link.active, .nav-pills.tabe_nav .show>.nav-link, .nav-pills.tabe_nav .nav-link:hover, .nav-pills.tabe_nav .nav-link.active, .nav-pills.tabe_nav .show>.nav-link {
    background: #1245A8 !important;
    color: #fff!important;
}
.nav-pills.tabe_nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    text-transform: initial;
    color: #1245A8;
    padding: 15px 10px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #1245A8;
    width: 4rem;
}
.nav-pills.cleb .nav-link.active, .nav-pills.cleb .show>.nav-link {
    background-color: #80808021 !important;
    color: #1245A8;
}
.nav-pills.cleb .nav-link.active, .nav-pills.cleb .show>.nav-link {
    border: none !important;
    font-weight: bold;
    width: 100%;
}
.admtabs .nav-pills.cleb {
    box-shadow: 0px 6px 16px 1px rgb(0 0 0 / 23%);
    padding: 10px;
    background: #fff;
    border: 0px solid transparent;
    border-radius: 6px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.nav-pills.nav_gal .nav-link.active, .nav-pills.nav_gal .show>.nav-link {
    background-color: #80808021 !important;
    color: #1245A8;
}
.nav-pills.nav_gal .nav-link {
    font-size: 14px;
    text-transform: initial;
    color: #1245A8;
    padding: 15px 10px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #1245a824;
}

.sidebar {
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 5%;
    /* overflow-x: hidden; */
  }
  .navbtn {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
}
.navbtn .nav-item{
    flex-grow: 0 !important;
}
  .main {
    width: 100%;
   
    display: flex;
    flex-direction: column;
  }
  
  .main,
  .sidebar {
    padding: 15px;
  }
  
   
  .wrapper {
    display: flex;
    justify-content: space-between;
  }
  

  code, pre {
    background-color: #ccc;
    padding: 0 3px;
    border-radius: 5px;
  }
  
  .bottom {
    justify-self: bottom;
  }

.bgtb_blue {
    background-color: #1245A8;
    color: #fff;
}
.screen_center{
    justify-content: center;
    margin: auto;
    text-align: center;
}

a.text-dark:focus, a.text-dark:hover{
    color: #F67428 !important;
}

  
  .table-white-border th,
  .table-white-border td {
    color: #fff;
  }

  table.table.table-white-border {
    min-height: 25em;
}
.notice_bg {
    background-color: #fff;
    padding: 20px;
    min-height: 11rem;
}
.min_hight {
    min-height: 85px;
} #alumnis.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: 94%;
    top: 86%;
}
#alumnis.owl-carousel .owl-nav button.owl-prev {
    top: 86%;
    position: absolute;
    left: 91%;
}
.cm_ht {
    min-height: 5rem;
}



  .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    border: 2px solid #888;
    background-color: #888;
    height: 9px;
    margin: 0px 2px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}


.hide{
    display: none;
}
.banner_text {
    position: absolute;
    width: 84%;
    top: 48%;
    left: 8%;
    transform: translatey(-50%);
    z-index: 999;
    bottom: 23%;
}

.head_banner{
    font-size: 5rem;
    color: #A06943;
    font-weight: bold;
}
.adm_bttn {
    padding: 10px;
    width: 23%;
    background-color: #DE6823;
    padding-top: 15px;
}

.head_banner2{
    font-size: 3rem;
}


.navs {
	position: relative;
	color: #1245A8;
	width: 100%;
}
.navs  ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navs  ul li a {
	display: block;
	background: #ebebeb;
	padding: 10px 15px;
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}

.navs  ul li a .fa {
	width: 30px;
	text-align: center;
	margin-right: -15px;
	/* float:right; */
}



.navs-pills .navs-link.active, .navs-pills .show>.navs-link {
    background-color: #FFFFFF !important;
    color: #1245A8;
}
.navs-pills .navs-link.active, .navs-pills .show>.navs-link {
    border-radius: inherit;
    border-right: 8px solid #1245A8;
    background-color: #FFFFFF !important;
    color: #1245A8;
    /* font-weight: bold; */
    width: 96%;
}
.video iframe {
    width: 100%;
    height: 250px;
}


.adm_tabs .nav1-pills {
    box-shadow: 0px 6px 16px 1px rgba(0, 0, 0, 0.23);
    padding: 10px;
    background:#fff;
    border: 0px solid transparent;
    border-radius: 6px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}
.nav1-pills .nav1-link.active, .nav1-pills .show>.nav1-link, 
.nav1-pills .nav1-link:hover, 
.nav1-pills .nav1-link.active, .nav1-pills .show>.nav1-link {
    background: #1045A8;
    color: #fff!important;
}

a.nav1-link.active {
    background-color: blue;
    padding: 12px;
}
.nav1-pills .nav1-link {
    font-size: 14px;
    font-weight: 600;
    text-transform: initial;
    color: #1045A8;;
    padding: 15px 10px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

#mess_donation {
    background: whitesmoke;
    padding-bottom: 4rem;
}
#mess_donation1 {
    background: whitesmoke;
    /* margin-top: 4rem; */
    padding-top: 2rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    #mess_donation {
        padding-top: 0rem;
    
    }
}
@media screen and (max-width: 991px){
    #mob_btn {
            display: block!important;
        }
}
#notices_dsk {
    text-align: -webkit-center;
}
 #notice_mb {
        text-align: -webkit-center;
 }
 @media screen and (min-width: 991px){
 .owl-carousel .owl-item img {
        display: block;
        width: 100% !important;
    }
 }
 @media screen and (min-width: 1200px) and (max-width: 1400px){
    .navbtn {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem 0.5rem;
    }
}
.library-font-weight-extra-bold{
    font-weight: 400 !important;
    margin-bottom: 1.5rem !important;
    
}
/* .library-grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: #2196F3;
    padding: 10px;
  } */
  .library-item {
    /* background-color: rgba(255, 255, 255, 0.8); */
    border: 1px solid rgb(216 227 241 / 23%);
    padding: 20px;
    font-size: 30px;
    text-align: center;
  }

  .content-grid-library-2{
    font-weight: 900;
    color: #1245A8;;
    font-size: 3rem;
}
  .content-grid-library-3{
    color: #1245A8;;
    font-size: 1.5rem;
  }
  .content-grid-library{
    font-size: 1rem;
}
#desk-our-library{
    margin-bottom: 15px;
    background: #1245A8;;
    color: white;
}
#desk-our-library tr th {
padding: 15px;
}
@media (min-width:991px)
{
    #our_library{
    display: flex;
    max-width: 60%;
}
div#libary_grid {
    display: grid;
    grid-template-columns: auto auto auto;
  }
}
@media (max-width:990px){
    #our_library{
        display: flex;
        
    } 
    div#libary_grid {
        display: grid;
        grid-template-columns: auto auto ;
      }
      .content-grid-library-3{
        color: #1245A8;;
        font-size: 1rem;
      }
      .content-grid-library{
        font-size: 0.5rem;
    }
    .content-grid-library-2{
        font-weight: 900;
        color: #1245A8;;
        font-size: 2rem;
    }

#desk-our-library {
    height: 79px;
}
table.desk-our-library1 tr td {
    /* padding: 15px; */
    height: 79px;
}
}

table.desk-our-library1 tr td{
    padding :15px;

}
@media screen and (min-width: 991px) and (max-width: 1400px){
    table.desk-our-library1 tr td {
        /* padding: 15px; */
        height: 79px;
    }
    .content-grid-library {
        font-size: .7rem;
    }
    .content-grid-library-3 {
        color: #1245A8;;
        font-size: 1rem;
    }
    #desk-our-library {
        height: 79px;
    }
}
.table-h4 {
    text-align: center;
        margin-bottom: 20px;
     margin-top: 20px;
    
}
.container img {
    transition: transform 0.25s ease;
    cursor: zoom-in;
  }
  
  .container img:active {
    -webkit-transform: scale(2);
    transform: scale(2);
    cursor: zoom-out;
  }
  .certlinktext{
    background-color: #9A0E0E;
    color: #fff;
    
  }