/*
Theme Name    : Sriram Engineering College
Author        : Pon Irulappan.P, Mahesh.N
Author Url    : http://www.sriramec.com
*/

/**************reset.css**************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:hover{
  text-decoration: none;
}


/*******HEADER SECTION START HERE*******/
sup {
    font-size: 12px !important;
}
.container-fluid {
    box-shadow: 12px 0 15px -10px rgb(153, 153, 153), -12px 0 8px -10px rgb(153, 153, 153);
    margin-left: 6%;
    margin-right: 6%;
    padding: 0;
    width: auto;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 2%;
    width: auto;
}
.mobile-header {
    display: none;
}
.logo-name .sriram {
    display: block;
    font-size: 68px;
    position: relative;
    left: 13px;
    font-family: 'Cambria-Bold';
}
.logo-name {
    color: rgb(213, 17, 18);
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
}
.Engineering {
    font-size: 23px;
    left: 20px;
    line-height: 28px;
    position: relative;
    top: 4px;
    font-family: 'Cambria-Bold';
}
.logo-img{
  position: relative;
    top: 13px;
}
.logo-img{
 float: left;
}
.accredited {
    left: 80px;
    position: relative;
    font-family: 'Lato-Semibold';
    font-size: 12px;
    top: -8px;
    color: #000;
    text-decoration: none;
}
.logo {
    margin: 10px 0;
    text-decoration: none;
}
.twentyfore span {
    float: right;
}
.top-menu > li {
    float: left;
}
.top-list::before {
    content: url("../images/top-shape.png");
    left: 5px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out 0s;
}
.top-list{
  display: block;
    float: right;
    background-color: rgb(125,32,61);
}
.top-menu a {
    line-height: 36px;
    font-family: 'Georgia';
    border-right: 1px solid;
    color: #fff;
    font-size: 14px;
    padding: 0px 18px;
    
}
.top-menu li:last-child a{
  border-right: none;
    color: #E4BC07;
    font-family: 'Lato-Heavy';
}
.top-menu li:last-child{
 background-color: #5F1933;
}
.top-menu li:nth-child(3) a{
border-right: none;
}

.code {
        width: 100%;
    /* float: right; */
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
}
.code > h3 {
    color: rgb(125, 32, 61);
    font-family: lato-medium;
    font-size: 24px;
    margin-top: 11px;
}
.code img {
    border: 2px solid rgb(255, 235, 0);
    border-radius: 5px;
    display: inline;
}
.gif {
    position: relative;
    top: 6px;
}

.navbar-nav{
  float: inherit;
    margin: 0 auto;
    display: table;
}
.nav.navbar-nav a{
  font-family: 'Georgia';
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.navbar-default{
 background-color: #7D203D;
 border: none;
 border: 1px solid rgb(99, 121, 125);
 border-radius: 0px;
}
.navbar-default .navbar-nav > li > a{
  color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
  background-color: transparent;
    color: #e4bc07;
}
.nav > li > a{
  padding: 15px 28px;  
}
.navbar{
 margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
  color: #e4bc07;
  transition: all ease .5s;
}
.navbar-default .navbar-nav > li > a{
 transition: all ease .5s;
}
.nav.navbar-nav > li{
 transition: all ease .5s;
}
.nav.navbar-nav > li:hover, .nav.navbar-nav > li:active, .nav.navbar-nav > li:focus {
    background-color: rgb(156, 63, 92);
}

.dropdown-menu {
    background-color: rgb(156, 63, 92);
}

.dropdown-menu > li > a {
    padding: 8px 20px;
   text-transform: unset!important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: rgb(125, 32, 61);
}
.dropdown-menu .dropdown-menu {
    left: 100%;
    margin-top: -1px;
    position: absolute;
    top: 0;
}
.menu-item-728 ul{
    left: -60%!important;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: rgb(125, 32, 61);
    color: rgb(255, 255, 255);
}

/*******welcome Section******/

.welcome-content h1{
  font-family: 'Georgia';
    font-size: 20px;
    color: #7D203D;
    margin-top: 2em;
    border-bottom: 1px solid #AFAFAF;
     line-height: 2;
}
.welcome-content p{
  font-family: 'Lato-Regular';
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #333;
    margin: 10px 0px 0px 0px;
}
.buttons li {
    float: left;
    text-align: center;
    width: 30%;
    background-color: #7D203D;
     margin: 0 16px;
    transition: all ease-in-out .3s;
    border: 1px solid transparent;
}
.buttons {
    display: block;
    margin: 50px 0;
}
.buttons li:first-child{
  margin: 0px;
}
.buttons > li:hover, .buttons > li:focus {
    background-color: rgb(173, 80, 109);
    border: 1px solid rgb(255, 255, 0);
    border-radius: 10px;
    text-decoration: none;
}
.buttons a {
    display: block;
    line-height: 38px;
    text-transform: uppercase;
    font-family: 'Lato-Regular';
    font-size: 15px;
    color: #fff;
}
/****news ticker*****/
.vertical-ticker{
	height:310px;
	overflow:hidden;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0, .4);
	list-style:none;
}
.vertical-ticker li{
  height: 95px;
}
.news-img {
    float: left;
    width: 15%;
}
.news-content{
   width: 85%;
    float: left;
}
.news-event.vertical-ticker a{
    font-family: 'Lato-Medium';
    font-size: 16px;
    color: #333;
    line-height: 25px;
}

