@font-face {
    font-family: 'Museo300';
    src: url('../fonts/museo300-regular.eot');
    src: url('../fonts/museo300-regular.eot') format('embedded-opentype'),
         url('../fonts/museo300-regular.woff2') format('woff2'),
         url('../fonts/museo300-regular.woff') format('woff'),
         url('../fonts/museo300-regular.ttf') format('truetype'),
         url('../fonts/museo300-regular.svg#Museo300') format('svg');
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

img {
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	margin-top: 0;
}

.container {
	width: 100%;
	max-width: 1170px;
}

.header-wrap {
	padding-top: 12px;
	font-weight: 600;
	font-size: 14px;
	color: #333333;
}

.center-logo {
	text-align: center;
}

.center-logo p  {
	margin: 0;
}

.phone-no {
	line-height: 1.1;
	position: relative;
	padding-left: 54px;
	float: right;
	margin-top: 7px;
}

.phone-no:before {
	content: '';
	background: url(../img/phone.png) no-repeat center;
	border: 2px solid #ddd;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.phone-no .callnow {
	display: block;
}

.phone-no a {
	text-decoration: none;
	color: #eda052;
	font-size: 24px;
}

#site-nav {
	font-family: 'Museo300';
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	background: #1d4165;
}

#site-nav a {
	color: #FFFFFF;
}

#site-nav .nav>li:first-child {
	border-left: 0;
}

#site-nav .nav>li:last-child {
	border-right: 0;
}

#site-nav .nav>li {
	border-right: 1px solid #132b42;
	border-left: 1px solid #275787;
}

#site-nav .nav>li.active {
	border-left: transparent;
}

#site-nav .nav>li.active + li {
	border-left: 0;
}

#site-nav .navbar-nav>.active>a, #site-nav .navbar-nav>.active>a:hover, #site-nav .navbar-nav>.active>a:focus {
	background: rgb(98,192,230);
	background: -moz-linear-gradient(top,  rgba(98,192,230,1) 0%, rgba(94,190,232,1) 8%, rgba(82,183,227,1) 30%, rgba(73,179,227,1) 46%, rgba(70,181,226,1) 48%, rgba(45,169,223,1) 94%, rgba(43,169,219,1) 98%, rgba(17,43,68,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(98,192,230,1) 0%,rgba(94,190,232,1) 8%,rgba(82,183,227,1) 30%,rgba(73,179,227,1) 46%,rgba(70,181,226,1) 48%,rgba(45,169,223,1) 94%,rgba(43,169,219,1) 98%,rgba(17,43,68,1) 100%);
	background: linear-gradient(to bottom,  rgba(98,192,230,1) 0%,rgba(94,190,232,1) 8%,rgba(82,183,227,1) 30%,rgba(73,179,227,1) 46%,rgba(70,181,226,1) 48%,rgba(45,169,223,1) 94%,rgba(43,169,219,1) 98%,rgba(17,43,68,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c0e6', endColorstr='#112b44',GradientType=0 );
}

#hero {
	background: url(../img/hero.jpg) no-repeat center center;
	background-size: cover;
	min-height: 650px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}

#hero .h1 {
	font-family:'Montserrat', sans-serif;
	font-size: 54px;
	font-weight: bold;
	margin: 0 0 15px;
}

#hero p {
	margin: 0 0 20px;
}

.heroh3 {
	font-size: 28px;
	font-weight: 600
}

.hero-content {
	padding-top: 250px;
}

.form-wrapper {
	border-radius: 10px;
	background-color: #fff;
}

.form-title {
	font-family: 'Museo300';
	font-size: 24px;
	line-height: 1;
	margin:0 0 15px;
}

