/* START COMMON CSS */
/*.margin_top_10{*/
    /*margin-top: 10px;*/
/*}*/

/*====================================page loader css============================================*/
#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: #2c97ea;
    fill: #2c97ea;
}
.divider {
    width: 50px;
    height: 3px;
    padding: 0;
    margin: 21px auto 21px;
    /*background: #b1b1b1;*/
    border: none;
}
.bg-madison {
    background: #2c97ea;
    fill: #ffffff;
}
.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: 0;
    left: 0;
    height: 1px;
    width: 50px;
    background: #2c97ea;
}
.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;
    color: #0290d9;
}
.side_navigation li:hover{
    color: #000000;
}
.stick_on_bottom{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}
/* 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: #2c97ea !important;
}
.breadcrumb li a{
    color: #867a79;
}
.breadcrumb li a:hover{
    color: #2c97ea;
}
.breadcrumb li {
    color: #2c97ea !important;
}
/* END BREADCRUMB CSS*/

/*----------------
 START HOME PAGE CSS
 ------------------*/

@media only screen and (max-width: 750px){
    .about_div{
        margin-top: auto;
    }

}
.infra_style{
    position: absolute;
    bottom: 8px;
    right: 16px;
    color: white;
    background-color: rgba(0, 0, 0, 0.44);
    width: 100%;
    text-align: center;
    margin-right: -15px;
    margin-bottom: -9px;
}
.quick_link_div{
    color: white;
}
.quick_link_inner{
    background-color: #084d9c;
    padding: 82px;
    color: white;
    border-radius: 50%;
}
.quick_link_inner:hover{
    background-color: #2c97ea;
    color: white;
}
.campus-tour .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #2c97ea;
    border-color: #2c97ea;
}

.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;
    }

}
@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 */

.filter-button
{
    font-size: 18px;
    border: 1px solid #2c97ea;
    border-radius: 5px;
    text-align: center;
    color: #2c97ea;
    /*margin-bottom: 30px;*/

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #2c97ea;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #2c97ea;

}
.btn-default:active .filter-button:active
{
    background-color: #2c97ea;
    color: white;
}


.gallery_product
{
    /*margin-bottom: 30px;*/
}


/*-----END GALLERY SECTION IN HOME PAGE */

/*----------------
 END HOME PAGE CSS
 ------------------*/