.fee {
background-color: rgb(212, 192, 192);
border: 1px solid rgb(0, 0, 0);  
border-radius: 3px;
box-shadow: 1px 2px 2px 2px rgb(161, 161, 161);
display: table;
margin: 2rem auto 0;
padding: 5px 8px;
width: 69%;
}

.fee > p {
color: rgb(125, 32, 61);
font-size: 16px;
font-weight: bold;
text-align: center !important;
padding-top: 0px !important;
}

.fee a {
color: yellow;
transition: all 0.3s ease-in-out 0s;
}

.fee a:hover {
color: #D51112;
transition: all 0.3s ease-in-out 0s;
}

.news-event li{
  display: block;
    margin: 5px 0px;
    border-bottom: 1px solid #CECECC;
    padding: 12px 0px;  
}
.news-event li:hover {
    border-bottom: 0 none;
    box-shadow: -1px 0 6px 5px rgb(238, 238, 238);
    transform: scale(1.01);
}
.latest-news h2{
  font-family: 'Georgia';
    font-size: 20px;
    color: #7D203D;
    margin-top: 2em;
    border-bottom: 1px solid #AFAFAF;
     line-height: 2;
}
.see-all > a {
    background: #7D203D none repeat scroll 0 0;
    display: block;
    text-align: center;
     line-height: 38px;
    text-transform: uppercase;
    font-family: 'Lato-Regular';
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
    transition: all ease-in-out .3s;
    border: 1px solid transparent;
}
.see-all > a:hover{
   background-color: rgb(173, 80, 109);
    border: 1px solid rgb(255, 255, 0);
    border-radius: 10px;
    text-decoration: none; 
}
/*******department Section Start Here********/
.department > h2 {
    float: left;
     font-family: 'Georgia';
    font-size: 20px;
    color: #7D203D;
}
.nav-tabs{
  float: right;
}
.tab-content {
    clear: both;
     border-top: 1px solid #AFAFAF;
    margin-top: 30px;
    padding-top: 10px;
}
.nav-tabs{
  border-bottom: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
  border: none;
    text-decoration: none;
}
.nav-tabs > li > a:hover{
  border-color: transparent;
}
.nav-tabs > li > a{
  font-family: 'Lato-Regular';
}
.ug {
    border-right: 1px solid !important;
    padding: 0 9px;
}
.pg {
    padding: 0 0px 0px 9px;
}
.course-img {
    float: left;
    line-height: 4;
    margin: 8px 0;
    width: 15%;
}
.course-content{
   width: 85%;
    float: left;
}
.ug-dep li {    
    display: flex;
    line-height: 4;
    margin: 8px 0;
    transition: all 0.3s ease-in-out 0s;
}
.ug-dep > li:hover {
    transform: scale(1.01);
    box-shadow: -1px 0px 6px 5px rgb(238, 238, 238);
}
.course-content a{
  display: block;
    font-family: 'Lato-Semibold';
    color: #432E59;
}
.ug-dep {
    margin-bottom: 3em;
}

