@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-brand span{
	font-size:14px;
	color:#039!important;	
}
.navbar {
	position:fixed; margin:0;
	padding:0;
	z-index:999;
	width:100%;
	border-bottom:1px solid #f0f0f0;
}
.main-nav {
	background:#fff !important;
}
.main-nav a{
	color:#CCC;
}
.navbar ul li{	
	padding:0 0 0 15px!important;
}
.navbar ul li a {
	color:#000 !important;
	padding:32px 2px;
	font-size:18px;
	letter-spacing:0.6px;
	font-weight:600;
}
.navbar ul li a:hover{
	color:#01b0c5!important;
	transition: all 0.3s ease-in-out;
}
.navbar-nav {padding:0 0 0 100px!important;}
/* shows the dropdown menu on hover */
.navbar 
.dropdown:hover 
.dropdown-menu, 
.navbar 
.dropdown 
.dropdown-menu:hover {
  	display:block;
  	visibility: visible;
  	opacity: 1;
  	-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;
}
.navbar .dropdown-menu {
  	border: 1px solid rgba(0,0,0,.15);
  	background-color: #fff;
	opacity: 0.3;
    filter: alpha(opacity=53); /* For IE8 and earlier */
  	padding:0;
	margin-top:0;
	
}
.dropdown-menu a {
	padding:10px 20px!important;
	display:block;
	border-bottom:1px solid #CCC;
	text-decoration:none;
	text-transform:none!important;
	font-size: 14px!important;
}
.dropdown-menu a:hover{
	background:#f0f9fd;
	color:#000!important;
	text-decoration:none;
}
.logo {color:#FC0 !important;}
.logo img {max-width:100%; margin:0; padding:0;}
.navbar-toggler {
	color:#CCC !important;
}
.socialicons {
	margin:0; 
	padding:0;
}
.socialicons a{
	display:inline-block;
	height:1.8rem;
	width:1.8rem;
	background-color:#fff;
	border:2px solid #069;
	color:#069;
	border-radius:100%;
	text-align:center;
	font-size:14px;
	line-height:1.6rem;
	margin-right:0.2rem
}
.socialicons a:last-child{
	margin-right:0
}
.socialicons a:hover{
	background-color:#3a589e;
	border:2px solid #3a589e;
	color:#FFF;
}
.ht-navbar {
	height:85px;
}
.social {
	font-size:16px;
	color:#C00;
}
.banner-section {
	margin:0;
	padding:0;
	background:url(../images/bg-banner-main.jpg) left no-repeat #094b86;
	height:512px;
}

.banner-section-left{
	margin: 0;
	padding: 0;
}

.banner-section-right{
	margin: 0;
	padding: 125px 0 0 45px;
}

.banner-section-right h1{
	font-size: 46px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: 200;
	line-height: 46px;
}

.banner-section-right h2{
	font-size: 16px;
	color: #fff;
	margin: 0 0 30px 0;
	padding: 0 50px 0 0;
	text-align: left;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.5px;
}

.line-title-banner {
	margin: 25px 0;
	padding: 0;
	height: 1px;
	background: #fff;
	width: 20%;
}

.banner-section-right a{
	font-size: 12px;
	color: #15286f;
	margin: 0;
	padding: 15px 25px;;
	text-align: center;
	text-transform: uppercase;
	background: #fff;
	border-radius: 10px;
	font-weight: 800;
}

.banner-section-right a:hover{
	background: #0C4B8E;
	color: #fff;
}

.clients-home {
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}

.welcome-section {
	margin: 0 auto;
	padding: 75px 0;
}

.welcome-section-left{
	margin: 0;
	padding: 25px 0 0 0;
}

.welcome-section-left h1{
	font-size: 26px;
	color: #e31e24;
	margin: 0;
	padding: 0 120px 0 0;
	text-align: left;
	font-weight: 400;
	line-height: 30px;
}

.welcome-section-left p{
	font-size: 18px;
	color: #000;
	margin: 0 0 25px 0;
	padding: 0 50px 0 0;
	text-align: left;
	font-weight: 300;
	line-height: 26px;
}

.welcome-section-left a{
	font-size: 16px;
	color: #fff;
	margin: 0 0;
	padding: 15px 30px;
	text-align: center;
	background: #014380;
	font-weight: 400;
	line-height: 30px;
	border-radius: 7px;
}

.welcome-section-left a:hover{
	background: #e31e24;
}

.welcome-section-right{
	margin: 0;
	padding: 0;
}

.services-section {
	margin:0;
	padding:75px 0;
	background: #eef7f9;
}

.services-section h1{
	font-size: 36px;
	font-weight:600;
	color: #000;
	margin: 0 auto;
	padding:0;
	text-align: center;
	text-transform: uppercase;
}

.services-section h2{
	font-size: 24px;
	font-weight:500;
	color: #f05100;
	margin: 0 auto;
	padding:0;
	text-align: center;
}

.line-title-center-100 {
	background: #f05100;
	height: 1px;
	width: 10%;
	margin: 20px auto;
}

.services-section-col {
	width: 23%;
	height: auto;
	margin: 20px 20px 35px 0;
	padding: 20px;
	float: left;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radis:5px;
	-moz-border-radius:5px;
}

.services-section-col h3{
	font-size: 18px;
	font-weight:500;
	color: #000;
	margin: 0 auto;
	padding:15px 0 0 0;
	text-align:left;
}

.services-section-col p{
	font-size: 15px;
	font-weight:300;
	color: #000;
	line-height: 22px;
	margin: 0 auto;
	padding:0 0 15px 0;
	text-align:left;
}

.line-title-left-25 {
	background: #f05100;
	height: 1px;
	width: 20%;
	margin: 15px 0;
}

.services-section-col a{
	font-size: 14px;
}

.services-section a.viewall{
	font-size: 16px;
	color: #fff;
	margin: 0 0;
	padding: 15px 30px;
	text-align: center;
	background: #014380;
	font-weight: 400;
	line-height: 30px;
	border-radius: 7px;
}

.services-section a.viewall:hover{
	background: #e31e24;
}

.ambasa-numbers-section {
	margin:0 auto;
	padding: 75px 0;
	text-align: center;
	background-image: linear-gradient(to right, #191f69 , #d51e29);
}

.ambasa-numbers-section h1{
	font-size: 40px;
	font-weight:600;
	color: #fff;
	margin: 0 auto;
	padding:0;
	text-align: center;
}

.ambasa-numbers-section-col {
	margin: 20px 0;
	padding: 0;
	border-right: 1px solid #fff;
}

.ambasa-numbers-section-col h2{
	font-size: 46px;
	font-weight:800;
	color: #fff;
	margin: 0 auto;
	padding:0;
	text-align: center;
}

.ambasa-numbers-section-col h3{
	font-size: 24px;
	font-weight:400;
	color: #fff;
	margin: 0 auto;
	padding:0;
	text-align: center;
}

.product-expertise-section {
	margin: 0 auto;
	padding: 75px 0;
	text-align: center;
}

.line-title-center {
	margin: 25px auto;
	height: 1px;
	background: #C50307;
	width: 10%;
}

.product-expertise-section img{
	margin-right: 15px;
}

.footer-section {
	margin: 0 auto;
	padding: 75px 0;
	background: url(../images/bg-footer.jpg) center right no-repeat #052e69;
}

.footer-01 {
	margin: 0 auto;
	text-align: center;
}


.footer-01 h1{
	font-size: 36px;
	font-weight:600;
	color: #fff;
	margin: 0 auto 15px auto;
	padding:0;
	text-align: center;
}

.footer-01 h2{
	font-size: 18px;
	font-weight:300;
	color: #fff;
	margin: 0 auto 35px auto;
	padding:0;
	text-align: center;
}

.footer-01 a{
	font-size: 16px;
	color: #e31e24;
	margin: 0 0;
	padding: 15px 30px;
	text-align: center;
	background: #fff;
	font-weight: 400;
	line-height: 30px;
	border-radius: 7px;
}

.footer-01 a:hover{
	background: #e31e24;
	color: #fff;
}

.footer-02 {
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	padding: 45px 0;
}

.footer-02-col-25 {
	width: 25%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

.footer-02-col-25 ul{
	margin: 0 0 0 25px;
	padding: 0;
}

.footer-02-col-25 ul li{
	margin: 0;
	padding: 5px 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 ul{
	margin: 0;
	padding: 0;
}

.footer-02-col-35 ul li{
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

.footer-02-col-35 ul li a{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #fff;
}

.footer-02-col-35 ul li a:hover{
	color: burlywood;
}

.social-link {
	margin: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-section-inner {	
	height: auto;
	text-align: center;
	background: url(../images/banner-inner-bg.jpg) right no-repeat #1c1f68;
}

.banner-section-inner h1{
	font-size: 36px;
	color: #fff;
	line-height: 24px;
	margin: 0 0;
	padding:65px 0 70px 0;
	font-weight: 500;
	text-transform: uppercase;
}

.body-section-inner {
	padding:75px 0;
	margin: 0 auto;
}

.aboutus-section {
	margin: 0 auto;
	padding: 75px 0 0 0;
}

.aboutus-section h1{
	font-size: 30px;
	color: #00427f;
	line-height: 24px;
	margin: 0 0;
	padding:0 0 20px 0;
	font-weight: 300;
}

.aboutus-section p{
	font-size: 18px;
	margin: 0 auto;
	padding: 0 0 25px 0;
	line-height: 32px;
	font-weight: 400;
	color: #333;
}
	
.aboutus-section img.corevlues{
	width: 40%;
}

.visionmission-section {
	margin:35px 0 55px 0;
}

.visionmission-section-left{
	width: 50%;
	float: left;
	margin: 0;
	padding: 50px;
	text-align: center;
	background: #ddf3f5;
	border-radius: 20px;
}

.visionmission-section-left h2{
	font-size: 24px;
	font-weight: 400;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

.visionmission-section-left p{
	font-size: 16px;
	font-weight: 400;
	margin: 0 auto;
	padding: 0 20px;
	color: #000;
	text-align: center;
	line-height: 26px;
}

.visionmission-section-right{
	width: 50%;
	float: left;
	margin: 0;
	padding: 50px;
	text-align: center;
	background: #c3ebef;
	border-radius:20px;
}

.visionmission-section-right h2{
	font-size: 24px;
	font-weight: 400;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}

.visionmission-section-right p{
	font-size: 16px;
	font-weight: 400;
	margin: 0 auto;
	padding: 0 50px;
	color: #000;
	text-align: center;
	line-height: 26px;
}

.bg-clr-blue01 {background: #ddf3f5;}
.bg-clr-blue02 {background: #c3ebef;}

.mentor-section {
	margin: 0 auto;
	padding: 75px 0;
}

.mentor-section-main{
	margin: 0 100px;
}

.mentor-section-main h1{
	font-size: 22px;
	color: #01967b;
	margin: 0 0 20px 0;
	text-align: center;
	line-height:22px;
	padding: 0 0 0 0;
	font-weight: 600;
}

.mentor-section-main-left{
	margin: 15px 0 0 0;
	padding-left: 105px;
}

.mentor-section-main-left img{
}

.mentor-section-main-left p{
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 0;
	line-height: 22px;
	font-weight: 500;
	color: #024a94;
}

.mentor-section-main-left h2{
	font-size: 20px;
	color: #024a94;
	margin: 20px 0 0 0;
	text-align: left;
	line-height:26px;
	padding: 0 0 0 0;
	font-weight: 500;
}

.mentor-section-main-right{
	margin: 15px 0 0 0;
	padding: 0;
}

.mentor-section-main-right p{
	font-size: 14px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 0;
	line-height: 22px;
	color: 666;
	font-weight: 500;
}

.mentor-section-main-right h2{
	font-size: 20px;
	color: #024a94;
	margin: 0 0 20px 0;
	text-align: left;
	line-height:26px;
	padding: 0 0 0 0;
	font-weight: 500;
}

.connect-section {
	margin: 0 auto;
	padding: 75px 0;
	text-align: center;
}

.connect-section h1{
	font-size: 26px;
	color: #026FAC;
	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:30px;
	padding:0 75px 35px 75px;
	font-weight: 400;
}

.connect-section-main{
	margin: 0 100px;
}

.connect-section-main-col{
	margin: 0 10px 0 0;
	padding: 30px;
	float: left;
	width: 32%;
	height: auto;
	background: #fff;
	border: 1px solid #B3D4E4;
	border-radius: 25px;
}

.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;
}

.services-section-inner {
	margin: 0 auto;
	padding:75px 0;
}

.services-section-inner-main {
	margin: 0 120px;
}

.services-section-inner-left{
	margin: 0;
	padding: 0;
}

.services-section-inner-right{
	margin: 0;
	padding: 0 0 0 50px;
}

.services-section-inner-right h1{
	font-size: 30px;
	color: #0095da;
	margin:0;
	text-align:left;
	line-height:30px;
	padding:0 0 0 0;
	font-weight: 500;
}

.services-section-inner-right h2{
	font-size: 20px;
	color: #0272A6;
	margin:0;
	text-align:left;
	line-height:24px;
	padding:10px 0 15px 0;
	font-weight: 400;
}

.services-section-inner-right p{
	font-size: 14px;
	color: #000;
	margin:0;
	text-align:left;
	line-height:26px;
	padding:0 0;
	font-weight: 300;
}

.services-section-inner-right p strong{
	font-weight: 600;
}

.clinets-section-inner {
	margin: 0 auto;
	padding: 75px 0;
}

.clinets-section-inner h1{
	font-size: 30px;
	color: #00427f;
	line-height: 28px;
	margin: 0 0;
	padding:0 0 20px 0;
	font-weight: 300;
}

.clinets-section-inner p{
	font-size: 16px;
	margin: 0 auto;
	padding: 0 0 25px 0;
	line-height: 26px;
	font-weight: 400;
	color: #333;
}

.cl-main {
	margin: 0 auto;
	width: 100%;
}

.cl-main img{
	border: 1px solid #ccc;
	margin:8px;
	border-radius: 8px;
	float: left;
}

.googlemap {
	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 10px 10px!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:5px 0;
		text-transform:none;
		font-size:13px;
		letter-spacing:0.6px;
		font-weight:300;
	}
	
	.navbar ul li a:hover{
		color:#000!important;
		background:#FC0;
		padding:5px 10px;
	}
	
	.logo {color:#FC0 !important;}
	
	.navbar-toggler {
		color:#CCC !important;
	}
	
	.logo img {width:60%; 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;}
	
	.ht-navbar {
		height:75px;
	}
	
	.socialicons {
		margin:0; 
		padding:0 0 0 10px;
	}
	.socialicons a{
		display:inline-block;
		height:1.8rem;
		width:1.8rem;
		background-color:#fff;
		border:2px solid #069;
		color:#069;
		border-radius:100%;
		text-align:center;
		font-size:14px;
		line-height:1.6rem;
		margin-right:0.2rem
	}
	.socialicons a:last-child{
		margin-right:0
	}
	.socialicons a:hover{
		background-color:#3a589e;
		border:2px solid #3a589e;
		color:#FFF;
	}

	.social {
		font-size:16px;
		color:#C00;
	}
	.banner-section {
		margin:0;
		padding:0 0 28px 0;
		background:url(../images/bg-banner-main.jpg) left no-repeat #094b86;
		height:auto;
	}

	.banner-section-left{
		margin: 0;
		padding: 0;
	}

	.banner-section-right{
		margin: 0;
		padding: 25px 0 0 45px;
	}

	.banner-section-right h1{
		font-size: 30px;
		color: #fff;
		margin: 0;
		padding: 50px 0 0 0;
		text-align: left;
		font-weight: 200;
		line-height: 32px;
	}

	.banner-section-right h2{
		font-size: 13px;
		color: #fff;
		margin: 0 0 20px 0;
		padding: 0 20px 0 0;
		text-align: left;
		font-weight: 300;
		line-height: 18px;
		letter-spacing: 0.5px;
	}

	.line-title-banner {
		margin: 25px 0;
		padding: 0;
		height: 1px;
		background: #fff;
		width: 20%;
	}

	.banner-section-right a{
		font-size: 12px;
		color: #15286f;
		margin: 0;
		padding: 10px 15px;;
		text-align: center;
		text-transform: uppercase;
		background: #fff;
		border-radius: 10px;
		font-weight: 800;
	}

	.banner-section-right a:hover{
		background: #0C4B8E;
		color: #fff;
	}

	.clients-home {
		margin: 0 auto;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
		text-align: center;
	}

	.clients-home img{
		float:none;
		margin:0 5px;	
		text-align: center;	
	}

	.welcome-section {
		margin: 0 auto;
		padding: 35px 10px;
	}

	.welcome-section-left{
		margin: 0;
		padding:0 0 25px 0;
	}

	.welcome-section-left h1{
		font-size: 20px;
		color: #e31e24;
		margin: 0;
		padding: 0 0 10px 0;
		text-align: left;
		font-weight: 400;
		line-height: 24px;
	}

	.welcome-section-left p{
		font-size: 14px;
		color: #000;
		margin: 0 0 25px 0;
		padding: 0 0 0 0;
		text-align: left;
		font-weight: 300;
		line-height: 20px;
	}

	.welcome-section-left a{
		font-size: 14px;
		color: #fff;
		margin: 0 0;
		padding: 10px 20px;
		text-align: center;
		background: #014380;
		font-weight: 400;
		line-height: 30px;
		border-radius: 7px;
	}

	.welcome-section-left a:hover{
		background: #e31e24;
	}

	.welcome-section-right{
		margin: 0;
		padding: 0;
	}

	.services-section {
		margin:0;
		padding:35px 0;
		background: #eef7f9;
	}

	.services-section h1{
		font-size: 24px;
		font-weight:600;
		color: #000;
		margin: 0 auto;
		padding:0;
		text-align: center;
		text-transform: uppercase;
	}

	.services-section h2{
		font-size: 18px;
		font-weight:500;
		color: #f05100;
		margin: 0 auto;
		padding:0;
		text-align: center;
	}

	.line-title-center-100 {
		background: #f05100;
		height: 1px;
		width: 20%;
		margin: 20px auto;
	}

	.services-section-col {
		width: 100%;
		height: auto;
		margin: 10px 10px 10px 10px;
		padding: 20px;
		float: left;
		background: #fff;
		border-radius: 5px;
		-webkit-border-radis:5px;
		-moz-border-radius:5px;
	}

	.services-section-col h3{
		font-size: 18px;
		font-weight:500;
		color: #000;
		margin: 0 auto;
		padding:15px 0 0 0;
		text-align:left;
	}

	.services-section-col p{
		font-size: 14px;
		font-weight:300;
		color: #000;
		line-height: 22px;
		margin: 0 auto;
		padding:0 0 15px 0;
		text-align:left;
	}

	.line-title-left-25 {
		background: #f05100;
		height: 1px;
		width: 20%;
		margin: 15px 0;
	}

	.services-section-col a{
		font-size: 14px;
	}

	.services-section a.viewall{
		font-size: 14px;
		color: #fff;
		margin: 0 0;
		padding: 10px 20px;
		text-align: center;
		background: #014380;
		font-weight: 400;
		line-height: 30px;
		border-radius: 7px;
	}

	.services-section a.viewall:hover{
		background: #e31e24;
	}

	.ambasa-numbers-section {
		margin:0 auto;
		padding: 25px 0;
		text-align: center;
		background-image: linear-gradient(to bottom right, #191f69, #d51e29);
	}

	.ambasa-numbers-section h1{
		font-size: 30px;
		font-weight:600;
		color: #fff;
		margin: 0 auto;
		padding:0;
		text-align: center;
	}

	.ambasa-numbers-section-col {
		margin:0 0 0 0;
		padding: 15px 0;
		border-right:none;
		border-bottom: 1px solid #B55F60;
	}

	.ambasa-numbers-section-col h2{
		font-size: 26px;
		font-weight:800;
		color: #fff;
		margin: 0 auto;
		padding:0;
		text-align: center;
	}

	.ambasa-numbers-section-col h3{
		font-size: 16px;
		font-weight:400;
		color: #fff;
		margin: 0 auto;
		padding:0;
		text-align: center;
	}

	.product-expertise-section {
		margin: 0 auto;
		padding: 35px 0;
		text-align: center;
	}

	.product-expertise-section h1{
		font-size: 24px;
		font-weight:500;
		color: #000;
		margin: 0 auto;
		padding:0;
		text-align: center;
	}

	.line-title-center {
		margin: 25px auto;
		height: 1px;
		background: #C50307;
		width: 20%;
	}

	.product-expertise-section img{
		margin:0 15px 10px 15px;
		width: 40%;		
}

	.footer-section {
		margin: 0 auto;
		padding: 45px 0;
		background: url(../images/bg-footer.jpg) center top no-repeat #052e69;
	}

	.footer-01 {
		margin: 0 auto;
		text-align: center;
	}


	.footer-01 h1{
		font-size: 24px;
		font-weight:600;
		color: #fff;
		margin: 0 auto 15px auto;
		padding:0;
		text-align: center;
	}

	.footer-01 h2{
		font-size: 16px;
		font-weight:300;
		color: #fff;
		margin: 0 auto 35px auto;
		padding:0;
		text-align: center;
	}

	.footer-01 a{
		font-size: 14px;
		color: #e31e24;
		margin: 0 0;
		padding: 10px 20px;
		text-align: center;
		background: #fff;
		font-weight: 500;
		line-height: 30px;
		border-radius: 7px;
	}

	.footer-01 a:hover{
		background: #e31e24;
		color: #fff;
	}

	.footer-02 {
		margin: 0 auto;
		border-bottom: 1px solid #fff;
		padding: 35px 0;
		text-align: center;
	}

	.footer-02-col-25 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}

	.footer-02-col-25 ul{
		margin: 0 0 20px 0;
		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: 13px;
		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 30px;
		font-size: 13px;
		color: #fff;
	}

	.footer-02-col-35 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}

	.footer-02-col-35 ul{
		margin: 0;
		padding: 0;
	}

	.footer-02-col-35 ul li{
		margin: 0;
		padding: 2px 0;
		list-style: none;
	}

	.footer-02-col-35 ul li a{
		margin: 0;
		padding: 0;
		font-size: 13px;
		color: #fff;
	}

	.footer-02-col-35 ul li a:hover{
		color: burlywood;
	}

	.social-link {
		margin: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: center;
		padding: 15px 0 0 0;
	}

	.footer-03 a{
		font-size: 12px;
		color: #fff;
	}

	.footer-03 a:hover{
		color: #D4A708;
	}
	
	.banner-section-inner {	
		height: auto;
		text-align: center;
		background: url(../images/banner-inner-bg.jpg) right no-repeat #1c1f68;
	}

	.banner-section-inner h1{
		font-size: 24px;
		color: #fff;
		line-height: 24px;
		margin: 0 0;
		padding:35px 0;
		font-weight: 500;
		text-transform: uppercase;
	}

	.body-section-inner {
		padding:35px 0;
		margin: 0 auto;
	}

	.aboutus-section {
		margin: 0 auto;
		padding: 35px 0 0 0;
	}

	.aboutus-section h1{
		font-size: 20px;
		color: #00427f;
		line-height: 24px;
		margin: 0 0;
		padding:0 0 10px 0;
		font-weight: 500;
	}

	.aboutus-section p{
		font-size: 13px;
		margin: 0 auto;
		padding: 0 0 15px 0;
		line-height: 20px;
		font-weight: 400;
		color: #333;
	}

	.aboutus-section img.corevlues{
		width: 100%;
	}

	.visionmission-section {
		margin:35px 0 55px 0;
	}

	.visionmission-section-left{
		width: 100%;
		float: left;
		margin: 0;
		padding: 10px;
		text-align: center;
		background: #ddf3f5;
		border-radius: 20px;
	}

	.visionmission-section-left h2{
		font-size: 20px;
		font-weight: 600;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
	}

	.visionmission-section-left p{
		font-size: 13px;
		font-weight: 400;
		margin: 0 auto;
		padding: 0 10px 20px 10px;
		color: #000;
		text-align: center;
		line-height: 20px;
	}

	.visionmission-section-right{
		width: 100%;
		float: left;
		margin: 15px 0 0 0;
		padding: 10px;
		text-align: center;
		background: #c3ebef;
		border-radius:20px;
	}

	.visionmission-section-right h2{
		font-size: 20px;
		font-weight: 600;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
	}

	.visionmission-section-right p{
		font-size: 13px;
		font-weight: 400;
		margin: 0 auto;
		padding: 0 10px 20px 10px;
		color: #000;
		text-align: center;
		line-height: 20px;
	}

	.bg-clr-blue01 {background: #ddf3f5;}
	.bg-clr-blue02 {background: #c3ebef;}

	.mentor-section {
		margin: 0 auto;
		padding: 35px 0;
	}

	.mentor-section-main{
		margin: 0 20px;
	}

	.mentor-section-main h1{
		font-size: 20px;
		color: #01967b;
		margin: 0 0 20px 0;
		text-align: center;
		line-height:22px;
		padding: 0 0 0 0;
		font-weight: 500;
	}

	.mentor-section-main-left{
		margin: 15px 0 0 0;
		padding-left: 0;
	}

	.mentor-section-main-left img{
	}

	.mentor-section-main-left p{
		font-size: 14px;
		margin: 0;
		padding: 0 0 0 0;
		line-height: 22px;
		font-weight: 500;
		color: #024a94;
	}

	.mentor-section-main-left h2{
		font-size: 18px;
		color: #024a94;
		margin: 20px 0 0 0;
		text-align: left;
		line-height:26px;
		padding: 0 0 0 0;
		font-weight: 500;
	}

	.mentor-section-main-right{
		margin: 10px 0 0 0;
		padding: 0;
	}

	.mentor-section-main-right p{
		font-size: 13px;
		text-align: left;
		margin: 0;
		padding: 0 0 0 0;
		line-height: 20px;
		color: 666;
		font-weight: 400;
	}

	.mentor-section-main-right h2{
		font-size: 20px;
		color: #024a94;
		margin: 0 0 20px 0;
		text-align: left;
		line-height:26px;
		padding: 0 0 0 0;
		font-weight: 500;
	}

	.connect-section {
		margin: 0 auto;
		padding: 35px 0;
		text-align: center;
	}

	.connect-section h1{
		font-size: 18px;
		color: #026FAC;
		margin:0px 10px;
		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:22px;
		padding:0 15px 35px 15px;
		font-weight: 400;
	}

	.connect-section-main{
		margin: 0 10px;
	}

	.connect-section-main-col{
		margin: 0 10px 10px 10px;
		padding: 20px;
		float: left;
		width: 100%;
		height: auto;
		background: #fff;
		border: 1px solid #B3D4E4;
		border-radius: 10px;
	}

	.connect-section-main-col h3{
		font-size: 18px;
		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;
	}

	.services-section-inner {
		margin: 0 auto;
		padding:35px 0;
	}

	.services-section-inner-main {
		margin: 0 10px;
	}

	.services-section-inner-left{
		margin: 0;
		padding: 0;
	}

	.services-section-inner-right{
		margin: 0;
		padding: 10px 10px;
	}

	.services-section-inner-right h1{
		font-size: 20px;
		color: #0095da;
		margin:0;
		text-align:left;
		line-height:24px;
		padding:0 0 0 0;
		font-weight: 500;
	}

	.services-section-inner-right h2{
		font-size: 16px;
		color: #0272A6;
		margin:0;
		text-align:left;
		line-height:22px;
		padding:5px 0 15px 0;
		font-weight: 400;
	}

	.services-section-inner-right p{
		font-size: 13px;
		color: #000;
		margin:0;
		text-align:left;
		line-height:20px;
		padding:0 0;
		font-weight: 300;
	}

	.services-section-inner-right p strong{
		font-weight: 600;
	}

	.clinets-section-inner {
		margin: 0 auto;
		padding: 35px 0;
	}

	.clinets-section-inner h1{
		font-size: 13px;
		color: #00427f;
		line-height: 22px;
		margin: 0 0;
		padding:0 0 20px 0;
		font-weight: 300;
	}

	.clinets-section-inner p{
		font-size: 13px;
		margin: 0 auto;
		padding: 0 0 15px 0;
		line-height: 22px;
		font-weight: 400;
		color: #333;
	}

	.cl-main {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}

	.cl-main img{
		border: 1px solid #ccc;
		margin:5px;
		border-radius: 8px;
		float: left;
	}

	.googlemap {
		width: 100%;
		height: 450px;
	}
	
}

/* 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 10px 10px!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:5px 0;
		text-transform:none;
		font-size:13px;
		letter-spacing:0.6px;
		font-weight:300;
	}
	
	.navbar ul li a:hover{
		color:#000!important;
		background:#FC0;
		padding:5px 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;}
	
	.ht-navbar {
		height:50px;
	}
	
	.socialicons {
		margin:0; 
		padding:0 0 0 10px;
	}
	.socialicons a{
		display:inline-block;
		height:1.8rem;
		width:1.8rem;
		background-color:#fff;
		border:2px solid #069;
		color:#069;
		border-radius:100%;
		text-align:center;
		font-size:14px;
		line-height:1.6rem;
		margin-right:0.2rem
	}
	.socialicons a:last-child{
		margin-right:0
	}
	.socialicons a:hover{
		background-color:#3a589e;
		border:2px solid #3a589e;
		color:#FFF;
	}

	.social {
		font-size:16px;
		color:#C00;
	}
	.banner-section {
		margin:0;
		padding:0 0 0 0;
		background:url(../images/bg-banner-main.jpg) left no-repeat #094b86;
		height:500px;
	}

	.banner-section-left{
		margin: 0;
		padding: 0;
	}

	.banner-section-right{
		margin: 0;
		padding: 75px 0 0 45px;
	}

	.banner-section-right h1{
		font-size: 24px;
		color: #fff;
		margin: 0;
		padding: 30px 0 0 0;
		text-align: left;
		font-weight: 200;
		line-height: 30px;
	}

	.banner-section-right h2{
		font-size: 13px;
		color: #fff;
		margin: 0 0 20px 0;
		padding: 0 0 0 0;
		text-align: left;
		font-weight: 300;
		line-height: 20px;
		letter-spacing: 0.5px;
	}

	.line-title-banner {
		margin: 25px 0;
		padding: 0;
		height: 1px;
		background: #fff;
		width: 20%;
	}

	.banner-section-right a{
		font-size: 12px;
		color: #15286f;
		margin: 0;
		padding: 10px 15px;;
		text-align: center;
		text-transform: uppercase;
		background: #fff;
		border-radius: 10px;
		font-weight: 800;
	}

	.banner-section-right a:hover{
		background: #0C4B8E;
		color: #fff;
	}

	.clients-home {
		margin: 0 auto;
		padding: 30px 0;
		border-bottom: 1px solid #ccc;
		text-align: center;
	}

	.clients-home img{
		float:none;
		margin:0 5px;	
		width: 30%;
		text-align: center;
	}

	.welcome-section {
		margin: 0 auto;
		padding: 35px 10px;
	}

	.welcome-section-left{
		margin: 0;
		padding:0 0 25px 0;
	}

	.welcome-section-left h1{
		font-size: 18px;
		color: #e31e24;
		margin: 0;
		padding: 0 0 10px 0;
		text-align: left;
		font-weight: 400;
		line-height: 24px;
	}

	.welcome-section-left p{
		font-size: 13px;
		color: #000;
		margin: 0 0 25px 0;
		padding: 0 0 0 0;
		text-align: left;
		font-weight: 300;
		line-height: 20px;
	}

	.welcome-section-left a{
		font-size: 14px;
		color: #fff;
		margin: 0 0;
		padding: 10px 20px;
		text-align: center;
		background: #014380;
		font-weight: 400;
		line-height: 30px;
		border-radius: 7px;
	}

	.welcome-section-left a:hover{
		background: #e31e24;
	}

	.welcome-section-right{
		margin: 0;
		padding: 0;
	}

	.services-section {
		margin:0;
		padding:35px 0;
		background: #eef7f9;
	}

	.services-section h1{
		font-size: 24px;
		font-weight:600;
		color: #000;
		margin: 0 auto;
		padding:0;
		text-align: center;
		text-transform: uppercase;
	}

	.services-section h2{
		font-size: 18px;
		font-weight:500;
		color: #f05100;
		margin: 0 auto;
		padding:0;
		text-align: center;
	}

	.line-title-center-100 {
		background: #f05100;
		height: 1px;
		width: 20%;
		margin: 20px auto;
	}

	.services-section-col {
		width: 47%;
		height: auto;
		margin: 10px 5px 5px 10px;
		padding: 20px;
		float: left;
		background: #fff;
		border-radius: 5px;
		-webkit-border-radis:5px;
		-moz-border-radius:5px;
	}

	.services-section-col h3{
		font-size: 18px;
		font-weight:500;
		color: #000;
		margin: 0 auto;
		padding:15px 0 0 0;
		text-align:left;
	}

	.services-section-col p{
		font-size: 14px;
		font-weight:300;
		color: #000;
		line-height: 22px;
		margin: 0 auto;
		padding:0 0 15px 0;
		text-align:left;
	}

	.line-title-left-25 {
		background: #f05100;
		height: 1px;
		width: 20%;
		margin: 15px 0;
	}

	.services-section-col a{
		font-size: 14px;
	}

	.services-section a.viewall{
		font-size: 14px;
		color: #fff;
		margin: 0 0;
		padding: 10px 20px;
		text-align: center;
		background: #014380;
		font-weight: 400;
		line-height: 30px;
		border-radius: 7px;
	}

	.services-section a.viewall:hover{
		background: #e31e24;
	}

	.ambasa-numbers-section {
		margin:0 auto;
		padding: 25px 0;
		text-align: center;
		background-image: linear-gradient(to bottom right, #191f69, #d51e29);
	}

	.ambasa-numbers-section h1{
		font-size: 30px;
		font-weight:600;
		color: #fff;
		margin: 0 auto;
		padding:0;
		text-align: center;
	}

	.ambasa-numbers-section-col {
		margin:0 0 0 0;
		padding: 15px 0;
		border-right:none;
		border-bottom: 1px solid #B55F60;
	}

	.ambasa-numbers-section-col h2{
		font-size: 26px;
		font-weight:800;
		color: #fff;
		margin: 0 auto;
		padding:0;
		text-align: center;
	}

	.ambasa-numbers-section-col h3{
		font-size: 16px;
		font-weight:400;
		color: #fff;
		margin: 0 auto;
		padding:0;
		text-align: center;
	}

	.product-expertise-section {
		margin: 0 auto;
		padding: 35px 0;
		text-align: center;
	}

	.product-expertise-section h1{
		font-size: 24px;
		font-weight:500;
		color: #000;
		margin: 0 auto;
		padding:0;
		text-align: center;
	}

	.line-title-center {
		margin: 25px auto;
		height: 1px;
		background: #C50307;
		width: 20%;
	}

	.product-expertise-section img{
		margin:0 10px 10px 0;
		width: 18%;		
}

	.footer-section {
		margin: 0 auto;
		padding: 45px 0;
		background: url(../images/bg-footer.jpg) center top no-repeat #052e69;
	}

	.footer-01 {
		margin: 0 auto;
		text-align: center;
	}


	.footer-01 h1{
		font-size: 24px;
		font-weight:600;
		color: #fff;
		margin: 0 auto 15px auto;
		padding:0;
		text-align: center;
	}

	.footer-01 h2{
		font-size: 16px;
		font-weight:300;
		color: #fff;
		margin: 0 auto 35px auto;
		padding:0;
		text-align: center;
	}

	.footer-01 a{
		font-size: 14px;
		color: #e31e24;
		margin: 0 0;
		padding: 10px 20px;
		text-align: center;
		background: #fff;
		font-weight: 500;
		line-height: 30px;
		border-radius: 7px;
	}

	.footer-01 a:hover{
		background: #e31e24;
		color: #fff;
	}

	.footer-02 {
		margin: 0 auto;
		border-bottom: 1px solid #fff;
		padding: 35px 0;
		text-align: center;
	}

	.footer-02-col-25 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}

	.footer-02-col-25 ul{
		margin: 0 0 20px 0;
		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: 13px;
		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 30px;
		font-size: 13px;
		color: #fff;
	}

	.footer-02-col-35 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}

	.footer-02-col-35 ul{
		margin: 0;
		padding: 0;
	}

	.footer-02-col-35 ul li{
		margin: 0;
		padding: 2px 0;
		list-style: none;
	}

	.footer-02-col-35 ul li a{
		margin: 0;
		padding: 0;
		font-size: 13px;
		color: #fff;
	}

	.footer-02-col-35 ul li a:hover{
		color: burlywood;
	}

	.social-link {
		margin: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: center;
		padding: 15px 0 0 0;
	}

	.footer-03 a{
		font-size: 12px;
		color: #fff;
	}

	.footer-03 a:hover{
		color: #D4A708;
	}
	
	.banner-section-inner {	
		height: auto;
		text-align: center;
		background: url(../images/banner-inner-bg.jpg) right no-repeat #1c1f68;
	}

	.banner-section-inner h1{
		font-size: 24px;
		color: #fff;
		line-height: 24px;
		margin: 0 0;
		padding:55px 0 35px 0;
		font-weight: 500;
		text-transform: uppercase;
	}

	.body-section-inner {
		padding:35px 0;
		margin: 0 auto;
	}

	.aboutus-section {
		margin: 0 auto;
		padding: 35px 0 0 0;
	}

	.aboutus-section h1{
		font-size: 20px;
		color: #00427f;
		line-height: 24px;
		margin: 0 0;
		padding:0 0 10px 0;
		font-weight: 500;
	}

	.aboutus-section p{
		font-size: 13px;
		margin: 0 auto;
		padding: 0 0 15px 0;
		line-height: 20px;
		font-weight: 400;
		color: #333;
	}

	.aboutus-section img.corevlues{
		width: 100%;
	}

	.visionmission-section {
		margin:35px 0 55px 0;
	}

	.visionmission-section-left{
		width: 100%;
		float: left;
		margin: 0;
		padding: 10px;
		text-align: center;
		background: #ddf3f5;
		border-radius: 20px;
	}

	.visionmission-section-left h2{
		font-size: 20px;
		font-weight: 600;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
	}

	.visionmission-section-left p{
		font-size: 13px;
		font-weight: 400;
		margin: 0 auto;
		padding: 0 10px 20px 10px;
		color: #000;
		text-align: center;
		line-height: 20px;
	}

	.visionmission-section-right{
		width: 100%;
		float: left;
		margin: 15px 0 0 0;
		padding: 10px;
		text-align: center;
		background: #c3ebef;
		border-radius:20px;
	}

	.visionmission-section-right h2{
		font-size: 20px;
		font-weight: 600;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
	}

	.visionmission-section-right p{
		font-size: 13px;
		font-weight: 400;
		margin: 0 auto;
		padding: 0 10px 20px 10px;
		color: #000;
		text-align: center;
		line-height: 20px;
	}

	.bg-clr-blue01 {background: #ddf3f5;}
	.bg-clr-blue02 {background: #c3ebef;}

	.mentor-section {
		margin: 0 auto;
		padding: 35px 0;
	}

	.mentor-section-main{
		margin: 0 20px;
	}

	.mentor-section-main h1{
		font-size: 20px;
		color: #01967b;
		margin: 0 0 20px 0;
		text-align: center;
		line-height:22px;
		padding: 0 0 0 0;
		font-weight: 500;
	}

	.mentor-section-main-left{
		margin: 15px 0 0 0;
		padding-left: 0;
	}

	.mentor-section-main-left img{
	}

	.mentor-section-main-left p{
		font-size: 14px;
		margin: 0;
		padding: 0 0 0 0;
		line-height: 22px;
		font-weight: 500;
		color: #024a94;
	}

	.mentor-section-main-left h2{
		font-size: 18px;
		color: #024a94;
		margin: 20px 0 0 0;
		text-align: left;
		line-height:26px;
		padding: 0 0 0 0;
		font-weight: 500;
	}

	.mentor-section-main-right{
		margin: 10px 0 0 0;
		padding: 0;
	}

	.mentor-section-main-right p{
		font-size: 13px;
		text-align: left;
		margin: 0;
		padding: 0 0 0 0;
		line-height: 20px;
		color: 666;
		font-weight: 400;
	}

	.mentor-section-main-right h2{
		font-size: 20px;
		color: #024a94;
		margin: 0 0 20px 0;
		text-align: left;
		line-height:26px;
		padding: 0 0 0 0;
		font-weight: 500;
	}

	.connect-section {
		margin: 0 auto;
		padding: 35px 0;
		text-align: center;
	}

	.connect-section h1{
		font-size: 18px;
		color: #026FAC;
		margin:0px 10px;
		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:22px;
		padding:0 15px 35px 15px;
		font-weight: 400;
	}

	.connect-section-main{
		margin: 0 10px;
	}

	.connect-section-main-col{
		margin: 0 10px 10px 10px;
		padding: 20px;
		float: left;
		width: 100%;
		height: auto;
		background: #fff;
		border: 1px solid #B3D4E4;
		border-radius: 10px;
	}

	.connect-section-main-col h3{
		font-size: 18px;
		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;
	}

	.services-section-inner {
		margin: 0 auto;
		padding:35px 0;
	}

	.services-section-inner-main {
		margin: 0 10px;
	}

	.services-section-inner-left{
		margin: 0;
		padding: 0;
	}

	.services-section-inner-right{
		margin: 0;
		padding: 10px 10px;
	}

	.services-section-inner-right h1{
		font-size: 20px;
		color: #0095da;
		margin:0;
		text-align:left;
		line-height:24px;
		padding:0 0 0 0;
		font-weight: 500;
	}

	.services-section-inner-right h2{
		font-size: 16px;
		color: #0272A6;
		margin:0;
		text-align:left;
		line-height:22px;
		padding:5px 0 15px 0;
		font-weight: 400;
	}

	.services-section-inner-right p{
		font-size: 13px;
		color: #000;
		margin:0;
		text-align:left;
		line-height:20px;
		padding:0 0;
		font-weight: 300;
	}

	.services-section-inner-right p strong{
		font-weight: 600;
	}

	.clinets-section-inner {
		margin: 0 auto;
		padding: 35px 0;
	}

	.clinets-section-inner h1{
		font-size: 13px;
		color: #00427f;
		line-height: 22px;
		margin: 0 0;
		padding:0 0 20px 0;
		font-weight: 300;
	}

	.clinets-section-inner p{
		font-size: 13px;
		margin: 0 auto;
		padding: 0 0 15px 0;
		line-height: 22px;
		font-weight: 400;
		color: #333;
	}

	.cl-main {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}

	.cl-main img{
		border: 1px solid #ccc;
		margin:5px;
		border-radius: 8px;
		float: left;
	}

	.googlemap {
		width: 100%;
		height: 450px;
	}
	
		
}

/* 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 10px 10px!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:5px 0;
		text-transform:none;
		font-size:13px;
		letter-spacing:0.6px;
		font-weight:300;
	}
	
	.navbar ul li a:hover{
		color:#000!important;
		background:#FC0;
		padding:5px 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;}
	
	.ht-navbar {
		height:50px;
	}
	
	.socialicons {
		margin:0; 
		padding:0 0 0 10px;
	}
	.socialicons a{
		display:inline-block;
		height:1.8rem;
		width:1.8rem;
		background-color:#fff;
		border:2px solid #069;
		color:#069;
		border-radius:100%;
		text-align:center;
		font-size:14px;
		line-height:1.6rem;
		margin-right:0.2rem
	}
	.socialicons a:last-child{
		margin-right:0
	}
	.socialicons a:hover{
		background-color:#3a589e;
		border:2px solid #3a589e;
		color:#FFF;
	}

	.social {
		font-size:16px;
		color:#C00;
	}
	.banner-section {
		margin:0;
		padding:0 0 0 0;
		background:url(../images/bg-banner-main.jpg) left no-repeat #094b86;
		height:500px;
	}

	.banner-section-left{
		margin: 0;
		padding: 0;
	}

	.banner-section-right{
		margin: 0;
		padding: 75px 0 0 45px;
	}

	.banner-section-right h1{
		font-size: 24px;
		color: #fff;
		margin: 0;
		padding: 30px 0 0 0;
		text-align: left;
		font-weight: 200;
		line-height: 30px;
	}

	.banner-section-right h2{
		font-size: 13px;
		color: #fff;
		margin: 0 0 20px 0;
		padding: 0 0 0 0;
		text-align: left;
		font-weight: 300;
		line-height: 20px;
		letter-spacing: 0.5px;
	}

	.line-title-banner {
		margin: 25px 0;
		padding: 0;
		height: 1px;
		background: #fff;
		width: 20%;
	}

	.banner-section-right a{
		font-size: 12px;
		color: #15286f;
		margin: 0;
		padding: 10px 15px;;
		text-align: center;
		text-transform: uppercase;
		background: #fff;
		border-radius: 10px;
		font-weight: 800;
	}

	.banner-section-right a:hover{
		background: #0C4B8E;
		color: #fff;
	}

	.clients-home {
		margin: 0 auto;
		padding: 30px 0;
		border-bottom: 1px solid #ccc;
		text-align: center;
	}

	.clients-home img{
		float:none;
		margin:0 5px;	
		width: 30%;
		text-align: center;
	}

	.welcome-section {
		margin: 0 auto;
		padding: 35px 10px;
	}

	.welcome-section-left{
		margin: 0;
		padding:0 0 25px 0;
	}

	.welcome-section-left h1{
		font-size: 18px;
		color: #e31e24;
		margin: 0;
		padding: 0 0 10px 0;
		text-align: left;
		font-weight: 400;
		line-height: 24px;
	}

	.welcome-section-left p{
		font-size: 13px;
		color: #000;
		margin: 0 0 25px 0;
		padding: 0 0 0 0;
		text-align: left;
		font-weight: 300;
		line-height: 20px;
	}

	.welcome-section-left a{
		font-size: 14px;
		color: #fff;
		margin: 0 0;
		padding: 10px 20px;
		text-align: center;
		background: #014380;
		font-weight: 400;
		line-height: 30px;
		border-radius: 7px;
	}

	.welcome-section-left a:hover{
		background: #e31e24;
	}

	.welcome-section-right{
		margin: 0;
		padding: 0;
	}

	.services-section {
		margin:0;
		padding:35px 0;
		background: #eef7f9;
	}

	.services-section h1{
		font-size: 24px;
		font-weight:600;
		color: #000;
		margin: 0 auto;
		padding:0;
		text-align: center;
		text-transform: uppercase;
	}

	.services-section h2{
		font-size: 18px;
		font-weight:500;
		color: #f05100;
		margin: 0 auto;
		padding:0;
		text-align: center;
	}

	.line-title-center-100 {
		background: #f05100;
		height: 1px;
		width: 20%;
		margin: 20px auto;
	}

	.services-section-col {
		width: 47%;
		height: auto;
		margin: 10px 5px 5px 10px;
		padding: 20px;
		float: left;
		background: #fff;
		border-radius: 5px;
		-webkit-border-radis:5px;
		-moz-border-radius:5px;
	}

	.services-section-col h3{
		font-size: 18px;
		font-weight:500;
		color: #000;
		margin: 0 auto;
		padding:15px 0 0 0;
		text-align:left;
	}

	.services-section-col p{
		font-size: 14px;
		font-weight:300;
		color: #000;
		line-height: 22px;
		margin: 0 auto;
		padding:0 0 15px 0;
		text-align:left;
	}

	.line-title-left-25 {
		background: #f05100;
		height: 1px;
		width: 20%;
		margin: 15px 0;
	}

	.services-section-col a{
		font-size: 14px;
	}

	.services-section a.viewall{
		font-size: 14px;
		color: #fff;
		margin: 0 0;
		padding: 10px 20px;
		text-align: center;
		background: #014380;
		font-weight: 400;
		line-height: 30px;
		border-radius: 7px;
	}

	.services-section a.viewall:hover{
		background: #e31e24;
	}

	.ambasa-numbers-section {
		margin:0 auto;
		padding: 25px 0;
		text-align: center;
		background-image: linear-gradient(to bottom right, #191f69, #d51e29);
	}

	.ambasa-numbers-section h1{
		font-size: 30px;
		font-weight:600;
		color: #fff;
		margin: 0 auto;
		padding:0;
		text-align: center;
	}

	.ambasa-numbers-section-col {
		margin:0 0 0 0;
		padding: 15px 0;
		border-right:none;
		border-bottom: 1px solid #B55F60;
	}

	.ambasa-numbers-section-col h2{
		font-size: 26px;
		font-weight:800;
		color: #fff;
		margin: 0 auto;
		padding:0;
		text-align: center;
	}

	.ambasa-numbers-section-col h3{
		font-size: 16px;
		font-weight:400;
		color: #fff;
		margin: 0 auto;
		padding:0;
		text-align: center;
	}

	.product-expertise-section {
		margin: 0 auto;
		padding: 35px 0;
		text-align: center;
	}

	.product-expertise-section h1{
		font-size: 24px;
		font-weight:500;
		color: #000;
		margin: 0 auto;
		padding:0;
		text-align: center;
	}

	.line-title-center {
		margin: 25px auto;
		height: 1px;
		background: #C50307;
		width: 20%;
	}

	.product-expertise-section img{
		margin:0 10px 10px 0;
		width: 18%;		
}

	.footer-section {
		margin: 0 auto;
		padding: 45px 0;
		background: url(../images/bg-footer.jpg) center top no-repeat #052e69;
	}

	.footer-01 {
		margin: 0 auto;
		text-align: center;
	}


	.footer-01 h1{
		font-size: 24px;
		font-weight:600;
		color: #fff;
		margin: 0 auto 15px auto;
		padding:0;
		text-align: center;
	}

	.footer-01 h2{
		font-size: 16px;
		font-weight:300;
		color: #fff;
		margin: 0 auto 35px auto;
		padding:0;
		text-align: center;
	}

	.footer-01 a{
		font-size: 14px;
		color: #e31e24;
		margin: 0 0;
		padding: 10px 20px;
		text-align: center;
		background: #fff;
		font-weight: 500;
		line-height: 30px;
		border-radius: 7px;
	}

	.footer-01 a:hover{
		background: #e31e24;
		color: #fff;
	}

	.footer-02 {
		margin: 0 auto;
		border-bottom: 1px solid #fff;
		padding: 35px 0;
		text-align: center;
	}

	.footer-02-col-25 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}

	.footer-02-col-25 ul{
		margin: 0 0 20px 0;
		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: 13px;
		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 30px;
		font-size: 13px;
		color: #fff;
	}

	.footer-02-col-35 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}

	.footer-02-col-35 ul{
		margin: 0;
		padding: 0;
	}

	.footer-02-col-35 ul li{
		margin: 0;
		padding: 2px 0;
		list-style: none;
	}

	.footer-02-col-35 ul li a{
		margin: 0;
		padding: 0;
		font-size: 13px;
		color: #fff;
	}

	.footer-02-col-35 ul li a:hover{
		color: burlywood;
	}

	.social-link {
		margin: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: center;
		padding: 15px 0 0 0;
	}

	.footer-03 a{
		font-size: 12px;
		color: #fff;
	}

	.footer-03 a:hover{
		color: #D4A708;
	}
	
	.banner-section-inner {	
		height: auto;
		text-align: center;
		background: url(../images/banner-inner-bg.jpg) right no-repeat #1c1f68;
	}

	.banner-section-inner h1{
		font-size: 24px;
		color: #fff;
		line-height: 24px;
		margin: 0 0;
		padding:70px 0 35px 0;
		font-weight: 500;
		text-transform: uppercase;
	}

	.body-section-inner {
		padding:35px 0;
		margin: 0 auto;
	}

	.aboutus-section {
		margin: 0 auto;
		padding: 35px 0 0 0;
	}

	.aboutus-section h1{
		font-size: 20px;
		color: #00427f;
		line-height: 24px;
		margin: 0 0;
		padding:0 0 10px 0;
		font-weight: 500;
	}

	.aboutus-section p{
		font-size: 13px;
		margin: 0 auto;
		padding: 0 0 15px 0;
		line-height: 20px;
		font-weight: 400;
		color: #333;
	}

	.aboutus-section img.corevlues{
		width:50%;
	}

	.visionmission-section {
		margin:35px 0 55px 0;
	}

	.visionmission-section-left{
		width: 50%;
		float: left;
		margin: 0;
		padding: 10px;
		text-align: center;
		background: #ddf3f5;
		border-radius: 20px;
	}

	.visionmission-section-left h2{
		font-size: 20px;
		font-weight: 600;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
	}

	.visionmission-section-left p{
		font-size: 13px;
		font-weight: 400;
		margin: 0 auto;
		padding: 0 10px 20px 10px;
		color: #000;
		text-align: center;
		line-height: 20px;
	}

	.visionmission-section-right{
		width: 50%;
		float: left;
		margin: 0 0 0 0;
		padding: 10px;
		text-align: center;
		background: #c3ebef;
		border-radius:20px;
	}

	.visionmission-section-right h2{
		font-size: 20px;
		font-weight: 600;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
	}

	.visionmission-section-right p{
		font-size: 13px;
		font-weight: 400;
		margin: 0 auto;
		padding: 0 10px 20px 10px;
		color: #000;
		text-align: center;
		line-height: 20px;
	}

	.bg-clr-blue01 {background: #ddf3f5;}
	.bg-clr-blue02 {background: #c3ebef;}

	.mentor-section {
		margin: 0 auto;
		padding: 35px 0;
	}

	.mentor-section-main{
		margin: 0 20px;
	}

	.mentor-section-main h1{
		font-size: 20px;
		color: #01967b;
		margin: 0 0 20px 0;
		text-align: center;
		line-height:22px;
		padding: 0 0 0 0;
		font-weight: 500;
	}

	.mentor-section-main-left{
		margin: 15px 0 0 0;
		padding-left: 0;
	}

	.mentor-section-main-left img{
	}

	.mentor-section-main-left p{
		font-size: 14px;
		margin: 0;
		padding: 0 0 0 0;
		line-height: 22px;
		font-weight: 500;
		color: #024a94;
	}

	.mentor-section-main-left h2{
		font-size: 18px;
		color: #024a94;
		margin: 20px 0 0 0;
		text-align: left;
		line-height:26px;
		padding: 0 0 0 0;
		font-weight: 500;
	}

	.mentor-section-main-right{
		margin: 10px 0 0 0;
		padding: 0;
	}

	.mentor-section-main-right p{
		font-size: 13px;
		text-align: left;
		margin: 0;
		padding: 0 0 0 0;
		line-height: 20px;
		color: 666;
		font-weight: 400;
	}

	.mentor-section-main-right h2{
		font-size: 20px;
		color: #024a94;
		margin: 0 0 20px 0;
		text-align: left;
		line-height:26px;
		padding: 0 0 0 0;
		font-weight: 500;
	}

	.connect-section {
		margin: 0 auto;
		padding: 35px 0;
		text-align: center;
	}

	.connect-section h1{
		font-size: 18px;
		color: #026FAC;
		margin:0px 10px;
		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:22px;
		padding:0 15px 35px 15px;
		font-weight: 400;
	}

	.connect-section-main{
		margin: 0 10px;
	}

	.connect-section-main-col{
		margin: 0 5px 10px 5px;
		padding: 20px;
		float: left;
		width: 31%;
		height: auto;
		background: #fff;
		border: 1px solid #B3D4E4;
		border-radius: 10px;
	}

	.connect-section-main-col h3{
		font-size: 18px;
		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;
	}

	.services-section-inner {
		margin: 0 auto;
		padding:35px 0;
	}

	.services-section-inner-main {
		margin: 0 10px;
	}

	.services-section-inner-left{
		margin: 0;
		padding: 0;
	}

	.services-section-inner-right{
		margin: 0;
		padding: 10px 10px;
	}

	.services-section-inner-right h1{
		font-size: 20px;
		color: #0095da;
		margin:0;
		text-align:left;
		line-height:24px;
		padding:0 0 0 0;
		font-weight: 500;
	}

	.services-section-inner-right h2{
		font-size: 16px;
		color: #0272A6;
		margin:0;
		text-align:left;
		line-height:22px;
		padding:5px 0 15px 0;
		font-weight: 400;
	}

	.services-section-inner-right p{
		font-size: 13px;
		color: #000;
		margin:0;
		text-align:left;
		line-height:20px;
		padding:0 0;
		font-weight: 300;
	}

	.services-section-inner-right p strong{
		font-weight: 600;
	}

	.clinets-section-inner {
		margin: 0 auto;
		padding: 35px 0;
	}

	.clinets-section-inner h1{
		font-size: 13px;
		color: #00427f;
		line-height: 22px;
		margin: 0 0;
		padding:0 0 20px 0;
		font-weight: 300;
	}

	.clinets-section-inner p{
		font-size: 13px;
		margin: 0 auto;
		padding: 0 0 15px 0;
		line-height: 22px;
		font-weight: 400;
		color: #333;
	}

	.cl-main {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}

	.cl-main img{
		border: 1px solid #ccc;
		margin:5px;
		border-radius: 8px;
		float: left;
	}

	.googlemap {
		width: 100%;
		height: 300px;
	}
	
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
	
	.navbar-brand span{
		font-size:14px;
		color:#039!important;
	}
	.navbar {
		position:fixed; margin:0;
		padding:0;
		z-index:999;
		width:100%;
		border-bottom:1px solid #f0f0f0;
	}
	.main-nav {
		background:#fff !important;
	}
	.main-nav a{
		color:#CCC;
	}
	.navbar ul li{	
		padding:0 0 0 0px!important;
	}
	.navbar ul li a {
		color:#000 !important;
		padding:32px 2px;
		font-size:16px;
		letter-spacing:0.6px;
		font-weight:600;
	}
	.navbar ul li a:hover{
		color:#01b0c5!important;
		transition: all 0.3s ease-in-out;
	}
	.navbar-nav {padding:0 0 0 100px!important;}
	/* shows the dropdown menu on hover */
	.navbar 
	.dropdown:hover 
	.dropdown-menu, 
	.navbar 
	.dropdown 
	.dropdown-menu:hover {
		display:block;
		visibility: visible;
		opacity: 1;
		-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;
	}
	.navbar .dropdown-menu {
		border: 1px solid rgba(0,0,0,.15);
		background-color: #fff;
		opacity: 0.3;
		filter: alpha(opacity=53); /* For IE8 and earlier */
		padding:0;
		margin-top:0;

	}
	.dropdown-menu a {
		padding:10px 20px!important;
		display:block;
		border-bottom:1px solid #CCC;
		text-decoration:none;
		text-transform:none!important;
		font-size: 14px!important;
	}
	.dropdown-menu a:hover{
		background:#f0f9fd;
		color:#000!important;
		text-decoration:none;
	}
	.logo {color:#FC0 !important;}
	.logo img {max-width:100%; margin:0; padding:0;}
	.navbar-toggler {
		color:#CCC !important;
	}
	.socialicons {
		margin:0; 
		padding:0;
	}
	.socialicons a{
		display:inline-block;
		height:1.8rem;
		width:1.8rem;
		background-color:#fff;
		border:2px solid #069;
		color:#069;
		border-radius:100%;
		text-align:center;
		font-size:14px;
		line-height:1.6rem;
		margin-right:0.2rem
	}
	.socialicons a:last-child{
		margin-right:0
	}
	.socialicons a:hover{
		background-color:#3a589e;
		border:2px solid #3a589e;
		color:#FFF;
	}
	.ht-navbar {
		height:85px;
	}
	.social {
		font-size:16px;
		color:#C00;
	}
	.banner-section {
		margin:0;
		padding:0;
		background:url(../images/bg-banner-main.jpg) left no-repeat #094b86;
		height:512px;
	}

	.banner-section-left{
		margin: 0;
		padding: 0;
	}

	.banner-section-right{
		margin: 0;
		padding: 125px 0 0 45px;
	}

	.banner-section-right h1{
		font-size: 46px;
		color: #fff;
		margin: 0;
		padding: 0;
		text-align: left;
		font-weight: 200;
		line-height: 46px;
	}

	.banner-section-right h2{
		font-size: 16px;
		color: #fff;
		margin: 0 0 30px 0;
		padding: 0 50px 0 0;
		text-align: left;
		font-weight: 300;
		line-height: 24px;
		letter-spacing: 0.5px;
	}

	.line-title-banner {
		margin: 25px 0;
		padding: 0;
		height: 1px;
		background: #fff;
		width: 20%;
	}

	.banner-section-right a{
		font-size: 12px;
		color: #15286f;
		margin: 0;
		padding: 15px 25px;;
		text-align: center;
		text-transform: uppercase;
		background: #fff;
		border-radius: 10px;
		font-weight: 800;
	}

	.banner-section-right a:hover{
		background: #0C4B8E;
		color: #fff;
	}

	.clients-home {
		margin: 0 auto;
		padding: 30px 0;
		border-bottom: 1px solid #ccc;
	}

	.clients-home img{
		float: left;
		margin-right: 0px;
		width: 16%;
	}

	.welcome-section {
		margin: 0 auto;
		padding: 35px 0;
	}

	.welcome-section-left{
		margin: 0;
		padding: 25px 0 0 0;
	}

	.welcome-section-left h1{
		font-size: 20px;
		color: #e31e24;
		margin: 0;
		padding: 0 120px 0 0;
		text-align: left;
		font-weight: 400;
		line-height: 30px;
	}

	.welcome-section-left p{
		font-size: 16px;
		color: #000;
		margin: 0 0 25px 0;
		padding: 0 50px 0 0;
		text-align: left;
		font-weight: 300;
		line-height: 26px;
	}

	.welcome-section-left a{
		font-size: 14px;
		color: #fff;
		margin: 0 0;
		padding: 15px 30px;
		text-align: center;
		background: #014380;
		font-weight: 400;
		line-height: 30px;
		border-radius: 7px;
	}

	.welcome-section-left a:hover{
		background: #e31e24;
	}

	.welcome-section-right{
		margin: 0;
		padding: 0;
	}

	.services-section {
		margin:0;
		padding:55px 0;
		background: #eef7f9;
	}

	.services-section h1{
		font-size: 36px;
		font-weight:600;
		color: #000;
		margin: 0 auto;
		padding:0;
		text-align: center;
		text-transform: uppercase;
	}

	.services-section h2{
		font-size: 24px;
		font-weight:500;
		color: #f05100;
		margin: 0 auto;
		padding:0;
		text-align: center;
	}

	.line-title-center-100 {
		background: #f05100;
		height: 1px;
		width: 10%;
		margin: 20px auto;
	}

	.services-section-col {
		width: 23%;
		height: auto;
		margin: 20px 10px 35px 0;
		padding: 20px;
		float: left;
		background: #fff;
		border-radius: 5px;
		-webkit-border-radis:5px;
		-moz-border-radius:5px;
	}

	.services-section-col h3{
		font-size: 18px;
		font-weight:500;
		color: #000;
		margin: 0 auto;
		padding:15px 0 0 0;
		text-align:left;
	}

	.services-section-col p{
		font-size: 15px;
		font-weight:300;
		color: #000;
		line-height: 22px;
		margin: 0 auto;
		padding:0 0 15px 0;
		text-align:left;
	}

	.line-title-left-25 {
		background: #f05100;
		height: 1px;
		width: 20%;
		margin: 15px 0;
	}

	.services-section-col a{
		font-size: 14px;
	}

	.services-section a.viewall{
		font-size: 16px;
		color: #fff;
		margin: 0 0;
		padding: 15px 30px;
		text-align: center;
		background: #014380;
		font-weight: 400;
		line-height: 30px;
		border-radius: 7px;
	}

	.services-section a.viewall:hover{
		background: #e31e24;
	}

	.ambasa-numbers-section {
		margin:0 auto;
		padding: 75px 0;
		text-align: center;
		background-image: linear-gradient(to bottom right, #191f69, #d51e29);
	}

	.ambasa-numbers-section h1{
		font-size: 40px;
		font-weight:600;
		color: #fff;
		margin: 0 auto;
		padding:0;
		text-align: center;
	}

	.ambasa-numbers-section-col {
		margin: 20px 0;
		padding: 0;
		border-right: 1px solid #fff;
	}

	.ambasa-numbers-section-col h2{
		font-size: 46px;
		font-weight:800;
		color: #fff;
		margin: 0 auto;
		padding:0;
		text-align: center;
	}

	.ambasa-numbers-section-col h3{
		font-size: 24px;
		font-weight:400;
		color: #fff;
		margin: 0 auto;
		padding:0;
		text-align: center;
	}

	.product-expertise-section {
		margin: 0 auto;
		padding: 75px 0;
		text-align: center;
	}

	.line-title-center {
		margin: 25px auto;
		height: 1px;
		background: #C50307;
		width: 10%;
	}

	.product-expertise-section img{
		margin-right: 15px;
		width: 18%;
	}

	.footer-section {
		margin: 0 auto;
		padding: 75px 0;
		background: url(../images/bg-footer.jpg) center right no-repeat #052e69;
	}

	.footer-01 {
		margin: 0 auto;
		text-align: center;
	}


	.footer-01 h1{
		font-size: 36px;
		font-weight:600;
		color: #fff;
		margin: 0 auto 15px auto;
		padding:0;
		text-align: center;
	}

	.footer-01 h2{
		font-size: 18px;
		font-weight:300;
		color: #fff;
		margin: 0 auto 35px auto;
		padding:0;
		text-align: center;
	}

	.footer-01 a{
		font-size: 16px;
		color: #e31e24;
		margin: 0 0;
		padding: 15px 30px;
		text-align: center;
		background: #fff;
		font-weight: 400;
		line-height: 30px;
		border-radius: 7px;
	}

	.footer-01 a:hover{
		background: #e31e24;
		color: #fff;
	}

	.footer-02 {
		margin: 0 auto;
		border-bottom: 1px solid #fff;
		padding: 45px 0;
	}

	.footer-02-col-25 {
		width: 25%;
		height: auto;
		margin: 0;
		padding: 0;
		float: left;
	}

	.footer-02-col-25 ul{
		margin: 0 0 0 25px;
		padding: 0;
	}

	.footer-02-col-25 ul li{
		margin: 0;
		padding: 5px 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 ul{
		margin: 0;
		padding: 0;
	}

	.footer-02-col-35 ul li{
		margin: 0;
		padding: 5px 0;
		list-style: none;
	}

	.footer-02-col-35 ul li a{
		margin: 0;
		padding: 0;
		font-size: 16px;
		color: #fff;
	}

	.footer-02-col-35 ul li a:hover{
		color: burlywood;
	}

	.social-link {
		margin: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-section-inner {	
		height: auto;
		text-align: center;
		background: url(../images/banner-inner-bg.jpg) right no-repeat #1c1f68;
	}

	.banner-section-inner h1{
		font-size: 36px;
		color: #fff;
		line-height: 24px;
		margin: 0 0;
		padding:65px 0 70px 0;
		font-weight: 500;
		text-transform: uppercase;
	}

	.body-section-inner {
		padding:75px 0;
		margin: 0 auto;
	}

	.aboutus-section {
		margin: 0 auto;
		padding: 75px 0 0 0;
	}

	.aboutus-section h1{
		font-size: 26px;
		color: #00427f;
		line-height: 24px;
		margin: 0 0;
		padding:0 0 20px 0;
		font-weight: 500;
	}

	.aboutus-section p{
		font-size: 16px;
		margin: 0 auto;
		padding: 0 0 25px 0;
		line-height: 24px;
		font-weight: 400;
		color: #333;
	}

	.aboutus-section img.corevlues{
		width: 50%;
	}

	.visionmission-section {
		margin:35px 0 55px 0;
	}

	.visionmission-section-left{
		width: 50%;
		float: left;
		margin: 0;
		padding: 50px;
		text-align: center;
		background: #ddf3f5;
		border-radius: 20px;
	}

	.visionmission-section-left h2{
		font-size: 20px;
		font-weight: 400;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
	}

	.visionmission-section-left p{
		font-size: 15px;
		font-weight: 400;
		margin: 0 auto;
		padding: 0 20px;
		color: #000;
		text-align: center;
		line-height: 22px;
	}

	.visionmission-section-right{
		width: 50%;
		float: left;
		margin: 0;
		padding: 50px;
		text-align: center;
		background: #c3ebef;
		border-radius:20px;
	}

	.visionmission-section-right h2{
		font-size: 20px;
		font-weight: 400;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
	}

	.visionmission-section-right p{
		font-size: 15px;
		font-weight: 400;
		margin: 0 auto;
		padding: 0 20px;
		color: #000;
		text-align: center;
		line-height: 22px;
	}

	.bg-clr-blue01 {background: #ddf3f5;}
	.bg-clr-blue02 {background: #c3ebef;}

	.mentor-section {
		margin: 0 auto;
		padding: 75px 0;
	}

	.mentor-section-main{
		margin: 0 100px;
	}

	.mentor-section-main h1{
		font-size: 22px;
		color: #01967b;
		margin: 0 0 20px 0;
		text-align: center;
		line-height:22px;
		padding: 0 0 0 0;
		font-weight: 600;
	}

	.mentor-section-main-left{
		margin: 15px 0 0 0;
		padding-left: 105px;
	}

	.mentor-section-main-left img{
	}

	.mentor-section-main-left p{
		font-size: 14px;
		margin: 0;
		padding: 0 0 0 0;
		line-height: 22px;
		font-weight: 500;
		color: #024a94;
	}

	.mentor-section-main-left h2{
		font-size: 20px;
		color: #024a94;
		margin: 20px 0 0 0;
		text-align: left;
		line-height:26px;
		padding: 0 0 0 0;
		font-weight: 400;
	}

	.mentor-section-main-right{
		margin: 15px 0 0 0;
		padding: 0 0 0 10px;
	}

	.mentor-section-main-right p{
		font-size: 14px;
		text-align: left;
		margin: 0;
		padding: 0 0 0 0;
		line-height: 22px;
		color: 666;
		font-weight: 400;
	}

	.mentor-section-main-right h2{
		font-size: 20px;
		color: #024a94;
		margin: 0 0 20px 0;
		text-align: left;
		line-height:26px;
		padding: 0 0 0 0;
		font-weight: 500;
	}

	.connect-section {
		margin: 0 auto;
		padding: 75px 0;
		text-align: center;
	}

	.connect-section h1{
		font-size: 26px;
		color: #026FAC;
		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:30px;
		padding:0 75px 35px 75px;
		font-weight: 400;
	}

	.connect-section-main{
		margin: 0 30px;
	}

	.connect-section-main-col{
		margin: 0 10px 0 0;
		padding: 30px;
		float: left;
		width: 32%;
		height: auto;
		background: #fff;
		border: 1px solid #B3D4E4;
		border-radius: 25px;
	}

	.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;
	}

	.services-section-inner {
		margin: 0 auto;
		padding:75px 0;
	}

	.services-section-inner-main {
		margin: 0 120px;
	}

	.services-section-inner-left{
		margin: 0;
		padding: 0;
	}

	.services-section-inner-right{
		margin: 0;
		padding: 0 0 0 50px;
	}

	.services-section-inner-right h1{
		font-size: 24px;
		color: #0095da;
		margin:0;
		text-align:left;
		line-height:30px;
		padding:0 0 0 0;
		font-weight: 500;
	}

	.services-section-inner-right h2{
		font-size: 18px;
		color: #0272A6;
		margin:0;
		text-align:left;
		line-height:22px;
		padding:10px 0 15px 0;
		font-weight: 400;
	}

	.services-section-inner-right p{
		font-size: 14px;
		color: #000;
		margin:0;
		text-align:left;
		line-height:22px;
		padding:0 0;
		font-weight: 400;
	}

	.services-section-inner-right p strong{
		font-weight: 600;
	}

	.clinets-section-inner {
		margin: 0 auto;
		padding: 75px 0;
	}

	.clinets-section-inner h1{
		font-size: 30px;
		color: #00427f;
		line-height: 28px;
		margin: 0 0;
		padding:0 0 20px 0;
		font-weight: 300;
	}

	.clinets-section-inner p{
		font-size: 16px;
		margin: 0 auto;
		padding: 0 0 25px 0;
		line-height: 26px;
		font-weight: 400;
		color: #333;
	}

	.cl-main {
		margin: 0 auto;
		width: 100%;
	}

	.cl-main img{
		border: 1px solid #ccc;
		margin:8px;
		border-radius: 8px;
		float: left;
	}

	.googlemap {
		width: 100%;
		height: 350px;
	}
	
}

.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    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: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
}

.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) { ... }