body{
	font-family: 'Open Sans', sans-serif;
	letter-spacing:0.08em;
}
.navbar-right{
	padding-top:35px;
}
.navbar-inverse{
	background-color: transparent;
	border:none;
}
.navbar-inverse .navbar-nav > li > a {
  color: #000;
  font-weight:bold;
  text-transform:uppercase;
  border-bottom:rgba(62,183,233,0) 2px solid;
  -webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #1777b5;
  border-bottom:rgba(62,183,233,1.00) 2px solid;
}

.top-bar{
	background-color: #333;
	width:100%;
	height:50px;
	top:0;
	z-index:999999;
}

.menu{
	margin-top:20px;
	margin-bottom:20px;
	padding:0;
	z-index:999999;
}
.top-space{
	padding-top:50px;
}

hr{
	border-color: transparent;
	max-width: 100%;
	padding-bottom:25px;
}
.footer-style{
		background-color:#1777b5;
		color:#fff;
}
.social-padding{
	margin-right:15px;
	float:left;
}

.navbar-inverse .navbar-toggle{
	border-color:#333;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{
	background-color:#fff;
	color:#1777b5;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
		background-color: transparent;

}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	border-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar{
	background-color:#333;
}

.parallax {
        background: url(../img/bg_payoff.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		height:450px;
		padding-top:70px;
		color: #fff;
}

.img_over{
	height:auto;
	width:auto;
	opacity: 1;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	
 }
.img_over:hover {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	background-color:#D81921;
}


#ser_1:hover {
	color:#3EB8EA;
}

#ser_2:hover {
		color:#3EB8EA;
}
#ser_3:hover {
		color:#3EB8EA;
}
#ser_4:hover {
		color:#3EB8EA;
}
#ser_5:hover {
		color:#3EB8EA;
}

.header_text{
	padding-top:100px;
	color:#fff;
	font-weight:bold;
}

h6{
	height:50px;
	margin:0;
	padding-top:20px;
	color:#fff;
	text-align:center;
	font-weight:bolder;
}



a:link {
	color:#666;
    text-decoration: none;
	 -webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

a:visited {
    text-decoration: none;
}

a:hover {
	color:#3EB8EA;
	text-decoration:none;
}

a:active {
	text-decoration:none;
}




p{
	font-size:12px;
}

.dpi{
	color:#fff !important;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.dpi a:hover{
	color:#3EB8EA !important;
}
#scrollUp {
  background-image:url(../img/back_top.png);
	background-repeat:no-repeat;
	background-size:cover;
	width:50px;
	height:50px;
	position:fixed;
	bottom:20px;
	right:20px;
}



@media (max-width: 767px) {

.parallax{
	height:600px;
}
.header_text{
	padding-top:80px;
}
.top-space{
	padding-top:50px;
}
.top-space_1{
	padding-top:50px;
}

}

.whatsapp{
	position: fixed;
    bottom: 80px;
    right: 20px;
    z-index:999999;
}
