
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 95px;
    padding-right: 95px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}
.no_padding {
    padding-left: 0;
    padding-right: 0;
}
/*----------------------------Menu Area-------------------------*/

.deskmenu{
    display: block;
    
}

.mobile_logo {
    display: none;
}
.depart_header {
    background: #149b4c none repeat scroll 0 0;
    height: 130px;
}

.dpt_strip {
    background: #0a823b none repeat scroll 0 0;
    height: 29px;
}

.logo img {
    margin: 20px auto;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 25px;
}
.depart_logo {
    float: left;
    padding-right: 10px;
    padding-top: 12px;
    position: relative;
    width: 50%;
    display: block;
}

.depart_logo::after {
    border-right: 2px solid #ffffff;
    content: "";
    height: 65%;
    position: absolute;
    right: 0;
    top: 22px;
}

.depart_name h2 {
    color: #ffffff;
    font-family: lato-semibold;
    font-size: 17px;
    line-height: 19px;
    padding-top: 0;
    margin: 0;
}

.depart_name span {
    display: block;
    font-size: 15px;
}

.depart_name i {
    display: block;
    font-style: normal;
}

.depart_name {
    float: right;
    width: 48%;
    margin: 30px auto;
}
.depart_menu {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
    width: 1%;
}


.depart_menu .navbar {
    border: 1px solid rgba(0, 0, 0, 0);
    margin-bottom: 0;
    min-height: 50px;
    position: relative;
}

.depart_menu .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

.depart_menu .navbar-default {
    background-color: rgba(0, 0, 0, 0);
    border-color:rgba(0, 0, 0, 0);
}

.depart_menu .navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-family: lato-regular;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.depart_menu .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #FADB1C;
}

.depart_menu .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #FADB1C;
}

.carousel-control {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    color: #ffffff;
    font-size: 65px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 45%;
    width: 15%;
}

.carousel-control.left {
    background-image: none;
    background-repeat: repeat-x;
}

.carousel-control.right {
    background-image: none;
}

.banner_area {
    height: auto;
    position: relative;
}

.counter {
    background: #eeeeee none repeat scroll 0 0;
    bottom: 0;
    box-shadow: 3px 3px 8px #888888;
    height: 125px;
    position: absolute;
    width: 100%;
}

.display_info em {
    font-style: normal;
}

.depart_menu .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #0a823b;
    color: #ffffff;
    text-decoration: none;
}

/*-----------------------mobile menu-------------------------*/

.sidenav {
    background-color: #013161;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    padding-top: 10px;
    position: fixed;
    text-align: left;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 99;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;

}

