@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body{
    font-family: 'Open Sans', sans-serif;
	color:#272727;
	font-size:14px;
	background-color:#EAEAE8;
}
a{text-decoration:none !important;}

/*------------------------------------------------------------------
[Preloader]
*/
#scroll{
	position:fixed;
	bottom:15px;
	right:25px;
}
.page-loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
}

.loader {	
	position: absolute;
	left: 48%;
	top: 48%;
}
/*------------------------------------------------------------------
Top Bar 
*/
.topbar{
	background-color:#FFF;
	color:#222;
	padding:20px 0px;
	text-align:right;
}
.topbar a{
	color:#222;
	font-size:13px;
}
.top_line{	
	color:#281571;
	padding:10px 20px;
	background-color:#0d6efd52;
	border-top:3px solid #281571;	
}
.top_line a{
	color:#222;
	margin-left: 10px;
}
.top_line h1{
	font-size:24px;
	text-align:right;
	margin:0;
	text-transform:uppercase;
}
.top-call{
	padding-top:30px;
}
/*------------------------------------------------------------------
[Navbar]
*/
.navbar{
	margin-top:10px;
	border-radius:0px;
}
.navbar-default .navbar-nav > li > a{
	color:#FFF;
	text-transform:uppercase;
	padding:0px 18px;
}
.navbar-custom.navbar-fixed-top{
	border-bottom:3px solid #eb1923;
}
.navbar-custom.navbar-fixed-top .logo{
	top:0;
}
.navbar-custom.navbar-fixed-top .navbar-brand{
	height:0;
}
.navbar-custom.navbar-fixed-top .navbar-brand img{
	height:50px;
}
.navbar-custom {
	box-shadow:0 0 20px 0 rgba(0, 0, 0, .2);
	background: #79272f;
	/*background: #281571;*/
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: padding 0.25s, background 0.25s;
	   -moz-transition: padding 0.25s, background 0.25s;
	    -ms-transition: padding 0.25s, background 0.25s;
	     -o-transition: padding 0.25s, background 0.25s;
	        transition: padding 0.25s, background 0.25s;
}

.navbar-custom .navbar-brand {
	display: table-cell;
	vertical-align: middle;
	float: none;
	height: 70px;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 400;
	color: #111;
}

.navbar-custom,
.navbar-custom a {
	font-size: 16px;
	color: #fff;
}

.navbar-custom .nav > li > a:focus {
	background: none;
	color: #555;
}

.navbar-custom .nav > li.active > a {
	color: #222;
	background-color:#262626;
}

.navbar-custom .nav > li > a:hover,
.navbar-custom .open > a,
.navbar-custom .open > a:focus,
.navbar-custom .open > a:hover {
	background-color:#444;
	color: #FFF;
}

.navbar-custom .nav li a > .fa,
.navbar-custom .nav li a > .icon {
	margin-right: 6px;
	font-size: 13px;
}

.navbar-custom .navbar-nav > li > .dropdown-menu {
	margin-top: 0px;
}

.navbar-custom .committee{
    background: #444;
    border: 0;
    border-radius: 0;
    padding: 5px 0;
    width: 270px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-custom .dropdown-menu .dropdown-menu {
	top: 0;
	left: 100%;
	right: auto;
	margin-top: -5px;
	margin-left: 2px;
}

.leftauto {
	right: 0 !important;
	left: auto !important;
}

.navbar-custom .dropdown-menu.left-side {
	margin-right: 2px;
	right: 100%;
	left: auto;
}
.nav-item dropdown{
	padding-top:0px;
}
.navbar-custom .dropdown-menu {
	background: #444;
	border: 0;
	border-radius: 0;
	padding: 5px 0;
	min-width: 180px;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.navbar-custom .nav-link:hover{
	background: #444;
	border: 0;
	border-radius: 0;
	padding: 15px 10px;
	color:#fff;
	
}
.navbar-custom .dropdown-menu li {
	padding: 8px 16px;;
}

.navbar-custom .dropdown-menu > li > a {
	border-bottom: 1px solid #555;
	padding: 10px 5px;
	font-size: 14px;
	color: #FFF;
}

.navbar-custom .open > a,
.navbar-custom .open > a:hover,
.navbar-custom .open > a:focus {
	border-color: #555;
}

.navbar-custom .dropdown-menu > li:last-child > a {
	border-bottom: 0;
}

.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu .open > a,
.navbar-custom .dropdown-menu .open > a:hover {
	background: none;
	color: #ff9e94;
}
.navbar-toggle .icon-bar {
	background: #fff;
}

@media (min-width: 992px) {

	.navbar-transparent {
		background: transparent;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-transparent a,
	.navbar-transparent .nav > li > a:focus {
		color: #fff;
	}

	.navbar-custom .navbar-brand {
		padding-left: 0;
	}

	.navbar-custom .navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.navbar-custom .dropdown-menu {
		position: absolute;
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(50px);
		   -moz-transform: translateY(50px);
		    -ms-transform: translateY(50px);
		     -o-transform: translateY(50px);
		        transform: translateY(50px);
		-webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		   -moz-transition: opacity 0.4s ease 0s, -moz-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		    -ms-transition: opacity 0.4s ease 0s, -ms-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		     -o-transition: opacity 0.4s ease 0s, -o-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		        transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s;
	}

	.navbar-custom .open > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0px);
		   -moz-transform: translateY(0px);
		    -ms-transform: translateY(0px);
		     -o-transform: translateY(0px);
		        transform: translateY(0px);
	}

	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}

}