.form-head {
	background: #fc9d37 url(../img/birds.png) no-repeat 180px bottom;
	text-align: center;
	color: #fff;
	line-height: 1.1;
	padding-top: 25px;
	padding-bottom: 5px;
	position: relative;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.form-head:after {
	content:"";
	position: absolute;
	left: 0;
	bottom: -17px;
	width: 100%;
	height: 17px;
	background: transparent url(../img/form-arrow.png) no-repeat center bottom;
}

.form-head .form-title {
	color: #1e516c;
	margin: 0 0 10px;
}

.form-head a {
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

.form-head h4 {
	margin: 0;
	font-size: 20px;
}

.hero-form {
	padding-top: 40px;
}

.form-content {
	padding: 40px 30px 0 30px;/*40px 30px 25px 30px;*/
}

.form-control {
	height: 42px;
	border-color: #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: normal;
	font-size: 15px;
	color: #666666;
}

.form-control::-webkit-input-placeholder {
	  color: #666666 !important;
}

.form-control::-moz-placeholder {
	  color: #666666 !important;
}

.form-control:-ms-input-placeholder {
	  color: #666666 !important;
}

.form-control:-moz-placeholder {
	  color: #666666 !important;
}

.hero-form .btn {
	display: block;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	padding: 15px 12px;
    text-transform: uppercase;
	border-bottom: 1px solid #af4d1d;
	margin-top: 30px;
}

.hero-form .btn:hover {
	border-bottom: 1px solid #af4d1d;
}

.indi {
	position: relative;
}

.indi:before {
	content:"";
	display: block;
	position: absolute;
	left: -35px;
    top: 20px;
	background: url(../img/arrow.png) no-repeat;
	width: 25px;
	height: 76px;
}

#features {
	background: #f1f1f1;
	position: relative;
	font-size: 18px;
}

.f2 {
	font-family:'Museo300', sans-serif;
	color: #1d4065;
	font-size: 28px;
	margin: 0 0 15px;
}

#features:before {
	content: '';
	width: 50%;
	height: 100%;
    display: block;
    position: absolute;
	left: 0;
	top: 0;
	background: #1d4165;
}

.vos {
	color: #fff;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: 30px;
}

.vos figure {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.vos figure:before {
	content: "";
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.vos figure img {
	width: 100%;
	height: auto;
}

.vos figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.vos figcaption .f2 {
	color: #fff;
	padding: 25px 30px;
	margin: 0;
}

.vos .btn {
	padding: 10px 43px;
	font-size: 16px;
}

.fblocks {
	margin-top: 65px;
	margin-left: 30px;
}

.fblocks .fblock {
	border: 1px solid #e5e5e5;
	background-color: #fff;
	padding: 25px 30px;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 260px;
	position: relative;
	overflow: hidden;
}

.fblocks .fblock > img {
	position: absolute;
	left: 0;
	top: 0;
}

.fblocks .fblock .list01 {
	margin: 0;
}

.fblocks .fblock .list01 li {
	margin-bottom: 10px;
}

.fblocks .list01 li:before {
	color: #1d4065;
}

.more {
	display: block;
	position: absolute;
    right: -45px;
    bottom: -45px;
    width: 90px;
    height: 90px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	border-radius: 50%;
	background: #1d4065;
	
}

.more .fa {
    padding: 14px 0 0 25px;
    font-size: 24px;
}

.more:hover {
	color: #fff;
	background: #333;
}

#more-features {
	padding: 60px 0 10px;
}

#more-features .container {
	width: 100%;
	max-width: 880px;
}

.mfblock {
	margin-bottom: 50px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
}

.mf-heading {
	text-align: center;
	font-family:'Museo300', sans-serif;
	font-size: 28px;
	color: #1d4065;
	margin-bottom: 40px;
}


.mfblock .mfblock-head {
	background: #f1f1f1;
	padding: 25px 34px;
	min-height: 122px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}

.mfblock-head .h2 {
	position: absolute;
	left: auto;
	right: auto;
	top: 25px;
	padding: 5px 0;
	font-family:'Museo300', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #1d4165;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 70px;
	margin: 0;
}

.mfblock-head .h2 span {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 7px;
	display: block;
}

.b1 {
	background-image: url(../img/services.png);
}

