/* START COMMON CSS */
/*.margin_top_10{*/
    /*margin-top: 10px;*/
/*}*/

/*====================================page loader css============================================*/
.js div#preloader
{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #333 url('/images/pre_loader.gif') no-repeat center center; }
/*#loader-wrapper {*/
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*z-index: 1000;*/
/*}*/
/*#loader {*/
    /*display: block;*/
    /*position: relative;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*width: 150px;*/
    /*height: 150px;*/
    /*margin: -75px 0 0 -75px;*/
    /*border-radius: 50%;*/
    /*border: 3px solid transparent;*/
    /*border-top-color: #25a9df;*/

    /*-webkit-animation: spin 2s linear infinite; *//* Chrome, Opera 15+, Safari 5+ */
    /*animation: spin 2s linear infinite; *//* Chrome, Firefox 16+, IE 10+, Opera */

    /*z-index: 1001;*/
/*}*/

/*#loader:before {*/
    /*content: "";*/
    /*position: absolute;*/
    /*top: 5px;*/
    /*left: 5px;*/
    /*right: 5px;*/
    /*bottom: 5px;*/
    /*border-radius: 50%;*/
    /*border: 3px solid transparent;*/
    /*border-top-color: #e74c3c;*/

    /*-webkit-animation: spin 3s linear infinite; *//* Chrome, Opera 15+, Safari 5+ */
    /*animation: spin 3s linear infinite; *//* Chrome, Firefox 16+, IE 10+, Opera */
/*}*/

/*#loader:after {*/
    /*content: "";*/
    /*position: absolute;*/
    /*top: 15px;*/
    /*left: 15px;*/
    /*right: 15px;*/
    /*bottom: 15px;*/
    /*border-radius: 50%;*/
    /*border: 3px solid transparent;*/
    /*border-top-color: #f9c922;*/

    /*-webkit-animation: spin 1.5s linear infinite; *//* Chrome, Opera 15+, Safari 5+ */
    /*animation: spin 1.5s linear infinite; *//* Chrome, Firefox 16+, IE 10+, Opera */
/*}*/

/*@-webkit-keyframes spin {*/
    /*0%   {*/
        /*-webkit-transform: rotate(0deg);  *//* Chrome, Opera 15+, Safari 3.1+ */
        /*-ms-transform: rotate(0deg);  *//* IE 9 */
        /*transform: rotate(0deg);  *//* Firefox 16+, IE 10+, Opera */
    /*}*/
    /*100% {*/
        /*-webkit-transform: rotate(360deg);  *//* Chrome, Opera 15+, Safari 3.1+ */
        /*-ms-transform: rotate(360deg);  *//* IE 9 */
        /*transform: rotate(360deg);  *//* Firefox 16+, IE 10+, Opera */
    /*}*/
/*}*/
/*@keyframes spin {*/
    /*0%   {*/
        /*-webkit-transform: rotate(0deg);  *//* Chrome, Opera 15+, Safari 3.1+ */
        /*-ms-transform: rotate(0deg);  *//* IE 9 */
        /*transform: rotate(0deg);  *//* Firefox 16+, IE 10+, Opera */
    /*}*/
    /*100% {*/
        /*-webkit-transform: rotate(360deg);  *//* Chrome, Opera 15+, Safari 3.1+ */
        /*-ms-transform: rotate(360deg);  *//* IE 9 */
        /*transform: rotate(360deg);  *//* Firefox 16+, IE 10+, Opera */
    /*}*/
/*}*/


/*#loader-wrapper .loader-section {*/
    /*position: fixed;*/
    /*top: 0;*/
    /*width: 51%;*/
    /*height: 100%;*/
    /*background: rgb(255, 255, 255);*/
    /*z-index: 1000;*/
/*}*/

/*#loader-wrapper .loader-section.section-left {*/
    /*left: 0;*/
/*}*/

/*#loader-wrapper .loader-section.section-right {*/
    /*right: 0;*/
/*}*/

/*.loaded #loader-wrapper .loader-section.section-left {*/
    /*-webkit-transform: translateX(-100%);  *//* Chrome, Opera 15+, Safari 3.1+ */
    /*-ms-transform: translateX(-100%);  *//* IE 9 */
    /*transform: translateX(-100%);  *//* Firefox 16+, IE 10+, Opera */
    /*-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);*/
    /*transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);*/
/*}*/

/*.loaded #loader-wrapper .loader-section.section-right {*/
    /*-webkit-transform: translateX(100%);  *//* Chrome, Opera 15+, Safari 3.1+ */
    /*-ms-transform: translateX(100%);  *//* IE 9 */
    /*transform: translateX(100%);  *//* Firefox 16+, IE 10+, Opera */
    /*-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);*/
    /*transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);*/
/*}*/

/*.loaded #loader {*/
    /*opacity: 0;*/
    /*-webkit-transition: all 0.3s ease-out;*/
    /*transition: all 0.3s ease-out;*/
/*}*/

/*.loaded #loader-wrapper {*/
    /*visibility: hidden;*/
    /*-webkit-transform: translateY(-100%);*/
    /*-ms-transform: translateY(-100%);*/
    /*transform: translateY(-100%);*/

    /*-webkit-transition: all 0.3s 1s ease-out;*/
    /*transition: all 0.3s 1s ease-out;*/
/*}*/
/*====================================page loader css============================================*/

.margin_bottom_10{
    margin-bottom: 10px
}
.margin_bottom_20{
    margin-bottom: 20px;
}
.offset-top-20 {
    margin-top: 20px;
}
.margin_top_30{
    margin-top: 30px;
}
.margin_bottom_30{
    margin-bottom: 30px;
}
.offset-xl-top-0 {
    margin-top: 0;
}
.post-event {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.heading_style{
    margin-bottom: 19px;
}
.bg-madison {
    background: #ACBD53;
    fill: #ACBD53;
}
.divider {
    width: 50px;
    height: 3px;
    padding: 0;
    margin: 21px auto 21px;
    /*background: #b1b1b1;*/
    border: none;
}
.bg-madison {
    background: #fccc49;
    fill: #fccc49;
}
.divider {
    width: 50px;
    height: 3px;
    padding: 0;
    margin: 9px auto 21px;
    /* background: #b1b1b1; */
    border: none;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #e5e5e5;
    border: none;
}
.text-subline {
    position: relative;
    height: 2px;
    padding: 0;
    background: #e5e5e5;
    border: none;
    margin-bottom: 15px;
}
.text-subline:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    height: 2px;
    width: 50px;
    background: #fccc49;
}
.main_section_style{
    padding: 222px 0 100px 0;
}
.dark_black{
    color: #24353b;
}
.side_navigation span{
    color: #24353b;
    font-size: 20px;
    font-weight: 500;
}
.side_navigation li {
    font-size: 15px;
}
.side_navigation li:hover{
    color: #000000;
}
.padding-zero{
    padding: 0 !important;
}
.padding-25{
    padding: 25px
}
/* END COMMON CSS */

/* START BREADCRUMB CSS*/
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent !important;
    border-radius: 4px;
}
.breadcrumb>.active {
    color: #0bb7f7 !important;
}
.breadcrumb li a{
    color: #000000;
}
.breadcrumb li a:hover{
    color: #0bb7f7;
}
.breadcrumb li {
    color: #000000 !important;
}
/* END BREADCRUMB CSS*/