/*----------START TOP MOST
NAVIGATION BAR CSS
--------------------------*/
header.site-header {
    border-top: 6px solid #333;
    background-color: #fff;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
.clearfix:before, .clearfix:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clearfix:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}
*:after {
    box-sizing: inherit;
}
.ak-container {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
div {
    display: block;
}
.site-content {
    background-color: #fff;
    padding-bottom: 60px;
}
.social_htext_wrap {
    height: 39px;
    line-height: 32px;
    /* position: relative; */
    z-index: 1;
}
@media (min-width: 768px){
    #header_slider_wrap .bx-wrapper .bx-controls-direction a{
        opacity: 1;
    }
    #header_slider_wrap .bx-wrapper .bx-controls-direction a{
        width:25px;
        height:60px;
        line-height:60px;
    }
    #section_news_slide .news_slide_wrap .bx-wrapper .bx-controls .bx-controls-direction{
        display:block;
        margin-top:30px;
    }
    .social_htext_wrap:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        width: 50%;
        height: 39px;
        background: #333;
        z-index: 0;
    }
}
.social_htext_wrap .header_text {
    float: left;
    width: 50%;
    margin-left: 25%;
    color: #fff;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.social_htext_wrap .header_text, .social_htext_wrap .header_social_link {
    background: #333;
    height: 39px;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
.social_htext_wrap {
    height: 39px;
    line-height: 32px;
    /* position: relative; */
    z-index: 1;
}
body, button, input, select, textarea {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
@media (min-width: 768px){
    #header_slider_wrap .bx-wrapper .bx-controls-direction a{
        width:25px;
        height:60px;
        line-height:60px;
    }
    .social_htext_wrap .header_text:before {
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        border-top: 39px solid;
        border-left: 39px solid transparent;
        position: absolute;
        left: -39px;
        border-top-color: #333;
    }
}
.social_htext_wrap .header_text {
    float: left;
    width: 50%;
    margin-left: 25%;
    color: #fff;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.social_htext_wrap .header_text, .social_htext_wrap .header_social_link {
    background: #333;
    height: 39px;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
@media (min-width: 768px) {
    .social_htext_wrap .header_social_link {
        float: right;
        width: 25%;
        color: #fff;
    }
}
@media (min-width: 768px){
    .social_htext_wrap .header_social_link {
        float: right;
        width: 25%;
        color: #fff;
    }
}
.social_htext_wrap .header_text, .social_htext_wrap .header_social_link {
    background: #333;
    height: 39px;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
.social_htext_wrap {
    height: 39px;
    line-height: 32px;
    /* position: relative; */
    z-index: 1;
}
.header_social_link .fa_link_wrap {
    display: inline-block;
    margin-left: 10px;
    float: right;
    font-size: 14px;
    text-align: center;
}
@media (min-width: 768px){
    .social_htext_wrap .header_social_link {
        float: right;
        width: 25%;
        color: #fff;
    }
}
.social_htext_wrap .header_text, .social_htext_wrap .header_social_link {
    background: #333;
    height: 39px;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
.header_social_link .fa_link_wrap a {
    position: relative;
    vertical-align: middle;
    display: inline-block;
}
.header_social_link .fa_link_wrap {
    display: inline-block;
    margin-left: 10px;
    float: right;
    font-size: 14px;
    text-align: center;
}
@media (min-width: 768px){
    .social_htext_wrap .header_social_link {
        float: right;
        width: 25%;
        color: #fff;
    }
}
.social_htext_wrap .header_text, .social_htext_wrap .header_social_link {
    background: #333;
    height: 39px;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.header_social_link .fa_link_wrap {
    display: inline-block;
    margin-left: 10px;
    float: right;
    font-size: 14px;
    text-align: center;
}
@media (min-width: 768px){
    .social_htext_wrap .header_social_link {
        float: right;
        width: 25%;
        color: #fff;
    }
}
.social_htext_wrap .header_text, .social_htext_wrap .header_social_link {
    background: #333;
    height: 39px;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
.header_social_link .fa_link_wrap {
    display: inline-block;
    margin-left: 10px;
    float: right;
    font-size: 14px;
    text-align: center;
}
@media (min-width: 768px){
    .social_htext_wrap .header_social_link {
        float: right;
        width: 25%;
        color: #fff;
    }
}
.social_htext_wrap .header_text, .social_htext_wrap .header_social_link {
    background: #333;
    height: 39px;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
.header_social_link .fa_link_wrap .fa_wrap i:before {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    border-color: #fff;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-size: 12px;
}
.header_social_link .fa_link_wrap .link_wrap {
    display: none;
}
.header_social_link .fa_link_wrap {
    display: inline-block;
    margin-left: 10px;
    float: right;
    font-size: 14px;
    text-align: center;
}
@media (min-width: 768px){
    .social_htext_wrap .header_social_link {
        float: right;
        width: 25%;
        color: #fff;
    }
}
.social_htext_wrap .header_text, .social_htext_wrap .header_social_link {
    background: #333;
    height: 39px;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}
@media (max-width: 600px){
    header.site-header {
        border-top: none;
    }
}
@media (max-width: 767px){
    .social_htext_wrap:before {
        width: 100%;
        /* height: 39px; */
    }
}
@media (max-width: 767px){
    .social_htext_wrap:after {
        content: "";
        left: -15px;
        right: -15px;
        position: absolute;
        background: #333;
        height: 100%;
        top: 0;
        z-index: -1;
    }
}
@media (max-width: 600px){
    .social_htext_wrap {
        text-align: center;
        padding-bottom: 10px;
    }
}
@media (max-width: 767px){
    .social_htext_wrap {
        height: auto;
        position: relative;
    }
}
@media (max-width: 767px){
    .social_htext_wrap:before {
        width: 100%;
        /* height: 39px; */
    }
}
@media (max-width: 600px){
    .social_htext_wrap .header_text, .social_htext_wrap .header_social_link {
        height: auto;
    }
}
@media (max-width: 600px){
    .social_htext_wrap .header_text {
        width: 100%;
        float: none;
    }
}
@media (max-width: 767px){
    .social_htext_wrap .header_text {
        margin-left: 0;
    }

}
@media (max-width: 600px){
    .social_htext_wrap {
        text-align: center;
        padding-bottom: 10px;
    }
}
@media (max-width: 600px){
    .social_htext_wrap .header_text, .social_htext_wrap .header_social_link {
        height: auto;
    }
}
@media (max-width: 767px){
    .social_htext_wrap .header_social_link {
        width: 100%;
    }
}
@media (max-width: 600px){
    .header_social_link .fa_link_wrap {
        float: none;
    }
}

/*----------END TOP MOST
NAVIGATION BAR CSS
--------------------------*/

/*=========================================START MIDDEL HEADER CSS============================================*/
.title_location, .title_email, .pnone_title {
    text-transform: uppercase;
    font-weight: 600;
    color: #686868;
}
@media (max-width: 768px){
    .logo_info_wrap{
        margin: 20px 0;
    }
    .pnone_title,
    .header_info_wrap i:before{
        color: #000;
    }
    .header_info_wrap{
        width: 70%;
        margin-left: 0;
        padding: 0;
        border-left: 1px solid #eee;
        float: right;
        padding-left: 5%;
    }
    .header_info_wrap .phone_header,
    .header_info_wrap .email_header,
    .header_info_wrap .location_header{

        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .header_info_wrap .phone_header .title_phone .phone:before,
    .header_info_wrap .email_header .title_email_wrap .email_address:before,
    {
        content: " : ";
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.header_info_wrap .phone_header .title_phone,
.header_info_wrap .email_header .title_email_wrap,
.header_info_wrap .location_header .title_location_wrap {
    display: inline-block;
    font-size: 14px;
}
@media (max-width: 992px){
    .header_info_wrap .phone_header .title_phone,
    .header_info_wrap .email_header .title_email_wrap,
    .header_info_wrap .location_header .title_location_wrap {
        font-size: 13px;
    }
}
@media (max-width: 992px){
    .header_info_wrap{
        width: 74%;
        margin-left: 3%;
    }

}
@media (max-width: 600px) {
    .logo_info_wrap .header-logo-container,
    .logo_info_wrap .site-branding {
        width: 50%;
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
    }

    .header_info_wrap {
        border-left: none;
        float: none;
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}
.header_info_wrap .phone_header,
.header_info_wrap .email_header,
.header_info_wrap .location_header {
    display: inline-block;
    float: left;
    width: 33.33%;
}
.header_info_wrap .phone_header,
.header_info_wrap .email_header,
.header_info_wrap .location_header{
    width: auto;
    float: none;
    margin-left: 30px;
}
.header_info_wrap .phone_header{
    margin-left: 0;
}
.header_info_wrap {
    width: 65%;
    float: right;
    padding: 30px 0px;
}
.logo_info_wrap {
    /*overflow: hidden;*/
}
.logo_info_wrap .header-logo-container, .logo_info_wrap .site-branding {
    width: 25%;
    float: left;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
img {
    border: 0;
}
.header_info_wrap {
    width: 65%;
    float: right;
    padding: 30px 0px;
}
.header_info_wrap .phone_header, .header_info_wrap .email_header, .header_info_wrap .location_header {
    display: inline-block;
    float: left;
    width: 33.33%;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.header_info_wrap .fa_icon {
    display: inline-block;
    float: left;
    margin: 0px 15px 0px 0px;
}
.header_info_wrap i:before {
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: #686868;
    display: inline-block;
    line-height: 26px;
    padding-right: 1px;
}
.header_info_wrap .phone_header .title_phone, .header_info_wrap .email_header .title_email_wrap, .header_info_wrap .location_header .title_location_wrap {
    display: inline-block;
    font-size: 14px;
}
.header_info_wrap span {
    display: block;
    margin-top: -3px;
}
.title_location, .title_email, .pnone_title {
    text-transform: uppercase;
    font-weight: 600;
    color: #686868;
}
.header_info_wrap .phone_header .title_phone, .header_info_wrap .email_header .title_email_wrap, .header_info_wrap .location_header .title_location_wrap {
    display: inline-block;
    font-size: 14px;
}
.header_info_wrap .phone_header .title_phone .phone, .header_info_wrap .email_header .title_email_wrap .email_address, .header_info_wrap .location_header .title_location_wrap .location {
    color: #333333;
}
.header_info_wrap span {
    display: block;
    margin-top: -3px;
}
.header_info_wrap .phone_header .title_phone, .header_info_wrap .email_header .title_email_wrap, .header_info_wrap .location_header .title_location_wrap {
    display: inline-block;
    font-size: 14px;
}
@media (max-width: 768px){
    .logo_info_wrap {
        margin: 20px 0;
    }
}
@media (max-width: 992px){
    .logo_info_wrap {
        /*overflow: hidden;*/
    }
}
.logo_info_wrap {
    /*overflow: hidden;*/
}
@media (max-width: 600px){
    .logo_info_wrap .header-logo-container, .logo_info_wrap .site-branding {
        width: 50%;
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
    }
}
@media (max-width: 768px){
    .logo_info_wrap .header-logo-container, .logo_info_wrap .site-branding {
        width: 25%;
        float: left;
        margin: 20px 0;
    }
}
@media (max-width: 992px){
    .logo_info_wrap .header-logo-container, .logo_info_wrap .site-branding {
        width: 23%;
        float: left;
    }
}
@media (max-width: 600px){
    .logo_info_wrap a {
        text-align: center;
    }
}
@media (max-width: 600px){
    .logo_info_wrap .header-logo-container, .logo_info_wrap .site-branding {
        width: 50%;
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
    }
}
@media (max-width: 992px){
    .header-logo-container img {
        display: block;
    }
}
@media (max-width: 600px){
    .logo_info_wrap a {
        text-align: center;
    }
}
@media (max-width: 600px){
    .logo_info_wrap .header-logo-container, .logo_info_wrap .site-branding {
        width: 50%;
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
        text-align: center;
    }
}
@media (max-width: 768px){
    .header_info_wrap .phone_header, .header_info_wrap .email_header, .header_info_wrap .location_header {
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 992px){
    .header_info_wrap .phone_header {
        margin-left: 0;
    }
}
@media (max-width: 992px){
    .header_info_wrap .phone_header, .header_info_wrap .email_header, .header_info_wrap .location_header {
        width: auto;
        float: none;
        margin-left: 30px;
    }
}
.header_info_wrap .phone_header, .header_info_wrap .email_header, .header_info_wrap .location_header {
    display: inline-block;
    float: left;
    width: 33.33%;
}
@media (max-width: 600px){
    .header_info_wrap {
        border-left: none;
        float: none;
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}
@media (max-width: 600px){
    .header_info_wrap .fa_icon {
        display: none;
    }
}
@media (max-width: 768px){
    .header_info_wrap .fa_icon {
        float: none;
    }
}
@media (max-width: 992px){
    .header_info_wrap .fa_icon {
        margin: 3px 5px 0px 0px;
    }
}
.header_info_wrap .fa_icon {
    display: inline-block;
    float: left;
    margin: 0px 15px 0px 0px;
}
@media (max-width: 600px){
    .header_info_wrap {
        border-left: none;
        float: none;
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}
@media (max-width: 992px){
    .header_info_wrap {
        width: 74%;
        margin-left: 3%;
    }
}
.header_info_wrap {
    width: 65%;
    float: right;
    padding: 30px 0px;
}
@media (max-width: 992px){
    .header_info_wrap .phone_header {
        margin-left: 0;
    }
}

.header_info_wrap .phone_header, .header_info_wrap .email_header, .header_info_wrap .location_header {
    display: inline-block;
    float: left;
    width: auto !important;
}
@media only screen and (max-width: 580px){
    .respnsive_link {
        float: none !important;
        margin: auto !important;
    }
    .margin_top_10{
        margin-top:10px
    }
}
@media (max-width: 992px){
    .header_info_wrap .fa_icon {
        margin: 3px 5px 0px 0px;
    }
}
.header_info_wrap .fa_icon {
    display: inline-block;
    float: left;
    margin: 0px 15px 0px 0px;
}
@media (max-width: 992px){
    .header_info_wrap i:before {
        width: 25px;
        height: 25px;
        line-height: 20px;
        padding-right: 0;
        font-size: 12px;
    }
}
@media (max-width: 992px){
    .header_info_wrap .phone_header .title_phone, .header_info_wrap .email_header .title_email_wrap, .header_info_wrap .location_header .title_location_wrap {
        font-size: 13px;
    }
}
.header_info_wrap .phone_header .title_phone, .header_info_wrap .email_header .title_email_wrap, .header_info_wrap .location_header .title_location_wrap {
    display: inline-block;
    font-size: 14px;
}
@media (max-width: 992px){
    .header_info_wrap .phone_header .title_phone, .header_info_wrap .email_header .title_email_wrap, .header_info_wrap .location_header .title_location_wrap {
        font-size: 13px;
    }
}
@media (max-width: 600px){
    .header_info_wrap {
        border-left: none;
        float: none;
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}
@media (max-width: 768px){
    .header_info_wrap {
        width: 70%;
        margin-left: 0;
        padding: 0;
        border-left: 1px solid #eee;
        float: right;
        padding-left: 5%;
    }
}
@media (max-width: 768px){
    .header_info_wrap .phone_header, .header_info_wrap .email_header, .header_info_wrap .location_header {
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 600px){
    .header_info_wrap {
        border-left: none;
        float: none;
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}
@media (max-width: 600px){
    .header_info_wrap .fa_icon {
        display: none;
    }
}
@media (max-width: 768px){
    .header_info_wrap .fa_icon {
        float: none;
    }
}
@media (max-width: 600px){
    .header_info_wrap {
        border-left: none;
        float: none;
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}
@media (max-width: 768px){
    .header_info_wrap span {
        display: inline-block;
    }
}
@media (max-width: 768px){
    .title_location, .title_email, .pnone_title, .header_info_wrap i:before {
        color: #000;
    }
}
@media (max-width: 768px){
    .header_info_wrap span {
        display: inline-block;
    }
}
@media (max-width: 768px){
    .header_info_wrap .phone_header .title_phone .phone:before, .header_info_wrap .email_header .title_email_wrap .email_address:before, .header_info_wrap .location_header .title_location_wrap .location:before {
        content: " : ";
    }
}
@media (max-width: 992px){
    .header_info_wrap .phone_header .title_phone, .header_info_wrap .email_header .title_email_wrap, .header_info_wrap .location_header .title_location_wrap {
        font-size: 13px;
    }
}
@media (max-width: 992px){
    .header_info_wrap .phone_header .title_phone, .header_info_wrap .email_header .title_email_wrap, .header_info_wrap .location_header .title_location_wrap {
        font-size: 13px;
    }
}

/*=========================================START MIDDEL HEADER CSS============================================*/
/*START MESSAGE SLIDER CSS*/
@media only screen and (max-width: 750px) {
    .msg_slider_pager {
        margin-top: -10px !important;
    }
}
/*END MESSAGE SLIDER CSS*/
/*START Notice_board_css*/
@media only screen and (max-width: 720px) {
    .slide_left{
        padding-left: 0 !important
    }
    .notice_slider_controls{
        margin-top: -63px !important;
    }
}
@media only screen and (max-width: 990px){
    .margin_top_27{
        margin-top: 27px !important;
    }
}

.home_section .news_slide_wrap{
    overflow: hidden;
}
#section_news_slide .bg_news_slide .slide_content_wrap .slide_news_content{
    font-size:16px;
    font-family: 'Raleway', sans-serif;
    line-height: 28px;
}
@media (max-width: 992px){
    .home_section .bg_news_slide .news_slide_wrap{
        text-align:center !important;
    }
    #section_news_slide .bg_news_slide .slide_content_wrap .slide_news_content{
        font-size:14px !important;
        line-height:25px !important;
    }
    #section_news_slide .bg_news_slide .news_slide_wrap .slider_news_title{
        margin-bottom:10px !important;
    }
    .home_section .bg_news_slide .news_slide_wrap .news_slider_title{
        width: auto !important;
        float: none !important;
        line-height: normal !important;
        border-right:none !important;
        padding: 0px 0px 5px !important;
        text-align:center !important;
        display:inline-block !important;
        font-size:15px !important;
        font-weight:600 !important;
        margin-bottom:15px !important;
        position: relative !important;
    }

    #section_cta .title_section_cta::after,
    #section_news_slide .bg_news_slide .news_slide_wrap .news_slider_title::after{
        width: 30px !important;
        content: "" !important;
        height: 1px !important;
        background: rgba(255,255,255,0.5);
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        text-align: center !important;
        margin-top: 23px !important;
        margin: 0 auto !important;
    }

}
.home_section .bg_news_slide,
.home_section .bg_news_slide .news_slide_wrap,
.home_section .bg_news_slide .bx-wrapper .bx-viewport{
    /*background: rgba(237,145,42,0.95);*/
}
#section_news_slide .bg_news_slide .news_slide_wrap .news_slider_title:after{
    content:'';
    width:1px;
    background-color:#fff;
    position:absolute;
}
.home_section .bg_news_slide .news_slide_wrap .news_slider_title{
    width: 25%;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 60px;
    border-right: 1px solid #f5c083;
    padding: 10px 30px;
    text-align: right;
}
@media (max-width: 768px){
    #section_news_slide .bg_news_slide .slide_content_wrap{
        margin-bottom:20px !important;
    }

}
/*END Notice_board_css*/

/* START ABOUT US PAGE CSS*/
.logo_style{
    width: auto;
    height: auto;
    margin-left: 44px;
    margin-top: 9px;
}
@media only screen and (max-width: 750px){
    .logo_style{
        width: auto;
        height: auto;
        margin-left: auto;
        margin-top: auto;
    }

}

.about_description ul{
    list-style: inherit !important;

}
.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: 2px 5px;
    background-color: #fafafa;
    transition: .25s;
    -webkit-transition: .25s;
}
.news_section h4
{
    clear: both;
    line-height: 1.5;
    font-weight: 700;
    text-align:  center;
    color: #707070;
    text-align: center
    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: #2c97ea;
}
.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*/
.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: #2c97ea;
}
.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(44, 151, 234, 0.60);
    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 #2c97ea;
    /*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_album_title{
    font-size: 1.4em;
    color: #2c97ea;
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
}
/*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: #6194b9;
}
.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: 1.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: 1.6em;
    color: black;
    font-weight: 700;
}
.mg_np, .mg_date{
    font-size: .9em;
    color: black;
}
.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*/
.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:#234a66;
    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;
}
@media only screen and (max-width: 500px) {
    .notice_title {
        font-size: 18px !important;
        color: #234a66 !important;
        margin-left: 0px !important;
        text-align: center !important;
    }
}
.notice_title h6 a{
    font-size: 18px;
    font-weight: bold !important;
    color: #234a66 !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;
}
@media (max-width: 992px){
    #section_cta .title_section_cta::after, #section_news_slide .bg_news_slide .news_slide_wrap .news_slider_title::after {
        width: 30px;
        content: "";
        height: 1px;
        background: rgba(255,255,255,0.5);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        margin-top: 23px;
        margin: 0 auto;
    }
}
.topper_main_div h4{
    font-family: "Merriweather", "Times New Roman", Times, serif;
    font-weight: 700;
    font-size: 2em;
    color: #2c97ea;
}
.topper_div {
    border: 1px solid #2c97ea;
    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 #2c97ea;
}
.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*/
.navbar-nav>li>a {
    line-height: inherit !important;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #234a66 !important;
}
/*END HEADER PAGE 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: #2c97ea;
    font-size: 19px;
}
.job_description{
    font-size: 15px;
}
.code_number{
    color: green!important;
}


/*START VACANCIES FORM 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;
}

/* 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_div {
    border: 1px solid #2c97ea;
    margin-bottom: 50px;
    padding-top: 15px;
}
.achievement_div img{
    margin-top: 15px;
    width: 100%;
    height: 250px;
    border: 1px solid #2c97ea;
}
.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: #2c97ea;
    font-weight: bold;

}


/*END ACHIEVEMENT CSS*/
/*START TOPMOST BAR CSS*/
.top_bar_links{
   color: white;
}
.top_bar_links:hover{
    color: #788079;
}

/*START TOPMOST BAR CSS*/

/*START NAVIGATION MENU CSS*/
@media (max-width:992px){
    .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left:-100%;
    }
    /*-----------------------single pages----------------*/
    .header-banner-container .page-title{
        font-size:25px;
    }
    #enlighten-breadcrumb{
        font-size:15px;
    }
    .ak-container-both{
        padding:50px 15px 0;
    }
}
@media (max-width:768px){
    .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left:0;
        top:100%;
    }
    .main-navigation ul ul{
        display:block;
        opacity:1;
        box-shadow:none;
    }
    .main-navigation{
        min-height:50px;
        display:block;
    }
    .main-navigation ul > li > a{
        padding:10px 25px;
        border-right:none;
        border-top:1px solid rgba(255, 255, 255, 0.2);
    }
    .main-navigation ul li.menu-item-has-children a{
        position: relative;
    }
    .mb-ham:focus #primary-menu{
        display:block;
    }
    .main-navigation ul > li{
        display:block;
        padding:0;
    }
    .main-navigation > ul > li{
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    #primary-menu > ul > li > a{
        background:rgba(45, 127, 199, 0.9);
    }
    .main-navigation.top #primary-menu{
        display:none;
        position:absolute;
        top:100%;
        z-index:99999;
        left:0;
        right:0;
        text-align:left;
        background:rgba(31, 138, 232, 0.84)
    }
    /*--------for bottom nav-----------*/
    .main-navigation.bottom #primary-menu{
        display:none;
        position:absolute;
        bottom:100%;
        z-index:99999;
        left:0;
        right:0;
        text-align:left;
        background:rgb(31, 138, 232)
    }
    .main-navigation.top ul ul,
    .main-navigation.bottom ul ul{
        position:relative;
        float:none;
        left:0;
        background:none;
    }
    .main-navigation.top ul ul li a,
    .main-navigation.bottom ul ul li a{
        display:block;
        width:auto;
    }
    .main-navigation.top ul ul li,
    .main-navigation.bottom ul ul li{
        border-bottom:none;
    }
    .main-navigation ul li ul.sub-menu li a,
    .main-navigation ul ul ul li a{
        border-bottom:none;
        padding:7px 15px 7px 35px;
        border-top:none;
    }
    .main-navigation ul ul ul{
        left:0;
        padding-left:35px;
    }
    .main-navigation ul li ul.menu-item-has-children.sub-menu li a{
        border-bottom:1px solid #000;
    }
    /*--------------------service slider--------------*/
    .service_slider .owl-item .content_wrap{
        width:100%;
    }
    .service_slider .content_wrap:after{
        content:none;
    }
    .service_slider.owl-carousel:before{
        content:none;
    }
    #section_service{
        margin-bottom: 100px;
    }
    /*----------footer section-------------*/
    .client_wrap .client_cat_loop .owl-nav i{
        opacity: 1;
    }
    .site-footer .footer_area > div{
        width: 100%;
        padding:0;
    }
    /*-----single page banner-----*/
    .header-banner-container .page-title{
        display:none;
    }
    .ak-container-both{
        padding:50px 15px 0;
    }
    #secondary.archive_right,
    #secondary.left_left,
    #secondary.right_right,
    .search #secondary,
    .ak-container-right #primary,
    #primary.left,
    #primary,
    .home #secondary
    {
        width: 100%;
        float: none;
    }
    .ak-container-both .both_left,
    .ak-container-both #primary,
    .ak-container-both .both_right{
        width: 100%;
        float: none;
        padding:0;
    }
    .widget_search .search-form{
        width: 50%;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .widget ul li{
        font-size:14px;
    }
    .comments-area > ol > ol.children{
        padding-left: 0;
    }

    /*contactform*/
    .contact-info-wrap,
    .contact-form-wrap {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
    .service_slider .content_wrap:nth-child(2n){
        text-align: left;
    }
    .service_slider .content_wrap:nth-child(2n) .image_title .service_image{
        float: left;
        margin-left: 0;
        margin-right: 15px;
    }
    .service_slider .owl-item .content_wrap{
        padding: 20px;
    }

}
@media (min-width:769px){
    .mb-ham{
        display:none;
    }
    .main-navigation.left ul.menu > li:first-child a {
        padding-left: 0;
    }
    .main-navigation.left ul.menu > li:first-child ul.sub-menu li a {
        padding-left: 25px;
        padding-right: 15px;
    }
}
.main-navigation {
    clear: both;
    display: inline-block;
    width: 100%;
    background: #2B8448;
    position:relative;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul > li {
    display: inline-block;
    position: relative;
    padding: 9px 0px 9px;
}

.main-navigation ul > li > a {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 25px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    line-height: 20px;
}
.main-navigation ul ul.sub-menu > li > a{
    border-right: none;
    text-align: left;
    background: rgb(2, 144, 217);
}
.main-navigation ul li:last-child a {
    border-right: none;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.main-navigation.top ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background: rgb(45,127,199);
}
.main-navigation ul ul li,
.main-navigation ul ul ul li{
    background: rgba(45,127,199,0.8);
}
.main-navigation.bottom ul ul {
    float: left;
    position: absolute;
    bottom: 100%;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
    font-size: 13px;
    padding: 10px 25px;
}
.main-navigation ul ul li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0;
}
.main-navigation ul ul li:last-child{
    border-bottom: none;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
    opacity:0.6;
}
.main-navigation li.focus > a {
    opacity:0.6;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul{
    left: auto;
}
.main-navigation ul li.focus > ul{
    left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul
{
    left: 100%;
    top: 0;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
.main-navigation.center{
    text-align: center;
}
.main-navigation.center.top .menu ul li {
    float: none;
}
.main-navigation.left{
    text-align: left;
}
.main-navigation.right{
    text-align: right;
}
.main-navigation.bottom{
    position: fixed;
    bottom: 0;
    z-index: 99999;
}
.mb-ham {
    width: 28px;
    position: absolute;
    top: 50%;
    z-index: 9999;
    transform: translateY(-50%);
    right: 15px;
    cursor:pointer;
}
.mb-ham span:first-child{
    margin-top:0;
}
.mb-ham span{
    height:3px;
    width:100%;
    background:#fff;
    margin-top:4px;
    display:block;
}
/*END NAVIGATION MENU CSS*/

/*START NOTICE BOARD CSS*/
.notice_board {
    /* width: 50px; */
    /* height: 50px; */
    -webkit-animation: notice-blink 1s infinite;  /* Safari 4+ */
    -moz-animation: notice-blink 1s infinite;  /* Fx 5+ */
    -o-animation: notice-blink 1s infinite;  /* Opera 12+ */
    animation: notice-blink 1s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes notice-blink {
    0%, 49% {
        background-color: #000000;

    }
    50%, 100% {
        background-color: #00923f;

    }
}
@media only screen and (max-width: 720px) {

    .notice_board span{
        float: left;
    }
}
.notice_board{
    /*background-color: #00923f !important;*/
    color: #fff;
    font-size: 20px;
    padding: 9px 8px 5px 9px;
}
.notice_board_bg{
    background-color: mediumblue;
    padding: 7px 10px;
}
.notice_board_heading{
    text-decoration: none;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 300;
    /*font-weight: bold;*/
    /*color: #005c9c;*/
}
.notice_board_heading:hover {
    color: #000000 !important;
}
.notice_board_heading a{
    color: #ffffff;
}
.notice_board_heading a:hover{
    color: #000000;
}
.notice_board span{
    color: white;
}
.notice_board span a{
    color: inherit !important;
}


@media (max-width: 992px){
    .slider_news_title {
        max-width: auto !important;
        white-space: nowrap;
    }
    #section_news_slide .news_slide_wrap .bx-wrapper .bx-controls .bx-controls-direction{
        display:block;
        margin-top:30px;
    }
    .home_section .bg_news_slide .news_slide_wrap .news_slider_title{
        width: auto;
        float: none;
        line-height: normal;
        border-right:none;
        padding: 0px 0px 5px;
        text-align:center;
        display:inline-block;
        font-size:15px;
        font-weight:600;
        margin-bottom:15px;
        position: relative;
    }
    #section_news_slide .bg_news_slide .news_slide_wrap .news_slider_title::after{
        width: 30px;
        content: "";
        height: 1px;
        background: rgba(255,255,255,0.5);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        margin-top: 23px;
        margin: 0 auto;
    }
    #section_news_slide .bg_news_slide .news_slide_wrap .bx-wrapper{
        width:100%;
        float:none;
    }
    #section_news_slide .bg_news_slide .news_slide_wrap .bx-wrapper ul li{
        width:100%;
    }
    #section_news_slide .bg_news_slide .news_slide_wrap .bx-wrapper .bx-viewport{
        padding-right:0px;
    }
    #section_news_slide .bg_news_slide .news_slide_wrap .slider_news_title a{
        font-size:20px;
        font-weight:500;
        line-height:normal;
    }
    #section_news_slide .bg_news_slide .news_slide_wrap .slider_news_title{
        margin-bottom:10px;
    }
    #section_news_slide .bg_news_slide .slide_content_wrap .slide_news_content{
        font-size:14px;
        line-height:25px;
    }
    #section_news_slide .news_slide_wrap .bx-wrapper .bx-controls .bx-controls-direction a{
        display:inline-block;
        margin-right:0px;
        position:relative;
        margin-top:0;
    }
    .home_section .bg_news_slide .news_slide_wrap{
        text-align:center;
    }
    #section_news_slide .bg_news_slide .news_slide_wrap .news_slider_title::after{
        width: 30px;
        content: "";
        height: 1px;
        background: rgba(255,255,255,0.5);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        margin-top: 23px;
        margin: 0 auto;
    }
    .home_section .bg_news_slide .news_slide_wrap .news_slider_title{
        width: auto !important;
        float: none !important;
        max-width:  100%;
        line-height: normal !important;
        border-right:none !important;
        padding: 0px 0px 5px !important;
        text-align:center !important;
        display:inline-block !important;
        font-size:15px !important;
        font-weight:600 !important;
        margin-bottom:15px !important;
        position: relative !important;
        margin:  0 auto;
    }
    #section_news_slide .bg_news_slide .news_slide_wrap .bx-wrapper{
        width: 100% !important;
        float: none !important;
    }
    #section_news_slide .bg_news_slide .news_slide_wrap .bx-wrapper ul li{
        width:100%;
    }
    #section_news_slide .bg_news_slide .news_slide_wrap .bx-wrapper .bx-viewport{
        padding-right:0px;
    }
    .home_section .bg_news_slide .news_slide_wrap{
        text-align:center;
    }
    #section_news_slide .bg_news_slide .news_slide_wrap .slider_news_title a{
        font-size: 20px !important;
        font-weight: 500 !important;
        /* line-height: normal !important; */
        /* float:  none; */
        margin:  auto;
    }
    #section_news_slide .bg_news_slide .news_slide_wrap .slider_news_title{
        margin-bottom:10px;
    }
    #section_news_slide .bg_news_slide .slide_content_wrap .slide_news_content{
        font-size:14px;
        line-height:25px;
    }
    #section_news_slide .bg_news_slide .slide_content_wrap{
        margin-bottom:20px;
    }

    #section_news_slide .news_slide_wrap .bx-wrapper .bx-controls .bx-controls-direction a{
        display:inline-block;
        margin-right:0px;
        position:relative;
        margin-top:0;
    }
}
.home_section{
    /*margin:60px 0 0;*/
    background: #fff;
    padding: 40px 0 0;
}
.home_section .bg_news_slide,
.home_section .bg_news_slide .news_slide_wrap,
.home_section .bg_news_slide .bx-wrapper .bx-viewport{
    /*background: rgba(237,145,42,0.95);*/
}
.home_section .news_slide_wrap{
    overflow: hidden;
}