.sidenav a:hover{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.inner_menu img {
    display: table;
    margin: 55px auto;
    width: 60%;
}


/*-------------------------Search Icons-----------------*/

/*
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 9999;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.search {
    background: #000000 none repeat scroll 0 0;
    float: left;
    padding: 10px;
    width: 3%;
}
*/

.top_strip {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}



.admission {
    background: #0a823b none repeat scroll 0 0;
    float: right;  
    width: auto;
}

.admission ul {
    float: left;
    margin: 0;
    padding: 0;
}

.admission li {
    color: #ffffff;
    float: left;
    font-family: Lato-Light;
    font-size: 14px;
    list-style: outside none none;
    padding: 4px;
}



.admission li span {
    color: #dbf583;
    font-family: Lato-Black;
}
.admission li::before {
    color: #ffffff;
    content: "|";
    float: right;
    height: auto;
    position: relative;
    right: -5px;
    top: 0;
}

.admission li:last-child::before {
    content: "";
}
.admission li:nth-last-child(2)::before {
    content: "";
}

.admission a {
    color: #ffffff;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-decoration: none;
    font-weight: 600;
}
/*
.main_site {
    background: #014f01 none repeat scroll 0 0;
    text-align: center;
}
*/

.main_site > a {
    font-weight: 600;
}
/*
.admission a::before {
    color: #ffffff;
    content: "|";
    height: 35px;
    position: absolute;
    right: -3px;
    top: -1px;
}
*/


/*--------------------------------Counter_info-------------------------*/

.img_counter {
    float: left;
    width: 25%;
}

.display_info p {
    color: #015597;
    font-family: lato-black;
    font-size: 55px;
}

.display_info span {
    color: #777777;
    display: block;
    font-family: lato-semibold;
    font-size: 14px;
    line-height: 0;
}

.display_info {
    float: right;
    width: 75%;
}


/*
.counter_info {
    display: table;
    margin: 18px auto;
}
*/

.img_counter {
    float: left;
    width: 35%;
}

.img_counter img {
    margin: 0 auto;
    padding-top: 20px;
}

.display_info {
    float: right;
    width: 65%;
}

.display_info p {
    color: #015597;
    font-family: lato-black;
    font-size: 55px;
}

.display_info span {
    color: #777777;
    display: block;
    font-family: lato-semibold;
    font-size: 14px;
    line-height: 0;
}

.dot::after {
    background: rgba(0, 0, 0, 0) url("../images/dotted.png") no-repeat scroll 0 0;
    content: "";
    height: 111px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 10px;
}

.dot:last-child::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.counter_info.padding_count2 {
    left: 45px;
    position: relative;
}

.counter_info {
    margin-top: 12px;
}

.counter_info.padding_count1 {
    left: 40px;
    position: relative;
}

.counter_info.padding_count3 {
    left: 5px;
    position: relative;
}

.title {
    color: #149B4C;
/*    font-family: lato-heavy;*/
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 32px;
}



.title em {
    color: #000000;
    font-style: normal;
}

.front_title > h2 {
     color: #149B4C;
    font-family: lato-regular;
    font-size: 20px;
    margin-bottom: 32px;
	font-weight: bold;
}

.front_title em {
    color: #000000;
    font-style: normal;
}



.all_ranks > a {
    float: right;
    font-family: lato-regular !important;
    font-size: 16px;
    margin-top: 20px;
	font-weight: bold;
}

.excel_slider {
    background: #eeeeee none repeat scroll 0 0;
    min-height: 195px;
    padding: 15px;
    position: relative;
}

.rankholder a {
    color: #696969;
    text-decoration: none;
}

.excel_img {
    float: left;
    width: 35%;
}

.excel_slider .owl-carousel .owl-item img {
    display: block;
    margin-top: 7px;
    width: auto !important;
}

.excel_img {
    float: left;
    width: 35%;
}

.owl-dots {
    display: none;
}

.excel_content > p {
    font-family: lato-semibold;
    font-size: 14px;
    line-height: 22px;
}

.excel_content {
    float: right;
    width: 63%;
}

.excel_content h4 {
    color: #236ba6;
    font-family: lato-regular;
    font-size: 16px;
	font-weight: bold;
}

.excel_content a {
    color: #333333;
    text-decoration: none;
}

.owl-prev {
    background: #149B4C none repeat scroll 0 0;
    color: #ffffff !important;
    font-size: 28px !important;
    height: 38px;
    width: 38px;
    margin: 2px;
}

.owl-next {
    background: #149B4C none repeat scroll 0 0;
    color: #ffffff !important;
    font-size: 28px !important;
    height: 38px;
    width: 38px;
    margin: 2px;
}

.owl-nav {
    bottom: 0;
    float: left;
    margin-left: 38%;
    position: absolute;
}

.excellance {
    margin-top: 12%;
}

.L_more {
    background: #015699 none repeat scroll 0 0;
    bottom: 24px;
    float: right;
    margin-top: 12px;
    padding: 10px 0;
    position: absolute;
    right: 20px;
    z-index: 1;
}

.L_more > a {
    color: #ffffff;
    padding: 12px 20px;
    text-decoration: none;
}

.highlights {
    margin-top: 52px;
}

/*-----------------------------Highlights---------------------------*/

.process-step .btn:focus {
    outline: none
}

.process {
    display: table;
    width: 100%;
    position: relative
}

.process-row {
    display: table-row
}

.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important
}



.process-step {
    display: table-cell;
    text-align: center;
    position: relative
}

.process-step p {
    font-family: lato-semibold;
    font-size: 17px;
    margin-top: 4px;
}

.btn-circle {
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%
}

.process-step img {
    margin: 0 auto;
}

.process-step .btn-default:hover {
    background-color: #149B4C;
    border-color: #adadad;
    color: #333333;
     transition: 0.8s;
}