@media (max-width: 991px) {

	.navbar-custom .navbar-nav {
		margin-top: 1px;
		margin-bottom: 0;
	}

	.navbar-custom .dropdown-menu,
	.navbar-custom .dropdown-menu .dropdown-menu {
		padding-top: 0;
		margin-top: 0;
	}

	.navbar-custom .dropdown-menu li {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-custom li a,
	.navbar-custom .dropdown-menu > li:last-child > a {
		border-bottom: 1px solid #2b2b2b;
	}

	.navbar-custom .navbar-nav > li:last-child > a {
		border-bottom: 0;
	}

	.navbar-custom .navbar-nav > li > a,
	.navbar-custom .navbar-nav .open .dropdown-menu > li > a,
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 30px;
	}

}
.navbar-brand{
	padding:0;
}
.logo img{
	height:100px;
}
.logo{
	margin-right:20px;
}
.homeBar{
	padding:18px 0;
	background-color:#FAD7A0;
	color:#7B241C;
}
.homeBar h3{
	margin:0;
}
.aboutBlock{
	padding:20px 0 50px 0;
}
.left-icon-style {
    margin-top: 30px;
}

.left-icon-style i {
    font-size: 22px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    color: #FF0000;
    border-right: 3px double #eee;
    box-sizing: content-box;
    text-align: center;
}

.left-icon-style .media-left {
    padding-right: 30px;
}

.left-icon-style .media-heading {
    font-size: 18px;
    font-weight: 900;
}
.left-icon-style p {
    margin: 0;
}
.servicesBlock{
	padding:50px 0;
	background-color:#f9f9f9;
}
.pBlock{
	background-image:url(../images/img-statistics-bg.jpg);
	background-attachment:fixed;
	background-size:100%;
	background-position:center;
	padding:80px 0;
	position:relative;
}
.pBlock::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
}
.s-well{
    min-height: 250px;
    padding: 20px;
    background-color: rgba(106,135,153,0.4);
    border: 0px solid #e3e3e3;
    border-radius: 4px;
}
.s-well h4{
    color:#FFF;
    font-size:22px;
}
#owl-demo .item{
	color:#FFF;
}
.p-count{
	font-size:28px;
	color:#FFF;
	text-transform:uppercase;
}
.p-details{
	text-align:center;
	color:#FFF;
}
.servicesBlock .thumbnail{
	border-radius:0;
	border:0;
}

.servicesBlock .thumbnail {
    padding: 0;
    border-radius: 0;
    margin-bottom: 30px;
    border-width: 6px 0 0 0;
    transition: all .2s linear;
}

.servicesBlock .thumbnail .caption {
    padding: 30px 30px 20px;
}

.servicesBlock .thumbnail .caption h3 {
    text-transform: capitalize;
    margin: 0 0 15px;
}
.btn-link {
    padding: 0;
    border: 0;
    font-size: 12px;
    color: #FF0000;
}

.btn-link i {
    font-size: 11px;
    margin-left: 5px;
    color: #888888;
}