/*Gallery Section code Start*/
.gallery, .all-dept {
    margin-top: 2rem;
}
.gallery h2 {
    color: rgb(125, 32, 61);
    font-family: "Georgia";
    font-size: 20px;
    margin-bottom: 2rem;
}
.event-gallery .flexslider {
    margin: 0 0 10px;
    border: 4px solid rgb(238, 238, 238);
    border-radius: 0;
}
.flex-prev {
    left: 10px!important;
    opacity: 1!important;
}
.flex-next {
    opacity: 1!important;
    right: 10px!important;
}
#carousel li img {
    width: auto;
}
.tump-gallery {
    width: 100%;
}
#carousel {
    float: left;
    width: 81%;
    border: 0px solid rgb(238, 238, 238);
    border-radius: 0;
}
.event-gallery .see-all1 {
    float: right;
    margin-top: 0px;
    width: 19%;
}
/*Gallery Section code End */

/***footer section*****/
footer{
  background-color: #7D203D;
}
.reach, .navigate, .join {
    margin-top: 1.5rem;
}
.reach h2{
font-family: 'Georgia';
    font-size: 20px;
    color: #D0E20E;
    padding: 15px 0px;
}
.navigate h2{
font-family: 'Georgia';
    font-size: 20px;
    color: #D0E20E;
    padding: 15px 0px;
}
.conunt {
    margin-top: 2rem;
    margin-left: 4rem;
    display: none;
}
.join h2{
font-family: 'Georgia';
    font-size: 20px;
    color: #D0E20E;
    padding: 15px 0px;
}
.reach ul{
  width: 100%;
}
.icon-div{
  width: 15%;
    float: left;
}
.sriram-address{
 width: 85%;
    float: right;
}
.sriram-address p{
  font-family: 'Georgia';
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}
.sriram-address b{
 font-family: 'Georgia-Bold';
    font-size: 18px;
}
.reach ul li {
    display: flex;
    margin-bottom: 20px;
}
.icon-div i {
    font-size: 25px;
    position: relative;
    top: 8px;
    color: #FD5A8C;
}
.sriram-address a{
 color: #fff;
}
.copy, .power {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.copy span {
    color: rgb(255, 255, 255);
    font-family: "Georgia";
    font-size: 14px;
}
.power span {
    color: rgb(255, 255, 255);
    float: right;
    font-family: "Georgia";
    font-size: 14px;
}
.power span a {
    color: rgb(255, 255, 0);
}
.nav-link li a{
    color: #fff;
    font-family: 'Georgia';
    font-size: 15px;
    line-height: 26px;
    transition: all ease-in-out .3s;
}
.nav-link li:hover {
    list-style-image: url(../images/arrow.png);
}
.nav-link li a:hover {
    color: rgb(255, 255, 0);
    padding: 0 5px 3px;
    
}
.nav-link{
-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.line1 {
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #8D8B8C;
    border-style: none none solid;
    border-width: 0 0 1px;
    width: 100%;
}
.line {
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #8D8B8C;
    border-style: none none solid;
    border-width: 0 0 1px;
/*
    float: left;
    width: 47%;
*/
    width: 100%;
}
.line.line3 {
    float: right;
}
textarea{
  height: 85px;
  padding: 10px 0px;
     font-family: 'Georgia';
    color: #fff;
}
input {
    line-height: 3;
    font-family: 'Georgia';
    color: #fff;
}
.sub {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgb(255, 255, 255);
    float: right;
    line-height: 34px;
    margin-top: 14px;
    padding: 0 36px;
    transition: all ease-in-out .3s;
}
.sub:hover {
    background-color: rgb(175, 149, 32);
}

input[type=text] {
  -webkit-transition: border .35s ease-in-out;
  transition: border .35s ease-in-out;
}
input[type=text]:focus {
   border-bottom: 3px solid #8D8B8C;
}
input[type=tel] {
  -webkit-transition: border .35s ease-in-out;
  transition: border .35s ease-in-out;
}
input[type=tel]:focus {
   border-bottom: 3px solid #8D8B8C;
}
input[type=email] {
  -webkit-transition: border .35s ease-in-out;
  transition: border .35s ease-in-out;
}
input[type=email]:focus {
    border-bottom: 3px solid #8D8B8C;
}



.sidenav {
    background-color: rgb(125, 32, 61);
    height: 100%;
    overflow-x: hidden;
    padding-top: 60px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 999;
}
.sidenav a {
    padding:0;
    text-decoration: none;
    font-size: 25px;
    color: rgb(125, 32, 61);
    display: block;
    transition: 0.3s;

}
.sidenav a:hover{
    color: rgb(125, 32, 61);
}
.sidenav .closebtn {
    font-size: 49px;
    margin-left: 50px;
    position: absolute;
    right: 17px;
    top: 25px;
}
#mySidenav .navbar-nav {
    margin-bottom: 1rem;
    margin-top: 4rem;
    width: 100%;
}
#mySidenav .nav.navbar-nav a:hover {
    color: rgb(125, 32, 61);
}
.mob-slide-logo {
    background-color: rgb(255, 255, 255);
    padding-bottom: 20px;
    padding-top: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
}
.mob-slide-logo span img {
    padding-left: 10px;
    width: 80%;
}
.sear .navbar-form {
    border-bottom: 0 solid rgba(0, 0, 0, 0);
    border-top: 0 solid rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.1) inset, 0 0 0 rgba(255, 255, 255, 0.1);
    margin: 8px 15px;
    padding: 10px 0;
}
.sear .form-control {
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid rgb(204, 204, 204);
    height: 45px;
}
.sear .btn-default {
    background-color: rgba(0, 0, 0, 0);
    border: 4px solid rgb(204, 204, 204);
    color: rgb(255, 255, 255);
    line-height: 1.3;
    padding: 9px 12px;
}
.wpcf7-form-control-wrap.captcha{
  float: right;
    width: 73%;
}
.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha {
    bottom: -13px;
    float: left;
    height: 40px;
    position: relative;
    width: 22%;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    color: #fff;
    display: block;
    margin-top: 8em;
    padding: 10px;
    width: 100%;
}