.process-step .btn.btn-default.btn-circle:active {
    background: #149b4c none repeat scroll 0 0;
}

.process-step .btn-default:focus, .btn-default.focus {
    background-color: #149b4c;
    border-color: #8c8c8c;
    color: #333333;
}

.process-step .btn-default {
    background-color: #ffffff;
    border-color: #696969;
    color: #333333;
    transition: 0.8s;
}

.padding_left {
    padding-left: 45px;
}

.padding_right {
    padding-right: 45px;
}

.hight_info {
    margin-top: 25px;
}

.hight_info img {
    margin: 0 auto;
}
.hight_info > p {
    color: #333333;
    font-family: lato-regular;
    font-size: 15px;
    line-height: 28px;
    margin-top: 0;
    height: 240px;
    overflow: hidden;
    text-align: justify;
}

.hight_info > h2 {
    font-family: lato-regular;
    font-size: 22px;
    margin-top: 10px;
}



.r_more {
    background: #149B4C none repeat scroll 0 0;
    float: left;
    margin-top: 12px;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.r_more > a {
    color: #ffffff;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 14px;
}


/*----------------------Rank Holder-------------------*/

.rankholder {
    margin-top: 25px;
}

.rankholder > p {
    float: right;
    font-family: lato-semibold;
    font-size: 15px;
    margin-top: 24px;
}

.rankholder a {
    color: #696969;
}

.rankholder .owl-nav {
    bottom: 0;
    float: right;
    margin-left: 0;
    position: relative;
}

/*----------------------------Style style-----------------------*/

.Latest_news > ul {
    list-style: outside none none;
    padding: 0;
}

.latest_img {
    float: left;
    width: 23%;
}

.latest_cap > p {
    color: #333333;
    font-family: lato-regular;
    font-size: 15px;
}

.latest_cap a {
    color: #7c7c7c;
    text-decoration: none;
}

.latest_cap > p {
    color: #7c7c7c;
/*    font-family: lato-semibold;*/
    font-size: 14px;
    line-height: 22px;
    padding: 12px 0;
    height: 75px !important;
    overflow: hidden;
}

.Latest_news li {
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, #e0e0e0 30%, #e9e9e9 50%, #f0f0f0 75%, #f9f9f9 100%) repeat scroll 0 0;
    margin-bottom: 15px;
    height: 110px;
}

.latest_cap {
    float: right;
    width: 73%;
    padding-right: 15px;
}

.date > p img {
    display: inline;
    padding-right: 5px;
}

.date > p {
    color: #ff0000;
    float: left;
    font-family: lato-regular;
    font-size: 12px;
    font-style: italic;
}



.date a {
    float: right;
    font-family: lato-semibold;
    font-size: 13px;
    padding-right: 15px;
    text-decoration: none;
    color: #337ab7 !important;
}

.see_all {
    background: #149B4C none repeat scroll 0 0;
    float: left;
    margin-top: 20px;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.see_all > a {
    color: #ffffff;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 14px;
}


#vertical-ticker{
	height:250px;
	overflow:hidden;
	margin:0; padding:0;	
	list-style:none;
}

.arrow {
    float: right;
    margin-top: 22px;
}

/*
.push_left {
    padding: 5px 12px !important;
}
*/

.arrow a {
    background: #0A823B none repeat scroll 0 0;
    font-size: 25px;
    margin: 2px;
/*    padding: 5px 16px;*/
    width: 38px ;
    height: 38px;
    line-height: 38px;
    float: left;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
}


/*------------------------Event Gallery--------------------------*/

.event_img {
    float: left;
    width: 45%;
}

.event_info > h4 {
  font-family: "Lato-Regular";
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    text-align: justify;
    height: 150px;
    overflow: hidden;
}

.event_info {
    float: right;
    width: 50%;
}

.event_gallery .owl-nav {
    float: right;
    position: inherit;
    top: -50px;
}

.extra_more {
    background: #149B4C none repeat scroll 0 0;
    bottom: 0;
    float: left;
    left: 50%;
    margin-top: 12px;
    padding: 10px 0;
    position: absolute;
    z-index: 1;
}

.extra_more > a {
    color: #ffffff;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 14px;
}

.event_gallery {
    margin-top: 10%;
    position: relative;
}

.rank_img {
    float: left;
    width: 30%;
}

.rank_info {
    float: right;
    width: 60%;
}

.des_info {
    float: left;
    position: relative;
    width: 40%;
}

.des_details {
    float: right;
    width: 55%;
}

.des_info > p {
    font-family: lato-semibold;
    font-size: 15px;
    position: relative;
    text-align: left;
    line-height: 22px;
}

.des_info p::before {
    content: ":";
    font-size: 19px;
    position: absolute;
    right: 0;
    top: -5px;
}

.des_details > p {
    color: #3171a6;
    font-family: lato-heavy;
    font-size: 15px;
    line-height: 22px;
}

.rank_holders .owl-nav {
    float: right;
    position: inherit;
    top: -43px;
}

.rank_holders .extra_more {
    left: 40%;
}

.rank_holders {
    position: relative;
}

.Latest_news {
    margin-top: 52px;
}

.carousel-indicators {
    z-index: 0;
}

.depart_rankinfo p {
    border-bottom: 1px solid;
    color: #333333;
    font-family: "Lato-Regular";
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.depart_rankinfo {
    margin-top: 15px;
}


/*---------------------------Reach us------------------*/

.reach_us {
    margin-top: 10%;
}

.reach_us > h4 {
    color: #333333;
/*    font-family: lato-semibold;*/
    font-size: 16px;
    font-weight: 600;
}

.reach_us > p {
    color: #7c7c7c;
    font-family: lato-regular;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.reach_us span {
    color: #333333;
/*    font-family: lato-semibold;*/
    font-weight: 600;
    font-size: 15px;
}

.reach_us a {
    text-decoration: none;
}

.photo_more {
    float: right;
    margin-top: 15px;
    color: #52A8DD !important;
}

.event_info > h4 a {
    color: #333333;
    text-decoration: none;
}


/*----------------------------Navigate----------------------*/

.navigate {

    margin-top:7%;

}

#limheight {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; 
    padding: 0;/*3 in those rules is just placeholder -- can be anything*/
    
}

#limheight > li:hover {
    padding-left: 5px;
    transition: all 0.5s ease 0s;
}

#limheight li {
    font-family: lato-regular;
    font-size: 14px;
    line-height: 25px;
    list-style: outside none none;
    transition: all 0.5s ease 0s;
}

