
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#slider {
    /*height: 350px;
    overflow: hidden;
    width: 100%;*/
}

.carousel-item {
    height: 350px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}


.image-overlay{
    background: rgb(0, 0, 0, 0.6);
     position: absolute;
     width: 100%;
     height: 100%;
     display: block;
     z-index: 1;
}
.banner-left{
    width: 33.3333%;
    padding: 1rem;
}

.banner-right{
    width: 66.6666%;
}
.tab-content{
    padding: 1rem 0rem;
}
@media only screen and (max-width: 667px) {
.banner-left {
        width: 100%;
    }

    .banner-right {
        width: 100%;
    }
}
.owl-slider button{
    border: 0px !important;
    outline: none !important;
}
.owl-nav{
    display: none;
}
.owl-dots {
position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-dot {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff !important;
    margin: 5px;
    outline: none;
}
.owl-dot.active{
    background: #003266 !important;
}



.tab-content .fade:not(.show){
    opacity: 1;
}

.active.nav-item a{
    background-color: #ff6347;
}

.nav-tabs>li>a {
    color: #ffffff;
    margin-right: 2px;
    background-color: #003266;
    border-radius: 10px 2px 0 0;
    padding: 0.5rem 1rem;
    display: block;
     font-size: 15px;
     text-decoration: none;
}
.nav-tabs>li>a:hover{
    background-color: #ff6347;
}
.gray-border{
        border: 1px solid #e7e7e7;
}
.gray-border-bottom {
    border-bottom: 1px solid #e7e7e7;
}
.header-marquee-bg{
    background: rgb(0, 50, 102, 0.1);
    padding: 10px 0px 0px 10px;
     background-image: url('../images/noke.png');
     background-position: left center;
     background-repeat: no-repeat;
     padding-left: 200px;
}
.postbtn a{
    color: #000000;
}
.slider2 .owl-dots {
    position: absolute;
    bottom: -50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider2 .owl-dot {
    background-color: #cccccc !important;
}
.slider2 .owl-dot.active {
    background: #003266 !important;
}

.slider2 .owl-carousel .owl-item img{
    max-width: 200px;
    display: inline-block;
}

.slider2 .owl-item{
    text-align: center;
}
.slider2 .item {
    text-align: center;
    width: 100%;
}
.photo-description{
    padding: 1rem 0rem;
}

.services{
        background: #003266;
            color: #fff;
            padding: 3rem 0rem;
}
figure{
        -ms-transition: 1s;
            -webkit-transition: 1s;
            -moz-transition: 1s;
            -o-transition: 1s;
            transition: 1s
}
.pcards {
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 2rem;
    display: grid;
}
.pcards:first-child{
    border-bottom: 1px #ffffff solid;
}
.cards figure{
    display: block;
    text-align: center;
}
.icon i{
    font-size: 2rem;
}
.cards h3{
    font-size: 1rem;
    display: block;
    text-align: center;
}
.cards:hover .icon{
    opacity: 0.5;
}
.cards a{
    color: #ffffff;
    text-decoration: none !important;
}

.cards a:hover figure {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}
.cards h3{
    font-weight: normal;
}
.gallery4 .owl-dots{
    display: none;
}
.gallery4 iframe{
    width: 100%;
    height: 234px;
}
.heading h3{
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 2px #003266 solid;
}
.pagesection{
    padding: 2rem 0rem;
}
.footer-secondry{
    background: url('../images/bkcollege.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.home-gallery-text{
        text-align: center;
}
.home-gallery-text h4 {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-weight: bold;
    border: 3px solid #fff;
    text-align: center;
    width: auto;
    display: inline-block;
    padding: 0.5rem 2rem;
    position: relative;
    top: -18px;
    font-size: 18px;
}
.home-gallery-pictures{
    position: relative;
}
.picture-overlay{
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.home-gallery-pictures:hover .picture-overlay{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
}
.picture-overlay h3{
    display: flex;
    height: 100%;
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1300px) {
.nav-tabs>li>a {
    padding: 0.5rem 0.5rem;
}
}
@media only screen and (max-width: 1100px) {
.nav-tabs>li>a {
    padding: 0.5rem 0.2rem;
}
}
@media only screen and (max-width: 991px) {
    .banner-left {
        width: 100%;
        padding: 1rem;
}
.nav-tabs>li>a {
    padding: 0.5rem 1rem;
}
.banner-right {
    width: 100%;
}
.pagesection .col-md-3{
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
}
.pcards {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
    display: grid;
}
.media1 .col-md-4{
    width: 100%;
    flex: 0 0 100%;
        max-width: 100%;
}
.gallery4 iframe{
    height: 300px;
}
.footer-secondry .col-md-4 {
     width: 100%;
     flex: 0 0 100%;
     max-width: 100%;
 }
 .home-gallery-pictures img{
    width: 100%;
 }
 .navbar {
     padding: 1rem;
     width: 100%;
 }
 .navbar-collapse{
    position: absolute;
        top: 100%;
        background: #003266;
        width: 100%;
        padding: 10px 20px;
        z-index: 2;
        height: 100vh;
 }
 .navbar-toggler{
    cursor: pointer;
 }
}

@media only screen and (max-width: 667px) {
.pagesection .col-md-3 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
}
.footerleft-column {
    float: none;
    width: 100% !important;
}
.footerright-column{
    width: 100% !important;
    float: none;
    padding: 0px !important;
}
.headerbar .d-flex{
    align-items: center !important;
        justify-content: center !important;
}
}
.banner-right {
    min-height: 300px;
}
.banner-right .owl-slider{
    height: 100% !important;
}
.banner-right .owl-carousel {
    height: 100% !important;
}
.banner-right .item img{
    min-height: 300px;
}
.slider3 .owl-dots {
    position: static;
    margin-top: 20px;
}
.slider3 .owl-dot {
    background-color: #cccccc !important;
}
.slider3 .owl-dot.active{
    background-color: #003266 !important;
}
@media only screen and (max-width: 667px) {
.banner-right {
        min-height: auto;
    }
    .banner-right .item img {
        min-height: auto;
    }
}

   .flip-container {
       -webkit-perspective: 1000;
       background: transparent;
   }

   /* flip the picture when hover */

   .flip-container:hover .flipper,
   .flip-container.hover .flipper {
       -webkit-transform: rotateY(180deg);
   }

 

   /* flip speed */

   .flipper {
       -webkit-transition: 1.5s;
       -webkit-transform-style: preserve-3d;
       position: relative;
   }

   /* hide back  during flip */

   .front,
   .back {
       -webkit-backface-visibility: hidden;
       position: absolute;
       top: 0;
       left: 0;
   }

   /* front placed above back */

   .front {
       z-index: 2;
   }

   /* back, initially hidden */

   .back {
       -webkit-transform: rotateY(180deg);
   }

   .slider2 .photo-description {
       padding: 1rem 0rem;
       display: inline-block;
   }
         .slider2 .photo-description h5{
            margin-top: 50px;
         }
                                  .slider2 .photo-description p {
                                      margin-top: 0px;
                                      margin-bottom: 0px;
                                  }
   .back{
    width: 100%;
    background: #ffffff;
    height: 100% !important;
   }

   .modal-content{
    margin-top: 8%;
   }
   .modal-open{
    overflow: visible;
   }
   .modal-open{
    overflow: scroll !important;
    padding: 0px !important;
   }
   .gridicons .icons a{
    text-decoration: none !important;
   }
   .gridicons .icons a i{
        width: 100px;
            height: 100px;
            border-radius: 50%;
            border: 5px solid #eaeaea;
            display: table;
            margin: 0px auto 15px auto;
            transition: -webkit-transform 0.25s ease-out, border-color 0.25s ease-out;
            transition: transform 0.25s ease-out, border-color 0.25s ease-out;
            text-align: center;
            text-decoration: none;
        }
   .gridicons .icons a:hover i {
    border: 5px solid #ff6347;
    color: #ff6347;
}


   .gridicons .icons i {
    font-size: 48px;
    line-height: 90px;
    color: #003266;
   }

   .grid2 {
       grid-template-columns: repeat(7, 1fr);
       grid-gap: 2rem;
       display: grid;
   }
   .gridicons .icons a:hover i{
    color: #ff6347;
   }
.gridicons .icons a{
    display: block;
}
.gridicons .icons a span{
    display: block;
    text-align: center;
    color: #000000;
}

.gridicons .icons a:hover span{
    color: #ff6347;
}
.news-box .content .icons {
    float: right;
        font-size: 24px;
        position: absolute;
        right: 10px;
        bottom: 10px;
        border: 2px red solid;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 100px;
}

@media only screen and (max-width: 991px) {
        .grid2 {
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 2rem;
            display: grid;
        }

    }


.news-box {
    background: #304675;
    position: relative;
}
.news-box .banner {
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 2vw));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 2vw));
}
.news-box .content {
    padding: 15px 15px 15px 15px;
    position: relative;
}
.news-box .content .title {
    position: absolute;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    top: -60px;
    left: 15px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    display: table;
    word-break: break-all;
    padding: 4px;
    background: #fc654c;
}
.news-box .content h5 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    display: inline-block;
    overflow: hidden;
}
.news-box .content .icons {
    float: right;
    font-size: 24px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.news-box .content h5 a {
    text-decoration: none;
    color: #000;
}
.page-heading{
    display: block;
    width: 100%; 
    margin-bottom: 20px;
}
.icon-arrow-right-circle:before {
    content: "\e079";
}
.header-marquee-bg{
    position: relative;
}

.header-marquee-bg .newsbox{
    position: absolute;
    left: 0px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    left: 20px;
}
.graybox{
    background: rgb(0, 0, 0, 0.1);
    padding: 10px 0px;
}

.boxes{
grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    display: grid;
}
.title.color-theme1 span{
    position: relative;
    top: 10px;
}
.readmore{
    display: block;
    width: 100%;
    text-align: right;
}
.readmore a{
    display: inline-block;
    border-radius: 100px;
    border: 1px #003266 solid;
        width: 30px;
            height: 30px;
            text-align: center;
}
.page-heading h4{
    font-weight: bold;
    font-weight: 700;
}
.modal-header button{
    border: 0px !important;
    outline: none !important;
    box-shadow: none !important;
}
@media only screen and (max-width: 991px) {

.boxes {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 2rem;
        display: grid;
    }
}
.news-box:hover {
    transition: all .5s;
    transform: translateY(-10px);
}

.quick-link-box {
    background: #ff6347;
    width: 90%;
    /* border-radius: 5px; */
    display: table;
    margin-bottom: 8px;
    /* height: 77px; */
}
        a.view-link {
            padding: 8px 5px;
            color: #fff;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
        }
    
        a.view-link:hover {
            text-decoration: none;
            color: #b3023a;
            background: #fff2eb;
        }
.quick-link-box::after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f101";
    top: 0;
    width: 50px;
    height: 38px;
    line-height: 1.8;
    display: inline-block;
    border: 1px solid #ff6347;
    background: #fff2eb;
    font-size: 20px;
    color: #ff6347;
}
.happnings-content-box{
        background: #003266;
            color: #fff;
            padding: 1rem;
}
.cslider2 .owl-nav{
    display: block;
    text-align: center;
}
.cslider2 .owl-nav button {
    font-size: 50px !important;
    margin: 0px 10px ;
}
.happenings-bx-view-details a{
    display:block;
    text-align: center;
    color: #ffffff;
}
.page-container{
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

#secondary-navigation {
    border: 1px solid #e5e5e5;
    margin-bottom: 34px;
    background: #fff;
}
#secondary-navigation .header {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 5px solid #ff6347;
}
#secondary-navigation ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#secondary-navigation ul li {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
#secondary-navigation ul li.active>a,
#secondary-navigation ul li:hover>a {
    color: #fff;
    background: #ff6347;
}