.btn-link.active,
.btn-link.focus,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    color: #888888;
    text-decoration: none;
}
.red{
	border-top:5px solid #080401  !important;
}
.red:hover {
    box-shadow: rgba(8,4,1, .1) 0 2px 2px, rgba(8,4,1, .1) 0 4px 4px, rgba(8,4,1, .1) 0 8px 8px, rgba(8,4,1, .1) 0 16px 16px, rgba(8,4,1, .1) 0 32px 32px, rgba(8,4,1, .1) 0 64px 64px;
}
.green{
	border-top:5px solid #8c6d73  !important;
}
.green:hover {
    box-shadow: rgba(140,109,115, .4) 0 2px 2px, rgba(140,109,115, .2) 0 4px 4px, rgba(140,109,115, .2) 0 8px 8px, rgba(140,109,115, .2) 0 16px 16px, rgba(140,109,115, .2) 0 32px 32px, rgba(140,109,115, .2) 0 64px 64px;
}
.blue{
	border-top:5px solid #6a8799  !important;
}
.blue:hover {
    box-shadow: rgba(106,135,153, .2) 0 2px 2px, rgba(106,135,153, .2) 0 4px 4px, rgba(106,135,153, .2) 0 8px 8px, rgba(106,135,153, .2) 0 16px 16px, rgba(106,135,153, .2) 0 32px 32px, rgba(106,135,153, .2) 0 64px 64px;
}

.main-footer .title-head{
	color:#FFF;
	text-transform:uppercase;
	font-weight: 100;
}
.main-footer{
  padding-top: 60px;
  position:relative;
  background-color: #212121;
  color:#FFF;
  padding-bottom: 54px;
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
}
/*
.main-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);*
    * background-color:#f1f3CE; 
}
*/
.footer-top {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color:#F9EBEA; 
  border-top: 2px solid #a94442;
}
.footer-top ul{
	list-style-type:none;
	padding:0px;
}
.footer-top ul,li a{
	color:#000;
}
.footer-top h3{
	color:#000;
}
/*
.footer-top .item .icon-holder {
  color: #FF0000;
  position: relative;
  top: 0;
  font-size: 42px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.36);
  padding: 10px 0;
  padding-right: 14px;
  text-align:center;
}

.footer-top .item {
  position: relative;
  padding-left: 60px;
  text-align:center;
}

.footer-top .item h4 {
  color: #9F9F9F;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-top .item p {
  color: #9F9F9F;
}
*/
.col-soc a{
	color:#FFF;
	margin:0 8px;
	font-size:18px;
}
.title-head {
    border-bottom: 0px solid transparent;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 0 0 10px;
    position: relative;
    text-transform: uppercase;
    color:#222;
}
.title-head:before {
    bottom: -5px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0px;
    position: absolute;
    width: 45px;
}
.title-head:after {
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}
.title-head.center {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    color:#222;
}
.title-head.center:before {
    left: 50%;
    margin-left: -17.5px;
}
.title-head.center:after {
    left: 50%;
    margin-left: -40px;
}
.title-head:before, .title-head:after{
    background-color: #FF0000;
}
/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.page-banner-section {  
	padding: 50px 0 50px 0;
	position: relative;
	background-image:url(../images/p-bg.jpg);
	background-size:100% auto;
	background-position:center center;
	text-align:center;
}
.page-banner-section1 {
	position: relative;
	background-image:url(../upload/Sports-Logo-Designs-1280x720.jpg);
	background-size:100% auto;
	background-position:center center;
	text-align:center;
}

.page-banner-section .container {
	position: relative;
	z-index: 2;
}
.page-banner-section h1 {
	color: #FFF;
	font-size: 42px;
	font-weight: 100;
	margin: 0 0 15px;
	margin: 10px 0 0;
	letter-spacing:1px;
	margin-bottom: 0;
}
.page-banner-section ul.page-depth {
  margin: 0;
  padding:0;
  text-align: center;
}
.page-banner-section ul.page-depth li {
  display: inline-block;
  margin-left: 1px;
}
.page-banner-section ul.page-depth li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;  
  color: #FFF;
}
.page-banner-section ul.page-depth li a:hover {
  color: #FFF;
}
.page-banner-section ul.page-depth li:before {
  content: '-';
  font-size: 13px;  
  color: #FFF;
  margin-right: 5px;
}
.page-banner-section ul.page-depth li:first-child:before {
  content: '';
  margin-right: 0;
}
.page-banner-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.inner-section{
	padding:20px 0;
}
.last-footer{
	background-color:#111;
	padding:20px 0px;
	color:#FFF;
}
.last-footer a{
	color:#FFF;
}
ul.fot-link{
	margin-left:-40px;
}
.fot-link li{
	list-style:none;
	padding:6px 0;
}
.fot-link li a i{
	padding-right:10px;
}
.fot-link a{
	color:#FFF;
	text-decoration:none;
}

