@charset "utf-8";
/* CSS Document */
body {margin:0 auto; padding:0; font-family: 'Poppins', sans-serif; -moz-user-select:none; -webkit-user-select:none;}
a, a:hover, a:focus{outline:none;} 
::-moz-selection {background: #ffc82a;color: #000; }
::-webkit-selection {background: #ffc82a;color: #000; }
a, a:hover {-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;text-decoration:none;}

a, a:visited {
	color: #0087cc;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
	color: #ff7b29;
}

.navbar {
	position:fixed; 
	margin:0;
	padding:0;
	z-index:9999;
	width:100%;
	border-bottom:1px solid #f0f0f0;
}

.main-nav {
	background:#fff !important;
}

.main-nav a{
	color:#CCC;
}

.navbar ul li{	
	padding:0 15px!important;
}

.navbar ul li a {
	color:#000 !important;
	padding:19px 0;
	font-size:18px;
	letter-spacing:0.6px;
	font-weight:600;
	text-transform: uppercase;
}

.navbar ul li a:hover{
	color:#ee713a!important;
}

.navbar-nav {padding:0 0 0 100px!important;}

.logo {color:#FC0 !important;}
.logo img {width:100%; margin:0; padding:0;}

.navbar-toggler {
	color:#CCC !important;
}

.call {margin:-6px 0 0 0; padding:0; font-weight:200; font-size:18px; letter-spacing:0.8px;}
.fa-mobile-alt {font-size:18px; color:#ee713a;}

a.fb {color:#999; font-size:18px; margin-right:12px;}
a.fb:hover {color:#06C; font-size:18px; margin-right:12px;}
a.tweeter {color:#999;font-size:18px; margin-right:12px;}
a.tweeter:hover {color:#09C;font-size:18px;}
a.instagram {color:#999;font-size:18px;}
a.instagram:hover {color:#906;font-size:18px;}


.banner-section {
	margin:0;
	padding:0;
}

.ht-navbar {
	height:55px;
}

.numbers-section {
	width: 100%;
	margin: 0 auto;
}


.numbers-section-left{
	width: 30%;
	float: left;
	margin: 0;
	padding:48px 0;
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	background: #004a8f;
}

.numbers-section-left h1{
	margin: 0;
	padding: 0 75px 0 0;
	font-size: 30px;
	text-align: right;
	font-weight: 400;
	color: #fff;
}

.numbers-section-right{
	float: left;
	width: 70%;
	margin: 0;
	padding:0 0;
	color: #fff;
	font-size: 23px;
	font-weight: 300;
	line-height: 26px;
	height: auto;
	background: url(../images/bg-numbers.jpg) left no-repeat #f9bf10;
}

.numbers-section-right-main{
	width: 100%;
	height:auto;
	margin: 0;
	padding: 0;
}

.numbers-section-right-main-col{
	float: left;
	width: 29%;
	height: auto;
	margin: 0;
	padding: 20px 0;
	border-right: 1px solid #000;
	text-align: center;
}

.numbers-section-right-main-col:hover{
	background: #d3e4f9;
	-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;text-decoration:none;
}

.numbers-section-right-main-col h2{
	margin: 0;
	padding:0 0;
	font-size: 36px;
	font-weight: 800;
	color: #000;
}

.numbers-section-right-main-col h3{
	margin: 0;
	padding:0 0;
	font-size: 20px;
	font-weight: 300;
	color: #000;
}

.welcome-section {
	margin: 0 auto;
	padding: 100px 0;
}

.line-title-left {
	width: 15%;
	height: 2px;
	margin: 15px 0;
	padding: 0;
	background: #EDAD0A;
}

.welcome-section-left{
	margin: 0;
	padding: 0;
	height: auto;
}

.welcome-section-left h1{
	margin: 0;
	padding:0 0 5px 0;
	font-size: 40px;
	font-weight:500;
	color: #000;
}

.welcome-section-left h2{
	margin: 0;
	padding:0 50px 0 0;
	font-size: 30px;
	font-weight: 300;
	color: #000;
}

.welcome-section-left p{
	margin: 0;
	padding:0 50px 30px 0;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.welcome-section-left a{
	margin: 0;
	padding:15px 30px;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	background: #f4ae25;
}

.welcome-section-left a:hover{
	background: #000000;
	color: #fff;
}

.services-section{
	margin: 0 auto;
	padding: 100px 0;
	height: auto;
	background: #deedfb;
	text-align: center;
}

.services-section h1{
	margin: 0 auto;
	padding:0 0;
	font-size: 40px;
	font-weight:500;
	color: #044780;
	text-align: center;
}


.line-title-center {
	width: 15%;
	height: 2px;
	margin: 15px auto;
	padding: 0;
	background: #044780;
}

.services-section a.more{
	margin:0 auto;
	padding:15px 30px;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	background: #f4ae25;
}

.services-section a.more:hover{
	background: #000000;
	color: #fff;
}

.whyus-section{
	margin: 0 auto;
	padding: 100px 0;
	height: auto;
	background:#1b1934 url(../images/bg-whyus.jpg) repeat-x;
}

.whyus-section-main{
	width: 94%;
	height: auto;
	margin: 0 auto;
}

.whyus-section-main-col-left{
	width: 35%;
	height: auto;
	float: left;
}

.whyus-section-main-col-left h1{
	margin: 0;
	padding:0 0;
	font-size: 55px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight:600;
	color: #ffcc00;
}

.whyus-section-main-col-left p{
	margin: 0;
	padding:0 0 30px 0;
	font-size: 14px;
	line-height: 22px;
	font-weight:300;
	color: #fff;
}

.whyus-section-main-col-left a{
	margin: 0;
	padding:15px 30px;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	background: #f4ae25;
}

.whyus-section-main-col-left a:hover{
	background: #000000;
	color: #fff;
}

.whyus-section-main-col-middle{
	width: 30%;
	height: auto;
	float: left;
}

.whyus-section-main-col-middle ul{
	margin: 100px 0 0 50px;
	padding: 0;
}

.whyus-section-main-col-middle ul li{
	margin: 0;
	padding: 5px;
	list-style:disc;
	font-size: 14px;
	color: #ffcc00;
}

.whyus-section-main-col-right{
	width: 35%;
	height: auto;
	float: left;
	padding-top: 25px;
}

.segments-section{
	margin: 0 auto;
	padding: 100px 0;
	height: auto;	
}

.segments-section h1{
	margin: 0 auto;
	padding:0 0;
	font-size: 40px;
	font-weight:500;
	color: #044780;
	text-align: center;
}

.segments-section h2{
	margin: 0 auto;
	padding:10px 300px 0 300px;
	font-size: 16px;
	font-weight:400;
	color: #044780;
	text-align: center;
}

.footer-section {
	margin: 0 auto;
	padding: 75px 0;
	background:#132949;
}

.footer-02 {
	margin: 0 auto;
}

.footer-02-col-25 {
	width: 25%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

.footer-02-col-25 ul{
	margin: 0 0 0 95px;
	padding: 0;
}

.footer-02-col-25 ul li{
	margin: 0;
	padding: 2px 0;
	list-style: none;
}

.footer-02-col-25 ul li a{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #fff;
}

.footer-02-col-25 ul li a:hover{
	color: burlywood;
}

.footer-02-col-20 {
	width: 20%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

.footer-02-col-20 p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
}

.footer-02-col-35 {
	width: 35%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

.footer-02-col-35 h2{
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #fff;
}

.footer-02-col-35 p{
	margin: 0;
	padding: 15px 75px 0 0;
	font-size: 14px;
	color: #ccc;
}


.social-link {
	margin:0 0 15px 0;
	padding:0 0 0 0;
}

a.fb {color:#fff; font-size:24px; margin-right:12px;}
a.fb:hover {color:#cd9d51; font-size:24px; margin-right:12px;}
a.tweeter {color:#fff;font-size:24px; margin-right:12px;}
a.tweeter:hover {color:#cd9d51;font-size:24px;}
a.instagram {color:#fff;font-size:24px;}
a.instagram:hover {color:#cd9d51;font-size:24px;}
a.pinterest {color:#fff;font-size:18px;  margin-left:12px;}
a.pinterest:hover {color:#cd9d51;font-size:18px;}

.footer-03 {
	margin: 0 auto;
	text-align: left;
	padding: 15px 0 0 0;
}

.footer-03 a{
	font-size: 14px;
	color: #fff;
}

.footer-03 a:hover{
	color: #D4A708;
}

.banner-inner-section {
	margin: 0 auto;
	padding: 0;
}

.banner-inner-section img{
	margin: 0 auto;
	width: 100%;
}

.body-section-inner {
	margin: 0 auto;
	padding: 75px 0;
	height: auto;
}

.body-section-inner h1{
	margin: 0 auto;
	padding:0 0;
	font-size: 44px;
	font-weight:500;
	color: #044780;
	text-align: center;
}

.body-section-inner p{
	margin: 0 auto;
	padding:0 0;
	font-size: 14px;
	font-weight:400;
	color: #000;
	text-align: left;
}

.body-section-inner h2{
	margin: 0 auto;
	padding:0 0 0 0;
	font-size: 26px;
	font-weight:400;
	color: #D97300;
	text-align: center;
}

.body-section-inner h3{
	margin: 0 auto;
	padding:10px 120px 0 120px;
	font-size: 22px;
	font-weight:400;
	color: #D97300;
	text-align: center;
}

.vision-section {
	margin: 0 auto;
	padding: 75px 0;
	height: auto;
	background: #e5eaef;
}

.vision-section-col {
	margin: 0;
	padding: 0;
	text-align: right;
}

.vision-section-col img{
	width: 25%;
}

.vision-section-col h1{
	margin: 0;
	padding:10px 0 10px 0;
	font-size: 26px;
	font-weight:500;
	color: #000;
}

.vision-section-col p{
	margin: 0;
	padding:0;
	font-size: 15px;
	font-weight:400;
	color: #333;
}

.vision-section-col-2 {
	margin: 0;
	padding: 0;
	text-align: left;
}

.vision-section-col-2 h1{
	margin: 0;
	padding:10px 0 10px 0;
	font-size: 26px;
	font-weight:500;
	color: #000;
}

.vision-section-col-2 p{
	margin: 0;
	padding:0;
	font-size: 15px;
	font-weight:400;
	color: #333;
}

.vision-section-col-2 img{
	width: 25%;
}

.whyus-section-inner {
	width: 100%;
	margin: 0 auto;
	padding: 70px 0 20px 0;
}

.whyus-section-inner-50{
	width: 46%;
	margin: 15px 20px;
	padding: 0;
	float: left;
}

.whyus-section-inner-50 h3{
	font-size: 20px;
	color: #000000;
	text-align: left;
	margin: -65px 0 0 80px;
	padding: 0;
	font-weight: 500;
	position: relative;
}

.whyus-section-inner-50 p{
	font-size: 15px;
	color: #333;
	text-align: left;
	margin: 0;
	padding: 0 15px 0 80px;
	font-weight: 400;	
}

.connect-section {
	margin: 0 auto;
	padding:75px 0;
	text-align: center;
	background: #f9f9f9;
}

.connect-section h1{
	font-size: 26px;
	color: #024a94;
	margin:0px 0 0 0;
	text-align:center;
	line-height:26px;
	padding:0;
	font-weight: 600;
	text-transform: uppercase;
}

.connect-section h2{
	font-size: 18px;
	color: #000;
	margin:0;
	text-align:center;
	line-height:22px;
	padding:5px 250px 35px 250px;
	font-weight: 300;
}

.connect-section-main{
	margin: 0 50px;
}

.connect-section-main-col{
	margin: 0 5px 5px 5px;
	padding: 30px;
	float: left;
	width: 32%;
	height: auto;
	background: #fff;
	border-bottom: 1px solid #B1CDEC;
}

.connect-section-main-col h3{
	font-size: 20px;
	color: #0095da;
	margin:0;
	text-align:center;
	line-height:30px;
	padding:15px 0 10px 0;
	font-weight: 600;
}

.connect-section-main-col p{
	font-size: 14px;
	color: #000;
	margin:0;
	text-align:center;
	line-height:20px;
	padding:0 0;
	font-weight: 400;
}

.connect-section-main-col a {
	font-weight: 500;
}

.services-section-inner {
	margin:0 auto;
	padding: 75px 0;
}

.services-section-inner h1{
	font-size:36px;
	color: #0078B0;
	margin:0;
	text-align:center;
	line-height:30px;
	padding:15px 0 10px 0;
	font-weight: 600;
	text-transform: uppercase;
}

.services-section-main {
	width: 90%;
	margin:0 auto;
	padding: 25px 0;
	border-bottom: 1px solid #CFCFCF;
}

.services-section-main h2{
	font-size:26px;
	color: #0078B0;
	margin:0;
	text-align:left;
	line-height:30px;
	padding:0 0 5px 0;
	font-weight: 400;
	
}

.services-section-main h3{
	font-size:20px;
	color: #D56B03;
	margin:0;
	text-align:left;
	line-height:30px;
	padding:0 0 10px 0;
	font-weight: 600;
}

.services-section-main-colleft {
	width: 35%;
	margin:0;
	padding:0;
	float: left;
}

.services-section-main-colleft img{
	width: 90%;
	padding: 25px 0 0 15px;
}

.services-section-main-colright {
	width: 65%;
	margin:0;
	padding:15px 0 0 0;
	float: left;
}

.services-section-main-colright h4{
	font-size:20px;
	color: #0078B0;
	margin:0;
	text-align:left;
	line-height:30px;
	padding:0 0 5px 0;
	font-weight: 400;
}

.services-section-main-colright p{
	font-size:14px;
	color: #000;
	margin:0;
	text-align:left;
	line-height:20px;
	padding:0 0 10px 0;
	font-weight: 400;
}

.services-section-main-colright p span{
	font-weight: 600;
	font-size: 16px;
}

.googlemap {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 450px;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.navbar {
		position:fixed; margin:0;
		padding:10px 10px;
		z-index:999;
		width:100%;
	}
	
	.navbar-nav {padding:0 0 0 20px!important;}
	
	.navbar-brand {width:76%;}
	
	.main-nav {
		background:#fff !important;
	}
	
	.main-nav a{
		color:#CCC;
	}
	
	.navbar ul li{	
		padding:0 0!important;
		border-bottom:1px solid #CCC;
	}
	
	.navbar ul li a {
		color:#000 !important;
		padding:6px 0;
		text-transform:none;
		font-size:13px;
		letter-spacing:0.6px;
		font-weight:400;
	}
	
	.navbar ul li a:hover{
		color:#000!important;
		background:#FC0;
		padding:6px 10px;
	}
	
	.logo {color:#FC0 !important;}
	
	.navbar-toggler {
		color:#CCC !important;
	}
	
	.logo img {width:65%; margin:0; padding:0;}
	
	.social {
		font-size:16px;
		color:#C00;
	}
	
	a.fb {color:#999; font-size:18px; margin-right:12px;}
	a.fb:hover {color:#06C; font-size:18px; margin-right:12px;}
	a.tweeter {color:#999;font-size:18px; margin-right:12px;}
	a.tweeter:hover {color:#09C;font-size:18px;}
	a.linkedin {color:#999;font-size:18px;}
	a.linkedin:hover {color:#036;font-size:18px;}
	
	.banner-section {
		margin:0;
		padding:0;
	}

	.ht-navbar {
		height:60px;
	}

	.numbers-section {
		width: 100%;
		margin: 0 auto;
	}


	.numbers-section-left{
		width: 100%;
		float: left;
		margin: 0;
		padding:22px 0;
		color: #fff;
		font-size: 30px;
		font-weight: 300;
		background: #004a8f;
	}

	.numbers-section-left h1{
		margin: 0;
		padding: 0 20px;
		font-size: 18px;
		text-align: center;
		font-weight: 400;
		color: #fff;
	}

	.numbers-section-right{
		float: left;
		width: 100%;
		margin: 0;
		padding:0 0;
		color: #fff;
		font-size: 23px;
		font-weight: 300;
		line-height: 26px;
		height: auto;
		background: url(../images/bg-numbers.jpg) left no-repeat #f9bf10;
	}

	.numbers-section-right-main{
		width: 100%;
		height:auto;
		margin: 0;
		padding: 0;
	}

	.numbers-section-right-main-col{
		float: left;
		width: 33%;
		height: auto;
		margin: 0;
		padding: 20px 0;
		border-right: 1px solid #000;
		text-align: center;
	}

	.numbers-section-right-main-col:hover{
		background: #d3e4f9;
		-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;text-decoration:none;
	}

	.numbers-section-right-main-col h2{
		margin: 0;
		padding:0 0;
		font-size: 24px;
		font-weight: 800;
		color: #000;
	}

	.numbers-section-right-main-col h3{
		margin: 0;
		padding:0 0;
		font-size: 16px;
		font-weight: 300;
		color: #000;
	}

	.welcome-section {
		margin: 0 auto;
		padding: 30px 10px;
	}

	.line-title-left {
		width: 15%;
		height: 2px;
		margin: 15px 0;
		padding: 0;
		background: #EDAD0A;
	}

	.welcome-section-left{
		margin: 0;
		padding: 0 0 25px 0;
		height: auto;
	}

	.welcome-section-left h1{
		margin: 0;
		padding:0 0 5px 0;
		font-size: 30px;
		font-weight:500;
		color: #000;
	}

	.welcome-section-left h2{
		margin: 0;
		padding:0 20px 0 0;
		font-size: 16px;
		font-weight: 400;
		color: #000;
	}

	.welcome-section-left p{
		margin: 0;
		padding:0 0 25px 0;
		font-size: 14px;
		font-weight: 400;
		color: #000;
	}

	.welcome-section-left a{
		margin: 0;
		padding:10px 20px;
		font-size: 11px;
		font-weight: 600;
		color: #000;
		text-transform: uppercase;
		background: #f4ae25;
	}

	.welcome-section-left a:hover{
		background: #000000;
		color: #fff;
	}

	.services-section{
		margin: 0 auto;
		padding:30px 0;
		height: auto;
		background: #deedfb;
		text-align: center;
	}

	.services-section h1{
		margin: 0 auto;
		padding:0 0;
		font-size: 24px;
		font-weight:500;
		color: #044780;
		text-align: center;
	}


	.line-title-center {
		width: 20%;
		height: 2px;
		margin: 10px auto;
		padding: 0;
		background: #044780;
	}

	.services-section a.more{
		margin:0 auto;
		padding:15px 30px;
		font-size: 12px;
		font-weight: 600;
		color: #000;
		text-transform: uppercase;
		background: #f4ae25;
	}

	.services-section a.more:hover{
		background: #000000;
		color: #fff;
	}

	.whyus-section{
		margin: 0 auto;
		padding: 30px 0;
		height: auto;
		background:#1b1934 url(../images/bg-whyus.jpg) repeat-x;
	}

	.whyus-section-main{
		width: 96%;
		height: auto;
		margin: 0 auto;
		padding:0 10px;
	}

	.whyus-section-main-col-left{
		width: 90%;
		height: auto;
		float: left;
	}

	.whyus-section-main-col-left h1{
		margin: 0;
		padding:0 0;
		font-size: 36px;
		line-height: 40px;
		text-transform: uppercase;
		font-weight:600;
		color: #ffcc00;
	}

	.whyus-section-main-col-left p{
		margin: 0;
		padding:0 0 20px 0;
		font-size: 13px;
		line-height: 20px;
		font-weight:400;
		color: #fff;
	}

	.whyus-section-main-col-left a{
		margin: 0;
		padding:10px 20px;
		font-size: 12px;
		font-weight: 600;
		color: #000;
		text-transform: uppercase;
		background: #f4ae25;
	}

	.whyus-section-main-col-left a:hover{
		background: #000000;
		color: #fff;
	}

	.whyus-section-main-col-middle{
		width: 100%;
		height: auto;
		float: left;
	}

	.whyus-section-main-col-middle ul{
		margin: 50px 0 0 10px;
		padding: 0;
	}

	.whyus-section-main-col-middle ul li{
		margin: 0;
		padding: 2px;
		list-style:disc;
		font-size: 13px;
		color: #ffcc00;
	}

	.whyus-section-main-col-right{
		width: 100%;
		height: auto;
		float: left;
		padding-top: 25px;
	}

	.segments-section{
		margin: 0 auto;
		padding: 40px 0;
		height: auto;	
	}

	.segments-section h1{
		margin: 0 auto;
		padding:0 0;
		font-size: 26px;
		font-weight:500;
		color: #044780;
		text-align: center;
	}

	.segments-section h2{
		margin: 0 auto;
		padding:10px 10px 0 10px;
		font-size: 14px;
		font-weight:400;
		color: #044780;
		text-align: center;
	}

	.footer-section {
		margin: 0 auto;
		padding: 35px 0;
		background:#132949;
	}

	.footer-02 {
		margin: 0 auto;
		text-align: center;
	}

	.footer-02-col-25 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}

	.footer-02-col-25 ul{
		margin: 10px 20px;
		padding: 0;
		text-align: center;
	}

	.footer-02-col-25 ul li{
		margin: 0;
		padding: 4px;
		list-style: none;
		display: inline;
	}

	.footer-02-col-25 ul li a{
		margin: 0;
		padding: 0;
		font-size: 16px;
		color: #fff;
	}

	.footer-02-col-25 ul li a:hover{
		color: burlywood;
	}

	.footer-02-col-20 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}

	.footer-02-col-20 p{
		margin: 0;
		padding: 0;
		font-size: 13px;
		color: #fff;
	}

	.footer-02-col-35 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}

	.footer-02-col-35 h2{
		margin: 0;
		padding: 0;
		font-size: 20px;
		color: #fff;
	}

	.footer-02-col-35 p{
		margin: 0;
		padding: 15px 10px;
		font-size: 14px;
		color: #ccc;
	}


	.social-link {
		margin:0 0 15px 0;
		padding:0 0 0 0;
	}

	a.fb {color:#fff; font-size:24px; margin-right:12px;}
	a.fb:hover {color:#cd9d51; font-size:24px; margin-right:12px;}
	a.tweeter {color:#fff;font-size:24px; margin-right:12px;}
	a.tweeter:hover {color:#cd9d51;font-size:24px;}
	a.instagram {color:#fff;font-size:24px;}
	a.instagram:hover {color:#cd9d51;font-size:24px;}
	a.pinterest {color:#fff;font-size:18px;  margin-left:12px;}
	a.pinterest:hover {color:#cd9d51;font-size:18px;}

	.footer-03 {
		margin: 0 auto;
		text-align: left;
		padding: 15px 0 0 0;
	}

	.footer-03 a{
		font-size: 14px;
		color: #fff;
	}

	.footer-03 a:hover{
		color: #D4A708;
	}
	
	
	.banner-inner-section {
		margin: 0 auto;
		padding: 0;
	}

	.banner-inner-section img{
		margin: 0 auto;
		width: 100%;
	}

	.body-section-inner {
		margin: 0 auto;
		padding: 35px 0;
		height: auto;
	}

	.body-section-inner h1{
		margin: 0 auto;
		padding:0 0;
		font-size: 30px;
		font-weight:500;
		color: #044780;
		text-align: center;
	}

	.body-section-inner p{
		margin: 0 auto;
		padding:0 0;
		font-size: 13px;
		font-weight:400;
		color: #000;
		text-align: justify;
	}

	
	.body-section-inner h2{
		margin: 0 auto;
		padding:0 0 0 0;
		font-size: 15px;
		font-weight:400;
		color: #D97300;
		text-align: center;
	}

	.body-section-inner h3{
		margin: 0 auto;
		padding:10px 10px 0 10px;
		font-size: 14px;
		font-weight:400;
		color: #D97300;
		text-align: center;
	}

	.vision-section {
		margin: 0 auto;
		padding:45px 0;
		height: auto;
		background: #e5eaef;
		text-align: center;
	}

	.vision-section-col {
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.vision-section-col img{
		width: 25%;
	}

	.vision-section-col h1{
		margin: 0;
		padding:10px 0 10px 0;
		font-size: 20px;
		font-weight:500;
		color: #000;
	}

	.vision-section-col p{
		margin: 0;
		padding:0 10px 25px 10px;
		font-size: 14px;
		font-weight:400;
		color: #333;
	}

	.vision-section-col-2 {
		margin: 0;
		padding: 25px 0 0 0;
		text-align: center;
	}

	.vision-section-col-2 h1{
		margin: 0;
		padding:10px 0 10px 0;
		font-size: 20px;
		font-weight:500;
		color: #000;
	}

	.vision-section-col-2 p{
		margin: 0;
		padding:0 10px;
		font-size: 14px;
		font-weight:400;
		color: #333;
	}

	.vision-section-col-2 img{
		width: 25%;
	}

	.whyus-section-inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 50px 0;
	}

	.whyus-section-inner-50{
		width: 100%;
		margin: 15px 10px;
		padding: 0;
		float: left;
	}

	.whyus-section-inner-50 h3{
		font-size: 16px;
		color: #000000;
		text-align: left;
		margin: -65px 0 0 80px;
		padding: 0;
		font-weight: 500;
		position: relative;
	}

	.whyus-section-inner-50 p{
		font-size: 13px;
		color: #333;
		text-align: left;
		margin: 0;
		padding: 0 15px 0 80px;
		font-weight: 400;	
	}

	.connect-section {
		margin: 0 auto;
		padding:35px 0;
		text-align: center;
		background: #fff;
	}

	.connect-section h1{
		font-size: 20px;
		color: #024a94;
		margin:0px 0 0 0;
		text-align:center;
		line-height:24px;
		padding:0;
		font-weight: 600;
		text-transform: uppercase;
	}

	.connect-section h2{
		font-size: 14px;
		color: #000;
		margin:0;
		text-align:center;
		line-height:20px;
		padding:5px 10px 35px 10px;
		font-weight: 300;
	}

	.connect-section-main{
		margin: 0 10px;
	}

	.connect-section-main-col{
		margin: 0 10px 0 0;
		padding: 10px;
		float: left;
		width: 100%;
		height: auto;
		background: #fff;
		border-bottom: 1px solid #B1CDEC;
	}

	.connect-section-main-col h3{
		font-size: 20px;
		color: #0095da;
		margin:0;
		text-align:center;
		line-height:30px;
		padding:15px 0 10px 0;
		font-weight: 600;
	}

	.connect-section-main-col p{
		font-size: 13px;
		color: #000;
		margin:0;
		text-align:center;
		line-height:20px;
		padding:0 0;
		font-weight: 400;
	}

	.connect-section-main-col a {
		font-weight: 500;
	}
	
	.services-section-inner {
		margin:0 auto;
		padding:30px 0;
	}

	.services-section-inner h1{
		font-size:30px;
		color: #0078B0;
		margin:0;
		text-align:center;
		line-height:30px;
		padding:15px 0 10px 0;
		font-weight: 600;
		text-transform: uppercase;
	}

	.services-section-main {
		width: 94%;
		margin:0 auto;
		padding:15px 0;
		border-bottom: 1px solid #CFCFCF;
	}
	
	.services-section-main p{
		font-size:13px;
		color: #000;
		margin:0;
		text-align:left;
		line-height:20px;
		padding:0 0 10px 0;
		font-weight: 400;
	}

	.services-section-main h2{
		font-size:20px;
		color: #0078B0;
		margin:0;
		text-align:left;
		line-height:24px;
		padding:0 0 5px 0;
		font-weight: 400;
	}

	.services-section-main h3{
		font-size:16px;
		color: #D56B03;
		margin:0;
		text-align:left;
		line-height:20px;
		padding:0 0 10px 0;
		font-weight: 600;
	}

	.services-section-main-colleft {
		width: 94%;
		margin:0;
		padding:0;
		float: left;
	}

	.services-section-main-colleft img{
		width: 100%;
		padding: 10px 0;
	}

	.services-section-main-colright {
		width: 94%;
		margin:0;
		padding:15px 0 0 0;
		float: left;
	}

	.services-section-main-colright h4{
		font-size:18px;
		color: #0078B0;
		margin:0;
		text-align:left;
		line-height:22px;
		padding:0 0 5px 0;
		font-weight: 400;
	}

	.services-section-main-colright p{
		font-size:13px;
		color: #000;
		margin:0;
		text-align:left;
		line-height:20px;
		padding:0 0 10px 0;
		font-weight: 400;
	}

	.services-section-main-colright p span{
		font-weight: 600;
		font-size: 14px;
	}

	.googlemap {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		height: 300px;
	}
	
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	
	.navbar {
		position:fixed; margin:0;
		padding:10px 10px;
		z-index:999;
		width:100%;
	}
	
	.navbar-nav {padding:0 0 0 20px!important;}
	
	.navbar-brand {width:76%;}
	
	.main-nav {
		background:#fff !important;
	}
	
	.main-nav a{
		color:#CCC;
	}
	
	.navbar ul li{	
		padding:0 0!important;
		border-bottom:1px solid #CCC;
	}
	
	.navbar ul li a {
		color:#000 !important;
		padding:6px 0;
		text-transform:none;
		font-size:13px;
		letter-spacing:0.6px;
		font-weight:400;
	}
	
	.navbar ul li a:hover{
		color:#000!important;
		background:#FC0;
		padding:6px 10px;
	}
	
	.logo {color:#FC0 !important;}
	
	.navbar-toggler {
		color:#CCC !important;
	}
	
	.logo img {width:50%; margin:0; padding:0;}
	
	.social {
		font-size:16px;
		color:#C00;
	}
	
	a.fb {color:#999; font-size:18px; margin-right:12px;}
	a.fb:hover {color:#06C; font-size:18px; margin-right:12px;}
	a.tweeter {color:#999;font-size:18px; margin-right:12px;}
	a.tweeter:hover {color:#09C;font-size:18px;}
	a.linkedin {color:#999;font-size:18px;}
	a.linkedin:hover {color:#036;font-size:18px;}
	
	.banner-section {
		margin:0;
		padding:0;
	}

	.ht-navbar {
		height:50px;
	}

	.numbers-section {
		width: 100%;
		margin: 0 auto;
	}


	.numbers-section-left{
		width: 100%;
		float: left;
		margin: 0;
		padding:22px 0;
		color: #d29d00;
		font-size: 30px;
		font-weight: 300;
		background: #004a8f;
	}

	.numbers-section-left h1{
		margin: 0;
		padding: 0 20px;
		font-size: 20px;
		text-align: center;
		font-weight: 300;
		color: #fff;
	}

	.numbers-section-right{
		float: left;
		width: 100%;
		margin: 0;
		padding:0 0;
		color: #fff;
		font-size: 23px;
		font-weight: 300;
		line-height: 26px;
		height: auto;
		background: url(../images/bg-numbers.jpg) left no-repeat #f9bf10;
	}

	.numbers-section-right-main{
		width: 100%;
		height:auto;
		margin: 0;
		padding: 0;
	}

	.numbers-section-right-main-col{
		float: left;
		width: 33%;
		height: auto;
		margin: 0;
		padding: 20px 0;
		border-right: 1px solid #000;
		text-align: center;
	}

	.numbers-section-right-main-col:hover{
		background: #d3e4f9;
		-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;text-decoration:none;
	}

	.numbers-section-right-main-col h2{
		margin: 0;
		padding:0 0;
		font-size: 24px;
		font-weight: 800;
		color: #000;
	}

	.numbers-section-right-main-col h3{
		margin: 0;
		padding:0 0;
		font-size: 16px;
		font-weight: 300;
		color: #000;
	}

	.welcome-section {
		margin: 0 auto;
		padding: 30px 10px;
	}

	.line-title-left {
		width: 15%;
		height: 2px;
		margin: 15px 0;
		padding: 0;
		background: #EDAD0A;
	}

	.welcome-section-left{
		margin: 0;
		padding: 0 0 25px 0;
		height: auto;
	}

	.welcome-section-left h1{
		margin: 0;
		padding:0 0 5px 0;
		font-size: 30px;
		font-weight:500;
		color: #000;
	}

	.welcome-section-left h2{
		margin: 0;
		padding:0 20px 0 0;
		font-size: 16px;
		font-weight: 400;
		color: #000;
	}

	.welcome-section-left p{
		margin: 0;
		padding:0 0 25px 0;
		font-size: 14px;
		font-weight: 400;
		color: #000;
	}

	.welcome-section-left a{
		margin: 0;
		padding:10px 20px;
		font-size: 11px;
		font-weight: 600;
		color: #000;
		text-transform: uppercase;
		background: #f4ae25;
	}

	.welcome-section-left a:hover{
		background: #000000;
		color: #fff;
	}

	.services-section{
		margin: 0 auto;
		padding:30px 0;
		height: auto;
		background: #deedfb;
		text-align: center;
	}

	.services-section h1{
		margin: 0 auto;
		padding:0 0;
		font-size: 24px;
		font-weight:500;
		color: #044780;
		text-align: center;
	}


	.line-title-center {
		width: 20%;
		height: 2px;
		margin: 10px auto;
		padding: 0;
		background: #044780;
	}

	.services-section a{
		margin:0 auto;
		padding:15px 30px;
		font-size: 12px;
		font-weight: 600;
		color: #000;
		text-transform: uppercase;
		background: #f4ae25;
	}

	.services-section a:hover{
		background: #000000;
		color: #fff;
	}

	.whyus-section{
		margin: 0 auto;
		padding: 30px 0;
		height: auto;
		background:#1b1934 url(../images/bg-whyus.jpg) repeat-x;
	}

	.whyus-section-main{
		width: 96%;
		height: auto;
		margin: 0 auto;
		padding:0 10px;
	}

	.whyus-section-main-col-left{
		width: 90%;
		height: auto;
		float: left;
	}

	.whyus-section-main-col-left h1{
		margin: 0;
		padding:0 0;
		font-size: 36px;
		line-height: 40px;
		text-transform: uppercase;
		font-weight:600;
		color: #ffcc00;
	}

	.whyus-section-main-col-left p{
		margin: 0;
		padding:0 0 20px 0;
		font-size: 13px;
		line-height: 20px;
		font-weight:400;
		color: #fff;
	}

	.whyus-section-main-col-left a{
		margin: 0;
		padding:10px 20px;
		font-size: 12px;
		font-weight: 600;
		color: #000;
		text-transform: uppercase;
		background: #f4ae25;
	}

	.whyus-section-main-col-left a:hover{
		background: #000000;
		color: #fff;
	}

	.whyus-section-main-col-middle{
		width: 100%;
		height: auto;
		float: left;
	}

	.whyus-section-main-col-middle ul{
		margin: 50px 0 0 10px;
		padding: 0;
	}

	.whyus-section-main-col-middle ul li{
		margin: 0;
		padding: 2px;
		list-style:disc;
		font-size: 13px;
		color: #ffcc00;
	}

	.whyus-section-main-col-right{
		width: 100%;
		height: auto;
		float: left;
		padding-top: 25px;
	}

	.segments-section{
		margin: 0 auto;
		padding: 40px 0;
		height: auto;	
	}

	.segments-section h1{
		margin: 0 auto;
		padding:0 0;
		font-size: 26px;
		font-weight:500;
		color: #044780;
		text-align: center;
	}

	.segments-section h2{
		margin: 0 auto;
		padding:10px 10px 0 10px;
		font-size: 14px;
		font-weight:400;
		color: #044780;
		text-align: center;
	}

	.footer-section {
		margin: 0 auto;
		padding: 35px 0;
		background:#132949;
	}

	.footer-02 {
		margin: 0 auto;
		text-align: center;
	}

	.footer-02-col-25 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}

	.footer-02-col-25 ul{
		margin: 10px 20px;
		padding: 0;
		text-align: center;
	}

	.footer-02-col-25 ul li{
		margin: 0;
		padding: 4px;
		list-style: none;
		display: inline;
	}

	.footer-02-col-25 ul li a{
		margin: 0;
		padding: 0;
		font-size: 16px;
		color: #fff;
	}

	.footer-02-col-25 ul li a:hover{
		color: burlywood;
	}

	.footer-02-col-20 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}

	.footer-02-col-20 p{
		margin: 0;
		padding: 0;
		font-size: 13px;
		color: #fff;
	}

	.footer-02-col-35 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}

	.footer-02-col-35 h2{
		margin: 0;
		padding: 0;
		font-size: 20px;
		color: #fff;
	}

	.footer-02-col-35 p{
		margin: 0;
		padding: 15px 10px;
		font-size: 14px;
		color: #ccc;
	}


	.social-link {
		margin:0 0 15px 0;
		padding:0 0 0 0;
	}

	a.fb {color:#fff; font-size:24px; margin-right:12px;}
	a.fb:hover {color:#cd9d51; font-size:24px; margin-right:12px;}
	a.tweeter {color:#fff;font-size:24px; margin-right:12px;}
	a.tweeter:hover {color:#cd9d51;font-size:24px;}
	a.instagram {color:#fff;font-size:24px;}
	a.instagram:hover {color:#cd9d51;font-size:24px;}
	a.pinterest {color:#fff;font-size:18px;  margin-left:12px;}
	a.pinterest:hover {color:#cd9d51;font-size:18px;}

	.footer-03 {
		margin: 0 auto;
		text-align: left;
		padding: 15px 0 0 0;
	}

	.footer-03 a{
		font-size: 14px;
		color: #fff;
	}

	.footer-03 a:hover{
		color: #D4A708;
	}
	
	.banner-inner-section {
		margin: 0 auto;
		padding: 0;
	}

	.banner-inner-section img{
		margin: 0 auto;
		width: 100%;
	}

	.body-section-inner {
		margin: 0 auto;
		padding:45px 0;
		height: auto;
	}

	.body-section-inner h1{
		margin: 0 auto;
		padding:0 0;
		font-size: 30px;
		font-weight:500;
		color: #044780;
		text-align: center;
	}

	.body-section-inner p{
		margin: 0 auto;
		padding:0 0;
		font-size: 13px;
		font-weight:400;
		color: #000;
		text-align: left;
	}

	.body-section-inner h2{
		margin: 0 auto;
		padding:0 0 0 0;
		font-size: 20px;
		font-weight:400;
		color: #D97300;
		text-align: center;
	}

	.body-section-inner h3{
		margin: 0 auto;
		padding:10px 120px 0 120px;
		font-size: 22px;
		font-weight:400;
		color: #D97300;
		text-align: center;
	}

	.vision-section {
		margin: 0 auto;
		padding: 35px 0;
		height: auto;
		background: #e5eaef;
	}

	.vision-section-col {
		margin: 0;
		padding: 0;
		text-align: right;
	}

	.vision-section-col img{
		width: 35%;
	}

	.vision-section-col h1{
		margin: 0;
		padding:10px 0 10px 0;
		font-size: 20px;
		font-weight:500;
		color: #000;
	}

	.vision-section-col p{
		margin: 0;
		padding:0;
		font-size: 13px;
		font-weight:400;
		color: #333;
	}

	.vision-section-col-2 {
		margin: 0;
		padding: 0;
		text-align: left;
	}

	.vision-section-col-2 h1{
		margin: 0;
		padding:10px 0 10px 0;
		font-size: 20px;
		font-weight:500;
		color: #000;
	}

	.vision-section-col-2 p{
		margin: 0;
		padding:0;
		font-size: 13px;
		font-weight:400;
		color: #333;
	}

	.vision-section-col-2 img{
		width: 35%;
	}

	.whyus-section-inner {
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 20px 0;
	}

	.whyus-section-inner-50{
		width: 40%;
		margin: 15px 20px;
		padding: 0;
		float: left;
	}

	.whyus-section-inner-50 h3{
		font-size: 16px;
		color: #000000;
		text-align: left;
		margin: -65px 0 0 80px;
		padding: 0;
		font-weight: 500;
		position: relative;
	}

	.whyus-section-inner-50 p{
		font-size: 13px;
		color: #333;
		text-align: left;
		margin: 0;
		padding: 0 15px 0 80px;
		font-weight: 400;	
	}

	.connect-section {
		margin: 0 auto;
		padding:35px 0;
		text-align: center;
		background: #f9f9f9;
	}

	.connect-section h1{
		font-size: 20px;
		color: #024a94;
		margin:0px 0 0 0;
		text-align:center;
		line-height:26px;
		padding:0;
		font-weight: 600;
		text-transform: uppercase;
	}

	.connect-section h2{
		font-size: 16px;
		color: #000;
		margin:0;
		text-align:center;
		line-height:22px;
		padding:5px 20px 35px 20px;
		font-weight: 300;
	}

	.connect-section-main{
		margin: 0 0px;
	}

	.connect-section-main-col{
		margin: 0 10px 0 0;
		padding: 30px;
		float: left;
		width: 30%;
		height: auto;
		background: #fff;
		border-bottom: 1px solid #B1CDEC;
	}

	.connect-section-main-col h3{
		font-size: 20px;
		color: #0095da;
		margin:0;
		text-align:center;
		line-height:30px;
		padding:15px 0 10px 0;
		font-weight: 600;
	}

	.connect-section-main-col p{
		font-size: 14px;
		color: #000;
		margin:0;
		text-align:center;
		line-height:20px;
		padding:0 0;
		font-weight: 400;
	}

	.connect-section-main-col a {
		font-weight: 500;
	}
	
	.services-section-inner {
		margin:0 auto;
		padding:30px 0;
	}

	.services-section-inner h1{
		font-size:30px;
		color: #0078B0;
		margin:0;
		text-align:center;
		line-height:30px;
		padding:15px 0 10px 0;
		font-weight: 600;
		text-transform: uppercase;
	}

	.services-section-main {
		width: 94%;
		margin:0 auto;
		padding:15px 0;
		border-bottom: 1px solid #CFCFCF;
	}
	
	.services-section-main p{
		font-size:13px;
		color: #000;
		margin:0;
		text-align:left;
		line-height:20px;
		padding:0 0 10px 0;
		font-weight: 400;
	}

	.services-section-main h2{
		font-size:18px;
		color: #0078B0;
		margin:0;
		text-align:left;
		line-height:22px;
		padding:0 0 5px 0;
		font-weight: 400;
	}

	.services-section-main h3{
		font-size:14px;
		color: #D56B03;
		margin:0;
		text-align:left;
		line-height:20px;
		padding:0 0 10px 0;
		font-weight: 600;
	}

	.services-section-main-colleft {
		width: 35%;
		margin:0;
		padding:0;
		float: left;
	}

	.services-section-main-colleft img{
		width: 100%;
		padding: 10px 0;
	}

	.services-section-main-colright {
		width: 65%;
		margin:0;
		padding:5px 0 0 15px;
		float: left;
	}

	.services-section-main-colright h4{
		font-size:18px;
		color: #0078B0;
		margin:0;
		text-align:left;
		line-height:22px;
		padding:0 0 5px 0;
		font-weight: 400;
	}

	.services-section-main-colright p{
		font-size:13px;
		color: #000;
		margin:0;
		text-align:left;
		line-height:20px;
		padding:0 0 10px 0;
		font-weight: 400;
	}

	.services-section-main-colright p span{
		font-weight: 600;
		font-size: 14px;
	}


	
		
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	.navbar {
		position:fixed; margin:0;
		padding:10px 10px;
		z-index:999;
		width:100%;
	}
	
	.navbar-nav {padding:0 0 0 20px!important;}
	
	.navbar-brand {width:76%;}
	
	.main-nav {
		background:#fff !important;
	}
	
	.main-nav a{
		color:#CCC;
	}
	
	.navbar ul li{	
		padding:0 0!important;
		border-bottom:1px solid #CCC;
	}
	
	.navbar ul li a {
		color:#000 !important;
		padding:6px 0;
		text-transform:none;
		font-size:13px;
		letter-spacing:0.6px;
		font-weight:400;
	}
	
	.navbar ul li a:hover{
		color:#000!important;
		background:#FC0;
		padding:6px 10px;
	}
	
	.logo {color:#FC0 !important;}
	
	.navbar-toggler {
		color:#CCC !important;
	}
	
	.logo img {width:30%; margin:0; padding:0;}
	
	.social {
		font-size:16px;
		color:#C00;
	}
	
	a.fb {color:#999; font-size:18px; margin-right:12px;}
	a.fb:hover {color:#06C; font-size:18px; margin-right:12px;}
	a.tweeter {color:#999;font-size:18px; margin-right:12px;}
	a.tweeter:hover {color:#09C;font-size:18px;}
	a.linkedin {color:#999;font-size:18px;}
	a.linkedin:hover {color:#036;font-size:18px;}
	
	.banner-section {
		margin:0;
		padding:0;
	}

	.ht-navbar {
		height:50px;
	}

	.numbers-section {
		width: 100%;
		margin: 0 auto;
	}


	.numbers-section-left{
		width: 100%;
		float: left;
		margin: 0;
		padding:22px 0;
		color: #d29d00;
		font-size: 30px;
		font-weight: 300;
		background: #004a8f;
	}

	.numbers-section-left h1{
		margin: 0;
		padding: 0 20px;
		font-size: 20px;
		text-align: center;
		font-weight: 300;
		color: #fff;
	}

	.numbers-section-right{
		float: left;
		width: 100%;
		margin: 0;
		padding:0 0;
		color: #fff;
		font-size: 23px;
		font-weight: 300;
		line-height: 26px;
		height: auto;
		background: url(../images/bg-numbers.jpg) left no-repeat #f9bf10;
	}

	.numbers-section-right-main{
		width: 100%;
		height:auto;
		margin: 0;
		padding: 0;
	}

	.numbers-section-right-main-col{
		float: left;
		width: 33%;
		height: auto;
		margin: 0;
		padding: 20px 0;
		border-right: 1px solid #000;
		text-align: center;
	}

	.numbers-section-right-main-col:hover{
		background: #d3e4f9;
		-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;text-decoration:none;
	}

	.numbers-section-right-main-col h2{
		margin: 0;
		padding:0 0;
		font-size: 24px;
		font-weight: 800;
		color: #000;
	}

	.numbers-section-right-main-col h3{
		margin: 0;
		padding:0 0;
		font-size: 16px;
		font-weight: 300;
		color: #000;
	}

	.welcome-section {
		margin: 0 auto;
		padding: 50px 10px;
	}

	.line-title-left {
		width: 15%;
		height: 2px;
		margin: 15px 0;
		padding: 0;
		background: #EDAD0A;
	}

	.welcome-section-left{
		margin: 0;
		padding: 0 0 25px 0;
		height: auto;
	}

	.welcome-section-left h1{
		margin: 0;
		padding:0 0 5px 0;
		font-size: 30px;
		font-weight:500;
		color: #000;
	}

	.welcome-section-left h2{
		margin: 0;
		padding:0 20px 0 0;
		font-size: 16px;
		font-weight: 400;
		color: #000;
	}

	.welcome-section-left p{
		margin: 0;
		padding:0 0 25px 0;
		font-size: 14px;
		font-weight: 400;
		color: #000;
	}

	.welcome-section-left a{
		margin: 0;
		padding:10px 20px;
		font-size: 11px;
		font-weight: 600;
		color: #000;
		text-transform: uppercase;
		background: #f4ae25;
	}

	.welcome-section-left a:hover{
		background: #000000;
		color: #fff;
	}

	.services-section{
		margin: 0 auto;
		padding:30px 0;
		height: auto;
		background: #deedfb;
		text-align: center;
	}

	.services-section h1{
		margin: 0 auto;
		padding:0 0;
		font-size: 24px;
		font-weight:500;
		color: #044780;
		text-align: center;
	}


	.line-title-center {
		width: 20%;
		height: 2px;
		margin: 10px auto;
		padding: 0;
		background: #044780;
	}

	.services-section a{
		margin:0 auto;
		padding:15px 30px;
		font-size: 12px;
		font-weight: 600;
		color: #000;
		text-transform: uppercase;
		background: #f4ae25;
	}

	.services-section a:hover{
		background: #000000;
		color: #fff;
	}

	.whyus-section{
		margin: 0 auto;
		padding: 50px 0;
		height: auto;
		background:#1b1934 url(../images/bg-whyus.jpg) repeat-x;
	}

	.whyus-section-main{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding:0 10px;
	}

	.whyus-section-main-col-left{
		width: 32%;
		height: auto;
		float: left;
	}

	.whyus-section-main-col-left h1{
		margin: 0;
		padding:0 0;
		font-size: 30px;
		line-height: 30px;
		text-transform: uppercase;
		font-weight:600;
		color: #ffcc00;
	}

	.whyus-section-main-col-left p{
		margin: 0;
		padding:0 0 20px 0;
		font-size: 13px;
		line-height: 20px;
		font-weight:400;
		color: #fff;
	}

	.whyus-section-main-col-left a{
		margin: 0;
		padding:10px 20px;
		font-size: 12px;
		font-weight: 600;
		color: #000;
		text-transform: uppercase;
		background: #f4ae25;
	}

	.whyus-section-main-col-left a:hover{
		background: #000000;
		color: #fff;
	}

	.whyus-section-main-col-middle{
		width: 32%;
		height: auto;
		float: left;
	}

	.whyus-section-main-col-middle ul{
		margin: 90px 0 0 10px;
		padding: 0;
	}

	.whyus-section-main-col-middle ul li{
		margin: 0;
		padding: 2px;
		list-style:disc;
		font-size: 13px;
		color: #ffcc00;
	}

	.whyus-section-main-col-right{
		width: 32%;
		height: auto;
		float: left;
		padding-top: 75px;
	}

	.segments-section{
		margin: 0 auto;
		padding: 40px 0;
		height: auto;	
	}

	.segments-section h1{
		margin: 0 auto;
		padding:0 0;
		font-size: 26px;
		font-weight:500;
		color: #044780;
		text-align: center;
	}

	.segments-section h2{
		margin: 0 auto;
		padding:10px 10px 0 10px;
		font-size: 14px;
		font-weight:400;
		color: #044780;
		text-align: center;
	}

	.footer-section {
		margin: 0 auto;
		padding: 35px 0;
		background:#132949;
	}

	.footer-02 {
		margin: 0 auto;
		text-align: center;
	}

	.footer-02-col-25 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}

	.footer-02-col-25 ul{
		margin: 10px 20px;
		padding: 0;
		text-align: center;
	}

	.footer-02-col-25 ul li{
		margin: 0;
		padding: 4px;
		list-style: none;
		display: inline;
	}

	.footer-02-col-25 ul li a{
		margin: 0;
		padding: 0;
		font-size: 16px;
		color: #fff;
	}

	.footer-02-col-25 ul li a:hover{
		color: burlywood;
	}

	.footer-02-col-20 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}

	.footer-02-col-20 p{
		margin: 0;
		padding: 0;
		font-size: 13px;
		color: #fff;
	}

	.footer-02-col-35 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}

	.footer-02-col-35 h2{
		margin: 0;
		padding: 0;
		font-size: 20px;
		color: #fff;
	}

	.footer-02-col-35 p{
		margin: 0;
		padding: 15px 10px;
		font-size: 14px;
		color: #ccc;
	}


	.social-link {
		margin:0 0 15px 0;
		padding:0 0 0 0;
	}

	a.fb {color:#fff; font-size:24px; margin-right:12px;}
	a.fb:hover {color:#cd9d51; font-size:24px; margin-right:12px;}
	a.tweeter {color:#fff;font-size:24px; margin-right:12px;}
	a.tweeter:hover {color:#cd9d51;font-size:24px;}
	a.instagram {color:#fff;font-size:24px;}
	a.instagram:hover {color:#cd9d51;font-size:24px;}
	a.pinterest {color:#fff;font-size:18px;  margin-left:12px;}
	a.pinterest:hover {color:#cd9d51;font-size:18px;}

	.footer-03 {
		margin: 0 auto;
		text-align: left;
		padding: 15px 0 0 0;
	}

	.footer-03 a{
		font-size: 14px;
		color: #fff;
	}

	.footer-03 a:hover{
		color: #D4A708;
	}
	
		
	.banner-inner-section {
		margin: 0 auto;
		padding: 0;
	}

	.banner-inner-section img{
		margin: 0 auto;
		width: 100%;
	}

	.body-section-inner {
		margin: 0 auto;
		padding:45px 0;
		height: auto;
	}

	.body-section-inner h1{
		margin: 0 auto;
		padding:0 0;
		font-size: 30px;
		font-weight:500;
		color: #044780;
		text-align: center;
	}

	.body-section-inner p{
		margin: 0 auto;
		padding:0 0;
		font-size: 13px;
		font-weight:400;
		color: #000;
		text-align: left;
	}

	.body-section-inner h2{
		margin: 0 auto;
		padding:0 0 0 0;
		font-size: 16px;
		font-weight:400;
		color: #D97300;
		text-align: center;
	}

	.body-section-inner h3{
		margin: 0 auto;
		padding:10px 50px 0 50px;
		font-size: 18px;
		font-weight:400;
		color: #D97300;
		text-align: center;
	}

	.vision-section {
		margin: 0 auto;
		padding: 35px 0;
		height: auto;
		background: #e5eaef;
	}

	.vision-section-col {
		margin: 0;
		padding: 0;
		text-align: right;
	}

	.vision-section-col img{
		width: 35%;
	}

	.vision-section-col h1{
		margin: 0;
		padding:10px 0 10px 0;
		font-size: 20px;
		font-weight:500;
		color: #000;
	}

	.vision-section-col p{
		margin: 0;
		padding:0;
		font-size: 13px;
		font-weight:400;
		color: #333;
	}

	.vision-section-col-2 {
		margin: 0;
		padding: 0;
		text-align: left;
	}

	.vision-section-col-2 h1{
		margin: 0;
		padding:10px 0 10px 0;
		font-size: 20px;
		font-weight:500;
		color: #000;
	}

	.vision-section-col-2 p{
		margin: 0;
		padding:0;
		font-size: 13px;
		font-weight:400;
		color: #333;
	}

	.vision-section-col-2 img{
		width: 35%;
	}

	.whyus-section-inner {
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 20px 0;
	}

	.whyus-section-inner-50{
		width: 40%;
		margin: 15px 20px;
		padding: 0;
		float: left;
	}

	.whyus-section-inner-50 h3{
		font-size: 16px;
		color: #000000;
		text-align: left;
		margin: -65px 0 0 80px;
		padding: 0;
		font-weight: 500;
		position: relative;
	}

	.whyus-section-inner-50 p{
		font-size: 13px;
		color: #333;
		text-align: left;
		margin: 0;
		padding: 0 15px 0 80px;
		font-weight: 400;	
	}

	.connect-section {
		margin: 0 auto;
		padding:45px 0;
		text-align: center;
		background: #f9f9f9;
	}

	.connect-section h1{
		font-size: 20px;
		color: #024a94;
		margin:0px 0 0 0;
		text-align:center;
		line-height:26px;
		padding:0;
		font-weight: 600;
		text-transform: uppercase;
	}

	.connect-section h2{
		font-size: 16px;
		color: #000;
		margin:0;
		text-align:center;
		line-height:22px;
		padding:5px 20px 35px 20px;
		font-weight: 300;
	}

	.connect-section-main{
		margin: 0 0px;
	}

	.connect-section-main-col{
		margin: 0 10px 0 0;
		padding: 30px;
		float: left;
		width: 30%;
		height: auto;
		background: #fff;
		border-bottom: 1px solid #B1CDEC;
	}

	.connect-section-main-col h3{
		font-size: 20px;
		color: #0095da;
		margin:0;
		text-align:center;
		line-height:30px;
		padding:15px 0 10px 0;
		font-weight: 600;
	}

	.connect-section-main-col p{
		font-size: 14px;
		color: #000;
		margin:0;
		text-align:center;
		line-height:20px;
		padding:0 0;
		font-weight: 400;
	}

	.connect-section-main-col a {
		font-weight: 500;
	}
	
	.services-section-inner {
		margin:0 auto;
		padding:30px 0;
	}

	.services-section-inner h1{
		font-size:30px;
		color: #0078B0;
		margin:0;
		text-align:center;
		line-height:30px;
		padding:15px 0 10px 0;
		font-weight: 600;
		text-transform: uppercase;
	}

	.services-section-main {
		width: 94%;
		margin:0 auto;
		padding:15px 0;
		border-bottom: 1px solid #CFCFCF;
	}
	
	.services-section-main p{
		font-size:13px;
		color: #000;
		margin:0;
		text-align:left;
		line-height:20px;
		padding:0 0 10px 0;
		font-weight: 400;
	}

	.services-section-main h2{
		font-size:18px;
		color: #0078B0;
		margin:0;
		text-align:left;
		line-height:22px;
		padding:0 0 5px 0;
		font-weight: 400;
	}

	.services-section-main h3{
		font-size:14px;
		color: #D56B03;
		margin:0;
		text-align:left;
		line-height:20px;
		padding:0 0 10px 0;
		font-weight: 600;
	}

	.services-section-main-colleft {
		width: 35%;
		margin:0;
		padding:0;
		float: left;
	}

	.services-section-main-colleft img{
		width: 100%;
		padding: 10px 0;
	}

	.services-section-main-colright {
		width: 65%;
		margin:0;
		padding:5px 0 0 15px;
		float: left;
	}

	.services-section-main-colright h4{
		font-size:18px;
		color: #0078B0;
		margin:0;
		text-align:left;
		line-height:22px;
		padding:0 0 5px 0;
		font-weight: 400;
	}

	.services-section-main-colright p{
		font-size:13px;
		color: #000;
		margin:0;
		text-align:left;
		line-height:20px;
		padding:0 0 10px 0;
		font-weight: 400;
	}

	.services-section-main-colright p span{
		font-weight: 600;
		font-size: 14px;
	}
	
	
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
	
	.navbar {
		position:fixed; 
		margin:0;
		padding:0;
		z-index:9999;
		width:100%;
		border-bottom:1px solid #f0f0f0;
	}

	.main-nav {
		background:#fff !important;
	}

	.main-nav a{
		color:#CCC;
	}

	.navbar ul li{	
		padding:0 8px!important;
	}

	.navbar ul li a {
		color:#000 !important;
		padding:19px 0;
		font-size:15px;
		letter-spacing:0.6px;
		font-weight:600;
		text-transform: uppercase;
	}

	.navbar ul li a:hover{
		color:#ee713a!important;
	}

	.navbar-nav {padding:0 0 0 50px!important;}

	.logo {color:#FC0 !important;}
	.logo img {width:100%; margin:0; padding:0;}

	.navbar-toggler {
		color:#CCC !important;
	}

	.call {margin:-6px 0 0 0; padding:0; font-weight:200; font-size:18px; letter-spacing:0.8px;}
	.fa-mobile-alt {font-size:18px; color:#ee713a;}

	a.fb {color:#999; font-size:18px; margin-right:12px;}
	a.fb:hover {color:#06C; font-size:18px; margin-right:12px;}
	a.tweeter {color:#999;font-size:18px; margin-right:12px;}
	a.tweeter:hover {color:#09C;font-size:18px;}
	a.instagram {color:#999;font-size:18px;}
	a.instagram:hover {color:#906;font-size:18px;}


	.banner-section {
		margin:0;
		padding:0;
	}

	.ht-navbar {
		height:55px;
	}

	.numbers-section {
		width: 100%;
		margin: 0 auto;
	}


	.numbers-section-left{
		width: 30%;
		float: left;
		margin: 0;
		padding:48px 0;
		color: #d29d00;
		font-size: 30px;
		font-weight: 300;
		background: #004a8f;
	}

	.numbers-section-left h1{
		margin: 0;
		padding: 0 75px 0 0;
		font-size: 30px;
		text-align: right;
		font-weight: 300;
		color: #fff;
	}

	.numbers-section-right{
		float: left;
		width: 70%;
		margin: 0;
		padding:0 0;
		color: #fff;
		font-size: 23px;
		font-weight: 300;
		line-height: 26px;
		height: auto;
		background: url(../images/bg-numbers.jpg) left no-repeat #f9bf10;
	}

	.numbers-section-right-main{
		width: 100%;
		height:auto;
		margin: 0;
		padding: 0;
	}

	.numbers-section-right-main-col{
		float: left;
		width: 29%;
		height: auto;
		margin: 0;
		padding: 20px 0;
		border-right: 1px solid #000;
		text-align: center;
	}

	.numbers-section-right-main-col:hover{
		background: #d3e4f9;
		-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;text-decoration:none;
	}

	.numbers-section-right-main-col h2{
		margin: 0;
		padding:0 0;
		font-size: 36px;
		font-weight: 800;
		color: #000;
	}

	.numbers-section-right-main-col h3{
		margin: 0;
		padding:0 0;
		font-size: 20px;
		font-weight: 300;
		color: #000;
	}

	.welcome-section {
		margin: 0 auto;
		padding: 70px 0;
	}

	.line-title-left {
		width: 15%;
		height: 2px;
		margin: 15px 0;
		padding: 0;
		background: #EDAD0A;
	}

	.welcome-section-left{
		margin: 0;
		padding: 0;
		height: auto;
	}

	.welcome-section-left h1{
		margin: 0;
		padding:0 0 5px 0;
		font-size: 40px;
		font-weight:500;
		color: #000;
	}

	.welcome-section-left h2{
		margin: 0;
		padding:0 50px 0 0;
		font-size: 30px;
		font-weight: 300;
		color: #000;
	}

	.welcome-section-left p{
		margin: 0;
		padding:0 50px 30px 0;
		font-size: 16px;
		font-weight: 400;
		color: #000;
	}

	.welcome-section-left a{
		margin: 0;
		padding:15px 30px;
		font-size: 12px;
		font-weight: 600;
		color: #000;
		text-transform: uppercase;
		background: #f4ae25;
	}

	.welcome-section-left a:hover{
		background: #000000;
		color: #fff;
	}

	.services-section{
		margin: 0 auto;
		padding: 70px 0;
		height: auto;
		background: #deedfb;
		text-align: center;
	}

	.services-section h1{
		margin: 0 auto;
		padding:0 0;
		font-size: 40px;
		font-weight:500;
		color: #044780;
		text-align: center;
	}


	.line-title-center {
		width: 15%;
		height: 2px;
		margin: 15px auto;
		padding: 0;
		background: #044780;
	}

	.services-section a{
		margin:0 auto;
		padding:15px 30px;
		font-size: 12px;
		font-weight: 600;
		color: #000;
		text-transform: uppercase;
		background: #f4ae25;
	}

	.services-section a:hover{
		background: #000000;
		color: #fff;
	}

	.whyus-section{
		margin: 0 auto;
		padding:60px 0;
		height: auto;
		background:#1b1934 url(../images/bg-whyus.jpg) repeat-x;
	}

	.whyus-section-main{
		width: 94%;
		height: auto;
		margin: 0 auto;
	}

	.whyus-section-main-col-left{
		width: 35%;
		height: auto;
		float: left;
	}

	.whyus-section-main-col-left h1{
		margin: 0;
		padding:0 0;
		font-size: 45px;
		line-height: 50px;
		text-transform: uppercase;
		font-weight:600;
		color: #ffcc00;
	}

	.whyus-section-main-col-left p{
		margin: 0;
		padding:0 0 30px 0;
		font-size: 14px;
		line-height: 22px;
		font-weight:300;
		color: #fff;
	}

	.whyus-section-main-col-left a{
		margin: 0;
		padding:15px 30px;
		font-size: 12px;
		font-weight: 600;
		color: #000;
		text-transform: uppercase;
		background: #f4ae25;
	}

	.whyus-section-main-col-left a:hover{
		background: #000000;
		color: #fff;
	}

	.whyus-section-main-col-middle{
		width: 30%;
		height: auto;
		float: left;
	}

	.whyus-section-main-col-middle ul{
		margin: 100px 0 0 50px;
		padding: 0;
	}

	.whyus-section-main-col-middle ul li{
		margin: 0;
		padding: 5px;
		list-style:disc;
		font-size: 14px;
		color: #ffcc00;
	}

	.whyus-section-main-col-right{
		width: 35%;
		height: auto;
		float: left;
		padding-top: 95px;
	}

	.segments-section{
		margin: 0 auto;
		padding:70px 0;
		height: auto;	
	}

	.segments-section h1{
		margin: 0 auto;
		padding:0 0;
		font-size: 40px;
		font-weight:500;
		color: #044780;
		text-align: center;
	}

	.segments-section h2{
		margin: 0 auto;
		padding:10px 200px 0 200px;
		font-size: 16px;
		font-weight:400;
		color: #044780;
		text-align: center;
	}

	.footer-section {
		margin: 0 auto;
		padding: 75px 0;
		background:#132949;
	}

	.footer-02 {
		margin: 0 auto;
	}

	.footer-02-col-25 {
		width: 25%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}

	.footer-02-col-25 ul{
		margin: 0 0 0 95px;
		padding: 0;
	}

	.footer-02-col-25 ul li{
		margin: 0;
		padding: 2px 0;
		list-style: none;
	}

	.footer-02-col-25 ul li a{
		margin: 0;
		padding: 0;
		font-size: 16px;
		color: #fff;
	}

	.footer-02-col-25 ul li a:hover{
		color: burlywood;
	}

	.footer-02-col-20 {
		width: 20%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}

	.footer-02-col-20 p{
		margin: 0;
		padding: 0;
		font-size: 14px;
		color: #fff;
	}

	.footer-02-col-35 {
		width: 35%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}

	.footer-02-col-35 h2{
		margin: 0;
		padding: 0;
		font-size: 20px;
		color: #fff;
	}

	.footer-02-col-35 p{
		margin: 0;
		padding: 15px 75px 0 0;
		font-size: 14px;
		color: #ccc;
	}


	.social-link {
		margin:0 0 15px 0;
		padding:0 0 0 0;
	}

	a.fb {color:#fff; font-size:24px; margin-right:12px;}
	a.fb:hover {color:#cd9d51; font-size:24px; margin-right:12px;}
	a.tweeter {color:#fff;font-size:24px; margin-right:12px;}
	a.tweeter:hover {color:#cd9d51;font-size:24px;}
	a.instagram {color:#fff;font-size:24px;}
	a.instagram:hover {color:#cd9d51;font-size:24px;}
	a.pinterest {color:#fff;font-size:18px;  margin-left:12px;}
	a.pinterest:hover {color:#cd9d51;font-size:18px;}

	.footer-03 {
		margin: 0 auto;
		text-align: left;
		padding: 15px 0 0 0;
	}

	.footer-03 a{
		font-size: 14px;
		color: #fff;
	}

	.footer-03 a:hover{
		color: #D4A708;
	}
	
	
	.banner-inner-section img{
		margin: 0 auto;
		width: 100%;
	}

	.body-section-inner {
		margin: 0 auto;
		padding: 55px 0;
		height: auto;
	}

	.body-section-inner h1{
		margin: 0 auto;
		padding:0 0;
		font-size: 36px;
		font-weight:500;
		color: #044780;
		text-align: center;
	}

	.body-section-inner p{
		margin: 0 auto;
		padding:0 0;
		font-size: 14px;
		font-weight:400;
		color: #000;
		text-align: left;
	}

	.body-section-inner h2{
		margin: 0 auto;
		padding:0 0 0 0;
		font-size: 20px;
		font-weight:400;
		color: #D97300;
		text-align: center;
	}

	.body-section-inner h3{
		margin: 0 auto;
		padding:10px 50px 0 50px;
		font-size: 18px;
		font-weight:400;
		color: #D97300;
		text-align: center;
	}

	.vision-section {
		margin: 0 auto;
		padding: 75px 0;
		height: auto;
		background: #e5eaef;
	}

	.vision-section-col {
		margin: 0;
		padding: 0;
		text-align: right;
	}

	.vision-section-col img{
		width: 25%;
	}

	.vision-section-col h1{
		margin: 0;
		padding:10px 0 10px 0;
		font-size: 22px;
		font-weight:500;
		color: #000;
	}

	.vision-section-col p{
		margin: 0;
		padding:0;
		font-size: 14px;
		font-weight:400;
		color: #333;
	}

	.vision-section-col-2 {
		margin: 0;
		padding: 0;
		text-align: left;
	}

	.vision-section-col-2 h1{
		margin: 0;
		padding:10px 0 10px 0;
		font-size: 22px;
		font-weight:500;
		color: #000;
	}

	.vision-section-col-2 p{
		margin: 0;
		padding:0;
		font-size: 14px;
		font-weight:400;
		color: #333;
	}

	.vision-section-col-2 img{
		width: 25%;
	}

	.whyus-section-inner {
		width: 100%;
		margin: 0 auto;
		padding: 70px 0 20px 0;
	}

	.whyus-section-inner-50{
		width: 45%;
		margin: 15px 20px;
		padding: 0;
		float: left;
	}

	.whyus-section-inner-50 h3{
		font-size: 18px;
		color: #000000;
		text-align: left;
		margin: -65px 0 5px 80px;
		padding: 0;
		font-weight: 500;
		position: relative;
	}

	.whyus-section-inner-50 p{
		font-size: 14px;
		color: #333;
		text-align: left;
		margin: 0;
		padding: 0 15px 0 80px;
		font-weight: 400;	
	}

	.connect-section {
		margin: 0 auto;
		padding:55px 0;
		text-align: center;
		background: #f9f9f9;
	}

	.connect-section h1{
		font-size: 22px;
		color: #024a94;
		margin:0px 0 0 0;
		text-align:center;
		line-height:24px;
		padding:0;
		font-weight: 600;
		text-transform: uppercase;
	}

	.connect-section h2{
		font-size: 18px;
		color: #000;
		margin:0;
		text-align:center;
		line-height:22px;
		padding:5px 100px 35px 100px;
		font-weight: 300;
	}

	.connect-section-main{
		margin: 0 100px;
	}

	.connect-section-main-col{
		margin: 0 10px 0 0;
		padding: 30px;
		float: left;
		width: 48%;
		height: auto;
		background: #fff;
		border-bottom: 1px solid #B1CDEC;
	}

	.connect-section-main-col h3{
		font-size: 20px;
		color: #0095da;
		margin:0;
		text-align:center;
		line-height:30px;
		padding:15px 0 10px 0;
		font-weight: 600;
	}

	.connect-section-main-col p{
		font-size: 14px;
		color: #000;
		margin:0;
		text-align:center;
		line-height:20px;
		padding:0 0;
		font-weight: 400;
	}

	.connect-section-main-col a {
		font-weight: 500;
	}
}

.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 20%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 115%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 20%;
}

.floating-wpp:hover {
    bottom: 17px;
}

.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.floating-wpp .floating-wpp-popup {
    /*border: 2px solid white;*/
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    width: 0px;
    height: 0px;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: white;
    padding: 8px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: 0.2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: white;
    margin: 0 -15px 10px -15px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.floating-wpp .floating-wpp-input-message {
    background-color: white;
    margin: 10px -15px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}


/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }