
/*
========================================
global variable
========================================
*/

.ptb-30{
	
padding:30px 0;	
}
.img-sec img{
width:100%;	
}
blockquote {
    border-left: 5px solid #e84c3d;
}
.happenings-nav li.dropdown > a:before{
    font: normal normal normal 22px/1 FontAwesome;
    content: "\f055";
    left: 90%;
    position: absolute;
    top: 10px;	
	
}
.happenings-nav li.dropdown > a[aria-expanded="true"]:before{
font: normal normal normal 22px/1 FontAwesome;
    content: "\f056";
    left: 90%;
    position: absolute;
    top: 10px;	
}
.mt-20{
margin-top:20px;	
}
/*
========================================
Header css
========================================
*/

/*header top*/
.top-header {
    background-color:#002e3b;
    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-page {
  background: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		  position:fixed;
		  z-index:999;
}
.loading-page .counter {
  text-align: center;
}
.loading-page .counter p {
  font-size: 40px;
  font-weight: 100;
  color: #f60d54;
}
.loading-page .counter h1 {
  color:#16499a;
  font-size: 60px;
  font-family: Algerian;
}
.loading-page .counter hr {
  background: #f60d54;
  border: none;
  height: 1px;
}
.loading-page .counter {
  position: relative;
  width: 200px;
}
.loading-page .counter h1.abs {
  position: absolute;
  top: 0;
  width: 100%;
}
.loading-page .counter .color {
  width: 0px;
  overflow: hidden;
  color: #f60d54;
}

/*navigation menu*/
.nav > li > a {
    padding: 35px 8px;
    font-size: 14px;
	font-weight:600;
	text-transform:uppercase;
}
.navbar-default .navbar-nav > li > a{
color:#0b0b0b;
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:transparent;	
}
.navbar-nav > li > .dropdown-menu {
    border-top: 3px solid red;
	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 {

    padding: 5px 0px;
}
/* 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:33%	
}









/*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:#002e3b;
background:url(../images/footer-bg.jpg) repeat;
padding:30px 0;
color:#fff;	
}
.ftr-btn{
    background:#007899;
    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 a{
color:white;	
}
.ftr-list li strong{
    margin-right:5px;
    display: inline-block;	
}
a:hover, a:focus {
    color: #e84c3d;
    text-decoration: none;
}
.footer-btm{
background:#002e3b;
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);
}
.side-bar {
    position: fixed;
    top: 50%;
    right: 0;
    left: auto;
    z-index: 9;
    
} 
.side-bar a{
	display:block;
background:#16499a;
color:#fff;
    padding: 5px 5px 5px 10px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom: 2px solid #4d87e6;
}
.side-bar a:hover{
background:#fa6800;	
border-bottom: 2px solid #ff8833;
}
span.close-btn {
    color: #fff;
    background: #000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    font-size: 8px;
    line-height: 15px;
    font-weight: 700;
    cursor: pointer;
}

.image-box {
    padding: 5px;
    border: 3px solid #00acec;
    position: relative;
}

.image-caption span {
    display: inline-block;
    background: #000;
    color: #fff;
        padding: 6px;
    border-radius: 20px;
    line-height: 1;

}
.image-caption {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin: 5px;
    text-align: center;
}
/*=======================================
 social icons
=========================================*/
.social-icons {
    display: inline-block;
	margin:0;
	padding-left: 5px;
	    padding-left: 15px;
    padding-right: 15px;
	float: right;
}
.social-icons li{
    list-style-type: none;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 4px;
    transform: rotate(44deg);
    margin-left: 10px;	
	border: 1px solid #ffff;
}
.social-icons li a{
   display:block;	
}
.social-icons li a i{
    font-size: 14px;
    line-height: 25px;
    transition: all 0.5s ease-in-out 0s;
    transform: rotate(-45deg);
}


.social-icons li.bg-fb:hover{
 background:#4867AA;
 color:#fff;
 border-color:#4867AA;	
}
.social-icons li.bg-gp:hover{
 background:#DB4437;
 border-color:#DB4437;	
}
.social-icons li:hover a,.social-icons li a:focus{
 color:#fff;	
}
.social-icons li:hover a i{
   transform: rotate(312deg);
}

