﻿@charset "UTF-8";

@-webkit-viewport { width: device-width;}
@-moz-viewport { width: device-width;}
@-ms-viewport { width: device-width;}
@-o-viewport { width: device-width;}
@viewport { width: device-width;}

body {
	
	background:#ffffff;
	font-size: 100%;

}


.topheader {/*background:#00327d;*/}
#header {background:#fff; padding-top:0px; background:url(../img/header-bg.jpg) no-repeat 0 0; background-size:100% auto;}
.brandname {color: #002147;
font-size: 34px;
text-align: center;
margin-top: 10px;
font-weight: 600;
margin-bottom: 3px;
text-transform:uppercase;
}
.subbrand { font-size:18px; text-align:center;}
.subbrand a {color:#002147;}
.subbrand span {display:inline-block; width:10px; height:10px; background:#002147; border-radius:50%; margin: 2px 11px;}
.simpletit {color:#002147;font-size:14px; text-align:center; font-weight:500;}
.simpletit span {display:inline-block; width:6px; height:6px; background:#002147; border-radius:50%; margin: 2px 11px;}
.textbrand {color:#002147;font-size:14px; text-align:center; font-weight:500;}
.textbrand span {display:inline-block; width:6px; height:6px; background:#002147; border-radius:50%; margin: 2px 11px;}

.logo.pull-left {width: 24%;}
.header-content {width: 76%; margin: auto;}

/*Faculty Profile*/
.bgprofile {/*background:url(../img/profilebg.jpg) 0 0;*/ background-color:rgb(209, 225, 234); height:100%; font-size:15px;}
.pdtop {background:#fff;}
.facultyprofile {
    background:url(../img/facultybg.png) no-repeat 0 0;
    background-size:100% 100%;
    height: 260px;
    padding: 37px 5px;
    vertical-align: middle;
}
.profimage {
    text-align:center;
}
    .profimage img {
        border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
  height: 170px;
    }
.personaldetails {}
.personaldetails h3 {margin-top:30px; color:#02668d;}
.personaldetails .desig {font-style:italic; font-size:16px;}
.personaldetails p { font-size:16px;}
.personaldetails {}
.bdrbt {border-bottom:2px solid #d23c13;}
.profilecontent {margin-top:15px;}
.profilecontent p {font-size:15px;}
.profilecontent .selectedspan {font-size:16px; font-weight:600; color:#02668d;}
.profilecontent .table-responsive {margin-top:15px; margin-bottom:15px;}
.brandname.brandnameprof,.headFac .brandname.brandnameprof a {
    color:#fff;
}
/*Department*/
.department-heading {
    line-height:30px;
    background:url(../img/deptbg.jpg) no-repeat 0 0;
    background-size:100%;
    background-attachment:fixed;
}
.department-heading h1 {
    margin-top:0;
    margin-bottom:0;
    padding:15px;
    color:#fff;
}
.dept-img {
    border:1px solid #ccc;
    margin:5px 0;
    padding:8px;
}
.deptbox {
    margin:10px 0;
    padding:5px;
    border:1px solid #ccc;
    transition:1s all ease;
}
    .deptbox:hover {
        border-color:#2a99e0;
    }
    .deptbox:after {
        clear:both;
    }
.deptcontent {
    text-align:left;
}
.dept-cont-img {
    margin-right:15px;
}
.deptcontents {
   
}
.deptcontents .deptsub-head {
   position: relative;
display: block;
color: #002147;
cursor:pointer;
}
.deptcontents .deptsub-head.inline-heading {display:inline;}
.deptcontents .deptsub-head:after {
    content:"";
    height:3px;
    width:100%;
    background:url(../img/headsrip.jpg) repeat-x 0 0;
    position:absolute;
    top:100%;
    left:0;
}
    .deptcontents p {
        margin-top:10px;
        text-align:justify;
    }
.show-dept-cont {
    height:85px;
    overflow:hidden;
}
.btn-showHide {
    margin-top:10px;
    color:#fff!important;
}
.news-dept-head {
    border-bottom:1px solid #0a68a4;
    position:relative;
    color:#002147;
    padding-left:10px;
    font-size:24px;
}
.news-dept-head:after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:3px; 
    height:100%;
    background:#cf3904;
}
.icon-img {
    width:18px;
}

.block p {
    text-align:justify;
}


.services h3 a {
    color:#002147;
}
.services {
    margin-bottom: 30px;
    position: relative;
    background: #f2f3f7;
    padding: 20px 10px;
    z-index: 0;
    border:2px solid #39A4E7;
    min-height: 114px;

margin-top: 30px;
}
.services .boxdiv::after {
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #39A4E7 transparent transparent transparent;
}
.services .boxdiv::before, .services .boxdiv::after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
}
.services .boxdiv::before {
    top: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 20px 30px;
    border-color: transparent transparent #39A4E7 transparent;
}
.services .boxdiv::after {
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #39A4E7 transparent transparent transparent;
}
.services .boxdiv {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 60px;
    height: 30px;
    display: table;
    margin: 0 auto;
    background: #39A4E7;
    text-align: center;
}
.services h3{
font-size:13px;
text-align:center;
margin-top: 31px;
font-weight:600;
}
.services:hover .boxdiv {background: #002147;}
.services:hover .boxdiv::after {border-color: #002147 transparent transparent transparent;}
.services:hover .boxdiv::before {border-color: transparent transparent #002147 transparent;}
.services:hover {border-color:#002147;}
.services:hover a {color:#39A4E7;}
.services:hover {}
.services .boxdiv img {
        width:31px;
        height:31px;
    }
.smallcont {
    height:140px; overflow:hidden;
}
#about {
    background-color: #009EE3;
    color: #fff;
}
main > section {

    padding: 70px 0;

}
#about .welcome-block img {

    border: 3px solid #fff;
    border-radius: 50%;
    margin-right: 35px;
    max-width: 100px;

}
#about .message-body {

    font-size: 13px;
    line-height: 20px;
    margin-bottom: 70px;

}
.owl-buttons {

    border: 2px solid #fff;
    display: inline-block;
    float: right;
    padding: 1px 8px 5px;

}
.mar ul li a{
	color:#fff!important;
}

.inner-padding{padding:20px 0}

/* start header */
.header_bg{
	border-top:8px groove #3b3b3b;
	background: #ffffff;
}
.header_bg1 {
	border-top:8px groove #3b3b3b;
	background: url('../images/slider_bg.jpg') no-repeat  left;
	background-size: 100%;
}
.header{
	padding: 0% 0;
}
.top-nav {background:#dadada;}
.logo h1 a{
	font-size: 1em;
	text-transform: uppercase;
	color: #3B3B3B;
	text-decoration: none;
	font-family: 'texgyreadventorregular';
}
.latest {
   background: #002147;
  /*  margin-top: -1%; */
}
.latesttit {

    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    text-transform: uppercase;
    float: left;
    width: 180px;
    margin-top: 5%;

}
.about {
	margin-top: 2%;
}
.marqueea a {

    color: #fff;

}
.skipmenu {text-align:right; padding-top:4px; line-height:18px;}
.skipmenu a {color:#002147;font-size:15px;}
.vertical-menu {
    font-size:15px;
	line-height: 7px;
}
.vertical-menu li {
   list-style-type: none;
}
.vertical-menu ul {
 margin: 4px 0 0 0;
}
.vertical-menu a {
    color: #af0000;
    display: block;
    padding: 12px;
    text-decoration: none;
}
.profilemain {
     border: 1px solid #ccc;
    margin-bottom: 10px;
    max-height: 320px;
    min-height: 320px;
    padding: 10px;
}
.ribbon {
    background:url(../Images/profile-bg.jpg) no-repeat 0 -90px;
    padding:10px;
    background-size:cover;
}
    .ribbon .emp-img {
        height:150px; 
        width:150px;
        border-radius:50%;
        border:5px solid rgba(0,0,0,0.2);
        overflow:hidden;
    }
    .ribbon .emp-img img {
        height:100%;
        margin:auto;
    }
.vertical-menu a:hover {
    color: #369;
}
.active{
	background:#002147;
	color: #fff;
}
.tab a {
	color: #666;
}
.active a{
	color: #fff;
}
.vertical-menu a.active {
    color: #535353;
}
.vertical-menu1 {
    font-size:15px;
	line-height: 7px;
}
.vertical-menu1 li {
   list-style-type: none;
}
.vertical-menu1 ul {
 margin: 4px 0 0 0;
}
.vertical-menu1 a {
    background-color: #eee;
    color: black;
    display: block;
    padding: 12px;
    text-decoration: none;
}

.vertical-menu1 a:hover {
    background-color: #FF5454B3;
}

.vertical-menu1 a.active {
    background-color: #515c8e;
    color: white;
}
.firstborder {
  padding: 2%;	
  background:url(../img/education_bg.jpg) no-repeat 0 -360px;
  background-size:cover;
}
.firstborder h2 {
 font-size: 20px;
text-align: center;
background: #ccc;
padding: 6px;
margin-top: 0;
border: 1px solid #b1b1b1;
    border-left-color: rgb(177, 177, 177);
    border-left-style: solid;
    border-left-width: 1px;
border-left: 3px solid #002147;
}
/*.static{
border: 1px solid #f5f5f5;
box-shadow: 3px 3px 8px #909090;
}
.static ul {
    padding:0 15px;
    }*/
#ctl00_Menu_Home {
    z-index:99!important;
}
#main-slide .img-height-display {
    height: 349px;
}
#main-slide .item .img-height-display img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#ctl00_Menu_Home_SkipLink {
    display:none;
}
#ctl00_Menu_Home a.popout {background-image:none!important;}

.quicklink-o {}
.quicklink-o h2:before {
    width:3px;
    background:#c1192f;
    height:100%;
    content:"";
    position:absolute;
    top:0;
    left:0;
    }
.quicklink-o h2 {font-size: 24px; position:relative;padding-left: 15px;
padding-bottom: 5px;
margin-bottom: 0;}
.quick-cont {border:1px solid #ccc;}
.quick-cont ul {list-style-type:none; margin-left:0; padding-left:0;}
.quick-cont ul li {border-bottom:1px solid #ccc; padding:5px 10px;}
.quick-cont ul li:last-child {border-bottom:none;    }
.quick-cont ul li a {color:#0066ff; font-size:14px;}
.about-content {}
.about-content h2:before {
    width:3px;
    background:#c1192f;
    height:100%;
    content:"";
    position:absolute;
    top:0;
    left:0;
    }
.about-content h3 {font-size:19px; font-weight:600;}
.about-content p {font-size:14px; margin-bottom:12px; text-align:justify; color:#262626;}
.about-content li {color:#262626; margin-bottom:10px; font-size:14px;}
.about-content .text-content h3 {font-weight:500; font-size:16px;}
.about-content .text-content h3 a {color:#c1192f;}
.about-content {}
.about-content h2 {font-size: 24px; position:relative;padding-left: 15px;
padding-bottom: 5px;
margin-bottom: 0; border-bottom:1px solid #ccc;}
.radio input[type="radio"] {
    margin-left:10px;
    margin-right:10px;
}
.radio label {
    margin-left:15px;
    margin-right:20px;
}
#photo-slide {position:relative;}
#photo-slide .carousel-control {position: absolute;
top: 40%;
width: 30px;
height: 30px;
line-height: 26px;}
#photo-slide .carousel-control .fa {line-height:11px;
    }
#photo-slide .carousel-indicators {
    bottom: 0px;
}
#photo-slide .carousel-control.left {left:10px;}
#photo-slide .carousel-control.right {right:10px;}
#photo-slide .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgb(65, 64, 64);
    border: 1px solid #424242;
    border-radius: 10px;}
.tb-height {
    height:356px;
}
.quick-height {
    height: 338px;

background: #fff;
}
#snow{
	background: none;
	font-family: Androgyne;
	background-image: url('http://www.wearewebstars.dk/codepen/img/s1.png'), url('http://www.wearewebstars.dk/codepen/img//s2.png'), url('http://www.wearewebstars.dk/codepen/img//s3.png');
	height: 100%;
	left: 0;
	/* position: absolute; */
	top: 0;
	width: 100%;
	z-index:1;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
}
.latest {}
.latest li {display:inline-block;}
.latest li p {display:inline;}

@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}	
/* search */
.h_search{
	/*width: 30%;*/
	position: relative;
	margin-top: 5px;
}
#para1 {display:inline; float:right; font-size:14px; line-height:30px; color:#505050; margin-right:15px;}
.social-icon {float:right}
.social-icon a {display:inline-block; width:30px; height:30px; border-radius:50%; text-align:center; line-height:30px; background:#fff; border:1px solid #c2c2c2; transition:1s all ease; margin-left:5px;}
.social-icon a i {font-size:14px; color:#4a4949; transition:1s all ease; line-height:28px;}
.social-icon a.google-plus:hover {border-color:#c63e24;}
.social-icon a.facebook:hover {border-color:#2B4173;}
.social-icon a.twiter:hover {border-color:#0DB3EF;}
.social-icon a.linkedin:hover {border-color:#0061A8;}
.social-icon a.google-plus:hover i {color:#c63e24;}
.social-icon a.facebook:hover i {color:#2B4173;}
.social-icon a.twiter:hover i {color:#0DB3EF;}
.social-icon a.linkedin:hover i {color:#0061A8;}
.font-size-changer {
    float: right;
    padding: 5px 8px;
    margin-bottom:0px;
	padding-right:0
   
}
    .font-size-changer::after {
        clear:both;
    }
    .font-size-changer a {
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    padding: 0px 5px;
	background:#64b5f6;
}
    
.font-size-changer a + a {
    margin: 0 0 0 5px;
}
.font-size-changer .whitebg {
    color: #000;
}
.whitebg, .main-table, .shadowmenu {
    background: #fff none repeat scroll 0 0!important;
}
    .whitebg.black-background {
        background:#fff;
    }
.blackbg, .black-background {
    background: #000 none repeat scroll 0 0!important;
    color:#fff;
}
.font-size-changer a.blackbg {
     color:#fff;
}
.yellow-text, .black-background, .footer_bg.black-background a {
    color: #ff0!important;
}
.h_search form{
	width: 100%;
   
}
.h_search input[type="text"]{
	font-family: 'open_sansregular';
	padding: 7px 16px;
	outline: none;
	color: #c6c6c6;
	font-size: 13px;
	border: 1px solid rgb(236, 236, 236);
	background: #FFFFFF;
	width: 73.333%;
	line-height: 17px;
	position: relative;
	-webkit-appearance: none;
}
.h_search input[type="submit"]{
	font-family: 'open_sansregular';
	background: #3B3B3B;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	padding: 7px 20px;
	border: none;
	cursor: pointer;
	width: 26.333%;
	position: absolute;
	line-height: 1.6em;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-appearance: none;
}
a:hover {text-decoration:none;}
.nav-toggle {display:none;}
.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainmenu {background:#002147; margin-top:10px; border-bottom: 2px solid #fff;}
    .mainmenu .nav-collapse {
        justify-content: center;
    display: flex;
    }
.view-content ul {color:#028e29;}
.bannercont {padding-left:0; padding-right:0;}
.nav-collapse,
.nav-collapse ul {list-style: none; margin-bottom:0;}

.nav-collapse li {
  float: left;
  position:relative;
 
  
}
.navmenuict ul li:hover ul {
    display:block;
}
.pd-right-m {padding-right:0!important;}
.pd-left-m {padding-left:0!important;}
#main-slide .slider-content {
    top: 27%;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
	
}
#main-slide .carousel-control.left, #main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
	top: 40%;
}
#main::before{content:""; display:block; height:5px; background-color:#212422; width:100%; }

 .table-slider{display:table;}
 .table-cell{display:table-cell;vertical-align:top}
 .slider-width{width:65%; padding: 4px;}
 .news-width{width:35%;}


/* .nav-collapse li:after {display: inline-block;
content: "|";
color: #aeaeae;
position: absolute;
top: 10px;} */
.nav-collapse li a span {line-height:0;}
.nav-collapse ul ul {position:absolute; border-bottom:2px solid #00b0f1; border-top:2px solid #00b0f1	;
top:100%; left:0; background:rgba(0,0,0,0.8)!important; display:none; z-index:999!important; min-width:200px; margin-left:0; padding-left:0;}
.nav-collapse li li {float:none!important; width:auto; border-bottom:1px dotted #000; clear:both;}
/*.nav-collapse li:hover ul {display:block!important; width:auto;}*/
.nav-collapse a:hover {background:#4c85db; color:#fff!important;}
#slider {margin-top:0px;}
.nav-collapse li a {display:inline-block; padding-right:10px!important; width:100%; color:#fff;}
.nav-collapse li span {display:inline-block;line-height: 38px;color: #fff; float:right;margin-top: 9px;margin-left: 3px;}

.fac-content {
    margin-bottom:15px;
    padding:10px;
    position:relative;
    height:207px;
    overflow:hidden;
    transition:1s all ease;
}
.fac-content:after {
    position:absolute;
    background:#a21427;
    content:"";
    width:100%;
    height:2px;
    bottom:0;
    left:0;

    }
    .fac-content:hover {
        background:#ccc;
    }
        .fac-content:hover:after {
            background:#0e96ce;
        }
.fac-content h3 {
    margin-top:0;
}
    .fac-content h3 a {
        color:#002147;
    }
    .fac-content p {
        color:#1e1e1e;
    }
.fac-content .aria-height {
    height:50px;
    overflow:hidden;
    text-align: justify;
}
.faculty-profile {}
.faculty-profile h3 {}
.faculty-profile .desig {font-style:italic;}
.tabfac-content {background:#fff;}
.faculty-profile {}
.leftColumn {background:#222;padding-top:50px; padding-bottom:50px;}
.pdtop {}
.rightColumn {}
.facultyTab {background:transparent;}
.rightColumn .fade {
    display:none;
}
.rightColumn .fade.in {
    display:block;
}
.facultyTab li {display:block; float:none; width:100%;background:transparent; text-align:left;}
.facultyTab.nav > li > a {width:100%; display:block; text-align:left;padding: 4px 5px;
border-radius: 0;padding: 0px 5px;
border-radius: 0;
color: #fff;
background: #171414;
border: none;
margin-bottom: 2px;}
.facultyTab.nav > li > a > .fa {
   border-right: 1px solid #222;
padding: 10px;
margin-right:6px;
display:inline-block;
width:30px;
    }

.facultyTab > li.active > a:hover {
    background:#171414;
   padding: 0px 5px;
    border:none;
    }
.headFac {background: #167BBA;
margin-left: -15px;
margin-right: -15px;}
    .headFac .brandname {
        margin-top: 0;
padding: 10px;
font-size: 24px;
text-align: left;
    }
    .headFac .brandname a {
        color:#000;
    }
.rightColumn .fachead {
    font-size: 24px;
position: relative;
padding-left: 15px;
padding-bottom: 5px;
margin-bottom: 0;
border-bottom: 1px solid #ccc;
}
.rightColumn .tab-pane {
    padding-top:10px;
    height:500px;
    overflow-y:auto;
}
.imgCont {position:relative;}
.imgCont .imgover {position:absolute; bottom:0; left:0; background:rgba(0,0,0,0.5); padding:10px; text-align:center; width:100%;}
.imgover .fName {display:block; font-size:18px; color:#fff;}
.imgover .fdesig {display:block; font-size:13px; color:#fff; font-style:italic;}
.imgover .fddept {display:block; font-size:16px; color:#fff;}
.imgover {}
.imgover {}
.rightColumn .fachead:before {
    width: 3px;
background: #c1192f;
height: 100%;
content: "";
position: absolute;
top: 0;
left: 0;
}
#login,#registration {
    margin-top:23px;
}
h1.head1 { 
font-size: 17px;
color: #001b08;
font-family: Arial;
font-weight: bold;
text-decoration: none;
/* background:url(../img/line.png) no-repeat -47px -5px / 290px auto; */
padding-bottom:0px;
border-bottom:1px solid #d6d9d7;
line-height:40px;
}
h1.head1:after {
	content:"";
	width:120px;
	height:2px;
	display:block;
	background:#028e29;
	
}
.cam-page-header {
    background: #fff;
	/* border-bottom:2px solid #00b0f1;
	height: 354px; */
}
.bg-2 {

    background: url("../img/featue-bg.jpg");
        background-attachment: scroll;
        background-size: auto;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}
.feature p {

    color: #8d8f92;
    margin-bottom: 20px;

}
.feature .btn-view-works {
    background: #002147;
    color: #fff;
    padding: 10px 20px;
}
.copyright-footer {
    background: #2a2929;
	padding:5px 0; color:#fff;
}
.footer-bottom {padding:5px 0}
.copyright-footer p,.footer-bottom p{margin:0;}
.cam-local-footer p{color:#fff; margin:0;}
.cam-global-footer {
    /*background: #505050;*/
    background: #505050 url(../img/footer-bg.png)
}
.panel-body ul {padding-left:0px; margin-left:0;}
.panel-body ul li  {line-height:25px; border-bottom:1px dotted #ccc; padding:5px 10px;}
.panel-body ul li a {color:#002147; font-size:15px;}
.panel-body .pagination li {padding:0;}
.panelheight {height:304px; overflow:hidden; padding:0; background: #edf6ff;}
.panelheight1 {height:239px; overflow:hidden; padding:0;}
.tb-height .panel-collapse h3 {background: #d6e9ff; margin:0 0;}
.tb-height .panel-collapse h3 a {background: #edf6ff; margin:0 0;padding: 13px 15px;}
.tb-height .panel-collapse h3 a p {color:#002147; font-weight:600;}
.panel-default .panel-heading {color: #fff; background-color: #4c5257; border-color: #ddd;}
.panel-group {margin-bottom:2px;}
a:hover {color:#002f80!important;}
.mrgntop {margin-top:15px;}
.sbox {text-align:center;}
.sbox h3 {margin-top:5px; line-height:18px; margin-bottom:15px;}
.sbox h3 a {color:#474848; font-size:14px;}
.sbox a.around {width:70px; height:70px; border-radius:50%; display:block; margin:auto; padding:3px; border:4px solid #e8eae9; overflow:hidden;}
.sbox a.around img {display:block; max-width:100%; width:40px; margin:auto; margin-top:10px;}
.cam-navigation-list h3 {font-size:17px; color:#fff; border-bottom:1px solid #c5c7c5; position:relative;}
.cam-navigation-list h3:after {content:""; display: block;
width: 10px;
height: 10px;
background: #002147;
position: absolute;
top: 87%;
right: 0;
border-radius: 50%;}
/*===================Libarary Department==============================*/
.department-banner {background:url(../images/dept-bg-background.jpg) no-repeat 0 0; padding:50px 0;}
.department-banner h2 {font-size:32px; font-weight:500; color:#fff; line-height:40px; margin-bottom:20px;}
.department-banner h2:after {background:#3379b7; content:""; display:block; width:150px; height:2px; margin-top:10px;}
.about-department {padding:50px 0;}
.about-department h2 {font-weight:500; margin-bottom: 20px; margin-top: 0;}
.about-department h2:after {content:""; display:inline-block;background:#3379b7; width:30px; height:2px;margin-bottom: 6px; margin-left: 5px;}
.about-department p {text-align:justify; margin-bottom:15px;}
.news-section {padding:50px 0;}
.news-section h2 {font-weight:500; margin-bottom: 20px; margin-top: 0;}
.news-section h2:after {content:""; display:inline-block;background:#3379b7; width:30px; height:2px;margin-bottom: 6px; margin-left: 5px;}
.news-section .news-box {background:#e9e9e9; padding:15px;}
.news-section .news-box ul {}
.news-section .news-box ul li {display:flex; flex-flow:row;}
.news-section .news-box ul li .fa {margin-right:10px; color:#cf3702;}
.news-section .news-box ul li h4 {margin-bottom:5px; font-weight:600; font-size:16px;}
.news-section .news-box ul li p {font-size:14px;}
.news-section .news-box ul li div {margin-bottom:15px;}
.news-section .news-box .news-arrow {font-size:14px; font-weight:500; border:1px solid #707070; color:#000; border-radius:5px;height: 26px;
    width: 26px;
    text-align: center; margin-left:10px;}
.news-section .news-box .news-arrow .fa {line-height:5px;}
.news-section .news-box .myTicker {margin-bottom:15px;}
.news-section .time-section {padding-left:15px;}
.news-section .time-section h3 {background:#032147; padding:10px 15px; color:#fff;}
.news-section .time-section ul {list-style-type:none; padding-left:0; margin-left:0;}
.news-section .time-section ul li {margin-top:10px; border-bottom:1px solid #707070; padding-bottom:8px; padding-top:10px;}
.news-section .time-section ul li:last-child {border-bottom:none;}
.news-section .time-section ul li h4 {color:#cf3702;}
.events-section {padding:50px 0;}
.events-section h2 {font-weight:500; margin-bottom: 20px; margin-top: 0; text-align:center;}
.events-section h2:after {content:""; display:inline-block;background:#3379b7; width:30px; height:2px;margin-bottom: 6px; margin-left: 5px;}
.events-section h2:before {content:""; display:inline-block;background:#3379b7; width:30px; height:2px;margin-bottom: 6px; margin-right: 5px;}
.events-section p.head-caption {width:80%; text-align:center; margin:10px auto 25px;}
.events-section .event-box {border-radius: 10px;
    box-shadow: 1px 4px 7px #cfcfcf;
    overflow: hidden;}
.events-section .event-box img {width:100%;}
.events-section .event-box p {padding:10px;}
.events-section .text-center {margin-top:35px;}
.services-section {}
.services-section .service-main-box {background:#032147; padding:50px 0;}
.services-section .service-main-box h2 {font-weight:500; margin-bottom: 30px; margin-top: 0; text-align:center; color:#fff;}
.services-section .service-main-box h2:after {content:""; display:inline-block;background:#3379b7; width:30px; height:2px;margin-bottom: 6px; margin-left: 5px;}
.services-section .service-main-box h2:before {content:""; display:inline-block;background:#3379b7; width:30px; height:2px;margin-bottom: 6px; margin-right: 5px;}
.services-section .service-main-box .flex-box {display:flex; flex-flow:row wrap;justify-content: center;
    margin: 35px 0;}
.services-section .service-main-box .flex-box .boxes {text-align: center;
    padding:5px 25px;
    border-right: 1px solid #fff;
    
}
.services-section .service-main-box .flex-box .boxes:last-child {border-right:none;}
.services-section .service-main-box .flex-box .boxes img {}
.services-section .service-main-box .flex-box .boxes h4 {color:#fff;    margin-top: 15px;
    margin-bottom: 0;}
.services-section .service-main-box {}
.department-gallery {padding:50px 0;}
.department-gallery h2 {font-weight:500; margin-bottom: 20px; margin-top: 0; text-align:center;}
.department-gallery h2:after {content:""; display:inline-block;background:#3379b7; width:30px; height:2px;margin-bottom: 6px; margin-left: 5px;}
.department-gallery h2:before {content:""; display:inline-block;background:#3379b7; width:30px; height:2px;margin-bottom: 6px; margin-right: 5px;}
.department-gallery .carousel-inner {width:85%; margin:25px auto;}
.department-gallery .carousel-control {background:#032147; width:26px; height:26px; border-radius:100%; color:#fff; text-align:center; font-weight:600;}
.department-gallery .carousel-control .fa {line-height:0;}
.department-gallery {}
.department-gallery {}





@media screen and (min-width: 40em) {
  .nav-collapse li {
   /* width: 25%;
    *width: 24.9%; 
    _width: 19%; */
  }
}

.nav-collapse a {
  color: #fff;
  text-decoration: none;
  padding:10px 12px;
  font-size:14px;
  
}

@media screen and (min-width: 40em) {
  .nav-collapse a {
    margin: 0;
    padding: 10px 8px;
    float: left;
    text-align: center;
    border-bottom: 0;
   
  }
}

.nav-collapse ul ul a {
 /* background: #ca3716;*/
  padding-left: 10px;
  text-align:left;
}
#page {
    width:100%;
    overflow:hidden;
}
.ui-loader {
    display:none;
}
.panel-body .col-sm-8 span {
    word-break: break-word;
}
.mainmenu .admin-nav {
position:inherit!important;
}
#header a.nav-toggle {
    display: none;
}
@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
 /*   display: none;*/
  }
}
@media screen (min-width: 320px) and (max-width: 480px) {
.feature p {

    color: #fff!important;
    margin-bottom: 20px;

}
    #slickmenu ul li span {
        left:19px!important;
    }
}
@media screen and (max-width: 480px) {
    #slickmenu ul li span {
        left:19px!important;
    }
}
@media screen and (max-width: 1024px) {
    .nav > li > a {
        width: 76px!important;
    }
    .department-heading {
        background-attachment: inherit;
    }
    .about-content p {
            word-break: break-word;
    }
    .panel-body .col-sm-8 span {
        word-break: break-word;
    }
    .topheader {
        margin-bottom:15px;
    }
    .brandname {
    font-size: 24px;
}
    .subbrand {
    font-size: 17px;
    text-align: center;
}
}
@media screen and (max-width: 767px) {
    /*.d-flex {
        display:flex;
        flex-flow:row wrap;
    }
    .d-flex .col-md-8 {
        order: 2;
    }
    .d-flex .col-md-4 {
        order: 1;
    }*/
    .deptbox img {
        display:block;
        max-width:100%;
    }
    .nav-collapse div {
        width:100%!important;
    }
    .department-banner h2 {
        font-size:28px;
    }
    h2 {
        font-size:26px;
    }
    .about-department .btn {
        margin-bottom:20px;
    }
    .news-section {
    padding: 20px 0;
}
    .events-section {
    padding: 20px 0;
}
        .events-section .event-box {
            margin-top: 25px;
        }
    .services-section .service-main-box .flex-box .boxes {
        border-right: none;
    border-bottom: 1px solid #fff;
    width: 85%;
    margin-bottom: 15px;
    padding-bottom: 20px;
    }
    .news-section .time-section ul li h4 {
    font-size: 17px;
    margin-top:0;
}
    .sml-img img {
        width:310px;
        margin:auto;
    }
    .fac-content {height:auto; text-align:center;}
    .fac-content img {width:210px; margin:auto;}
    .nav-collapse ul ul {
        left:0!important;
        margin-left:0!important;
    }
    .fac-content {
        height:auto;
    }
    .fac-content img {
        width:200px; 
        margin:auto;
    }
    .nav-collapse li span {
    display:inline-block;
    line-height: 38px;
    color: #fff; 
    float:right;
    margin-top: 0px;
    margin-left: 3px; 
    width:20px; height:20px; 
    text-align:center; 
    vertical-align:middle;
    padding: 10px 0;
    background: #64b5f6;
}
    .deptbox .pull-left {
        float:none!important;
    }
    .department-heading {
        background-size: 100% 100%;
    }
    .mainmenu {
    position: relative;
    min-height: 44px;
}
    .brandname {
        font-size:14px!important;
        clear:both;
        text-align:center;
    }
    .header-content {
        width:100%!important;
    }
    .logo img {width:115px!important; float: none!important;}
    .subbrand {
        font-size: 12px;
        text-align:center;
    }
    .simpletit {
    color: #002147;
    font-size: 12px;
    text-align: center;
}
    .textbrand {
    color: #002147;
    font-size: 11px;
    text-align: center;
}
.simpletit span,.subbrand span,.textbrand span {
        width:5px; height:5px;
    }
  .mainmenu  a.nav-toggle {
    display: block;
  }
    .logo img {
        margin:auto;
    }
   .nav-collapse ul {margin-top:0px;}
    .nav-collapse.closed {
        margin-top:50px;
        display:none;
    }
    .department-heading h1 span {
        font-size:26px;
    }
    .show-dept-cont h3 {
        font-size:18px;
    }
    .deptcontents .deptsub-head.inline-heading {
        font-size:22px;
        margin-top:10px;
    }
    .matter1 img {
        max-width:100%;
    }
    .deptcontents .deptsub-head {
        font-size:20px;
    }
  .nav-collapse li {float:none; width:99%;}
  #accordion {clear:both;}
  .carousel-indicators {
    left: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
    .nav-collapse {
        background: #002147;
        margin-top: 45px;
    }
    .nav-collapse.opened {
        display:block;
    }
        .nav-collapse .dropdown-menu {
            position: inherit!important;
                width: 100%!important;
                height:0;
                overflow:hidden;
                opacity:0;
                transition:1s all ease;
        }
            .nav-collapse .dropdown-menu .dropdown-menu {
                background:#222!important;
            }
            .nav-collapse li .dropdown-menu.opendrop {
                height:auto;
                overflow:visible;
                opacity:1;
            }
        .nav > li > a {width: 110px!important;}
      .firstborder  #slickmenu ul li:last-child {
            margin-left: auto !important;
        }
    .cam-global-footer .cam-navigation-list > div {
        margin-top:0!important;
    }
    .nav-toggle:before {
        color:#fff!important;
    }
    .about-content {}
    .about-content a.vlightbox1 {width:45%; margin:2px!important; display: inline-block;}
    .about-content a.vlightbox1 img {width:100%!important;}
    .about-content .main-portion {}
    .about-content .main-portion .panel-body {text-align:center;}
    .about-content .main-portion .panel-body p {text-align:center;}
    .about-content .main-portion .panel-body img {    width: 150px;
    margin: 15px auto;}
/*.nav-collapse {
    display: flex;
    justify-content: space-between;
}*/
.mainmenu .admin-nav {
    position: inherit!important;
    width: 100%;
    float: none!important;
}
.mainmenu .admin-nav ul {
    position: inherit!important;
    width: 100%;
    float: none!important;
        background: #002147;
    margin-left: 0;
}
    input[type="submit"] {
        margin-top:15px;
    }
    .panel-default.panel {

    }
    .dataTables_wrapper,#ctl00_ContentPlaceHolder_Main_Panel_EmployeeDetails,.dataTables_wrapper,
    #ctl00_ContentPlaceHolder_Main_AsyncFileUpload_FileUpload_ctl01 {
        overflow-x: auto;
    }
    .mceEditor {
            overflow-x: auto;
    display: block;
    }
    .js body .nav-collapse-0.opened {
    max-height:initial !important;
}
    #header a.nav-toggle {
    display: inline-block;
    line-height: 20px;
}
    .flex-table table {
    }
    .flex-table table tr {
        display:flex;
        flex-flow:row wrap;
    }
    .flex-table table tr td {
        width:100%!important;
    }
    .flex-table table tr td input[type="text"] {
        width:80%!important;
    }
    .nav-tabs.nav  li {
    border-right: none;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    }
}

@media screen and (min-width: 960px) {
    
}
.control-carousel {font-size:60px; color:#ccc; position:absolute; top:30%;}
.control-carousel.left {left:10px;}
.control-carousel.right {right:10px;}
/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: absolute;
  overflow: hidden;
  width: 70px;
  height: 45px;
  float: right;
  top: 0;
right: 10px;
}

.nav-toggle:before {
  color: #f4421a; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 32px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 45px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-size: 24px;
  content:"x";
}




.panel-collapse {
/*    padding:10px;*/
    padding:0;
}
.panel-collapse ul {
    margin-left:0; padding-left:0;
}
.panel-collapse {
}
.border-col{
	
	background: #515c8e;
	box-shadow: 2px -6px 30px -4px;
	margin-top: 3%;
}
p.small{
	font-size: 16px;
}
.ribbon img{
	margin-top: 3px;
}
.marquee-mar{
	margin: 8px;
	font-size: 13px;
	-webkit-marquee-style: scroll;
}
.marquee-mar p a{
	color:#000;
}
.h_search form input[type="submit"]:hover {
	background: #FF5454;
}
/* menu */
.h_menu{
	padding: 0;
	background: #3B3B3B;
}
/* .navbar {
	position: relative;
	min-height: 60px;
	margin-bottom: 0px;
	border: none;
} */
.navbar {
    border: medium none;
    margin-bottom: 0;
    min-height: 27px;
    position: relative;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background: #3B3B3B;
	color: #ffffff;
	padding: 0;
}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover{
	background: #FF5454;
	color: #ffffff;
	  line-height: 2 px;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav > li {
	border-right: 1px solid rgb(39, 37, 37);
}
/* .nav > li > a {
	font-size: 13px;
	padding: 20px 11px;
	text-transform: uppercase;
} */
.nav > li > a {
    font-size: 12px;
padding: 10px 2px;
text-transform: uppercase;
width: 103px;
text-align: center;
}
.nav-tabs {
    margin-left: 0;
}
/* start soc_icons */
.soc_icons {

}
.soc_icons ul{
	margin-bottom: 0;
}
.soc_icons ul li{
	display:inline-block;
	border-left: 1px solid rgb(39, 37, 37);
	margin-left: -3px;
}
/* .soc_icons ul li a{
	color:#ffffff;
	font-size: 24px;
	display: block;
	line-height: 60px;
	width: 60px;
	height: 60px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
} */
.mainnav-menu li a b:nth-of-type(2) {
    display:none;
}
.mainnav-menu li a b:nth-of-type(3) {
    display:none;
}
.mainnav-menu li a b:nth-of-type(4) {
    display:none;
}
.left-menu, .left-menu ul  {
    float:none!important;
    
}
.left-menu ul li {
    float:none;
    border-right:none;
    line-height:20px;
}
    .left-menu ul li a {
        color:#d41102;
        padding:1px 10px;
        margin-bottom:0;
        text-transform: capitalize;
    }
.left-menu ul ul {
    background:#fff;
    z-index:999;
    border-right:1px solid #d41102;
    border-top:1px solid #d41102;
}
.departmentLogo {
    color:#515c8e;
    font-size:28px;
    font-weight:600;
    margin-top:10px;
}
.departmentLogo::after {
    clear:both;
}
.departmentLogo img {
    float:left;
    margin-right:15px;
}
.departmentLogo span.coll-name {
    font-size:15px;  color:#d41102; display:block;
    font-weight:500;
    margin-top:10px;

}
h2.title {
    color: #535353; font-size: 16px;
}
.soc_icons ul li a {
    color: #ffffff;
    display: block;
    font-size: 12px;
    /* height: 60px;
    line-height: 51px; */
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
}
.soc_icons ul li a:hover{
	background: #FF5454;

}
#bs-example-navbar-collapse-5 li a {
    padding:2px 8px;
    line-height:23px;
}
/* start slider */
.slider_bg{
	background: url('../images/slider_bg1.jpg') no-repeat;
	background-size: 100%;
	margin-top: 4px;
}
.slider{
	padding: 4%;
}
/* start main */
.main_bg{
	background: #ffffff;
}
.main{
	padding: 5% 0;
}
.images_1_of_4 img{
	display: inline-block;
}
.images_1_of_4 h4 {
	margin: 30px 0 15px;
}
.images_1_of_4 h4 a{
	display:inline-block;
	color: #353535;
	font-size: 1.5em;
	font-family: 'texgyreadventorregular';
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.images_1_of_4 h4 a:hover{
	text-decoration:none;
	color: #ff5454;
}
.images_1_of_4  span{
	width: 120px;
	height: 120px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.bg{
	background: #3b3b3b;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 75px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	-o-border-radius: 75px;
}
.images_1_of_4  span i{
	font-size: 6em;
	color: #e0e0e0;
	line-height: 2em;
	text-shadow: 1px 1px 0px #3b3b3b;
	-webkit-text-shadow: 1px 1px 0px #3b3b3b;
	-moz-text-shadow: 1px 1px 0px #3b3b3b;
	-o-text-shadow: 1px 1px 0px #3b3b3b;
	-ms-text-shadow: 1px 1px 0px #3b3b3b;
}
.para{
	font-size: 14px;
	line-height: 1.8em;
	color: #4a494999;
}
.para1{
	font-size: 14px;
	line-height: 1.8em;
	color: #fff;
}
.images_1_of_4 a{
	position: relative;
	z-index: 1;
}
.fg {
  
}
ul.footer_list {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.footer_list li {
    line-height: 1.5em;
    font-size: 15px;
}
#footer_color a {
    color: #FFFFFF;
	text-decoration: none;
}
#footer_color a:hover {
    color: #FF5454;
}
/* Button 1 */
.fa-btn {
	font-size: 14px;
	background: none;
	cursor: pointer;
	padding: 12px 40px;
	display: inline-block;
	margin: 10px 0px;
	text-transform: uppercase;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.fa-btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-1 {
	border: 2px solid #ff5454;
	color: #ff5454;
}
/* Button 1e */
.btn-1e {
	overflow: hidden;
}
.btn-1e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #ff5454;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-1e:hover,.btn-1e:active {
	color: #ffffff;
	text-decoration:none;
}
.btn-1e:hover:after {
	height: 260%;
	opacity: 1;
}
.btn-1e:active:after {
	height: 400%;
	opacity: 1;
}
/* start main_btm */
.main_btm{
	background: #FFFFFF;
	border-top: 1px solid rgb(233, 233, 233);
}
.bg{
	background:url(../images/bg.jpg) no-repeat fixed;
}
.content_right h4{
	color: #fff;
	font-size: 2.5em;
	font-family: 'texgyreadventorregular';
	line-height: 1.5em;
}
.content_right h4 span{
	color: #ff5454;
}
.content_right a{
	position: relative;
	z-index: 1;
}
/* start footer */
.footer_bg{
	background: #515C8E;
    padding: 0px 0px 0px 0px;
    margin-top: 23px;
    color: #FFFFFF;
}
.footer{
	padding: 4%;
}
.copy p{
	color: #3b3b3b;
	font-size: 14px;
	line-height: 1.8em;
}
.copy p a{
	color:#ff5454;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copy p a:hover{
	color: #3b3b3b;
	text-decoration: none;
}
/* start about */
.about{
	padding: 4% 0;
}
.about h2{
	margin: 0 0 20px;
	text-transform: capitalize;
	font-size: 3em;
	color:#3b3b3b;
	font-family: 'texgyreadventorregular';
}
.about a{
	position: relative;
	z-index: 1;
}
/* start  technology */
.technology{
	padding: 4% 0;
}
.technology h2{
	margin: 0 0 20px;
	text-transform: capitalize;
	font-size: 3em;
	color: #3b3b3b;
	font-family: 'texgyreadventorregular';
}
.technology h4{
	font-size: 22px;
	color: #5b5b5b;
	font-weight: 100;
	text-transform: capitalize;
	display: block;
	margin:10px 0 8px;
}
.tech_para{
	padding-left: 0;
	padding-right: 0;
}
.technology_list1{
	margin-top: 20px;	
}
.pagination > li > a, .pagination > li > span {
	font-size: 16px;
	padding: 10px 16px;
	color: #BDBDBD;
	background-color: #3b3b3b;
	border: 1px solid #2C2929;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #FFFFFF;
	background-color: #ff5454;
	border-color: #DA4A4A;
}
.alert {
	font-size: 13px;
}
.alert-warning {
	color: #3b3b3b;
	background-color: #F3F3F3;
	border-color: #E2E2E2;
}
/* start blog */
.blog_left{
	display: block;
}
.blog_img{
	margin: 4% 0 2%;
}
.blog_left img{
	width:100%;
}
.blog_left h4 a{
	margin:0 0 20px;
	
	display: block;
	text-transform: capitalize;
	font-size: 1.5em;
	color: #3b3b3b;
	font-family: 'texgyreadventorregular';
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog_left h4 a:hover{
	text-decoration: none;
	color: #ff5454;
}
.blog_list{

}
.blog_list ul li{
	display:inline-block;
	margin-left: 10px;
}
.blog_list ul li:first-child{
	margin-left: 0;
}
.blog_list li a{
	display: block;
	padding: 4px 8px;
	color: #b6b6b6;
	text-transform: capitalize;
}
.blog_list ul li i{
	font-size: 15px;
	color: #b6b6b6;
}
.blog_list li span{
	padding-left:10px;
	font-size: 14px;
	color: #b6b6b6;
}
.blog_list li span:hover,.blog_list li a:hover{
	color: #ff5454;
	text-decoration: none;
}

.read_more a{
	position: relative;
	z-index: 1;
}
.blog_right h4{
	text-transform: capitalize;
	font-size: 2em;
	color: #3b3b3b;
	font-family: 'texgyreadventorregular';
	margin-bottom: 15px;
}
/* start Social Likes */
.social_network_likes {
	text-align: center;
}
.social_network_likes li{
	width: 24.33333%;
	display: inline-block;
	margin-left: -4px;
}
.social_network_likes li:first-child{
	margin-left: 0;
}
.social_network_likes li a{
	display:block;
	color:#FFF;
	font-size: 1.5em;
	text-transform:capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
.social_network_likes li a p{
	padding:10px 0 5px;
	font-size: 14px;
}
.social_network_likes li a span{
	display:block;
	font-size: 24px;
}
.social_network_likes li a div.followers{
	border-bottom:1px solid #FFFFFF;
}
.social_network_likes li a:hover{
	text-decoration: none;
}
.social_network_likes li:first-child a {
	border-left:none;
}
.social_network_likes li a.tweets{
	background:#34CCFF;
}
.social_network_likes li a.tweets:hover{
  background:#2DC0F1;
}
.social_network_likes li a.facebook-followers{
	background:#3B5A99;
}
.social_network_likes li a.facebook-followers:hover{
	background:#33518D;
}
.social_network_likes li a.email{
	background:#27c1b9;
}
.social_network_likes li a.email:hover{
  background:#0BB1A8;
}
.social_network_likes li a.dribble{
	background:#EB4D89;
}
.social_network_likes li a.dribble:hover{
  background:#E04580;
}
.social_network_likes li a div.social_network{
	padding:15px 0 10px;
}
.social_network i{
	width:45px;
	height:45px;
	display:block;
	background:url(../images/social-icons.png) no-repeat;	
	margin:0 auto;
}
.social_network i.twitter-icon{
	background-position: 0px 0px;
}
.social_network i.facebook-icon{
	background-position: -47px 0px;
}
.social_network i.email-icon{
	background-position: -104px 0px;
}
.social_network i.dribble-icon{
	background-position: -156px 0px;
}
.mrg-top {

}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top:none!important;
    border-top-color: transparent!important;
}
.panel-body ol {
    margin-left:0;
    padding-left:0;
}
    .panel-body ol li {
        vertical-align:top;
        margin-bottom:10px;
        border-bottom:1px solid #ddd;
        padding-bottom:5px;
    }
.panel-body ol .decspan {
    width:60%;
    display:inline-block;
    vertical-align:middle;
}
/*====================START LOGIN PAGE================*/
.main-login-bg {
    background:url(../images/loginbg.jpg) no-repeat 0 0;
    background-size:cover;
    clear:both;
    padding-top:10px;
}
.login-heading {
    font-size:16px; 
    color:#fff;
    margin-top:10px;
    text-align:center;
}
.login-dept-heading {
    font-size:16px; 
    color:#000;
    margin-top:10px;
    text-align:center;
}
.login-div {
    max-width:320px;
    margin:10px auto;
    padding:10px;
    background:rgba(255,255,255,1);
    border-radius:10px;
    border:5px solid rgba(0,0,0,0.7);
}
/* start ads_nav */
.ads_nav{
	margin-top: 30px;
}
.ads_nav li{
	float: left;
	width: 46.333333%;
	margin:0 0 15px 15px;
}
.ads_nav li:nth-child(2),.ads_nav li:nth-child(4){
	margin-left: 0;
}
.ads_nav li a{
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ads_nav li a img{
	width: 100%;
}
.ads_nav li a:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
/* start tag_nav */
.tag_nav {
	margin: 8% 0;
}
.tag_nav li{
	margin:10px 5px 0 0;
	display: inline-block;
}
.tag_nav li a{
	display: block;
	text-transform: capitalize;
	background: #3b3b3b;
	color: #ffffff;
	font-size: 13px;
	padding: 8px 14px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tag_nav li.active a,.tag_nav li a:hover{
	background: #ff5454;
	color: #ffffff;
	text-decoration:none;
}
/* start news_letter */
.news_letter{
	margin: 8% 0;
}
.news_letter form input[type="text"]{
	font-family: 'open_sansregular';
	font-weight:100;
	padding: 10px;
	display: block;
	width: 100%;
	background: #ffffff;
	outline: none;
	color: #555555;
	font-size: 13px;
	border: 1px solid #DADADA;
	-webkit-appearance: none;
}
.news_letter form span{
	position: relative;
	z-index: 1;
}
.news_letter form input[type="submit"]{
	-webkit-appearance: none;
	cursor:pointer;
	border:none;
	outline:none;
	background: none;
}
/* start contact */
.company_ad h2{
	margin: 0 0 20px;
	text-transform: capitalize;
	font-size: 3em;
	color:#3b3b3b;
	font-family: 'texgyreadventorregular';
}
.company_ad p{
	font-size: 14px;
	color: #3b3b3b;
}
.company_ad p a {
	color: #ff5454;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.company_ad p a:hover{
	text-decoration:none;
	color: #3b3b3b;
}
.contact-form h2{
	margin: 0 0 20px;
	text-transform: capitalize;
	font-size: 3em;
	color:#3b3b3b;
	font-family: 'texgyreadventorregular';
}
.contact-form span{
	display:block;
	text-transform: capitalize;
	font-size: 14px;
	color: #5b5b5b;
	font-weight: normal;
	margin-bottom: 10px;
}
.contact-form textarea {
	font-family: 'Open Sans', 'sans-serif';
	padding: 10px;
	display: block;
	width: 99.3333%;
	background: #ffffff;
	outline: none;
	color: #c0c0c0;
	font-size: 0.8725em;
	border: 1px solid #ECECEC;
	-webkit-appearance: none;
	resize: none;
	height: 120px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form textarea:focus{
	border:1px solid #ff5454;
}
.form-control{
	box-shadow: none;
	border: 1px solid #ECECEC;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.form-control:focus {
	box-shadow: none;
}
.contact-form input[type="submit"] {
	font-family: 'open_sansregular';
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
	text-transform: uppercase;
	font-weight: 100;
}
.contact-form label{
	position: relative;
	z-index: 1;
}
.form-control:focus {
	border-color: #ff5454;
}
/* start details */
.details img{
	margin-bottom: 20px;
}

/*carosal caption css*/
.image-caption {
     position: absolute;
     bottom: 0;
     left: 0;
     background: #ffffffbd;
     padding: 10px 20px;
     width: 100%;
}
.image-caption span {
    color: #000;
}
/***** Media Quries *****/

@media only screen and (max-width:767px){
     .cam-global-footer{padding:0;}
    .cam-global-footer li {margin: 0 0 9px 0;}
 .cam-navigation-list {padding: 0 20px 0 20px}
 .carousel-inner>.item>a>img, .carousel-inner>.item>img{height:auto;}
 .carousel-content{height:160px;}
    .cam-local-footer{padding-bottom:0}
    .social-icon{float:none}
    .footer-bottom{text-align:center}
}

@media only screen and (max-width:768px){
.news-width{display:block;width:100%}
	.slider-width{display:block; width:100%}
}
@media only screen and (max-width:1024px){
	.news-width{display:block;width:100%}
	.slider-width{display:block; width:100%}
}

@media only screen and (max-width: 1440px) and (min-width: 240px)  {
	.wrap{
		width:95%;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1024px)  {
    #ctl00_Menu_Home {
        width:1070px;
        float:none!important;
        margin:auto;
    }
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1366px) {
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1024px) {
	.images_1_of_4 h4 a {
		font-size: 1.2em;
	}
	.para {
		font-size: 13px;
	}
	.content_right h4 {
		font-size: 2em;
	}
}
@media only screen and (max-width: 768px) {
    #header {
    background-size: auto auto;
}
	.logo{
		text-align:center;
	}
	.h_search {
		width: 98%;
		padding: 20px;
	}
	.h_menu {
		position: relative;
	}	
	.soc_icons {
		position: absolute;
		top: 0px;
		background: #3b3b3b;
	}
	.navbar-default .navbar-toggle {
		border-color: #FFF;
	}
	.navbar {
		min-height: 51px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #3b3b3b;
	}
	.navbar-default {
		background-color: #3b3b3b;
		border:none;
	}
	.navbar-nav {
		margin: 0px 0px;
	}
	.nav > li > a {
		padding: 10px 8px;
	}
	.soc_icons ul li a {
		font-size: 20px;
		line-height: 50px;
		width: 51px;
		height: 51px;
	}
	.slider_bg {
		background-size: 100% 100%;
	}
	.main {
		padding: 4% 0;
	}
	.images_1_of_4{
		margin-bottom: 4%;
	}
	.main{
		padding: 2%;
	}
	.technology {
		padding: 4%;
	}
	.about {
		padding: 4%;
	}
	.social_network_likes li {
		width: 24.3333%;
	}
	.tag_nav {
		margin: 4% 0;
	}
	.news_letter {
		margin: 4% 0;
	}
	.technology h4 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 640px){
	.company_ad{
		margin-left: 0;
	}
	.blog_left h4 a {
		font-size: 1.2em;
	}
	.technology h4 {
		font-size: 17px;
	}
}
@media only screen and (max-width: 480px) {
	.images_1_of_4 h4 {
		margin: 20px 0 10px;
	}
	.technology h2 {
		font-size: 2em;
	}
	.about h2 {
		font-size: 2em;
	}
	.company_ad h2 {
		font-size: 2em;
	}
	.contact-form h2 {
		font-size: 2.5em;
	}
	.blog_left h4 a {
		font-size: 1em;
	}
	.blog_list ul li {
		margin-left: 5px;
	}
	.blog_list li a {
		padding: 4px 4px;
	}
	.detail h2{
		font-size: 2em;	
	}
}
@media only screen and (max-width: 320px) {
	.main {
		padding: 8% 2%;
	}
	.soc_icons ul li a {
		font-size: 20px;
		width: 46px;
	}
	.images_1_of_4 h4 {
		margin: 15px 0 10px;
	}
	.social_network_likes li a p {
		font-size: 12px;
	}
	.images_1_of_4 span {
		width: 88px;
		height: 88px;
	}
	.images_1_of_4 span i {
		font-size: 5em;
		line-height: 1.8em;
	}
	.images_1_of_4 h4 a {
		font-size: 1em;
	}
	.technology h4 {
		font-size: 14px;
		line-height: 1.5em;
	}
	.blog_list ul li:nth-child(3){
		margin-left: 0;
	}
}


h1.depHeading {
    font-size:26px;
    color:#d41102;
    margin-bottom:15px;
    text-align:center;
    position:relative;
    border-bottom:4px solid #ccc;
    padding-bottom:15px;
    margin-top:0;
    padding-top:15px;
    background:url(../Images/ep_naturalwhite.png) repeat 0 0;
}
.panel-custom .panel-title a {
    font-size:18px;
}
.panel-custom .panel-title i {
    font-weight:normal;
    font-size:14px;
}
p {
    /*font-size:14px;*/
	line-height:23px;
}
.tb-height .panel-collapse h3 a p {
    font-size:14px;
}
.view-content li {line-height:27px; font-size:15px;}
h1.head1 {margin-top:0;}
/*h1.depHeading:after {
    display:block;
    width:200px;
    height:2px; 
    margin-top:10px;
    background:#676767;
    margin:auto;
    margin-bottom:10px;
    content:" ";
   
    margin-top:10px;
}*/


.tab-content .active {
    background:#fff; color:#000;
}
.nav.nav-pills {
    background:#eee;
}
.nav.nav-pills li.active a {
        border-radius:0;
}
.main-page {
}
.main-page h1 {
    margin-top:15px;
    font-size:26px;
}
    .main-page h2 {
        margin-top:15px;
    font-size:22px;
    } 
.main-page h3 {
    font-size:20px;
}
.main-page h4 {
    font-size:18px;
    color:#0a4c6b;
    margin-top:10px;
}
    .main-page h4:after {
        content:" ";
        width:50px;
        height:2px;
        background:#d41102;
        margin:8px 0;
        display:block;
    }
    .main-page h4.panel-title::after {
        content:none;
    }
.main-page p {
    font-size:14px;
    text-align:justify;
    line-height:25px;
}
.main-page li {
     font-size:14px;
    text-align:justify;
    line-height:25px;
}
.main-page td {
     font-size:14px;
    text-align:justify;
    line-height:25px;
}
.quicklink {
}
.quicklink h2 {
    background:#7079a1;
    padding:7px 10px;
    /*border-right:2px solid #d41102;*/
    color:#fff;
    font-size:14px;
    text-align:left;
}
h2.deptlogin-heading {
    background:#7079a1;
    padding:7px 10px;
    border-right:2px solid #d41102;
    color:#fff;
    font-size:18px;
    text-align:center;
}

.quicklink ul {
    padding-left:0;
    margin-left:0;
    list-style-type:none;
}
.quicklink li a {
    padding-left:10px;
    display:block;
    line-height:25px;
    margin-bottom:5px;
    transition:1s all ease;
    font-size:14px;
    color:#d41102;  
}
.midcontent .quicklink li a {
    color:#428bca;
    text-align:left;
}
.midcontent .quicklink li  {
    color:#428bca;
    text-align:left;
}

    .quicklink li a:hover {
        color:#d41102;
        text-decoration:none;
    }
.quicklink li {
    border-bottom:1px dotted #d41102;
    transition:1s all ease;
    font-size:15px;
    padding-bottom:3px;
}
.quicklink li:hover {
    border-bottom:1px solid #d41102;
}
.news-box-content {
    border:1px solid #ccc;
    padding:10px;
    margin-top:-10px;
    min-height:350px;
}
.content .menu li a {
    font-size: 14px; color: #af0000;
}

/*---------------IMAGE Gallery----------------*/
.album-image-box {
    text-align:center;
    height:200px;
    border:1px solid #ccc;
    border-radius:5px;
}
    .album-image-box .img-responsive {
        height:130px;
    }
.album-image-box h3 {
    color:#222;
    margin-top:5px;
}
.album-image-box h3 a {
    font-size:16px;
    color:#222;
}
    .album-image-box p {
        display:none;
    }
.img-box {
    height:130px;
}
/*-========================-----------ANIMATION LOGIN---------------===========================*/

.regi-form label {
    font-size:13px;
}
.regi-form .form-group {
    clear:both;
}
.customCalloutStyle, .ajax__validatorcallout_popup_table {
    width:230px; padding:5px!important;
    border:1px solid #ff3c00!important;
    background:#fff!important;
}
/* Pen Title */
.pen-title {
  padding: 50px 0;
  text-align: center;
  letter-spacing: 2px;
}
.pen-title h1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 300;
}
.pen-title span {
  font-size: 12px;
}
.pen-title span .fa {
  color: #ed2553;
}
.pen-title span a {
  color: #ed2553;
  font-weight: 600;
  text-decoration: none;
}

/* Rerun */
.rerun {
  margin: 0 0 30px;
  text-align: center;
}
.rerun a {
  cursor: pointer;
  display: inline-block;
  background: #ed2553;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.rerun a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* Scroll To Bottom */
#codepen, #portfolio {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #363636;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #ffffff;
  text-align: center;
}
#codepen i, #portfolio i {
  line-height: 56px;
}
#codepen:hover, #portfolio:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* CodePen */
#portfolio {
  bottom: 96px;
  right: 36px;
  background: #ed2553;
  width: 44px;
  height: 44px;
  -webkit-animation: buttonFadeInUp 1s ease;
  animation: buttonFadeInUp 1s ease;
}
#portfolio i {
  line-height: 44px;
}

/* Container */
/*.container {
  position: relative;
  max-width: 460px;
  width: 100%;
  margin: 0 auto 100px;
}*/
.container.active .card:first-child {
  background: #f2f2f2;
  margin: 0 15px;
}
.container.active .card:nth-child(2) {
  background: #fafafa;
  margin: 0 10px;
}
.container.active .card.alt {
  top: 20px;
  right: 0;
  width: 100%;
  min-width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 60px 0 40px;
  overflow: hidden;
}
.container.active .card.alt .toggle {
  position: absolute;
  top: 40px;
  right: -70px;
  box-shadow: none;
  -webkit-transform: scale(10);
  transform: scale(10);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
.container.active .card.alt .toggle:before {
  content: '';
}
.container.active .card.alt .title,
.container.active .card.alt .input-container,
.container.active .card.alt .button-container {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.container.active .card.alt .title {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.container.active .card.alt .input-container {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.container.active .card.alt .input-container:nth-child(2) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.container.active .card.alt .input-container:nth-child(3) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.container.active .card.alt .button-container {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

/* Card */
.card {
  position: relative;
  /*background: #ffffff;
  border-radius: 5px;
  padding: 60px 0 40px 0;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
  -webkit-transition: .3s ease;
  transition: .3s ease;
  /* Title */
  /* Inputs */
  /* Button */
  /* Footer */
  /* Alt Card */
  margin-top:15px;
}
.card:first-child {
  /*background: #fafafa;
  height: 10px;
  border-radius: 5px 5px 0 0;
  margin: 0 10px;
  padding: 0;*/
}
.card .title {
  position: relative;
  z-index: 1;
  border-left: 5px solid #ed2553;
  margin: 0 0 35px;
  padding: 10px 0 10px 50px;
  color: #ed2553;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.card .input-container {
  position: relative;
  margin: 0 10px 20px;
}
.card .input-container input {
  outline: none;
  z-index: 1;
  position: relative;
  background: none;
  width: 100%;
  height: 60px;
  border: 0;
  color: #212121;
  font-size: 18px;
  font-weight: 400;
}
.card .input-container input:focus ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container input:focus ~ .bar:before, .card .input-container input:focus ~ .bar:after {
  width: 50%;
}
.card .input-container input:valid ~ label {
  color: #9d9d9d;
  -webkit-transform: translate(-12%, -50%) scale(0.75);
          transform: translate(-12%, -50%) scale(0.75);
}
.card .input-container label {
  position: absolute;
  top: 0;
  left: 0;
  color: #757575;
  font-size: 18px;
  font-weight: 300;
  line-height: 60px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;

}
.card .input-container .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #757575;
  width: 100%;
  height: 1px;
}
.card .input-container .bar:before, .card .input-container .bar:after {
  content: '';
  position: absolute;
  background: #ed2553;
  width: 0;
  height: 2px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.card .input-container .bar:before {
  left: 50%;
}
.card .input-container .bar:after {
  right: 50%;
}
.card .button-container {
  margin: 0 60px;
  text-align: center;
}
.card .button-container .btn-login {

    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    position: relative;
    text-transform: uppercase;
    width: auto;

  outline: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: 0;
  border: 2px solid #616885;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  background:#515c8e;
  height:40px;
}
.card .button-container .btn-login {
  position: relative;
  z-index: 1;
  color: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .button-container .btn-login:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #ed2553;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .button-container .btn-login:hover, .card .button-container .btn-login:active, .card .button-container .btn-login:focus {
  border-color: #ed2553;
}
.card .button-container .btn-login:hover span, .card .button-container .btn-login:active span, .card .button-container .btn-login:focus {
  color: #ed2553;
}
.card .button-container .btn-login:active , .card .button-container .btn-login:focus {
  color: #ffffff;
}
.card .button-container .btn-login:active:before, .card .button-container .btn-login:focus:before {
  opacity: 1;
  -webkit-transform: scale(10);
  transform: scale(10);
}
.card .footer {
  margin: 20px 0 0;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.card .footer a {
  color: #515c8e;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.card .footer a:hover {
  color: #bababa;
}
.card.alt {
  position: absolute;
  top: 40px;
  right: -70px;
  z-index: 10;
  width: 140px;
  height: 140px;
  background: none;
  border-radius: 100%;
  box-shadow: none;
  padding: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  /* Toggle */
  /* Title */
  /* Input */
  /* Button */
}
.card.alt .toggle {
  position: relative;
  background: #ed2553;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #ffffff;
  font-size: 58px;
  line-height: 140px;
  text-align: center;
  cursor: pointer;
}
.card.alt .toggle:before {
  content: '\f040';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.card.alt .title,
.card.alt .input-container,
.card.alt .button-container {
  left: 100px;
  opacity: 0;
  visibility: hidden;
}
.card.alt .title {
  position: relative;
  border-color: #ffffff;
  color: #ffffff;
}
.card.alt .title .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 60px;
  display: inline;
  color: #ffffff;
  font-size: 58px;
  font-weight: 400;
}
.card.alt .title .close:before {
  content: '\00d7';
}
.card.alt .input-container input {
  color: #ffffff;
}
.card.alt .input-container input:focus ~ label {
  color: #ffffff;
}
.card.alt .input-container input:focus ~ .bar:before, .card.alt .input-container input:focus ~ .bar:after {
  background: #ffffff;
}
.card.alt .input-container input:valid ~ label {
  color: #ffffff;
}
.card.alt .input-container label {
  color: rgba(255, 255, 255, 0.8);
}
.card.alt .input-container .bar {
  background: rgba(255, 255, 255, 0.8);
}
.card.alt .button-container button {
  width: 100%;
  background: #ffffff;
  border-color: #ffffff;
}
.card.alt .button-container button span {
  color: #ed2553;
}
.card.alt .button-container button:hover {
  background: rgba(255, 255, 255, 0.9);
}
.card.alt .button-container button:active:before, .card.alt .button-container button:focus:before {
  display: none;
}

/* Keyframes */
@-webkit-keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}
@keyframes buttonFadeInUp {
  0% {
    bottom: 30px;
    opacity: 0;
  }
}
/************************************************************************************/

/*---------enquery myModal css-------------*/


#myModal .modal-dialog {
    width: 500px;
}
#myModal .modal-header {
    background: #002147;
    color: #fff;
}
#myModal .modal-header h2 {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
#myModal .close {
    font-size: 30px;
    opacity: 1;
    margin-top: -10px;
    color: #fff;
}
#myModal .modal-body {
    min-height: 215px;
}
 #myModal .modal-body ul {
     list-style: none;
 }
 #myModal .modal-body ul li {
     margin-bottom: 14px;
 }

  #myModal .modal-body ul li {
     margin-bottom: 14px;
 }

#myModal .modal-body .ftr-btn a:hover {
    color: #ccc !important;
}