ul.side-list {margin-left:-40px;}
ul.side-list li i{margin-right:5px;}
ul.side-list li{list-style:none;padding:3px;transition: all 0.5s ease 0s;}
ul.side-list li a{color:#222;text-decoration:none;transition: all 0.5s ease 0s;}
ul.side-list li a:hover{color:#AD1111;text-decoration:none;transition: all 0.5s ease 0s;}
ul.side-list li a i{padding-right:5px}
.services-block .thumbnail{
	position:relative;
	border:0;
	border-radius:0;
	padding:0px;
}
.services-block .caption{
	position:absolute;
	top:20px;
	left:0;
	padding:10px 20px;
	background-color:rgba(240, 0, 0, 0.9);
	color:#FFF;
	border-radius:0 15px 15px 0;
}
.services-block .readmore{
	position:absolute;
	bottom:0px;
	right:0;
	padding:15px;
	color:#FFF;
	background-color:rgba(0, 0, 0, 0.7);
	border-radius:55px 0 0 0;
}
.services-block .readmore i{
	position:relative;
	top:5px;
}
.dtitle i{
	color:#FF0000;
}
.dtitle{
	font-size:20px;
	background-color:#F5F5F5;
	padding:8px 20px;
	margin-bottom:10px;
}
.dbox{
	margin-bottom:30px;	
}
.dbox li i{
	font-size:18px;
	padding:4px 0;
}
.dbox li a{
	font-size:18px;
	color:#555;
}
.dbox li{
	margin-left:20px;
	padding:4px 0;
}
.faq-box{
	margin-bottom:30px;
	background-color:#F5F5F5;
	padding:10px 20px;
	border-left:3px solid #999;
}
.faq-box h4{
	color:#FF0000;
}
.faq-box .badge{
	background-color:#FF0000;
	border-radius:4px;
}

/* Collapse
---------------------------------- */
.faq .panel-group .faq .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.faq .panel-default > .faq .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.faq .panel-body{border:1px solid #AD1111;}
.faq .panel-heading {padding:0!important;}
.faq .panel-default > .faq .panel-heading + .faq .panel-collapse > .faq .panel-body {
	border: 1px solid #AD1111;
	border-top: none;
	background-color: #fafafa
}
.faq .panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #AD1111;
	color: #FFF;
	position: relative;
	text-decoration: none;
	border-top:2px solid #aabb85;
	border-bottom:2px solid #aabb85;
}
.faq .panel-group .panel{border-radius:0px;border:0px;box-shadow:0 0px 0px rgba(0, 0, 0, 0.05);}
.faq .panel-body{border-radius:0px;border:0px;box-shadow:0 0px 0px rgba(0, 0, 0, 0.05);}
.faq .panel-dark .faq .panel-heading a,
.faq .panel-dark .faq .panel-heading a:hover {
	background-color: #333333;
}
.faq .panel-transparent .faq .panel-default > .faq .panel-heading,
.faq .panel-transparent .faq .panel-default > .faq .panel-heading + .faq .panel-collapse > .faq .panel-body {
	background-color: transparent;
	color: inherit;
}
.faq .panel-transparent .faq .panel-heading a {
	border: 1px solid #f1f1f1;
}
.faq .panel-transparent .faq .panel-heading a.collapsed {
	color: inherit;
	background-color: transparent;
}
.faq .panel-heading a.collapsed {
	color: #222;
	background-color: #FFF;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
}
.faq .panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.faq .panel-heading a.collapsed:after {
	content: "\f196";
}
.faq .panel-heading a:hover,
.faq .panel-transparent .faq .panel-heading a:hover {
	text-decoration: none;
	background-color: #AD1111;
	color: #FFF;
}
.faq .panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}


.gallery-img, .abox.thumbnail{
    margin: 0px 0px 30px 0px;
    position: relative;
    padding: 5px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    box-sizing: border-box;
}

.gallery-img .gallery-open{
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(181,26,86,0.80);
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.gallery-img:hover .gallery-open{
    visibility: visible;
    opacity: 1;
}

.gallery-img .gallery-open i{
    color: #fff;
    position: absolute;
    font-size: 20px;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-gallery{
	background-color:#FFF;
	border:2px solid #CCC;
	color:#222;
	border-radius:0;
}
.btn-net{
	background-color:#FF0000;
	border:2px solid #FF0000;
	color:#FFF !important;
	border-radius:0;
	transition: all 0.2s linear;
}
.btn-net:hover{
	background-color:#FFF;
	border:2px solid #FF0000;
	color:#222 !important;
	border-radius:0;
	transition: all 0.2s linear;
}

.award .thumbnail{
	border-radius:0;
	padding:5px;
	border-width:3px;
	border-color:#555;
}

.award-box{
	background-color:#F5F5F5;
	padding:10px 15px;
	border-left:3px solid #CCC;
}
.side-box{
	background-color:#F5F5F5;
	padding:15px;
	border-bottom:3px solid #FF0000;
}
.side-box h2{
	margin-top:0;
}

.form-control {
	border:0px;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 1.42857;
    padding: 6px 12px;
}
.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.director .thumbnail .caption{
	background-color:#f5f5f5;
	text-align:center;
	font-size:15px;
	color:#FF0000;
}
.director .thumbnail .caption .desi{
	font-size:13px;	
	color:#222;
}
.director .thumbnail .caption .since{
	font-size:13px;	
	color:#222;
}
.director .thumbnail{
	padding:0;
	border-radius:0;
	border:0;
}
.director .thumbnail img{
	width:160px;
	height:160px;
	border-radius:50%;
	background-color:#CDCDCD;
}
.user .modal-header .close{margin-top:4px;opacity:0.5;}
.user .modal-content{border-radius:0px;top:180px;}
.user .modal-body {text-align:center !important;line-height:2.0;padding:35px;}
.user .modal-header {
    min-height: 16.43px;
    padding: 8px 15px;
    border-bottom: 1px solid #444;
    background-color:#444;
    color:#FFF;
}
.user .modal-body img{margin:35px;border:3px solid #FFF;border-radius:8px;}
.userbg{background-color:#F7F5EE;padding:15px;}
.userbg i{padding-right:15px;width:30px;text-align:center;}
.clm .searchbtn{
	height:50px;
	border-radius:0;
}

.home .modal-header .close{margin-top:4px;opacity:0.5;}
.home .modal-content{border-radius:0px;top:40px;}
.home .modal-header {
    min-height: 16.43px;
    padding: 8px 15px;
    border-bottom: 1px solid #ffffff;
    background-color:#ffffff;
}



.homeBar .title {
    background-color: #3a5769;
    margin: -10px;
    padding: 10px;
    text-align: center;
	height:45px;
	border-radius:30px;
	color:#fff;
	font-size:16px;
}
.homeBar a{color:#FFF;font-size:16px;}
.homeBar a:hover{color:#FFF;}



.any .nav-tabs {
	border-bottom:1px solid transparent
}
.any .nav-tabs li a {
	padding:15px 0px;
	text-transform:uppercase;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;	
}
.any .nav-tabs li a:hover {
	border-color:transparent;
	color:#2b2b2b;
	background-color:transparent
}
.any .nav-tabs li.active a,.any .nav-tabs li.active a:focus,.any .nav-tabs li.active a:hover {
	border-color:#f2f2f2;
	color:#2b2b2b;
	background-color:#f2f2f2;
}
.any .nav-tabs.nav-justified li a {
	border-color:transparent;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0
}
.any .nav-tabs.nav-justified li a:hover {
	color:#222;
	background-color:#FFFFFF;
}
.any .nav-tabs.nav-justified li a {
	color:#222;
	background-color:#FFFFFF;
}
.any .nav-tabs.nav-justified .active a,.any .nav-tabs.nav-justified .active a:focus,.any .nav-tabs.nav-justified .active a:hover {
	border-color:#444444;
	color:#FFF;
	background-color:#444444;
}
.department-profile img{
	border:5px solid #CCC;
}
.any .tab-content{
	margin-top:30px;
}
.staff .name{
	background-color:#444;
	color:#FFF;
	padding:5px;
}
.staff{
	background-color:#EEE;
	padding:10px;
	min-height:180px;
	margin-top:10px;
}
.staff-type{
	padding-top:10px;
}
.staff-type div{
	border-bottom:1px solid #CCC;
	padding:5px 0;
}
.staff-type div:last-child{
	border-bottom:0px solid #CCC;
	padding:5px 0;
}
.nav-tabs {
	border-bottom:1px solid transparent
}
.nav-tabs li a {
	padding:15px 15px;
	font-size:18px;
	text-transform:uppercase;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;	
}
.nav-tabs li a:hover {
	border-color:transparent;
	color:#2b2b2b;
	background-color:transparent
}
.nav-tabs li.active a,.nav-tabs li.active a:focus,.nav-tabs li.active a:hover {
	border-color:#f2f2f2;
	color:#2b2b2b;
	background-color:#f2f2f2
}
.nav-tabs.nav-justified li a {
	border-color:transparent;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0
}
.nav-tabs.nav-justified li a:hover {
	color:#222;
	background-color:#FFFFFF;
}
.nav-tabs.nav-justified li a {
	color:#222;
	background-color:#FFFFFF;
}
.nav-tabs.nav-justified .active a,.nav-tabs.nav-justified .active a:focus,.nav-tabs.nav-justified .active a:hover {
	border-color:#444444;
	color:#FFF;
	background-color:#444444;
}
.top-call{
	font-size:16px;
}

/*
.wapper .col-sm-12{
	box-shadow:0 0 20px 0 rgba(0, 0, 0, .2);
}
*/
.vission .card h3{
	margin:0;
	background-color:#79272f;
	padding:10px 20px;
	color:#FFF;
	margin-bottom:20px;
	font-size:18px;	
	width:100%;
	overflow:hidden;
}
.cont-padd{
	padding:50px 0 30px 0;
}
.cont-padd .card h3{
	margin:0;
	background-color:#79272f;
	padding:10px 20px;
	color:#FFF;
	margin-bottom:20px;
	font-size:18px;	
	width:100%;
	overflow:hidden;
	border-color:#79272f;
}
.cont-padd .card{
	position:relative;
	box-shadow:inset -7px -6px 20px 0 rgba(0, 0, 0, .2);
	min-height:60px;
}
.topbar i{color:#FFF;}
.iconbox{color:#222;padding-top:8px;padding-bottom: 10px;}
.iconbox a{color:#222;}
.iconbox i {
    height: 30px;
    width: 30px;
    padding: 0px 9px 0px 0px;
    line-height: 30px;
    background: #DA241A;
    color:#FFF;
    margin-right:0px;
    border-radius:30px;
}
.home-bar{
	background-color:#CCC;
	color:#222;
	padding:20px 0;
}
.red{
	color:#DA241A;
}
.p-block{
	background-image:url(../images/ses-campus.jpeg);
	background-attachment:fixed;
	background-size:100%;
	background-position:bottom center;
	padding:100px 0;
	position:relative;
}
.wel{
    background-color: #f2dad6;
    border-radius: 100px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    min-height: 10px;
    padding: 20px;
    color:#222;
    line-height:2;
    z-index:5;
    position:relative;
    left: 290px;
}
.wel h3{margin-bottom:0px !important; color:#DA241A;margin-top:0;line-height:1.4;font-size: 20px;}

.overlay {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index:3;
}
.last-block{
	padding:40px 0;
}

#nt-example1 {
	margin: auto;
	max-width:830px;
}
/*
ul#nt-example1{margin-left:-40px;}
*/
#nt-example1-container {
	text-align: right;
}
#nt-example1-container .top{position:relative;top:0px;}
#nt-example1-container .bottom{position:absolute;bottom:23px;}
#nt-example1-container i {
	font-size: 18px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nt-example1-container i:hover {
	color: #333;
}

#nt-example1 li {
	color: #4e4e4e;
	background: #F9EBEA;
	overflow: hidden;
	height: 100px;
	padding: 4px 0px;
	line-height: 0px;
	list-style: none;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	margin-left:-40px;
}

#nt-example1 li a{color:#222;}
#nt-example1 li a:hover {text-decoration:none;}
#nt-example1 li:hover {
	background: #f5f5f5;
}
.last-block .well{
	background-color:#F9EBEA;
	border: 1px solid #79272f;
}

#nt-example12 {
	margin: auto;
	max-width:835px;
}
/*
ul#nt-example12{margin-left:-40px;}
*/
#nt-example12-container {
	text-align: right;
}
#nt-example12-container .top{position:relative;top:0px;}
#nt-example12-container .bottom{position:absolute;bottom:23px;}
#nt-example12-container i {
	font-size: 14px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nt-example12-container i:hover {
	color: #333;
}

#nt-example12 li {
	color: #4e4e4e;
	background: #F9EBEA;
	overflow: hidden;
	height: 50px;
	padding: 6px 0px;
	line-height: 0px;
	list-style: none;
	text-align: left;
	border-bottom: 1px dotted #ccc;
    margin-left:-50px;
}

#nt-example12 li a{color:#222;}
#nt-example12 li a:hover {text-decoration:none;}
#nt-example12 li:hover {
	background: #f5f5f5;
}

#nt-example13 {
	margin: auto;
	max-width:830px;
}
/*
ul#nt-example13{margin-left:-40px;}
*/
#nt-example13-container {
	text-align: right;
}
#nt-example13-container .top{position:relative;top:0px;}
#nt-example13-container .bottom{position:absolute;bottom:23px;}
#nt-example13-container i {
	font-size: 18px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nt-example13-container i:hover {
	color: #333;
}

#nt-example13 li {
	color: #4e4e4e;
	background: #F9EBEA;
	overflow: hidden;
	height: 50px;
	padding: 4px 0px;
	line-height: 0px;
	list-style: none;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	margin-left:-40px;
}