/*----------------
 START HOME PAGE CSS
 ------------------*/
 .container-fluid.home-slider-container{
    padding: 0 !important;
}
.container.updated-bx {
    margin-top: -35px;
}
.home-slider-container .bx-viewport {
    margin-top: 0;
}
.bx-wrapper {
    border: 1px solid transparent !important;
    background: transparent !important;
}
@media only screen and (max-width: 1440px){
    .home-slider-container .bx-wrapper .bx-controls-direction a {
      margin-left: 0px !important;
    }
}
/*START NEWS SECTION*/
.news_container{
    padding-top: 25px;
}
/*START NEWS SECTION*/

/*START MESSAGE SECTION*/
.title-underline {
    margin: 0 auto;
    max-width: 160px;
    position: relative;
}
.title-underline::before {
    background: #013220 none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 30px;
}
.title-underline::after {
    background: #013220 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 24px;
    position: absolute;
    top: 10px;
    width: 30px;
}
.title-underline i {
    color: #013220;
    font-size: 31px;
    margin-left: 69px;
    margin-top: -7px;
}
.title-underline{
    margin-top: -36px;
    margin-bottom: 14px;
}
@media only screen and (max-width: 780px){
    .title-underline{
        margin-top: -22px;
        margin-bottom: 14px;
    }
}
.msg_des_style{
    display: -webkit-box;
    max-width: 100%;
    height: 76px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
}

.msg_images{
   width: 390px;
   height: 303px;
}

/*START MESSAGE SECTION*/
.campus-tour .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #ACBD53;
    border-color: #ACBD53;
}

.video_gallery_heading, .gallery_heading{
    display: -webkit-box;
    max-width: 100%;
    height: 26px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* text-align: justify; */
    text-overflow: ellipsis;
}
.quick_link_icon{
    margin-top: -10px;
    margin-bottom: 10px;
    margin-left: 32px;
    color: white;
    font-size: 4em;
}
.quick_link_text {
    display: -webkit-box;
    max-width: 100%;
    height: 33px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
}
.gallery_img_style{
    object-fit: cover;
    width: 270px;
    height: 270px;
}
@media only screen and (max-width: 750px){
    .gallery_img_style{
        object-fit: cover;
        width: 353px;
        height: 353px;
    }
    .responsive_counter{
        height: auto !important;
        padding-bottom: 0 !important;
    }
    .responsive_margin_top_30{
        margin-top: 30px !important;
    }

}
@media only screen and (max-width: 390px){
    .gallery_img_style{
        object-fit: cover;
        width: 190px;
        height: 190px;
    }

}