#secondary-navigation ul li>a {
    display: block;
    padding: 12px 12px 12px 40px;
    font-size: 13px;
    font-weight: 500;
}
#secondary-navigation ul li a .fa-angle-right,
#secondary-navigation ul li a .fa-angle-down {
    margin-right: 8px;
    color: #676767;
    position: absolute;
    top: 15px;
    left: 30px;
    margin: 0px;
}
#secondary-navigation ul li>a{
    color: #000000;
}
#secondary-navigation ul li.active a .fa-angle-right,
#secondary-navigation ul li.active a .fa-angle-down,
#secondary-navigation ul li:hover a .fa-angle-right {
    color: #fff;
}
.fa-angle-right:before {
    content: "\f105";
}

h5 {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
}
.left-panel .help-list {
    padding-top: 0px;
    margin-bottom: 30px;
}

.help-list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    padding-top: 52px;
}
.left-panel .help-list li {
    padding: 10px;
}

.help-list li {
    padding: 15px;
    border: 1px solid #dadada;
    margin-bottom: 15px;
    border-radius: 5px;
    background: #fff;
    transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    -webkit-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    -moz-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    -o-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    -ms-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}
.help-list li a {
    display: block;
    text-decoration: none;
}
.left-panel .help-list .round-icon {
    width: 60px;
    height: 60px;
}

.help-list .round-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    float: left;
    text-align: center;
}

.color-theme2 {
    color: #00c1a1;
    background: #00c1a1;
}
.left-panel .help-list .round-icon .icons {
    font-size: 24px;
    line-height: 60px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-commenting-o:before {
    content: "\f27b";
}
.left-panel .help-list .inner {
    margin-left: 78px;
    height: 60px;
        display: table;
}
.left-panel .help-list .inner p {
    height: 60px;
    color: #000000;
    font-size: 13px;
}
.help-list .inner p {
    margin-left: 92px;
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    font-size: 18px;
    height: 75px;
    transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    -webkit-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    -moz-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    -o-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    -ms-transition: all .5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}

.round-icon i{
    color: #ffffff;
}
.color-theme4 {
    color: #ff9c00;
    background: #ff9c00;
}
.color-theme5 {
    color: #ed027b;
    background: #ed027b;
}
.color-theme5 {
    color: #ed027b;
    background: #ed027b;
}
.page-container {
    padding-top: 25px;
}