#limheight a {
    color: #000000;
    text-decoration: none;
}

/*-----------------------Social connect------------------------*/

.social_icons > h2 {
    color: #149B4C;
    float: left;
    font-family: lato-heavy;
    font-size: 18px;
    margin: 10px auto;
}

.social_icons > ul {
    float: right;
    margin: 0;
    padding: 0 10px;
}

.social_icons li {
    float: left;
    list-style: outside none none;
    margin-left: 10px;
    
}

.social_icons li img:hover {
    margin-top: 5px;
    transition: all 0.5s ease 0s;
}

.social_icons li img {

    transition: all 0.5s ease 0s;

}

.social_icons {
    display: table;
    margin: 25px auto;
}

.copy_info > p {
    float: left;
/*    font-family: lato-semibold;*/
    font-size: 13px;
    font-weight: 600;
}

.itech_info > p {
    float: right;
/*    font-family: lato-semibold;*/
    font-size: 13px;
     font-weight: 600;
}

.itech_info a {
    text-decoration: none;
}

.copy_right {
    margin-bottom: 20px;
    margin-top: 20px;
}

/*-----------------------------Hover effect-----------------------------*/


.hvr-shutter-out-horizontal::before {
    background: #0A823B none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.hvr-shutter-out-horizontal {
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
}
[class^="hvr-"] {
    background: #e1e1e1 none repeat scroll 0 0;
    color: #666666;
    cursor: pointer;
    margin: 0.4em;
    padding: 1em;
    text-decoration: none;
}

.hvr-shutter-out-horizontal:hover::before, .hvr-shutter-out-horizontal:focus::before, .hvr-shutter-out-horizontal:active::before {
    transform: scaleX(1);
}

.owl-next:hover {
    background: #d3d3d3 none repeat scroll 0 0 !important;
    transition: all 0.5s ease 0s;
}

