*{margin:0px;padding:0px;}
body{
    color:#304050;
    background:#ffffff;
    font-family: 'Open Sans', sans-serif;
}
a{
    text-decoration: none;
    color:#304050;
}
ul{
    margin:0px;padding:0px; list-style: none;
    
}
p{
    margin:0px;
}
.ak_top_header{
    background:#dc3545;
    overflow: hidden;
    
}
.top_header_pull{}
.top_header_pull ul li{
    float:left;
    border-right:1px solid #ccc;
    color:#fff;
    margin-right: 5px;
    padding: 11px 6px;
    font-size: 14px;
}
.top_header_pull ul li a {
    text-decoration: none;
    display: block;
    background: #ffffff;
    color: #304050;
    margin: 5px;
    padding: 5px 20px;
    border-radius: 4px;
}
.top_header_pull ul li:last-child{
    padding:0px;border-right:none;
}

.social_menu{}
.social_menu ul{
   margin:0px;list-style:none;float:right;
}
.social_menu ul li{ float:left;}
.social_menu ul li a{
    font-size: 22px;
    color: #fff;
    padding: 5px 15px;
    display: block;
    text-decoration: none;
}

.ak_main_nav_pull{
    background:#fff;
    padding:5px 0px;
}

.eiin_index{
    overflow: hidden;
}
.eiin_index h2{
    text-align:center;
}
.site_menu ul li .active_menu{color:#fff;background:#dc3545;}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 1px 3px grey;
    background: #fffafa;
  }

.site_logo{}
.site_logo img{
    width: 90px;
    height: 90px;
}
.site_menu {
    margin-top: 20px;
}
.site_menu ul{float:right}
.site_menu ul li{
    float:left;
    margin-top: 5px;
    position: relative;
}
.site_menu ul li a {
    text-decoration: none;
    display: block;
    padding: 8px 9px;
    color: #333333;
    font-size: 13px;
}
.site_menu ul li a:hover{
    background:#dc3545;
    color:#fff;
}


/************* Dropdown Menu *****************/
.site_menu ul li ul{
    left:-999999px;
    width:220px;
    background:#efefef;
    z-index: 999999;
    position: absolute;
}
.site_menu ul li:hover ul{
    left:0px;
    
}
.site_menu ul li ul li{
    float:none; margin-top:0px;
    border-bottom:1px solid #ccc;
    position: relative;

}
.site_menu ul li ul li a{
    color:#203040;
    transition:0.5s;
    padding:5px 15px
}
.site_menu ul li ul li a:hover{
    padding-left:30px;
    transition: 0.5s;
}



/* Dropdown 2 */
.site_menu>ul li>ul li>ul{
    display:none;
    margin-left:217px;
    background:#efefef;
    margin-top:-28px;
    border-left:3px solid #dc3545;
}
.site_menu>ul li>ul li:hover>ul{
    display:block;
    
}




.teacher_profile_page{}
.teacher_profile_page h3{
    font-size: 27px;
}
.teacher_profile_page img{
    width:150px;
    height:170px;
    border:2px solid #203040;
    margin-bottom: 10px;
}

.welcome_section{
    overflow: hidden;
    padding:30px 0px;
}

.welcome_message{}
.welcome_message h2{}
.welcome_message p{
    text-align:justify;
}

.corner_slider{}
.corner_slider h2{
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
    margin-bottom:20px;
    position: relative;
}
.corner_slider h2:after {
    content: "";
    top: 47px;
    left: 0px;
    right: 0px;
    width: 155px;
    height: 3px;
    background: #dc3545;
    position: absolute;
}
.welcome_message{}
.welcome_message h2{
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
    margin-bottom:20px;
    position: relative;
}
.welcome_message h2:after {
    content: "";
    top: 47px;
    left: 0px;
    right: 0px;
    width: 155px;
    height: 3px;
    background: #dc3545;
    position: absolute;
}
.notice_board{}
.notice_board h2{
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
    margin-bottom:20px;
    position: relative;
}
.notice_board h2:after {
    content: "";
    top: 47px;
    left: 0px;
    right: 0px;
    width: 155px;
    height: 3px;
    background: #dc3545;
    position: absolute;
}