.bottom_quick_link_des{
    display: -webkit-box;
    max-width: 100%;
    height: 61px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
}
.bottom_quick_link{
    text-decoration: none !important;
    color: inherit !important;
}

/*-----START GALLERY SECTION IN HOME PAGE */
.our-team{
    position: relative;
    text-align:center;
    overflow: hidden;
    box-shadow:0 0 5px #808080;
}
.our-team img{
    width: 100%;
    /*height: auto;*/
    /*width: 300px;*/
    height: 300px;
    transform: scale(1);
    transition: all 0.40s linear 0s;
}
.our-team:hover img{
    transform: scale(1.3);
    transition:transform 3s linear 0s;
}
.our-team .team-content{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    opacity: 0;
    padding: 40px 20px;
    background: rgba(28, 63, 147, 0.48);
    transition: all 0.50s ease-in-out;
}
.our-team:hover .team-content{
    opacity: 1;
}
.our-team .team-prof{
    margin:20px 0 20px 0;
    position:relative;
    top:13%;
}
.our-team .team-prof a{
    color:#ffffff;
    font-size:18px;
    font-weight: bold;
    letter-spacing:1px;
    text-transform: uppercase;
}
.our-team .team-prof a:hover{
    color:#ffffff;
    text-decoration:none;
}
.our-team .team-prof small{
    color:#ffffff;
    display: block;
    font-size:13px;
    margin-top:10px;
    text-transform: uppercase;
}
.our-team .social-link{
    padding:0;
    margin:0;
    position:relative;
    top:13%;
}
.our-team .social-link li{
    list-style:none;
    margin-right:5px;
    display:inline-block;
}
.our-team .social-link li a{
    width: 35px;
    height: 35px;
    line-height:35px;
    border-radius:50%;
    color:#fff;
    background:rgba(0, 0, 0, 0.3);
}
.our-team .social-link li a:hover{
    background:#333;
    text-decoration:none;
}
@media only screen and (max-width: 990px){
    .our-team{  margin-bottom:20px; }
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #ACBD53;
    border-radius: 5px;
    text-align: center;
    color: #ACBD53;
    /*margin-bottom: 30px;*/

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #ACBD53;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #ACBD53;

}
.btn-default:active .filter-button:active
{
    background-color: #ACBD53;
    color: white;
}


.gallery_product
{
    /*margin-bottom: 30px;*/
}


/*-----END GALLERY SECTION IN HOME PAGE */