.owl-prev:hover {
    background: #d3d3d3 none repeat scroll 0 0 !important;
    transition: all 0.5s ease 0s;
}

.arrow a:hover {
    background: #d3d3d3 none repeat scroll 0 0 !important;
    transition: all 0.5s ease 0s;
}

/*----------------------Pushup form-------------------------*/

.Admission-Enq {
    height: 0;
    position: fixed;
    right: 23px;
    top: 30%;
    z-index: 9999;
}

.SimpleForm {
    background: rgba(52, 33, 89, 0.9) none repeat scroll 0 0;
    float: right;
    padding: 15px;
    position: absolute;
    right: -323px !important;
    width: 300px;
    z-index: 9999;
}

/*---------------------------------------Inner page styles-------------------------------*/


.inner_title {
    float: left;
    width: 50%;
}

.inner_breadcrums {
    float: right;
    width: 50%;
}

.inner_title h2 {
    color: #005699;
    font-family: lato-heavy;
    font-size: 25px;
}

.inner_breadcrums p {
    color: #838383;
    font-family: lato-regular;
    font-size: 16px;
    padding-top: 22px;
    text-align: right;
}

.bottomline {
    border-bottom: 1px solid #e7e7e7;
}

/*
.content_holders > p {
    font-family: lato-regular;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
}
*/

.content_holders {
    margin-bottom: 25px;
}

.content_holders {
    margin-top: 30px;
}



.Chairman_message img {
    margin: 25px auto 0;
}