#field_1_12 .gfield_label{
  display: none !important;
}

/* my custom style sheet start here */

.iso {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
}
.iso h5 {
    color: #ffffff;
    float: left;
    font-size: 18px;
    position: relative;
    top: 25px;
    right: 15px;
}
.iso img {
    float: right;
}
.maq {
    background-color: rgb(125, 32, 61);
    width: 100%;
    padding: 13px;
}
.marquee-sibling{color: rgb(255, 255, 255);
    font-family: lato-regular;
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
    /*float: left;*/
    /*height: 40px;*/
    width: 13%;
}
.slide-cap {
    background-color: rgba(125, 32, 61,.9);
    bottom: 0;
    line-height: 24px;
    padding: 11px 10px;
    position: absolute;
    text-align: justify;
    width: 100%;
}
.slide-cap > a {
    font-size: 14px;
    color: #fff;
    font-family: "Lato-Regular";
}

.maq .marquee ul li a{color:#fff; font-weight: 900;
    font-size: 20px;
    font-family: "Lato-Regular";}
.maq .marquee{ float: right;
    width: 87%; margin-top: -19px;}

.SG-ADM20{
animation:blinkingText 1.2s infinite;

}

@keyframes blinkingText{
    0%{     background: #003380;    }
    25%{    background: #00cc00; }
    50%{    background: #003380; }
    75%{    background: #00cc00;  }
    100%{   background: #003380;    }
}



/* my custom style sheet End here */
tbody.mitable tr td {
    border: 1px solid;
    padding: 5px;
}
.maq .marquee img {
    width: 30px;
}
.side-bar img {
    width: 10px;
    height: 10px;
}
.inner-left h1 img {
    width: 30px;
}
ul#lcp_instance_0 li a img {
    width: 30px;
}
.flexslider .slides .slide-cap img {
    width: 21px;
}
.news-content h3 img
{
	width: 20px;
	height:20px;
}