#nt-example13 li a{color:#222;}
#nt-example13 li a:hover {text-decoration:none;}
#nt-example13 li:hover {
	background: #f5f5f5;
}

/* For milestone page */
blockquote{
	border-left: 5px solid #999;
}
blockquote h3{ margin-top: 0; }

.yearbg{
	background-color:#281571;
	padding:8px 20px;
	border-radius:0 25px 25px 0;
	color:#FFF;
	margin-right:10px;
}



/* Collapse
---------------------------------- */

.panel-heading a {
	display: inline-block;
	width: 100%;
	position: relative;
	text-decoration: none;
}

.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 0px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f196";
}

.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}
.branch .panel-heading{
	padding-left:0;
}
.nav-tabs {
	border-bottom:1px solid transparent
}
.nav-tabs li a {
	padding:15px 10px;
	font-size:14px;
	text-transform:uppercase;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;	
}
.nav-tabs li a:hover {
	border-color:transparent;
	color:#2b2b2b;
	background-color:transparent
}
.nav-tabs li.active a,.nav-tabs li.active a:focus,.nav-tabs li.active a:hover {
	border-color:#f2f2f2;
	color:#2b2b2b;
	background-color:#f2f2f2
}
.nav-tabs.nav-justified li a {
	border-color:transparent;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0
}
.nav-tabs.nav-justified li a:hover {
	color:#222;
	background-color:#FFFFFF;
}
.nav-tabs.nav-justified li a {
	color:#222;
	background-color:#FFFFFF;
}
.nav-tabs.nav-justified .active a,.nav-tabs.nav-justified .active a:focus,.nav-tabs.nav-justified .active a:hover {
	border-color:#444444;
	color:#FFF;
	background-color:#444444;
}
.pl{padding-left:0;}
@media (max-width:360px){
	
}
@media (max-width:640px){
	.logo img{height:80px;}
	.navbar-custom .navbar-brand {
		display: table-cell;
		vertical-align: middle;
		float: none;
		height: auto;
		padding: 14px;
		font-weight: 400;
		color: #FFF;
		font-size: 18px;
	}
	.nivo-directionNav{display:none;}
	.cont-padd{padding:20px 0;}
	.cont-padd .well h3{left:auto;font-size:16px;}
	.p-block{padding:30px;}
	.footer-top .item{padding-left:0;}
	.last-footer{padding:10px 0;font-size:12px;}
	.page-banner-section{padding:26px 0;}
	.page-banner-section h1{margin:0;font-size:22px;}
	.loader {	
		position: absolute;
		left: 40%;
		top: 48%;
	}
	.top_line h1{font-size:17px;}
	.logo{top:-55px;}
	.navbar-custom.navbar-fixed-top .logo {
		top: -20px;
	}
	.homeBar .titleP{display:none;}
	.p-block .wel h3 {
		line-height: 1.4;
		font-size: 20px;
		color: #FF9E9E;
	}
	.p-block{padding:10px;background-size:auto;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#FFF;}
	.homeBar .title{display:none;}
	.inner-section{padding:10px 0;}
	.loader {	
		position: absolute;
		left: 45%;
		top: 45%;
	}
	.pl{padding-left:15px;}
	.top_line{padding:10px 0;}
	.top_line h2{font-size:22px;margin:0;padding-top:14px;}
	.p-block .wel{background-color:transparent;}
}
@media (width:768px){

}
@media (max-width:991px){

}

/*img hovre css */
.resources-section .img-hover {
  position: relative;
}
.resources-section  .img-hover:hover .overlay {
  opacity: 1;
}
.resources-section .text {
  color: #fff !important;
  font-size: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.resources-section .text a{
  color: #8F1208 !important;
}
.resources-section a:hover{
	color:#fff !important;
}
.resources-section .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #f5e0e0c7;
}
.resources-section .image {
  display: block;
  width: 100%;
  height: auto;
  float:center;
}
/*End img hovre css */
.campuses-countn-section1 {
	background-color:#a94442;
	padding-top: 50px;
	padding-bottom: 50px;
}
.campuses-countn-section1 h3{
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}
.campuses-countn-section1 h5{
	font-weight: 900;
	color: #f7efe2;;
	text-align: right;
	font-size: 26px;
	text-align: center;
}
.campuses-countn-section1 h4{
	font-weight: 900;
	color: #f7efe2;;
	text-align: right;
	font-size: 20px;
	text-align: center;
}
address {
	padding-top:10px;
}
/*
.tabs{
    width:60%;
    height:auto;
    margin:0 auto;
}

/* tab list item/
.tabs .tabs-list{
    list-style:none;
    margin:0px;
    padding:0px;
}
.tabs .tabs-list li{
    width:100px;
    float:left;
    margin:0px;
    margin-right:2px;
    padding:10px 5px;
    text-align: center;
    background-color:cornflowerblue;
    border-radius:3px;
}
.tabs .tabs-list li:hover{
    cursor:pointer;
}
.tabs .tabs-list li a{
    text-decoration: none;
    color:white;
}

 Tab content section 
.tabs .tab{
    display:none;
    width:96%;
    min-height:250px;
    height:auto;
    border-radius:3px;
    padding:20px 15px;
    background-color:lavender;
    color:darkslategray;
    clear:both;
}
.tabs .tab h3{
    border-bottom:3px solid cornflowerblue;
    letter-spacing:1px;
    font-weight:normal;
    padding:5px;
}
.tabs .tab p{
    line-height:20px;
    letter-spacing: 1px;
}

/* When active state */
.active{
    display:block !important;
}
.tabs .tabs-list li.active{
    background-color:lavender !important;
    color:black !important;
}
.active a{
    color:black !important;
}
 /*media query 
@media screen and (max-width:360px){
    .tabs{
        margin:0;
        width:96%;
    }
    .tabs .tabs-list li{
        width:80px;
    }
}
*/
.officer img{
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 30%;
    text-align: center;
    z-index: 1;
    margin: 0 auto;
    border: 10px solid #79272f;
	position: relative;
	top: 35px;
	margin-bottom: 60px;
}


/* Android 2.3 :checked fix */
@keyframes fake {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
body {
  animation: fake 1s infinite;
}

.worko-tabs {
  margin: 20px;
  width: 80%;
}
.worko-tabs .state {
  position: absolute;
  left: -10000px;
}
.worko-tabs .flex-tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.worko-tabs .flex-tabs .tab {
  flex-grow: 1;
  max-height: 40px;
}
.worko-tabs .flex-tabs .panel {
  background-color: #fff;
  padding: 20px;
  height: auto;
  display: none;
  width: 100%;
  flex-basis: auto;
}
.worko-tabs .tab {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  background-color: #eee;
  cursor: hand;
  cursor: pointer;
  border-left: 10px solid #ccc;
}
.worko-tabs .tab:hover {
  background-color: #fff;
}

#tab-one:checked ~ .tabs #tab-one-label,
#tab-two:checked ~ .tabs #tab-two-label,
#tab-three:checked ~ .tabs #tab-three-label,
#tab-four:checked ~ .tabs #tab-four-label {
  background-color: #fff;
  cursor: default;
  border-left-color: #69be28;
}

#tab-one:checked ~ .tabs #tab-one-panel,
#tab-two:checked ~ .tabs #tab-two-panel,
#tab-three:checked ~ .tabs #tab-three-panel,
#tab-four:checked ~ .tabs #tab-four-panel {
  display: block;
}