.home_section .bg_news_slide .news_slide_wrap .news_slider_title{
    width: 25%;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 60px;
    border-right: 1px solid #f5c083;
    padding: 10px 30px;
    text-align: right;
}
@media(max-width: 767px){
    #section_news_slide .bg_news_slide .slide_content_wrap{
        margin-bottom:20px;
    }
    #section_news_slide .news_slide_wrap .bx-wrapper .bx-controls .bx-controls-direction{
        display:block;
        margin-top:30px;
    }
}
#section_news_slide .bg_news_slide .news_slide_wrap .news_slider_title:after{
    content:'';
    width:1px;
    background-color:#fff;
    position:absolute;
}
#section_news_slide{
    padding:30px 0;
    color:#fff;
    min-height:120px;
    background: rgb(243, 246, 248);
    margin-top: 0;
}
#section_news_slide .bg_news_slide .news_slide_wrap .bx-wrapper{
    float:right;
    width:66%;
}
#section_news_slide .bg_news_slide .news_slide_wrap .bx-wrapper ul{
    margin:0;
    padding:0;
}
#section_news_slide .bg_news_slide .news_slide_wrap .bx-wrapper .bx-viewport{
    padding-right:60px;
    border:none;
    box-shadow:none;
    left:0;
    background: none;
}
#section_news_slide .bg_news_slide .news_slide_wrap .slider_news_title a{
    color:#fff;
    text-decoration:none;
    font-size:24px;
    font-family: 'lato', sans-serif;
    margin: 0;
    line-height: 45px;
}
#section_news_slide .bg_news_slide .news_slide_wrap .slider_news_title a:hover{
    color: #f4e3a8;
}
#section_news_slide .bg_news_slide .slide_content_wrap .slide_news_content{
    font-size:16px;
    font-family: 'Raleway', sans-serif;
    line-height: 28px;
}
#section_news_slide .news_slide_wrap .bx-wrapper .bx-controls .bx-controls-direction a{
    right:0;
    margin-top:5px;
    min-width:24px;
    min-height:24px;
}
#section_news_slide .news_slide_wrap .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{
    left:auto;
    right:0;
    background: url(../images/sprite2.png) no-repeat -3px -3px;
    top:0;
}
#section_news_slide .news_slide_wrap .bx-wrapper{
    position:relative;
}
#section_news_slide .news_slide_wrap .bx-wrapper .bx-controls .bx-controls-direction .bx-next{
    right:0;
    background: url(../images/sprite2.png) no-repeat -3px -35px;
}
.home_section .bg_news_slide .news_slide_wrap .news_slider_title{
    width: 25%;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 60px;
    border-right: 1px solid #f5c083;
    padding: 10px 30px;
    text-align: right;
}
#section_news_slide .bg_news_slide .news_slide_wrap .news_slider_title:after{
    content:'';
    width:1px;
    background-color:#fff;
    position:absolute;
}
#section_news_slide .bg_news_slide .news_slide_wrap .bx-wrapper{
    /* float:right; */
    width:66%;
}
#section_news_slide .bg_news_slide .news_slide_wrap .bx-wrapper ul{
    margin:0;
    padding:0;
}
#section_news_slide .bg_news_slide .news_slide_wrap .bx-wrapper .bx-viewport{
    padding-right:60px;
    border:none;
    box-shadow:none;
    left:0;
    background: none;
}
#section_news_slide .bg_news_slide .news_slide_wrap .slider_news_title a{
    color:#fff;
    text-decoration:none;
    font-size:24px;
    font-family: 'lato', sans-serif;
    margin: 0;
    line-height: 45px;
}
#section_news_slide .bg_news_slide .news_slide_wrap .slider_news_title a:hover{
    color: #f4e3a8;
}
#section_news_slide .bg_news_slide .slide_content_wrap .slide_news_content{
    font-size:16px;
    font-family: 'Raleway', sans-serif;
    line-height: 28px;
}