.notice_board ul{}
.notice_board ul li{
    overflow: hidden;
    float:none;
    margin-bottom:10px;
    border: 1px solid #efefef;
}
.notice_board ul li a{
    text-decoration: none;
    color:#304050;
}
.notice_board ul li a .date_pull{
    background:#dc3545;
    width:20%;
    float: left;
    margin-right: 20px;
}
.notice_board ul li a .date_pull h4 {
    color: #fff;
    text-align: center;
    margin-top: 12px;
    font-size: 20px;
}
.notice_board ul li a .date_pull h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 17px;
}
.notice_board ul li a .details_pull{
    float:left;
    width:74%;
}
.notice_board ul li a .details_pull h3 {
    font-size: 20px;
    height: 54px;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 3px;
}
.notice_board ul li a .details_pull h3:hover{color:#dc3545;}

.notice_board ul li a .details_pull p{
    font-size: 14px;
    margin: 0;
}


.event_and_usefull_link{
    padding:40px 0px;
    overflow: hidden;
}

.committee_image img {
    width: 87%;
    margin: 6px;
    height: 176px;
}



.choose_title{text-align: center;font-size: 35px;font-weight: bold;margin-bottom:30px;}

.activities_section{
    background:#ededed;
    padding:50px 0px;
}
.activities_item{
    background:#fff;
    padding:10px;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 30px;min-height: 285px;
}
.view_single_page{
    padding:0px 10px;
}
.activities_item:hover{
    box-shadow:0px 3px 1px grey;
}
.activities_item:hover.activities_item i{
    background: #304050;
    color:#fff;
}
.activities_item h5{text-align:center;margin-top:20px;}
.activities_item h6{text-align:center;}
.activities_item h6{text-align:center;margin-top: 10px;}
.activities_item i {
    width: 70px;
    height: 70px;
    color: #fff;
    background: #dc3545;
    border-radius: 50%;
    text-align: center;
    padding-top: 22px;
    font-size: 30px;
}
.activities_item h3{
    text-align:center;   
    font-size: 23px;
}
.activities_item p{text-align:center;}
.activities_item a{text-align: center;}

.userfull_link{}

.userfull_link h2{
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
    margin-bottom:20px;
    position: relative;
}
.userfull_link h2:after {
    content: "";
    top: 47px;
    left: 0px;
    right: 0px;
    width: 155px;
    height: 3px;
    background: #dc3545;
    position: absolute;
}
.userfull_link ul{}
.userfull_link ul li{
    border-bottom: 1px dashed #ccc;
}
.userfull_link ul li a{
    text-decoration: none;
    padding:8px 6px 8px 3px;
    display: block;
    color::#304050;
}
.userfull_link ul li a:hover{color:#dc3545;background:#efefef;}
.userfull_link ul li a i{
    color:#dc3545;
    font-weight: bold;
    margin-right:10px;
}
.following_us{}
.following_us h2{
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
    margin-bottom:20px;
    position: relative;
}
.following_us h2:after {
    content: "";
    top: 47px;
    left: 0px;
    right: 0px;
    width: 155px;
    height: 3px;
    background: #dc3545;
    position: absolute;
}




footer{
    background:#304050;
    color:#fff;
    padding:10px;
}
footer p{margin:0px;text-align: center;margin-bottom:0px;}
footer p a{color:#098;}


.single_page_bg{
    padding:40px 0px;
    overflow: hidden;
    background: #f8f8fb;
    min-height:575px;
}
.message_page{}
.message_details p{
    text-align:justify
}
.message_details p span{
    text-align:justify
}
.message_details span{
    text-align:justify
}
.principal_image img{
    width:100%;
    height:270px;
    float:left;
    margin-right:20px;
    box-shadow: 0px 2px 4px grey;
    padding: 11px;
}

/* Teachers page css */
.teacher_title{
    text-align:center;
    font-weight: bold;
    margin-bottom: 30px;
}
.carousel_slider_image{width:100%;height:450px;}
.carousel_corner_slider_image{width:100%;height:270px;}
.corner_message h4{
    margin:0px;padding:3px 0;font-size: 20px;
}
.corner_message h5{
    margin:0px;padding:3px 0;font-size: 17px;
}
.teachers_profile{
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 6px grey;
    border-radius: 4px;
}
.committee_profile{
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 6px grey;
    border-radius: 4px;
}
.teachers_image{
    width:35%;
    float:left;
}
.committee_image{
    width:35%;
    float:left;
}
.committee_info h3 {
    font-size: 24px;
    margin-top: 13px;
    color: #203040;
    font-weight: bold;
}
.committee_info p{font-size: 15px;}
.committee_info a{font-size: 13px;padding:5px 13px;}
.teachers_image_view{
    width:90px;
}
.teachers_image img {
    width: 97%; 
    margin: 6px;
}
.committee_image_view img {
    width: 97%; 
    margin: 6px;
}
.profile_info{
    width:63%;
    float:left;
    margin-left:2%;
}
.profile_info h3{
    margin-top:18px;
}
.profile_info p{    font-size: 17px;}
.profile_info p a{
    margin-top:8px;
}

.our_award_list{ 
    border:1px solid #ccc;
    overflow: hidden;
    padding-bottom:10px
}
.our_award_list img{
    width: 100%;
    height:180px;
}
.our_award_list h4{
    padding: 2px 5px;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    height: 49px;
    overflow: hidden;
}
.our_award_list p{
    padding: 0px 5px;
    margin: 0;
    font-size: 14px;
}
.our_award_list a{
    padding:2px 5px;
    margin-left: 5px;
    margin-top: 7px;
}

.photo_gallery {
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 4px grey;
    padding: 10px;
    background: #fff;
}
.photo_gallery img{width:100%;height:250px;margin-bottom:10px;}
.photo_gallery h4 {
    font-size: 17px;
    margin: 0;
    background: #dcdcdc;
    padding: 5px;
}
.photo_gallery_thumbnail {
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 4px grey;
    padding: 10px;
    background: #fff;
}
.photo_gallery_thumbnail_box {
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 4px grey;
    padding: 10px;
    background: #fff;
}
.photo_gallery_thumbnail img{width:100%;height:150px;margin-bottom:10px;}
.photo_gallery_thumbnail a {text-decoration: none;}
.photo_gallery_thumbnail h4 {
    font-size: 16px;
    margin: 0;
    background: #dcdcdc;
    padding: 5px;
}
.photo_gallery_thumbnail_box img{width:100%;height:200px;margin-bottom:10px;}
.photo_gallery_thumbnail_box {text-decoration: none;}
.photo_gallery_thumbnail_box h4 {
    font-size: 16px;
    margin: 0;
    background: #dcdcdc;
    padding: 5px;
}
.facility_page_content{
    overflow: hidden;
}
.facility_page_content img{
    width:100%;
    height: 350px;
}
.facility_page_content h3{
    background:rgb(214, 39, 39);
    color:#fff;
    margin-top:10px;
    padding:6px;
}
.facility_page_content p{ text-align: justify}
.facility_page_content p span{ text-align: justify}
.facility_page_content span p{ text-align: justify}

.facility_gallery{
    margin-top:30px;
    overflow: hidden;
}
.facility_gallery h3{
    background:rgb(214, 39, 39);
    color:#fff;
    margin-top:10px;
    padding:6px; 
}
.gallery_images_for_facility img{
    height:200px !important;
    width:100% !important
}










#logo_area span {display: none;}

#site_main_logo{display:none;width: 70px;}










@media screen and (max-width:600px){
    .top_header_pull{margin-top:3px;}
    .top_header_pull ul li{
        float: left;
        border-right: 0px solid #ccc;
        padding: 4px 6px;
        font-size: 12px;
    }
    #logo_area{display:none;}
    #site_main_logo{display:block; width: 100%;    border-bottom: 3px solid #f00204;}
    #site_main_logo img{width:70px;    height: 70px;}

    #site_main_logo span{
        float: right;
        font-size: 25px;
        cursor: pointer;
        border: 1px solid #304050;
        padding: 3px 7px;
        margin-top: 14px;
        border-radius: 3px;
        display:block;
    }
    #logo_area img{width:300px}
    #main_menu_area{width:100%}
    .site_menu{display:none;}
    .site_menu ul li{
        width:100%;
        border-bottom: 1px solid #ccc;
    }
    .carousel-item img{width:100%; height:180px;}
    .social_menu{display:none;}
}




@media screen and (min-width:601px) and (max-width:767px){
    .top_header_pull{margin-top:3px;}
    .top_header_pull ul li{
        float: left;
        border-right: 0px solid #ccc;
        padding: 4px 6px;
        font-size: 13px;
    }
    #logo_area{display:none;}
    #site_main_logo{display:block; width: 100%;    border-bottom: 3px solid #f00204;}
    #site_main_logo img{width:70px;    height: 70px;}

    #site_main_logo span{
        float: right;
        font-size: 25px;
        cursor: pointer;
        border: 1px solid #304050;
        padding: 3px 7px;
        margin-top: 14px;
        border-radius: 3px;
        display:block;
        margin-right:20px;
    }
    #logo_area img{width:300px}
    #main_menu_area{width:100%}
    .site_menu{display:none;}
    .site_menu ul li{
        width:100%;
        border-bottom: 1px solid #ccc;
    }
    .carousel-item img{width:100%; height:240px;}
    .social_menu{display:none;}

}




@media screen and (min-width:768px) and (max-width:1050px){
    .top_header_pull{margin-top:3px;}
    .top_header_pull ul li{
        float: left;
        border-right: 0px solid #ccc;
        padding: 4px 6px;
        font-size: 13px;
    }
    #logo_area{display:none;}
    #site_main_logo{display:block; width: 100%;    border-bottom: 3px solid #f00204;}
    #site_main_logo img{width:70px;    height: 70px;}

    #site_main_logo span{
        float: right;
        font-size: 25px;
        cursor: pointer;
        border: 1px solid #304050;
        padding: 3px 7px;
        margin-top: 14px;
        border-radius: 3px;
        display:block;
        margin-right:20px;
    }
    #logo_area img{width:300px}
    #main_menu_area{width:100%}
    .site_menu{display:none;}
    .site_menu ul li{
        width:100%;
        border-bottom: 1px solid #ccc;
    }
    .carousel-item img{width:100%; height:320px;}

}


