/*
========================================
global variable
========================================
*/

.ptb-30{
	
padding:30px 0;	
}

.bg-table{
box-shadow:0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
padding:10px;
background:#fff;
margin-bottom:20px;	
}
.bg-gray {
    background: #f7f7f7;
}

.bg-white{
background:#fff;	
}



.img-sec img{
width:100%;	
}
blockquote {
    border-left: 5px solid #e84c3d;
}
/*
========================================
Header css
========================================
*/

/*header top*/
.top-header {
    background-color:#05052ae6;
    color: #fff;
    font-size: 12px;
    padding-bottom: 13px;
    padding-top: 13px;
}

.top-header a:hover {
	color: #fff;
}
.top-header__contacts {
	display: inline-block;
	padding-right: 26px;
	padding-left: 20px;
	line-height: 1;
	border-right: 1px solid #777;
}
.top-header__contacts i{
margin-right:5px;	
}
.top-header__contacts:first-child {
	padding-left: 0;
}
.top-header .icon {
    display: inline-block;
    font-size: 14px;
    margin-top: -2px;
    padding-right: 5px;
    vertical-align: middle;
}
.top-header a {
    color: #fff;
}
.top-header a:hover {
    color:#e84c3d;
}
.top-header__link {
	display: inline-block;
}

.header-login {
	float: right;
}
.header-login__item {
	padding-left: 13px;
}
.header-login__item {
	padding-right: 13px;
	border-right: 1px solid #777;
}
.header-login__item:last-child {
	padding-right: 13px;
	border-right: 0;
}
.btn-header {
	background-color: #e84c3d;
    margin-right: 12px;
    margin-left: 20px;
    padding: 6px 8px;
    font-family: Montserrat , arial;
    font-size: 9px;
    line-height: 1;
    border: none;
    transition: all 0.3s;
}
.btn-header:hover{
    color: #fff !important;
    background: #204d74;
}
/*sticky header*/
  .affix {
      top: 0;
      width: 100%;
	  z-index: 9;
  }

  .affix + .container {
      padding-top: 70px;
  }
/* preloader*/

#loading {
background:url("../images/loading.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}
#preloader {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

/*navigation menu*/
.nav > li > a {
    padding: 10px 10px 4px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background: #002e3b;
    margin: 0 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.navbar-default .navbar-nav > li > a{
color:#fff;
position:relative;	
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}

.navbar-nav > li > a:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #fe5969;
    content: "";
    display: none;
}
.navbar-default .navbar-nav > li > a:hover .caret{
transform:rotate(180deg);	
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
color:#e84c3d;
background:#e84c3d;
color:#fff;	
}
.navbar-nav > li > .dropdown-menu {
    border-top: 3px solid #e84c3d;
	background: #002e3b;
   -moz-animation: zoomIn 0.3s ease;
   -webkit-animation: zoomIn 0.3s ease;
    animation: zoomIn 0.3s ease;
}

.dropdown-menu > li > a {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    color: #fff;
	padding: 5px 20px;
}
.navbar {
 border-radius:0;
 border:none;
 border-bottom: 2px solid #002e3b;
 margin-bottom:0px;
}
.navbar-brand {
    float:none;
    padding: 5px 0px;
	height:auto;
	display: inline-block;
	
}
.navbar-brand > img {
    display: block;
    max-width: 100%;
}
.school-name {
float: right;
    padding: 20px;
    border-radius: 50%;
    background: #fa6800;
    color: #fff;
    font-weight: bold;
    margin-top: 25px;
}
/* owl slider */
.owl-carousel{
position:relative;	
}
.owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
	opacity:0;
}
.owl-carousel:hover .owl-nav{
opacity:1;	
}
.owl-next{
float:right;
margin-right:15px;	
}
.owl-prev{
float:left;
margin-left:15px;	
}
.owl-prev,.owl-next{
width:40px;
height:40px;
color:#fff;
background:#002e3b;
border-radius:50%;
text-align: center;	
}
.owl-nav i{
line-height:40px;	
}
.owl-next:hover,.owl-prev:hover{
background:#e84c3d;	
}
#event-slider .owl-nav{
top:50%	
}









/*button hovers*/


/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);

  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white;
}
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#e84c3d;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*page title*/

.title h2{
margin-top:0;
margin-bottom:30px;
text-align:center;
font-weight:700;
color:#002e3b;
display:inline-block;
position:relative;	
}
.title h2:after{
    content: "";
    position: absolute;
    width: 115px;
    height: 2px;
    background:#e84c3d;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 37px;
	 -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;	
}
.title h2:hover:after{
width:100%;	
 -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*footer sec*/
.footer-inner{
background:#05052a;
padding:30px 0;
color:#fff;	
}
.ftr-btn{
    background:#337ab7;
    border: none;
    padding: 3px 10px;
    border-radius: 3px;
    margin-right:5px;
	margin-bottom:10px;	
}
	
.ftr-list{
padding-left:0;	
}
.ftr-list li{
list-style-type:none;	
}
.ftr-list li strong{
    margin-right:5px;
    display: inline-block;	
}
a:hover, a:focus {
    color: #e84c3d;
    text-decoration: none;
}
.footer-btm{
background:#1f1f1f;
padding:10px 0;
color:#fff;	
}
.form-control:focus {
    border-color: #e84c3d;
    outline: 0;
   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232, 76, 61, .6); 
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232, 76, 61, .6);
}
.footer-title h3 {
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
	display:inline-block;
	position:relative;
}
.footer-title h3:after{
    content: "";
    position: absolute;
    width: 35px;
    height: 3px;
    background:#e84c3d;
    left: 0;
    bottom: -7px;
	-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;	
}
.footer-title h3:hover:after{
width:100%;
-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;	
}

/*page title*/
.page-title {
    background: url(../images/title-grad.jpg)no-repeat;
    background-size: cover;
    color: #fff;
}
.breadcrumb {
    background-color:transparent;
	padding-left:0;

}
.breadcrumb a{
color:#fff;	
}
.breadcrumb a:hover{
 text-decoration:underline;	
}
.breadcrumb > .active {
    color:#e84c3d;
	font-weight:700;
}
.page-title .footer-title h3{
margin:20px 0 10px;	
}

/*image zoom*/

.zoom {
  position: relative;
  overflow: hidden;
}
.zoom img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zoom:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}