@media (max-width: 600px) {
  .flex-tabs {
    flex-direction: column;
  }
  .flex-tabs .tab {
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  .flex-tabs .tab:last-of-type {
    border-bottom: none;
  }
  .flex-tabs #tab-one-label {
    order: 1;
  }
  .flex-tabs #tab-two-label {
    order: 3;
  }
  .flex-tabs #tab-three-label {
    order: 5;
  }
  .flex-tabs #tab-four-label {
    order: 7;
  }
  .flex-tabs #tab-one-panel {
    order: 2;
  }
  .flex-tabs #tab-two-panel {
    order: 4;
  }
  .flex-tabs #tab-three-panel {
    order: 6;
  }
  .flex-tabs #tab-four-panel {
    order: 8;
  }

  #tab-one:checked ~ .tabs #tab-one-label,
#tab-two:checked ~ .tabs #tab-two-label,
#tab-three:checked ~ .tabs #tab-three-label,
#tab-four:checked ~ .tabs #tab-four-label {
    border-bottom: none;
  }

  #tab-one:checked ~ .tabs #tab-one-panel,
#tab-two:checked ~ .tabs #tab-two-panel,
#tab-three:checked ~ .tabs #tab-three-panel,
#tab-four:checked ~ .tabs #tab-four-panel {
    border-bottom: 1px solid #ccc;
  }
}