.b2 {
	background-image: url(../img/support.png);
}

.mfblock-content {
	padding: 36px 32px;
	min-height: 345px;
	font-size: 18px;
}

.list01 {
	list-style: none;
	padding: 0;
	margin: 0 0 35px;
}

.list01 li {
	display: block;
	position: relative;
	margin-bottom: 15px;
	padding-left: 25px;
}

.list01 li:before {
	content: "\e013";
	font-size: 16px;
	font-family: 'Glyphicons Halflings';
	position: absolute;
	left: 0;
	top: 0;
}
.content-up .content-main ul li:before {
	content: "\e013";
	font-size: 16px;
	font-family: 'Glyphicons Halflings';
	position:absolute;
	left:0;
	top:0;
}
.mfblock-content .list01 li:before {
	color: #1d4165;
}

.mfblock-content .btn {
	display: block;
	width: 142px;
	height: 42px;
	line-height: 42px;
	padding: 0;
	margin: 0 auto;
	font-size: 16px;
	text-transform: uppercase;
}


#cta {
	text-align: center;
	background: #333 url(../img/cta.jpg) no-repeat center center;
	background-attachment: scroll;
	background-size: cover;
	min-height: 320px;
	font-size: 22px;
	color: #fff;
	padding: 75px 0;
	line-height: 1.1;
}

#cta p {
	margin-bottom: 20px;
}

.cta-heading {
	font-family:'Museo300', sans-serif;
	font-size: 38px;
	margin-top: 0;
	margin-bottom: 35px;
}

.btn-default {
	position: relative;
	font-weight: 600;
	color: #fff;
	border: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: rgb(252,162,66);
	background: -moz-linear-gradient(top,  rgba(252,162,66,1) 0%, rgba(251,146,29,1) 79%, rgba(254,145,28,1) 85%, rgba(252,142,19,1) 96%, rgba(252,142,21,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(252,162,66,1) 0%,rgba(251,146,29,1) 79%,rgba(254,145,28,1) 85%,rgba(252,142,19,1) 96%,rgba(252,142,21,1) 100%);
	background: linear-gradient(to bottom,  rgba(252,162,66,1) 0%,rgba(251,146,29,1) 79%,rgba(254,145,28,1) 85%,rgba(252,142,19,1) 96%,rgba(252,142,21,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca242', endColorstr='#fc8e15',GradientType=0 );
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #fff;
	background: #f98100;
    border: 0;
}

.btn-lg {
	font-size: 18px;
	padding: 15px 50px
}

#cta .btn-default {
	max-width: 246px;
	margin: 0 auto;
	display: block;
}

.footer-wrap {
	background: #1d4165;
	color: #fff;
	padding-top: 40px;
}

.footer-wrap .widget a {
	color: #fff;
	text-decoration: none;
	position: relative;
	border-bottom: 1px solid transparent;
}

.footer-wrap .widget a:hover {
	border-color: #fff;
}

.footer-wrap .widget h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px;
}

.footer-wrap .widget {
	margin-bottom: 35px;
}

.footer_links {
	list-style: none;
	padding: 0;
	margin: 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.footer_links li {
	position: relative;
	padding-left: 12px;
}

.footer_links li:before {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
}

.cnt_addresss {
	line-height: 24px;
}

.cnt_info {
	position: relative;
	padding-left: 22px;
	margin-bottom: 8px;
}

.cnt_info .fa {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	padding-top: 4px;
}

.web_link .fa {
	font-size: 15px;
}

.social-icons a {
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 19px;
	background: #16314b;
	border-radius: 4px;
	margin-right: 8px;	
}

.social-icons a:hover {
	border: 0;
	background: #333;
}

.center {
	text-align: center;
}

.footer-bottom {
	font-size: 15px;
	color: #fff;
	background: #16314b;
	padding: 15px 0 14px;
	text-align: center;
}

@media (min-width: 992px) {
	#site-nav .nav>li>a {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#hero {
		padding-bottom: 30px;
	}
}

@media (min-width: 1100px) {
	#site-nav .nav>li>a {
		padding-left: 24px;
		padding-right: 24px;
	}
}


