@charset "utf-8";
 
/* Bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
/*Google Fonts*/
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
/*countdown*/
@import url("clock/main.css");
/*Responsive */
@import url("media-queries.css");


/*******************************  $General Tags  *******************************/
html {
	font-size: 100%;
	min-width: 318px;
}
body {
	font-family: 'lato', sans-serif;
	color:#F0F2F2;
	overflow-x: hidden;
}
body > section {
    overflow: hidden;
}
a, a:hover, a:active {	
	outline: 0 !important;
	-webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}
a:hover{
	color: #148FEE!important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.btn {
	font-family: 'lato', sans-serif;
}
h2{
	color: #696969;
	font-size: 26px;
  margin: 20px 0;
	padding: 0;
}
h4{
	color: #000;
}
img  {
	width: 100%;
}
i{
	-webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}
p {
	font-size: 14px;
	color: #696969;
}
.generic{
	padding: 60px 0 80px 0;
}
.section-title,.widget-title {
  font-size: 18px;
  padding-bottom: 0.5em;
  position: relative;
}
.section-title {
  font-size: 24px;
  margin-top: 0;
}
.section-title:after,.widget-title:after {
  background-color: #0075da;
  bottom: -1px;
  content: " ";
  height: 2px;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  width: 80px;
}
/*******************************  $Header  *******************************/
header {
	background: #FFFFFF;
	width: 100%;
}
header.fixed .top-info {
	height: 0;
	overflow: hidden;
}
header.fixed {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 450;
	box-shadow: 0 0 4px rgba(0,0,0,0.7);
}
.navbar {
    border: 0 none;
    margin: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar-brand {
	padding: 0;
}
.navbar-default {
    background: none repeat scroll 0 0 transparent;
    height: auto;
    min-height: 0;
}
.navbar-nav {
	float: right;
	padding: 20px 0;
}
.navbar-nav > li {
	float: left;
	font-size: 15px;
	margin: 0 0 0 25px;
}

.navbar-nav > li > a {    
    padding: 3px 0;
}
/*******************************  $Slider  *******************************/
.slider {
	background: url("../img/slide/slide-01.jpg") no-repeat scroll center transparent;
  background-size: cover;

}
.slider-padding{
  padding: 250px 0px;
}
.slider-padding h1{
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}
.slider-padding p{
  color: white;
  font-size: 18px;
  width: 80%;
  line-height: 26px;
  margin: 20px 0;
}
.banner-btn{
  color: white;
  font-size: 18px;
  font-weight: 600;
  background:#0583F2 ;
  padding: 15px 35px;
  border-radius: 3px;
}
.mt-20{
  margin-top: 50px;
}
a:focus{
  text-decoration: none;
}
#slider .inner{
	margin: 0 0 50px 0;
}
.banner-btn:hover{
  text-decoration: none;
  color: white;
  background:#044D8C;
}

/*******************************  $Gallery  *******************************/
#gallery h4{
	padding: 20px 0;
}
#gallery p{
	line-height: 30px;
	padding: 0 30px 30px 30px;
}
#gallery .content{
	border: 1px solid #E6E6E6;
	margin: 20px 0 20px 0;
	border: 3px solid #0583F2;
}


/*******************************  $Tooltip  *******************************/
.tooltip-inner {
	background: #085BC2;
	border-radius: 2px;
	font-weight: bold;
	font-size: 13px;
	opacity: 1;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #085BC2;
}



/**************************** $Gmap ********************************/
.map {
  height: 600px;
  width: 100%;
}
.contact-us{
  padding: 80px 0;
}
.contact-form{
  background:#076DF2 ;
  padding: 30px 10px;
  margin-top: 60px;
  border-radius: 3px;
}
.contact-form input{
  border: none;
  outline: none;
  width: 100%;
  padding: 10px 5px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.contact-form input::placeholder{
  font-size: 18px;
}
.contact-form textarea{
  width: 100%;
  margin: 15px 0;
  outline: none;
  border: none;
  padding: 5px;
}
.contact-form textarea::placeholder{
  font-size: 18px;
}
.contact-form button{
  outline: none;
  border: none;
  width: 100%;
  font-size: 18px;
  background:#044D8C  ;
  color: white;
  padding: 10px 0px;
  margin-top: 10px;
}
/*******************************  $Animate Itemas on Start  *******************************/
.animated {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
/*****************************  $Menu Effect  ******************************/
.menu-effect li a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.nav li a{
  color: #031926 !important;
}
#logo img{
  width: 150px;
}
#logo{
  padding: 10px 0px;
}
.menu-effect li a:before {
  color: transparent;
  content: '•';
  font-size: 0.7em;
  left: 50%;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 0 transparent;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  -o-transition: text-shadow 0.3s, color 0.3s;
  -ms-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
}
.menu-effect li.active a,
.menu-effect li a:hover,
.menu-effect li a:focus {
  color: #148FEE;
}
.menu-effect li.active a::before,
.menu-effect li a:hover::before,
.menu-effect li a:focus::before {
  color: #148FEE;
  text-shadow: 10px 0 #148FEE, -10px 0 #148FEE;
}
.footer-contact p{
  font-size: 20px;
  text-align: center;
  color: #031926;
}
.footer-contact p a{
  color: #076DF2;
}


/*******************************  $Footer  *******************************/
footer{
	background: #F1F1F1;
	padding: 40px 0;
}
footer h5{
	color: #000;
}
footer .social li a {
  color: #ccc;
}
footer .container li{
	display: inline-block;
}
footer .list-unstyled{
	font-size: 30px;
}
footer .icon-twitter-circled:hover{
	color: #00ABF0;
}
footer .icon-facebook-circled:hover{
	color: #3B589A;
}
footer .icon-pinterest-circled:hover{
	color: #f31d1d;
}