.clearfix:before,
.clearfix:after
{
    content: "";
    display: table;
    table-layout: fixed;
}
.clearfix:after
 {
    clear: both;
}
.bg_portfolio.clearfix{
    padding:0;
    margin:0;
    display:block;
}
.clearfix:after,
.clearfix:before{
    display: table;
    content: "";
}
.clearfix:before{
    display: table;
    content: "";
}
.clearfix:after{
    clear:both;
}
.home_section .news_slide_wrap{
    overflow: hidden;
}
.home_section .bg_news_slide .news_slide_wrap .news_slider_title{
    width: 25%;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 60px;
    border-right: 1px solid #f5c083;
    padding: 10px 30px;
    text-align: right;
}
#section_news_slide .bg_news_slide .news_slide_wrap .news_slider_title:after{
    content:'';
    width:1px;
    background-color:#fff;
    position:absolute;
}
#section_news_slide .bg_news_slide .news_slide_wrap .bx-wrapper{
    float:left;
    width: 60%;
}
#section_news_slide .bg_news_slide .news_slide_wrap .bx-wrapper ul{
    margin:0;
    padding:0;
}
#section_news_slide .bg_news_slide .news_slide_wrap .bx-wrapper .bx-viewport{
    padding-right:60px;
    border:none;
    box-shadow:none;
    left:0;
    background: none;
}
#section_news_slide .bg_news_slide .news_slide_wrap .slider_news_title a{
    color:#fff;
    text-decoration:none;
    font-size:24px;
    font-family: 'lato', sans-serif;
    margin: 0;
    line-height: 45px;
}
#section_news_slide .bg_news_slide .news_slide_wrap .slider_news_title a:hover{
    color: #f4e3a8;
}
#section_news_slide .news_slide_wrap .bx-wrapper .bx-controls .bx-controls-direction a{
    right:0;
    margin-top:5px;
    min-width:24px;
    min-height:24px;
}
#section_news_slide .news_slide_wrap .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{
    left:auto;
    right:0;
    background: url(../images/sprite2.png) no-repeat -3px -3px;
    top:0;
}
#section_news_slide .news_slide_wrap .bx-wrapper{
    position:relative;
}
#section_news_slide .news_slide_wrap .bx-wrapper .bx-controls .bx-controls-direction .bx-next{
    right:0;
    background: url(../images/sprite2.png) no-repeat -3px -35px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