@media (min-width: 1200px) {
	#site-nav .nav>li>a {
		padding-left: 28px;
		padding-right: 28px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {	
	.hero-form {
		max-width: 369px;
		float: right;
	}
	
	#features {
		font-size: 14px;
	}
	
	#features .f2 { 
		font-size: 24px;
	}
	

	.fblocks .fblock > img {
		position: absolute;
		left: 0;
		top: 0;
		width: 170px;
	}
	
	.fblocks .fblock {
		padding-left: 190px;
	}
	
}

@media (max-width: 991px) and (min-width: 768px) {
	#site-nav .nav>li>a {
		font-size: 13px;
	}
	
	.center-logo p {
		font-size: 11px;
	}
	
	.phone-no a {
		font-size: 16px;
	}
	
	.form-title.indi {
		font-size: 22px;
	}
	.form-head .form-title{
		font-size:16px;	
	}
	.form-head h4{
		font-size:15px;	
	}
	.form-content{
		padding:40px 10px 25px;	
	}

}

@media (max-width: 991px) {	
	.phone-no .callnow {
		margin-top: 6px;
	}
	
	#features:before {
		display: none;
	}
	
	.vos {
		padding: 30px;
		margin-top: 0;
		margin-left: -15px;
		margin-right: -15px;
		background: #1d4165;
	}
	
	.fblocks {
		margin-left:0;
	}
	
	#features {
		font-size: 14px;
	}
	
	#features .f2 { 
		font-size: 24px;
	}
	
	.fblocks .fblock {
		padding-left: 170px;
		background-image: none;
	}
	
	.fblocks .fblock > img {
		width: auto;
		height: 180px;
	}
}

@media (max-width: 767px) {
	.header-wrap {
		padding: 10px 0;
	}
	
	.site-logo {
		text-align: center;
	}
	
	.navbar-inverse .navbar-toggle {
		border-color: #31abde;
	}
	
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
		background-color: #31abde;
	}
	
	.xs-phone {
		position: relative;
		float: left;
		width: 44px;
		height: 34px;
		line-height: 34px;
		text-align: center;
		font-size: 18px;
		margin-top: 8px;
		margin-left: 15px;
		margin-bottom: 8px;
		border: 1px solid #31abde;
		border-radius: 4px;
	}
	
	.vos {
		padding: 25px 15px;
	}
	
	.vos figcaption .f2 {
		padding: 15px;
	}
	
	.fblocks .fblock {
		padding: 0;
		background-image: none;
	}
	
	.fblocks .fblock > img {
		width: 100%;
		height: auto;
		position: static;
	}
	
	#features .fblock .f2 {
		padding: 15px;
		margin: 0;
	}
	
	.fblocks .fblock .list01 {
		padding: 0 15px 30px 15px;
	}
	
	.mfblock-head .h2 {
		font-size: 18px;
	}
	
	.mfblock-content {
		font-size: 14px;
		padding: 25px 15px;
	}
	
	.mfblock-head .h2 span {
		font-size: 12px;
	}
	
	.mfblock-head .h2 {
		position: static;
	}
	
	.mfblock .mfblock-head,
	.mfblock .mfblock-content {
		min-height: inherit;
	}
	
	.hero-content {
		padding-top: 40px;
		text-align: center;
	}
	
	#hero {
		font-size: 15px;
	}
	
	#hero p {
		margin-bottom: 10px;
	}
	
	#hero .h1 {
		font-size: 28px;
	}
	
	.heroh3 {
		font-size: 18px;
	}
	
	.hero-form {
		width: 100%;
		max-width: 369px;
		margin: 0 auto 40px auto;
	}
	.content-up .content-main p{
		font-size:14px;
	}
	.content-up .content-main ul li{
		font-size:14px;
	}
	.form-wrapper{
		margin:40px auto;	
	}
	
}