.social_strip {
    background-image: url("../images/social_strip.png");
    height: 125px;
    margin-top: 20px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.overlay_color {   
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.social_connect li {
    float: left;
    list-style: outside none none;
    margin-right: 15px;
}

.social_connect > ul {
    float: right;
    margin: 0;
    padding: 0;
    width: 50%;
}

.social_connect > h2 {
    float: left;
    width: 50%;
    color: #ffffff;
    font-size: 25px;
    font-family: lato-regular;
    text-align: center;
}

.social_connect {
    display: table-cell;
    height: 125px;
    vertical-align: middle;
    width: 1%;
    z-index: 999;
    position: relative;
}
.join {
    position: relative;
    z-index: 9999;
}
.join h4 {
    color: #f1f4f8;
    display: table-cell;
    font-family: lato-heavy;
    font-size: 22px;
    height: 125px;
    vertical-align: middle;
    width: 1%;
    text-align: center;
}

.join span a {
    color: #b9cf40;
    font-family: lato-semibold;
    font-size: 22px;
    text-decoration: none;
}

.inner_banner {
    background-attachment: fixed;
    background-image: url("https://sairamit.edu.in/wp-content/uploads/sites/5/2018/07/inner_slider.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 3px solid #024780;
    min-height: 300px;
    position: relative;
}

.cat_team {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.cat_name {
    border-bottom: 2px solid;
    color: #ffffff;
    display: inline-block;
    font-family: lato-black;
    font-size: 35px;
    padding-bottom: 10px;
    text-align: center;
}

.post_title h2 {
    border-bottom: 3px double #d6d6d6;
    color: #333333;
    font-family: lato-semibold;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 5px;
}

.post-content h3 {
    color: #333333;
    font-family: lato-semibold;
    font-size: 20px;
    margin: 0;
      line-height: 40px;
}
.post-content h4 {
    color: #333333;
    font-family: lato-semibold;
    font-size: 18px;
       margin: 0;
      line-height: 40px;
}
.post-content h5 {
    color: #333333;
    font-family: lato-semibold;
    font-size: 16px;
        margin: 0;
      line-height: 40px;
}
.post-content h6 {
    color: #333333;
    font-family: lato-semibold;
    font-size: 14px;
        margin: 0;
      line-height: 40px;
}

.post-content p {
   font-family: lato-regular;
    font-size: 15px;
    line-height: 30px;
    margin: 0;
    padding: 5px 0;
    text-align: justify;
}

.side-title {
    border-bottom: 4px double #d5d5d5;
    float: inherit;
    font-family: lato-semibold;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 10px;
    line-height: 27px;
}


.post-content li{
     line-height: 26px;
    list-style: outside url("../images/list_icon_sidebar.png") none;
    padding: 5px 0;
       font-family: lato-regular;
    font-size: 15px;
 
}
.post-content a {
    font-family: lato-regular;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.quick_heading {
/*    background: #005596 none repeat scroll 0 0 !important;*/
    border-radius: 0 !important;
    padding: 0;
}

.panel-title.quick_title {
    color: #ffffff !important;
    font-family: lato-semibold;
    font-size: 15px;
    padding: 10px;
}

.panel-title.quick_title > a {
    text-decoration: none;
    display: block;
}

.collapsed::before {
    border-radius: 50%;
    content: "";
    font-weight: 100;
    margin-top: -0.2rem;
}
.collapse.in::before, .collapsed::before {
    color: #fff;
    float: right;
    font-family: FontAwesome;
    font-size: 12px;
    height: 22px;
    padding: 5px;
    transition: all 1s ease 0s;
    width: 22px;
}

.collapse.in::before {
    border-radius: 50%;
    content: "";
    font-weight: 600;
    margin: -2.9rem 0.8rem;
}
.collapse.in::before, .collapsed::before {
    color: #fff;
    float: right;
    font-family: FontAwesome;
    font-size: 12px;
    height: 22px;
    padding: 5px;
    transition: all 1s ease 0s;
    width: 22px;
}

.quick_panel {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 0 none;
}


.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 25px;
    padding: 4px 15px;
    white-space: nowrap;
    font-family: "lato-regular";
}
.dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
}
.breadcrums {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    width: 75%;
    font-family: "lato-semibold"; 
    font-size: 14px;
}
.bread a {
    text-decoration: none;
}
.quicklinks {
    padding-left: 2rem;
}
.quicklinks > li {
    list-style: outside none none;
    list-style-image: url(../images/list_icon_sidebar.png);
       border-bottom: 1px solid #ccc;
}
.quicklinks a { 
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 0;
    text-decoration: none;
}
.container {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 4% !important;
    padding-right: 4% !important;
    width: 100% !important;
}

.common-list > li {
    list-style: outside none none;
    padding: 10px 0;
    list-style-image: url("https://sairamit.edu.in/wp-content/uploads/2018/07/bicon.png");
    border-bottom: 1px dotted #b5b5b7;
}
.common-list a {
    color: #333;
    font-size: 14px;
    line-height: 25px;
    text-decoration: none;
    font-family: lato-regular;
}

.depart_rankimg img {
    width: 100%;
    height: 100%;
}


/*faculty page styles*/

.hod-container .hod-image {
    width: 20%;
}
.hod-container .hod-image, .hod-container .hod-info {
    float: left;
}
.hod-container .hod-info {
    padding: 10px 15px;
    width: 80%;
}
.hod-container .hod-info h4 {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: 100;
    font-family: lato-heavy;
    color: #333333;
    text-transform: uppercase;
    line-height: 30px;
}
.hod-container .hod-info span {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 15px;
    line-height: 40px;
    font-family: lato-regular;
}
.hod-container {
    background: #f4f4f4 none repeat scroll 0 0;
    box-shadow: 1px 1px 0 #ccc;
    height: auto;
    overflow: auto;
    padding: 10px;
}
 .hod-container .hod-info span.last {
    float: right;
     border: none;
}
.hod-container .hod-info span i {
    font-style: normal;
    padding-right: 5px;
    font-weight: 600;
}



/***************************SEARCH BUTTON******************************************/
.searchs {
  background: #014F01 none repeat scroll 0 0;
    float: left;
    padding: 5px;
    width: auto;
}
}
.searchs img {
    margin: 0 auto;
}
.cus-serach {
    font-size: 16px;
    font-weight: 100;
}

.submitBtn {
    background: #f7ce19 none repeat scroll 0 0;
    display: inline-block;
    float: right;
    font-family: "lato-heavy";
    margin-top: 0;
    width: auto;
    margin-left: 1.3rem;
    transition: 1s;
      font-size: 13px;
    padding: 0 13px;
    height: 33px;
    line-height: 33px;
}

.submitBtn:hover {
    background: #DADADA;
    transition: 1s;
}

.push_up {
    margin: 5px 0;
    min-width: 310px;
    padding: 0;
    z-index: 9999;
    left: -5px;
    border-radius: 0;
}


.searchone .form-control {
    color: #000000;
    float: left;
    font-family: lato-regular;
    font-size: 15px;
    width: 100%;
}

.searchs > ul {
    margin: 0;
    padding: 0;
}
.searchs ul li {
    list-style: outside none none;
}
.search_result {
    color: #515151;
    font-family: "lato-heavy";
    font-size: 22px;
    line-height: 30px;
    margin: 20px 0;
    text-transform: capitalize;
}
    .archive-post {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #ededed;
    line-height: 30px;
    margin-top: 10px;
    padding: 10px;
}
    .search_title > a {
    color: #036;
    display: block;
 font-family: "lato-semibold";
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    text-align: justify;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
    .entries p {
    color: #036;
    font-family: "lato-regular";
    font-size: 14px;
    line-height: 25px;
    margin: 5px 0;
    text-decoration: none;
        text-align: justify;
}
.archiveReadmore {
    display: block;
    font-family: "lato-heavy";
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    transition: all 0.5s ease 0s;
}
.searchother > h4 {
    color: #515151;
   font-family: "lato-regular";
    font-size: 16px;
    line-height: 35px;
    padding: 10px 0;
}
.searchother > p {
    font-family: "lato-regular";
    font-size: 16px;
    line-height: 30px;
}

.error-page {
    font-family: lato-regular;
    font-size: 20px;
    text-align: center;
    
}
.error-page > li {
    line-height: 2;
    list-style: none;
}
.cat_list li {
    font-family: "lato-semibold";
    font-size: 14px;
    line-height: 24px;
    list-style-image: url("../images/list_icon_sidebar.png");
    margin-left: 15px;
    padding: 5px 0;
    text-align: justify;   
  
}
.cat_list li a{
     text-decoration: none 
}
.cat_list {
    margin-bottom: 0;
    margin-top: 3rem;
}


/*rankholders page styles*/
.list-of-students > li {
    display: inline-flex; 
    list-style: outside none none;
    margin: 10px;
}
.list-of-students span {
    display: block;
     border-bottom: 1px dotted #ccc;
}
.list-of-students {
    padding: 0;
}
.rank-name {
    color: #333;
    font-family: lato-semibold;
    font-size: 13px;
    text-transform: uppercase;
}
.rank-rank, .rank-dept, .rank-year {
    font-size: 13px;
      font-family: lato-regular;
}
.rank-dept {
    text-transform: uppercase;
}
.list-of-students li img {
    width: 100%;
}



/**shortcode styles****/

.wc-shortcodes-font-awesome-enabled .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a{
       font-family: "lato-regular";
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-toggle .wc-shortcodes-toggle-trigger a{
         font-family: "lato-regular";
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;  
}
.wc-shortcodes-font-awesome-enabled .wc-shortcodes-toggle .wc-shortcodes-toggle-trigger a {
    font-family: "lato-regular";
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}



/**media newspaper styles***/
.list-of-newspaper {
    margin: 0;
    padding: 0;
}
.list-of-newspaper > li {
    border-bottom: 1px dotted #ccc;
    list-style: outside none none;
    padding: 10px 0;
     line-height: 30px;
}
.news {
    font-weight: 600;
}
.list-of-newspaper a {
    color: #015291;   
}



/**view-all gallery page  styles****/
.list-of-photogallery {
    margin: 0;
    padding: 0;
}
.list-of-photogallery li { 
     list-style: outside none none;
    padding: 10px 0;
}
.list-of-photogallery a {
    font-family: "lato-regular";
    color: #333;
    display: block;
    font-size: 15px;
    line-height: 25px;
}
.glyphicon-picture {
    color: #333333;   
    font-size: 14px;
    padding-right: 10px;
}

#sitemap_list li {
    background: rgba(0, 0, 0, 0) url("../images/business/line_dotted_brown.png") repeat-x scroll 0 1.8em;
    font-size: medium;
    list-style: outside none none;
    margin: 12px 0;
    padding: 0 0 12px;
    text-indent: 0;
}
#sitemap_list li a {
    font-size: 16px;
    line-height: 32px;
      font-family: "lato-regular";
}








/***backto top button styles***/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(1,86,153,0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
     bottom: 30px;
    height: 40px;
    right: 5px;
    width: 40px;
  }
}