#header_slider_wrap .bx-wrapper .bx-controls-direction .bx-prev {
    left: 0px;
    padding-right: 2px;
}
#header_slider_wrap .bx-wrapper .bx-controls-direction .bx-next {
    right: 0px;
    padding-left: 2px;
}
#header_slider_wrap .bx-wrapper .bx-controls-direction .bx-next:before {
    content: "\f105";
}
#header_slider_wrap .bx-wrapper .bx-controls-direction .bx-prev:before {
    content: "\f104";
}
#header_slider_wrap .bx-wrapper .bx-controls-direction a{
    color: rgba(255,255,255,0.5);
    background: none;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 110px;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
    text-indent: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    width: 30px;
    height: 110px;
    background: rgba(255,255,255,0.5);
    opacity: 0;
}
#header_slider_wrap .bx-wrapper .bx-controls-direction a:hover{
    background: rgba(255,255,255,0.7);
    color: rgba(255,255,255,0.8)
}
.slider_news_title{
    /* max-width: 345px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*START NOTICE BOARD CSS*/

/*START QUICK LINK CSS*/
.quick_link_container:before{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #3170b9;
    opacity: 0.7;
}

.serviceBox{ text-align: center; }
.serviceBox .service-icon{
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    background: #686de0;
    font-size: 40px;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
}
.serviceBox .service-icon:before{
    content: "";
    border: 3px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon:before{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}
.serviceBox .service-icon:after{
    content: "";
    border-top: 25px solid #686de0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: -22px;
    left: 40%;
}
.serviceBox .service-content{
    padding: 20px 25px;
    background: #686de0;
    border-radius: 15px;
    color: #fff;
    position: relative;
}
.serviceBox .service-content:before{
    content: "";
    border: 3px solid #fff;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-content:before{
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 1;
}
.serviceBox .title{
    display: block;
    font-size: 16px;
    color: white;
    padding-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
    margin: -3px 0px 12px 0;
    position: relative;
}
.serviceBox .description{
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 1px;
    display: -webkit-box;
    max-width: 100%;
    height: 114px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.serviceBox.yellow .service-icon,
.serviceBox.yellow .service-content{ background: #e3a325; }
.serviceBox.pink .service-icon,
.serviceBox.pink .service-content{ background: #2c97ea; }
.serviceBox.green .service-icon,
.serviceBox.green .service-content{ background: #63bb54; }
.serviceBox.yellow .service-icon:after{ border-top-color: #e3a325; }
.serviceBox.pink .service-icon:after{ border-top-color: #2c97ea; }
.serviceBox.green .service-icon:after{ border-top-color: #63bb54; }
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}
.quick_link_section{
    margin-top: -143px;
    position: relative;
    z-index: 100;
    margin-bottom: 95px;
}
@media only screen and (max-width:990px){
    .quick_link_section{
        margin-top: 40px !important;
    }
}
/*END QUICK LINK CSS*/

/*START MESSAGE CSS*/
.msg_box{
    text-align: center;
    margin: 0 -15px;
    height: 244px !important;
}
.msg_box img{
    width: 100%;
     height: 244px;
}
.msg_box .service-content{
    position: relative;
    background: #2dab5b;
    color: #ffffff;
    height: 244px;
    padding: 30px 30px 30px;
    /* margin-top: 15px; */
}
.msg_box .service-icon{
    /*display: block;*/
    /*width: 70px;*/
    /*height: 50px;*/
    /* background: #ff9600; */
    /* border-radius: 10px; */
    position: absolute;
    /*top: 101px;*/
    /*left: -273px;*/
    /*right: 0;*/
    /*margin: auto;*/
    /*transform: rotate(45deg);*/
}
.msg_box .service-icon i{
    font-size: 30px;
    line-height: 70px;
    color: #2dab5b;
    transform: rotate(-45deg);
}
.msg_box .title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.msg_box .description{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}
.msg_box .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;
}
.msg_box .read-more:hover{
    color: #2dab5b;
    background: #ffffff;
    text-decoration: none;
}
.msg_box.middle .service-content{
    padding: 30px 30px 50px;
}
.msg_box.middle .service-icon{
    bottom: -35px;
    top: auto;
}
@media only screen and (max-width: 990px){
    .msg_box .title{ font-size: 17px; }
}
@media only screen and (max-width: 767px){
    .msg_box{ margin: -31 0 30px 0; }
    .triangle_orange {
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent !important;
        border-bottom: 30px solid #ff9600 !important;
        left: 159px !important;
        top: -60px !important;
    }
    .triangle_blue{
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent !important;
        border-bottom: 30px solid #686de0 !important;
        left: 159px !important;
        top: -60px !important;
    }
    .triangle_green{
        width: 0;
        height: 0;
        border-left: 30px solid transparent !important;
        border-right: 30px solid transparent !important;
        border-top: 30px solid #27ae60 !important;
        right: 154px !important;
        z-index: 1;
        top: 244px !important;
    }
    .triangle_skyblue{
        width: 0;
        height: 0;
        border-left: 30px solid transparent !important;
        border-right: 30px solid transparent !important;
        border-top: 30px solid #2c97ea !important;
        right: 154px !important;
        z-index: 1 !important;
        top: 244px !important;
    }
    .triangle_yellow{
        width: 0;
        height: 0;
        border-left: 30px solid transparent !important;
        border-right: 30px solid transparent !important;
        border-bottom: 30px solid #f0bc01 !important;
        left: 154px !important;
        top: -60px !important;
    }
    .triangle_redorange{
        width: 0;
        height: 0;
        border-left: 30px solid transparent !important;
        border-right: 30px solid transparent !important;
        border-bottom: 30px solid #fa8231 !important;
        left: 154px !important;
        top: -60px !important;
    }
}
.msg_des_style{
    display: -webkit-box;
    max-width: 100%;
    height: 80px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
}
.triangle_orange{
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #ff9600;
    left: -30px;
    top: 89px;
}
.triangle_blue{
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #686de0;
    left: -30px;
    top: 89px;
}
.triangle_green{
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #27ae60;
    right: -30px;
    z-index: 1;
    top: 89px;
}
.triangle_skyblue{
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #2c97ea;
    right: -30px;
    z-index: 1;
    top: 89px;
}
.triangle_yellow{
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #f0bc01;
    left: -30px;
    top: 89px;
}
.triangle_redorange{
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #fa8231;
    left: -30px;
    top: 89px;
}
.msg_box .read-more:nth-child(1):hover{
    background-color: white !important;
    color: #ff9600 !important;
}
.msg_box .read-more:nth-child(2):hover{
    background-color: white !important;
    color: #686de0 !important;
}
.msg_box .read-more:nth-child(3):hover{
    background-color: white !important;
    color: #27ae60 !important;
}
.msg_box .read-more:nth-child(4):hover{
    background-color: white !important;
    color: #2c97ea !important;
}
.msg_box .read-more:nth-child(5):hover{
    background-color: white !important;
    color: #f0bc01 !important;
}
.msg_box .read-more:nth-child(6):hover{
    background-color: white !important;
    color: #fa8231 !important;
}

/*.msg_box .service-content:hover, .msg_box .read-more:hover{*/
    /*background-color: #0290d9 !important;*/
/*}*/
/*.triangle_orange:hover, .triangle_redorange:hover, .triangle_yellow:hover, .triangle_skyblue:hover,*/
/*.triangle_green:hover, .triangle_blue:hover{*/
    /*color: #0290d9 !important;*/
/*}*/
/*END MESSAGE CSS*/

/*start popup model*/
@media (min-width: 768px) {
    .modal-dialog {
        width: 800px !important;
        margin: 30px auto !important;
    }
}
.modal-header {
    padding: 0 !important;
    border-bottom: 0 !important;
}
.modal-body {
    position: relative !important;
    padding: 0 !important;
}
/*end popup model*/