/*------UNIQE AT SECTION IN HOME PAGE-------*/
.our-features{
    text-align: center;
    transition: all 0.5s ease 0s;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.our-features:hover{
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.our-features .pic{
    overflow: hidden;
    position: relative;
}
.our-features .pic:before,
.our-features .pic:after{
    content: "";
    width: 200%;
    height: 80%;
    background: rgba(38,37,37,0.8);
    position: absolute;
    top: -100%;
    left: -4%;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}
.our-features .pic:after{
    background: rgba(28, 65, 151, 0.59);
    top: auto;
    left: auto;
    bottom: -100%;
    right: -4%;
}
.our-features:hover .pic:before{ top: 0; }
.our-features:hover .pic:after{ bottom: 0; }
.our-features .pic img{
    width: 100%;
    height: auto;
}
.our-features .social{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 45%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}
.our-features:hover .social{ opacity: 1; }
.our-features .social li{ display: inline-block; }
.our-features .social li a{
    display: block;
    /*width: 40px;*/
    /*height: 40px;*/
    line-height: 20px;
    font-size: 13px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.our-features .social li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 0 20px 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.our-features .social li a:hover:after{ transform: rotate(180deg); }
.our-features .team-features-content{ padding: 20px; }
.our-features .title{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #013220;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.our-features .post{
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #707070;
    text-transform: capitalize;
}
@media only screen and (max-width: 990px){
    .our-features{ margin-bottom: 30px; }
}
/*------UNIQE AT SECTION IN HOME PAGE-------*/

/*----------------
 END HOME PAGE CSS
 ------------------*/
/* START ABOUT US PAGE CSS*/

/*START UNIQUE SECTION CSS*/
.unique_serviceBox{
    border: 1px solid #4e4e4e;
    text-align: center;
    padding: 40px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.unique_serviceBox:before,
.unique_serviceBox:after{
    content: "";
    width: 200%;
    height: 200%;
    background: #4bb571;
    position: absolute;
    top: 160px;
    left: 0;
    z-index: -1;
    transform: rotate(-18deg);
    transition: all 0.5s ease 0s;
}
.unique_serviceBox:before{
    background: #4e4e4e;
    left: -120%;
    transform: rotate(24deg);
}
.unique_serviceBox:hover:before{
    transform: rotate(16deg);
}
.unique_serviceBox:hover:after{
    background: #0caf48;
    transform: rotate(-10deg);
}
.unique_serviceBox .service-icon{
    font-size: 60px;
    color: #4e4e4e;
    line-height: 100px;
    margin-bottom: 100px;
}
.unique_serviceBox .service-content{
    color: #fff;
    line-height: 25px;
    padding: 0 20px 20px;
}
.unique_serviceBox .title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.unique_serviceBox .description{
    font-size: 14px;
}
.unique_serviceBox .read{
    display: block;
    width: 100%;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #4bb571;
    padding: 10px;
    border-left: 1px solid #4bb571;
    border-right: 1px solid #4bb571;
}
.unique_serviceBox:hover .read{
    border-color: #0caf48;
    color: #0caf48;
}
@media only screen and (max-width: 990px){
    .unique_serviceBox{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .unique_serviceBox:before,
    .unique_serviceBox:after{
        top: 80px;
    }
}
@media only screen and (max-width: 480px){
    .unique_serviceBox:before,
    .unique_serviceBox:after{
        top: 140px;
    }
}
.unique_heading{
    padding-bottom: 44px;
}
/*END UNIQUE SECTION CSS*/
.margin_top{
    margin-top: -178px !important;
}
.about_description ul{
    list-style: inherit !important;

}
.unique_serviceBox .description{
    display: -webkit-box;
    max-width: 100%;
    height: 100px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.msg_description {
    display: -webkit-box;
    max-width: 100%;
    height: 108px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
}
.m_description{
    display: -webkit-box;
    max-width: 100%;
    height: 53px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
}

.about_us {
    display: block;
    position: relative;
    padding: 25px 0 100px 0;
    /*background: url(../images/about-bg.jpg) no-repeat center bottom;*/
}
.about-us{
    display: block;
    position: relative;
    padding: 25px 0 100px 0;
    /*background: url(../images/about_pg_bg.jpg) no-repeat center top;*/
}
/* START ABOUT US PAGE CSS*/
.news_section .class-item {
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
}
.news_section .class-item {
    margin-bottom: 30px;
    transition: .25s;
    -webkit-transition: .25s;
}

.news_section{
    color: #1a1a1a;
    font-family: 'Lora', serif;
    line-height: 1.75;
}
.news_section {
    font-family: 'Lora', serif;
    font-size: 16px;
    margin: 0;
}
.news_section .class-item .content {
    padding: 20px;
    background-color: #fafafa;
    transition: .25s;
    -webkit-transition: .25s;
}
.news_section h4
{
    clear: both;
    line-height: 1.5;
    font-weight: 700;
    color: #707070;
    font-style: italic;
    margin: 0;
    padding: 0;
}
.news_section .class-item .address {
    background-color: #ffc000;
    color: #fff;
    overflow: hidden;
    padding: 8px 20px;
    text-align: center;
}
.topper_style, .brdy_style, .latest_news span{
    clear: both;
    line-height: 1.5;
    font-weight: 700;
    color: #ffffff;
    font-style: italic;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 19px;
}
/* START ADMISSION PAGE CSS*/
/* END ADMISSION PAGE CSS*/
/*START CONTACT PAGE CSS*/
.contact_heading{
    font-weight: 700;
    font-size: 2em;
    text-align: center;
    color: #333781;
}
.well.well-sm label {
    font-size: 14px;
    font-weight: 400;
}
address {
    font-size: 14px !important;
}
.social_link_style{
    font-size: 30px;
}
.social_link_style .fb{
    color: #3b5998;
}
.social_link_style .tw{
    color: #42c0fb;
}

.social_link_style .gp{
    color: #da4835;
}

/*END CONTACT PAGE CSS*/
/*START FACILITIES PAGE*/
 .box {
                              border-radius: 3px;
                              box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
                              padding: 10px 25px;
                              text-align: right;
                              display: block;
                              margin-top: 60px;
                           }
                           .box-icon {
                              background-color: #333781;
                              border-radius: 50%;
                              display: table;
                              height: 100px;
                              margin: 0 auto;
                              width: 100px;
                              margin-top: -61px;
                           }
                           .box-icon span {
                              color: #fff;
                              display: table-cell;
                              text-align: center;
                              vertical-align: middle;
                           }
                           .info h4 {
                              font-size: 16px;
                              /* letter-spacing: 1px; */
                              text-transform: capitalize;
                              color: black;
                              padding-top: 10px;
                           }
                           .info > p {
                              color: #717171;
                              font-size: 16px;
                              padding-top: 10px;
                              text-align: justify;
                           }
                           .info > a {
                              background-color: #03a9f4;
                              border-radius: 2px;
                              box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
                              color: #fff;
                              transition: all 0.5s ease 0s;
                           }
                           .info > a:hover {
                              background-color: #0288d1;
                              box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
                              color: #fff;
                              transition: all 0.5s ease 0s;
                           }
.post-event {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.post-event-img-overlay {
    position: relative;
    display: inline-block;
}
.post-event-img-overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(44, 151, 234, 0.60);
    opacity: 0;
    visibility: hidden;
    transition: 0.35s all ease;
}
.post-event-img-overlay:hover:after {
    opacity: 1;
    visibility: visible;
}

.post-event-meta {
    /*background: #2e3a90;*/
    padding: 5px 9px;
    min-width: 90px;
    color: #f6f7f8;
}
.post-event-meta a {
    color: #ACBD53;
}
.post-event-img-overlay:hover:after {
    opacity: 1;
    visibility: visible;
}
.post-event-img-overlay {
    position: relative;
    display: inline-block;
}
.post-event-img-overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(252, 204, 73, 0.47);
    opacity: 0;
    visibility: hidden;
    transition: 0.35s all ease;
}
.gallery_list_img {
    height: auto;
    width: 100%;
    width: 247px;
    height: 200px;
    /*max-height: 163px;*/
    /*max-width: 261px;*/
    border: 2px solid #ACBD53;
    /*min-height: 163px;*/
    /*min-width: 320px;*/
}
.post-event-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}
.post-event-img-overlay:hover .post-event-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: 0.35s all ease;
}
.post-event {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.gallery-image {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: scale(1.1);

}
.gallery-image:hover {
    webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    filter: grayscale(100%);
    /*content: "\f105";*/
    /*font-family: "FontAwesome";*/
}
.gallery_detl_img_fix {
    height: auto;
    width: 100%;
    border: 4px solid;
    border-style: double;
    max-height: 170px;
    max-width: 240px;
    min-height: 170px;
    min-width: 240px;
}
.about_image_style{
    margin-top: 10px;
}

.about_image_style img{
    /*border: 2px solid #acbd53;*/
    margin: 0 auto;
    width: 400px;
    /*height: 300px;*/
    margin-top: 10px;
}
.context-dark{
    color: #ffffff !important;
}

/*END FACILITIES PAGE*/
/*START GALLERY P0AGE CSS*/
.gallery_btn a{
    margin-top: 10px;
    /*background: #88b2da;*/
}
.gallery_btn:hover{
 }
.gallery_album_title{
    font-size: 1.5em;
    color: #fccc49;
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
    display: -webkit-box;
    max-width: 100%;
    height: 70px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* text-align: justify; */
    text-overflow: ellipsis;
}
/*END GALLERY P0AGE CSS*/
/*START FACULTY PAGE CSS*/
.faculty_table_style{
    color: #243547;
}
.faculty_img{
    width: 100px;
    height: auto;
    margin: auto;
}
/*END FACULTY PAGE CSS*/

/*START FACULTY DETAIL PAGE CSS*/
.faculty_icons .fa {  margin-bottom: 10px;margin-right: 10px;}
.faculty_icons td:nth-child(odd){
    color: #000000;
    font-weight: 700;
}
.faculty_icons{
    margin-top: 20px !important;
}
@media only screen and (max-width: 750px){
    .teacher_name{
        text-align: center;
    }
    .faculty_icons{
        margin: auto;
    }
    .heading_style{
        text-align: center;
    }
    .side_navigation{
        margin-top: 50px;
    }
}

/*END FACULTY DETAIL PAGE CSS*/

/*START MEDIA GALLERY PAGE CSS*/
.course-item {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.course-item .course-hover {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}
.course-hover .hover-bg {
    position: absolute;
    z-index: 1;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.bg-color-1 {
    background-color: #009cd7;
}
.course-hover a {
    display: inline-block;
    border: 2px solid #ffffff;
    border-radius: 4px;
    white-space: nowrap;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #ffffff;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    top: 50%;
    left: 50%;
    z-index: 3;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 20px;
    font-size: 15px;
    padding: 8px 30px;
    overflow: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.course-item .course-name {
    padding: 10px 24px;
}
.course-item .course-name .price {
    float: right;
    color: #6194b9;
}
.course-item .course-name h3, .course-item .corse-name .price {
    display: inline;
    font-size: 15px;
    clear: none;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    /*font-family: "Raleway";*/
}
.clear-fix:after {
    content: '';
    display: table;
    clear: both;
}
.grid-col-4 .course-item .course-date {
    padding: 20px 24px;
}
.course-item .course-date {
    padding: 20px 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}
.course-item .course-date .day {
    display: inline-block;
    color: #333333;
}
.course-item .course-date i {
    margin-right: 4px;
}
.course-item .course-date .time {
    float: right;
    color: #333333;
}
.widget-popular .course-date, .course-item .course-date {
    padding: 20px 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}
.course-item .divider {
    width: 70px;
    height: 2px;
    clear: both;
    background-color: #ffffff;
    margin: 15px auto;
}
.course-item .description {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}
.clear-fix:after {
    content: '';
    display: table;
    clear: both;
}
.course-item .course-hover {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}
.course-item img {
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.course-hover .hover-bg {
    position: absolute;
    z-index: 1;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.course-item .course-name {
    display: block;
    background-color: #333333;
    padding: 10px;
}
.price {
    display: inline-block;
    text-align: center;
}
/*START MEDIA GALLERY PAGE CSS*/
.mg_heading{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 250px;
    height: 2.2em;
    white-space: nowrap;
}
.mg_description{
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 52px;
    margin: 0 auto;
    /* line-height: 1; */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mg_detial_img{
    margin: auto;
}
/*END MEDIA GALLERY PAGE CSS*/
/*START MEDIA GALLERY DETAIL PAGE CSS*/
.mg_title{
    font-size: 2em;
    color: black;
    font-weight: 700;
}
.mg_np, .mg_date{
    font-size: .9em;
    color: black;
    font-size: 12px;
}
.mg_description{
    font-size: 1.2em;
}
/*START MEDIA GALLERY DETAIL PAGE CSS*/
.mg_news_paper{
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 26px;
    margin: 0 auto;
    /* line-height: 1; */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*END MEDIA GALLERY PAGE CSS*/

/*START NOTICE PAGE CSS*/

.stick_on_bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}
.stick_on_bottom .notice_board {
    padding: 2px 0;
}
.notice_title h6 {
    font-size: 15px;
    margin-top: 0;
}
.gallery_main_div {
    padding: 0;
    /*background: #ffffff;*/
    border: none;
}
.gallery_main_div h4{
    font-family: "Merriweather", "Times New Roman", Times, serif;
    font-weight: 700;
    font-size: 2em;
    color: #2e3a90;
}

.notice_heading {
    padding: 0;
    border: none;
}
.notice_heading h4{
    font-family: "Merriweather", "Times New Roman", Times, serif;
    font-weight: 700;
    font-size: 2em;
    color: #234a66;
}
#notice_board_bg{
    width:100px;
    height:100px;
    background:#044f77;
    margin: 0 auto;
    position: relative;
}
.notices_date_text{
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate( -50%, -50% );
    text-align: center;
    color: white;
    font-weight: bold;
}
.notices_date_text p{
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
}
.notice_title{
    font-size: 15px !important;
    color: #2e3a90 !important;
    margin-left: -84px;
}
    .notice_title {
        font-size: 18px !important;
        color: #234a66 !important;
        margin-left: 0px !important;
        /*text-align: center !important;*/
    }



@media only screen and (max-width: 720px) {

    .notice_board span{
        float: none;
    }
}

@media only screen and (max-width: 520px) {
    div#top-bar {
        display: none;
    }
}




.notice_title h6 a{
    font-size: 18px;
    font-weight: bold !important;
    color: #0bb7f7 !important;
}
.notice_title {
    font-size: 15px !important;
}
.notice_read_more a {
    color: #000000;
    font-size: 13px !important;
    font-weight: bold !important;
}
.margin_bottom_10{
    margin-bottom: 10px
}
.notice_content_div{
    background-color: #ffffff;
}
.notice_desc{
    color: black !important;
}
/*END NOTICE PAGE CSS*/

/*START TOPPER PAGE CSS*/
.topper_main_div {
    padding: 0;
    /*background: #ffffff;*/
    border: none;
}
.topper_main_div h4{
    font-family: "Merriweather", "Times New Roman", Times, serif;
    font-weight: 700;
    font-size: 2em;
    color: #ACBD53;
}
.topper_div {
    border: 1px solid #ACBD53;
    margin-bottom: 50px;
    padding-top: 15px;
}
.bg_white{
    background-color: white;
}
.topper_div img {
    width: 128px;
    height: 150px;
    margin: 0 auto;
    margin-top: 15px;
    border: 1px solid #ACBD53;
}
.topper_div h6{
    font-size: 20px;
    font-weight: bold;
    font-family: "Merriweather", "Times New Roman", Times, serif;
}
.topper_div  span:nth-child(1){
    font-size: 18px;
    color: #888888;
    font-weight: bold;

}
.topper_div p{
    text-align: center;
}

/*END TOPPER PAGE CSS*/

/*START HEADER PAGE CSS*/
img.img-responsive.shadow {
    position: absolute;
    z-index: 10;
}
.home-slider-container .bx-wrapper {
    border: 0px solid transparent !important;
    background: transparent !important;
}
.navbar-nav>li>a {
    line-height: inherit !important;
}
#mega-menu-wrap-primary {
    background: #044f77;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #1c3e92;
    background-color: #fff !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background: #0bb7f7 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #0bb7f7 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    color: #044f77 !important;
    background: transparent !important;
}
/*END HEADER PAGE CSS*/

/*START MIDDLE HEADER CSS*/
.app_link span{
    font-size: 15px;
    color: #013220;
    padding-top: 14px;
    text-align: center;
}
@media only screen and (max-width: 720px){
    .adm_open{
        margin: auto;
        margin-top: 15px;
    }
    .middle_header_social_link{
        margin-left: 0 !important;
        text-align: center;
        margin-top: 15px;
    }
}
.social_icon_style{
    font-size: 16px;
    color: #2e5f85;
}
.social_icon_style a{
    color: inherit !important;
}
.social_icon_style i{
    display: inline-block;
    /*border-radius: 60px;*/
    box-shadow: 0px 0px 2px #2e5f85;
    padding: 0.5em 0.6em;

}

.social_icon_style i:hover{
    display: inline-block;
    /*border-radius: 60px;*/
    box-shadow: 0px 0px 2px #2e5f85;
    padding: 0.5em 0.6em;
    background-color: #87b1d9;
}


/*END MIDDLE HEADER CSS*/

/*START NOTICE BOARD CSS*/
.notice_board{
    background-color: #2e5f85 !important;
    color: #fff;
    font-size: 20px;
    padding: 9px 8px 5px 9px;
}
.notice_board_bg{
    background-color: #5B8D91;
    padding: 7px 10px;
}
.notice_board_heading{
    text-decoration: none;
    color: #000000 !important;
    font-size: 14px;
    font-weight: 300;
    /*font-weight: bold;*/
    /*color: #005c9c;*/
}
.notice_board_heading:hover {
    color: #ffffff !important;
}
.notice_board_heading a{
    color: #ffffff;
}
.notice_board_heading a:hover{
    color: orange;
}
/*END NOTICE BOARD CSS*/
/*START COUNTER CSS*/
.theme_color{
    color: #0caf48;
}
/*START COUNTER CSS*/
/*START THANK YOU PAGE CSS*/
.thanku_text{
    text-align: center !important;
}

/*START THANK YOU PAGE CSS*/

/* START CAREER PAGE CSS*/

/*START VACANCIES FORM CSS*/
.post-item{
    margin-bottom: 20px;
}
.grid-event-item{
    margin-top: 30px;
    background-color: #ffffff;
}
.grid-event-header{
    border-color: #d5dbe0 !important;
}
.grid-event-header{
    background-color: white;
}
.grid-event-header {
    border-bottom: 1px solid;
    padding: 15px 20px;
}
.grid-event-header .event-place {
    margin-right: 20px;
}
.small-text{
    color: #999999;
    font-size: 12px;
}
.box-content-inner{
    background-color: white;
    padding: 20px;
}
.box_last{
    border-bottom: 1px dashed;
}
.qualification{
    color: #ACBD53;
    font-size: 19px;
}
.job_description{
    font-size: 15px;
}
.code_number{
    color: #013220 !important;
}


/*START VACANCIES FORM CSS*/

/*START ACADEMICS PAGE CSS*/
.academic_div ul{
    list-style: inherit !important;
}
.academic_div ul {
    padding: inherit !important;
}
/*END ACADEMICS PAGE CSS*/
/* START VACANCY FORM */

/* Customize container */
/*@media (min-width: 768px) {*/
    /*.container {*/
        /*max-width: 730px;*/
    /*}*/
/*}*/
/*.container-narrow > hr {*/
    /*margin: 30px 0;*/
/*}*/

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px;
}
@media screen and (max-width: 768px) {
    .col-md-6.messages-sec {
        text-align: center;
    }
    .footer-widget {
        text-align: center;
    }
    .notice_board span{
        float: none !important:
    }
}
/* Supporting marketing content */
/*.marketing {*/
    /*margin: 40px 0;*/
/*}*/
/*.marketing p + h4 {*/
    /*margin-top: 28px;*/
/*}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    /*.header,*/
    /*.marketing,*/
    /*.footer {*/
        /*padding-right: 0;*/
        /*padding-left: 0;*/
    /*}*/
    /* Space out the masthead */
    /*.header {*/
        /*margin-bottom: 30px;*/
    /*}*/
    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }

}
.job_apl_heading{
    color: #24353b;
    text-align: center;
    margin-bottom: 40px;
}
/* START VACANCY FORM */

/* END CAREER PAGE CSS*/

/*START ACHIEVEMENT CSS*/
.achievement_box{
    height: 194px;
    padding: 15px;
    border: 1px solid white;
    border-radius: 0;
}
.achievement_div {
    border: 1px solid #ACBD53;
    margin-bottom: 50px;
    padding-top: 15px;
}
.achievement_div img{
    margin-top: 15px;
    width: 100%;
    height: 250px;
    border: 1px solid #ACBD53;
}
.achievement_div h6{
    font-size: 24px;
    font-weight: bold;
    font-family: "Merriweather", "Times New Roman", Times, serif;
}
.achievement_div  span:nth-child(1){
    font-size: 18px;
    color: #888888;
    font-weight: bold;

}
.achievement_div p{
    text-align: center;
}
.achievement_div span:nth-child(2) {
    font-size: 20px;
    color: #ACBD53;
    font-weight: bold;

}
/*END ACHIEVEMENT CSS*/
.msg_img{
    width: 360px;
    height: 280px;
}
/*START COUNTER CSS*/
.counter_div{
    color: white;
    font-size: 1.5em;
}

.counter_inner{
    background-color: #2dab5b;
    border: 1px solid #1a5d37;
}
.counter_inner_box{
    border: 1px solid !important;
    padding: 9px !important;
}

/*START COUNTER CSS*/
.notice_board span{
    color: white;
}
.notice_board span a{
    color: inherit !important;
}

/*message css*/
.serviceBox{
    text-align: center;
    margin: 0 -15px;
}
.serviceBox img{
    width: 100%;
    /*height: auto;*/
}
.serviceBox .service-content{
    position: relative;
    background: #2dab5b;
    color: #ffffff;
    padding: 50px 30px 30px;
}
.serviceBox .service-icon{
    display: block;
    width: 70px;
    height: 70px;
    background: #f0f4ba;
    border-radius: 10px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}
.serviceBox .service-icon i{
    font-size: 30px;
    line-height: 70px;
    color: #2dab5b;
    transform: rotate(-45deg);
}
.serviceBox .title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.serviceBox .description{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}
.serviceBox .read-more{
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: #2dab5b;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}
.serviceBox .read-more:hover{
    color: #2dab5b;
    background: #ffffff;
    text-decoration: none;
}
.serviceBox.middle .service-content{
    padding: 30px 30px 50px;
}
.serviceBox.middle .service-icon{
    bottom: -35px;
    top: auto;
}
@media only screen and (max-width: 990px){
    .serviceBox .title{ font-size: 17px; }
}
@media only screen and (max-width: 767px){
    .serviceBox{ margin: 0 0 30px 0; }
}
/*message css*/

/*START BIRTHDAY TOPPER CSS*/

.topper_slider{
    text-align: center;
    overflow: hidden;
    padding: 40px 15px 10px;
    /*border: 1px solid #ebebeb;*/
    transition:all 0.3s ease 0s;
}
.pic img{
    border: 10px solid #f8f8f8;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}
.topper_slider-title{
    position: relative;
    margin: 38px 0 18px 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color:#333;
}
.border{
    width: 100px;
    border-bottom: 3px solid #37cfd7;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
}
.border:after{
    content: "";
    width: 34px;
    display: block;
    position: relative;
    top:3px;
    border-bottom: 3px solid #F43662;
    margin: auto;
}
.post{
    overflow: hidden;
    display: block;
    margin-top: 11px;
    font-size: 13px;
    color:#fff;
    text-transform: capitalize;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.topper_slider_social{
    list-style: none;
    padding: 0;
    text-align: center;
    position: relative;
    bottom: -100px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.topper_slider_social > li{
    display: inline-block;
    margin-right: 20px;
}
.topper_slider_social > li:last-child{
    margin-right: 0;
}
.topper_slider_social > li > a{
    font-size: 15px;
    font-weight: 400;
    color:#333;
    transition: all 0.3s ease 0s;
}
.topper_slider_social > li > a:hover{
    color:#fff;
}
.topper_slider:hover{
    /*background: #37CFD7;*/
    /*padding-bottom: 30px;*/
}
.topper_slider:hover .pic img{
    border-color: #F43662;
}
.topper_slider:hover .border{
    border-color: #F43662;
}
.topper_slider:hover .border:after{
    border-color: #fff;
}
.topper_slider:hover .post{
    /*margin-top: 0;*/
    /*opacity: 0;*/
}
.topper_slider:hover .team_social{
    /*opacity: 1;*/
    /*bottom: 0;*/
}
@media screen and (max-width: 990px){
    .topper_slider{
        margin-bottom: 30px;
    }
}
.bx-wrapper {
    /* -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc; */
    border: 1px solid transparent !important;
    background: transparent !important;
}
.topper_slider img{
    margin: auto !important;
}
/*END BIRTHDAY TOPPER CSS*/

/*online-registration*/
#apply_online_form h5 {
    font-size: 20px;
}
.checkbox-inline {
    font-size: 13px;
}