@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900&display=swap');
ul, ol {
	margin: 0px;
	padding: 0;
	list-style: none;
}
*, *:before, *:after {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a, img {
	border: 0px;
	outline: 0px;
	color: #333;
	text-decoration: none;
	vertical-align: top;
}
.scrollup {
	position: fixed;
	bottom: 0px;
	right: 0;
	display: none;
	z-index: 99;
}
.scrollup img {
	height: 40px;
	opacity: 0.5;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.scrollup:hover img {
	opacity: 1
}
body {
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
	overflow-x: hidden;
	font-weight: 400;
	position: relative;
	font-family: Montserrat, sans-serif;
    background: #fff;
    color: #444;
}
input, select, textarea, button {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
}
input[type=file]:focus, input:focus, select:focus, textarea:focus, button:focus {
	outline: 0px;
}
h1, h2, h3, h4, h5, h6, label {
	margin:0;	
	padding: 0;
	line-height: 1.2;
}
.fullbody {
	width: 100%;
	float: left;
	position: relative;
}
.fullpage {
	max-width: 1300px;
	min-width: 240px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
}
.logo {
	float: left;
	padding: 12px 0;
	position: relative;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.logo img {
	height: 55px;
}
.menu_nav {
	float: right;
}
.micon, .mclose {
	display: none;
}
.menu_nav {
	width: 75%;
	float: right;
	position: relative;
	z-index: 2;
}
.getSupport {
    float: right;
    line-height: 40px;
    padding: 0 30px;
    background: #d21e2b;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 50px;
    font-weight: 700;
    margin-top: 20px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.getSupport:hover {
    background: #f10718;
}
@media only screen and (min-width :1280px) {
	ul.menu {
		float: right;
		list-style-type: none;
		position: relative;
		border-right: 1px solid rgba(0, 0, 0, 0.3);
		padding-right: 20px;
		margin-right: 30px;
		transition: all ease-in-out .5s;
		-webkit-transition: all ease-in-out .5s;
	}
	ul.menu li {
		float: left;
		padding: 30px 18px;
		position: relative;
		transition: all ease-in-out .5s;
		-webkit-transition: all ease-in-out .5s;
	}
	ul.menu li a {
		float: left;
		position: relative;
	    color: #000;
		font-size: 12px;
		font-weight: 700;
	    text-transform: uppercase;
		transition: all ease-in-out .5s;
		-webkit-transition: all ease-in-out .5s;
	}
	ul.menu ul {
		position: absolute;
		top: 100%;
		left: calc(50% - 130px);
		width: 260px;
		padding: 8px 0;
		background: #fff;
		backface-visibility: hidden;
		visibility: hidden;
		transition: all ease-in-out .5s;
		-webkit-transition: all ease-in-out .5s;
		-webkit-transform: scale(0.8);
	    -o-transform: scale(0.8);
	    transform: scale(0.8);
	    -webkit-transition: transform .15s cubic-bezier(0.3,0,0,1.5);
	    -o-transition: transform .15s cubic-bezier(0.3,0,0,1.5);
	    transition: transform .15s cubic-bezier(0.3,0,0,1.5);
	    opacity: 0;
	    filter: alpha(opacity=0);
	    border: 1px solid rgba(0,0,0,.2);
	    border-radius: 6px;
	    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	    box-shadow: 0 5px 10px rgba(0,0,0,.2);
	}
	ul.menu li ul:before {
		position: absolute;
		top: -15px;
		left: calc(50% - 15px);
		content: '';
		border-bottom: 15px solid rgba(0,0,0,.2);
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
	}
	ul.menu li ul:after {
		position: absolute;
		top: -13px;
		left: calc(50% - 13px);
		content: '';
		border-bottom: 13px solid #fff;
		border-left: 13px solid transparent;
		border-right: 13px solid transparent;
	}
	ul.menu li:hover ul {
		visibility: visible;
		backface-visibility: visible;
		opacity: 1;
	    filter: alpha(opacity=1);
		-webkit-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	}
	ul.menu ul li {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
	}
	ul.menu ul li a {
		width: 100%;
		float: left;
		color: #fff;
		text-align: left;
		text-transform: capitalize;
		font-weight: 600;
		line-height: 1.4;
		padding: 8px 15px;
		font-size: 12px;
	}
	ul.menu > li:hover a, 
	ul.menu > li a.active {
		color: #ec8e28 ;
	}
	ul.menu > li:hover li a {
		color: #333;
		transition: all .5s;
	}
	ul.menu ul li a:hover {
		background: #eee;
	}
}
/* ---- banner ---- */
.mtop {
	/*height: 80px;*/
}
.homebanner {
	background: #04549b;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
}
#home_banner {
	-webkit-clip-path: polygon(100% 0, 100% calc(100% - 7vw), calc(50% - 250px) 100%, 0 calc(100% - 7vw), 0 0);
	clip-path: polygon(100% 0, 100% calc(100% - 7vw), calc(50% - 250px) 100%, 0 calc(100% - 7vw), 0 0);
}
.homebanner0:after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
}
.homebanner .item img {
	width: 100%;
	height: 95vh;
	object-position: center;
	object-fit: cover;
}
/*start of fade*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-indicators {
	position: absolute;
	bottom: auto;
	top: 50%;
	right: 40px;
	left: auto;
	letter-spacing: auto;
	height: auto;
	width: 20px;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.carousel-indicators li {
	width: auto;
	text-indent: 0px;
	height: 20px;
	display: block;
	border-radius: 0;
	background: transparent;
	border: 0px;
	margin: 10px 0;
	position: relative;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.carousel-indicators li span {
	position: absolute;
	top: 50%;
	right: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	opacity: 0;
	transform: translate(50px,-50%);
	-webkit-transform: translate(50px,-50%);
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.carousel-indicators li.active span {
	opacity: 1;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.carousel-indicators li span:after {
	position: absolute;
	top: 50%;
	right: -27px;
	width: 20px;
	height: 1px;
	content: '';
	background: #fff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.carousel-indicators li:after {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	border-radius: 25px;
	background: #fff;
	border: 1px solid #fff;
	content: '';
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.carousel-indicators .active {
    background: transparent;
    border: 0px solid #fff;
    transition: all .5s;
}
.carousel-indicators li:hover:after, .carousel-indicators li.active:after {
	background: transparent;
	border-color: #111;
	width: 15px;
	height: 15px;
}
.carousel-control {
	position: absolute;
	top: 40%;
	left: 0px;
    opacity:0.5;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.carousel-control:hover {
    opacity:1
}
.carousel-control.right {
	right: 0px;
	left: auto;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.carousel-control:hover {	
    background-color: transparent;
}
.homebanner:hover .carousel-control {	
	display: block;
}
.banner_txt {
	position: absolute;
	top: 30%;
	right: -8%;
	z-index: 3;
	width: 52%;
	text-align: right;
    transition: all .5s;
	-webkit-transition: all .5s;
}
.item.active .banner_txt {
	right: 8%;
}
.banner_hd, .banner_cont, .banner_r_more {
    width: 100%;
    float: left;
}
.banner_hd {
    color: #fff;
    font-size: 36px;
    line-height: 46px;  
    margin-top: 20px;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-transform: capitalize;
    text-align: right;
    font-weight: 800;    
}
.banner_hd span {
	color: #78ccff; ;
}
.banner_r_more a {
	float: right;
	margin-top: 10px;
    color: #ef9028;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 20px;
    border: 1px solid #ef9028;
    transition: all 0.3s ease 0s;
}
.banner_r_more a:hover{
	background-color: #ef9028; 
	color: #fff; 
	border-color: #ef9028;
}
/*Home_about*/
.home_about {
	padding: 50px 0;
}
.home_about .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
    -webkit-clip-path: polygon(100% 0, 100% 85%, 75% 100%, 0 80%, 0 0);
    clip-path: polygon(100% 0, 100% 85%, 75% 100%, 0 80%, 0 0);
    background: #04549b;
}
.home_about .txt {
	padding: 0 5%;
	margin-top: -180px;
	margin-bottom: 50px;
    text-align:justify
}
.home_about .h1 {
	width: 50%;
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	font-weight: 500;
	padding-right: 10%
}
.home_about p {
	display: block;
	margin-bottom: 10px;
}
.home_about h1 {
	font-size: 66px;
	line-height: 1;
	font-weight: 800;
	margin-bottom: 60px;
}
.industries {
	float: right;
	width: 50%;
	position: relative;
	margin-top: 200px;
}
.industries li {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	font-weight: 500;
}
.industries li .col {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    width: 30%;
}
.industries li .col:last-child {
    border-right: 0px solid rgba(255, 255, 255, 0.3);
}
.industries li .col a {
    color: #fff;
    margin-bottom: 45px;
    display: block;
}
.industries li .ico {
    max-width: 60%;
    max-height: 40px;
    margin-bottom: 5px;
}
/*business_links*/
.business_links li {
	width: 100%;
	float: left;
	padding: 120px 0;
}
.business_links li .img {
	float: right;
	width: 60%;
	position: relative;
}
.business_links li .img .circle {
    width: 600px;
    height: 600px;
    float: left;
    background-color: #ec8e28;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    transition: all 1600ms;
    float: right;
    left: -20px;
    top: -70px;
}
.business_links li .img img {
    position: absolute;
    display: block;
    left: 50px;
    width: 100%;
    transition: all 1600ms;
    transition-delay: 0s;
    transition-delay: 300ms;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}
.business_links li:nth-child(2n+2) .img {
	float: left;
}
.business_links li:nth-child(2n+2) .img .circle {
    float: right;
    background-color: #357ec1;
    float: right;
    left: auto;
    right: -20px;
}
.business_links li:nth-child(3) .img .circle {
    background-color: #a3c73d;
}
.business_links li:nth-child(2n+2) .img img {
    left: 0;
    right: 50px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}
.business_links li:nth-child(2n+2) .txt {
	float: right;
}
.business_links li .txt {
	float: left;
	width: 34%;
	font-weight: 500;
	line-height: 1.8;
	padding: 15px;
	color: #222;
    font-size: 16px;
    color: #666;
    font-size: 14px;
	position: relative;
	padding-top: 100px;
    text-align:justify
}
.business_links li h2 {
	font-size: 38px;
	font-weight: 800;
	color: #111;
	line-height: 1;
	margin-bottom: 20px;
    text-align:left
}
.business_links li a {
	float: left;
    color: #555;
    margin-top: 20px;
    font-size: 14px;
    transition: all 0.3s;
}
.business_links li a img {
	margin-right: 10px;
}
.business_links li a br {
    display:none
}
.business_links li a:hover {
    color: #ec8e28;
}
.business_links li:nth-child(2) a:hover {
	color: #357ec1
}
.business_links li:nth-child(3) a:hover {
	color: #a3c73d
}
.owl-dots {
    width:100%;
    float:left;
    text-align:center
}
.owl-dots .owl-dot {
    display:inline-block;
    margin: 5px;
}
.owl-dots .owl-dot span {
    width:10px;
    height:10px;
    border:2px solid #fff;
    background:#fff;
    border-radius: 50px;
    float:left;
}
.owl-dots .owl-dot.active span {
    background:transparent;
    transform: scale(1.4)
}
/*home_services*/
.home_services {
	padding-top: 50px;
	padding-bottom: 180px;
}
.home_services h2 {
	font-size: 36px;
	color: #111;
	font-weight: 800;
}
.home_services::before {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 300px;
    content: "";
    background-image: url('../images/diamonds_advantages.svg');
    background-repeat: no-repeat;
    background-position: left top;
}
.home_services ul {
}
.home_services ul li {
    width: 48.5%;
    display: inline-block;
    border: 2px solid #d0dc37;
    padding: 20px 0;
    border-radius: 10px;
    margin-top: 40px;
    position: relative;
    margin-right:2%;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.home_services ul li:nth-child(even) {
	/*float: right;*/
    margin-right:0
}
.home_services ul li img {
	width: 100%
}
.home_services ul li:nth-child(2n) {
    -webkit-transform: translateY(140px);
    -ms-transform: translateY(140px);
    transform: translateY(140px);
}
.home_services ul li:last-child {
	margin-top: 15px
}
.home_services ul li .txt {
    padding: 40px;
    padding-bottom: 10px;
    background-color: #fff;
    font-weight: 500;
    color: #111;
    font-size: 16px;    
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    text-align:justify
}
.home_services ul li h3 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    text-align:left
}
.home_services ul li h3 a {
    color: #302b44;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.home_services ul li:hover h3 a {
	color: #0056b3
}
.home_services a.viewBtn {
    float: right;
    color: #0056b3;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid #0056b3;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.home_services a.viewBtn img {
    width: 17px;
    margin-right: 7px;
}
.home_services .viewAll {
	position: absolute;
	top: 60px;
	right: 0;
}
.home_services .viewAll a {
    float: right;
    color: #0056b3;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #0056b3;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.home_services .viewAll img {
    width: 17px;
    margin-right: 7px;
}
/*home_bottom*/
.home_bottom {
    background-color: #ccc;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    padding: 70px 0;
    text-align: center;
}
.home_bottom h2 {
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
}
.home_bottom h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0;
}
.home_bottom a {
	display: inline-block;
	background-color: #d21e2b;
    padding: 0 60px;
    margin-top: 30px;
    text-transform: uppercase;
	color: #fff;
	height: 57px;
	border-radius: 30px;
	line-height: 57px;
	font-size: 16px;
	font-weight: 700;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.home_bottom a:hover {
	background-color: #f10718;
}
/*footer*/
footer {
    background: #04549b;
    background: -webkit-linear-gradient(left, #04549b 1%, #04549b 56%, #5080c0 100%);
    background: linear, to right, #04549b 1%, #04549b 56%, #5080c0 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04549b', endColorstr='#5080c0', GradientType=1);
    color: #fff;
    font-size: 16px;
    padding: 80px 0;
}
footer:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
    background: url(../images/footer-overlay.png);
    background-repeat: no-repeat;
    background-position-y: top;
    background-size: 35%;
}
.footer {
	z-index: 1;
	padding: 0 6%;
}
.copy {
	float: left;
	width: 20%;
	font-weight: 500;
	line-height: 1.6;
}
.footer .social {
	margin-top: 20px;
}
.footer .social a {
	float: left;
	margin-right: 20px;
}
.footer .social img {
    height: 16px;
}
.fnav {
	width: 77%;
	float: right;
	position: relative;
	color: #fff;
}
.fnav h4 {
	font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.fnav h4::before {
    content: '___';
    position: absolute;
    left: -35px;
    line-height: 1.15;
}
.fnav .list {
	width: 33.33%;
	float: left;
	padding: 0 25px;
}
.fnav b {
	float: left;
}
.fnav a {
	color: rgba(255,255,255,0.6);
	margin-bottom: 6px;
	float: left;
}
/*innerbanner*/
.innerbanner ,
.pagebanner {
	position: relative;
	margin-top: 80px;
}
.innerbanner .img ,
.pagebanner .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.innerbanner .txt {
	color: #fff;
	background: rgba(37,139,206,0.7)
}
.pagebanner .txt {
	padding: 150px 0;
	color: #fff;
}
.innerbanner h1 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: 600;
	padding: 60px 0;
}
.pagebanner .p {
	width: 60%;
	padding: 0 6%;
	font-size: 20px;
	font-weight: 500;
}
.pagebanner h1 {
	font-size: 80px;
	margin-bottom: 10px;
	font-weight: 800;
}
.innerbanner h1:before, .innerbanner h1:after {
	display: inline-block;
	content: '';
	height: 1px;
	width: 50px;
	background: #fff;
	margin: 0 15px;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}
.pagebanner h1:after {
	display: block;
	content: '';
	height: 2px;
	width: 100px;
	background: #ec8e28;
	margin: 15px 0;
}
.innerbanner .breads {
	background-color: #eef4ff;
    box-shadow: inset 0 -1px 0 #dfeaff, inset 0 1px 0 #dfeaff;
    padding: 15px 0;
}
.innerbanner .breads li {
	float: left;
	color: #666;
}
.innerbanner .breads li:after {
	content: '\f105';
	font-family: 'FontAwesome';
	margin: 0 10px;
	float: left;
	margin-left: 10px;
}
.innerbanner .breads li:last-child:after {
	display: none;
}
.innerbanner .breads li a {
	float: left;
	color: #555;
	font-weight: 500;
}
.innerbanner .breads li:first-child a {
	color: #165ea1
}
/*page_txt*/
.page {
	padding: 50px 0;
}
.page p {
	display: block;
	margin-bottom: 15px;
}
.page_txt {
	padding: 0 6%;
	color: #666;
	font-weight: 500;
	line-height: 1.8;
    text-align: justify;
}
.abt_txt {
	float: left;
	width: 68%;
}
.abt_txt h2 {
	font-size: 30px;
	color: #111;
	font-weight: 600;
    text-align: left;
}
.abt_txt h2:after {
	display: block;
	margin: 15px 0;
	width: 80px;
	height: 4px;
	content: '';
	background: #ec8f29;
}
.abt_txt ul li ,
.page_ul ul li {
	width: 100%;
	float: left;
	position: relative;
	padding: 5px;
	padding-left: 20px;
}
.abt_txt ul li:before ,
.page_ul ul li:before {
	position: absolute;
	top: 5px;
	left: 0;
	color: #ec8f29;
	content: "\f14a";
	font-family: 'FontAwesome';
}
.abt_img {
	width: 30%;
	float: right;
}
.abt_img img {
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2)
}
/*.about_block */
.about_block {
	background-image: url(../images/bg11.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 90px 0px 90px 0px;
}
.about_block .txt {
	width: 55%;
	float: right;
}
.about_block h3 {
	color: #01529b;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 20px;
    text-align: left;
}
.about_block h2 {
	color: #111;
	font-size: 30px;
    text-align: left;
}
.about_block h2:after {
	display: block;
	background: #ec8e28;
	width: 100px;
	height: 4px;
	content: '';
	margin: 20px 0;
}
.about_blockList li {
	float: left;
	width: 48%;
	position: relative;
	padding-left: 100px;
	margin-top: 40px;
    max-height: 150px;    
    text-align: left;
}
.about_blockList li:nth-child(even) {
	float: right;
}
.about_blockList li .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	text-align: center;
}
.about_blockList li .icon img {
	max-width: 100%;
	max-height: 80px;
	display: inline-block;
}
.about_blockList li h4 {
	color: #111;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
    text-align: left;
}
/*our_team*/
.our_team {
    background-color: #f9f9f9;
    text-align: center;
}
.our_team h3 {
	color: #01529b;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.our_team h2 {
	color: #111;
	font-size: 30px;
}
.our_team h2:after {
	display: block;
	background: #ec8e28;
	width: 100px;
	height: 4px;
	content: '';
	margin: 20px 0;
	margin-left: calc(50% - 50px);
}
.our_team h4 {
	padding: 0 20%;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
}
.our_team li {
	margin-top: 30px;
	width: 32%;
	float: left;
    overflow: hidden;
    background: #fff;
    margin-right: 2%;
    border: 1px solid #ececec;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.our_team li:nth-child(3n+3) {
	margin-right: 0
}
.our_team li .team_img {
	height: 300px;
	overflow: hidden;
}
.our_team li img {
	width: 100%;
}
.our_team li .team_txt {
	padding: 30px 40px;
	color: #777;
	font-size: 13px;
}
.team_txt h5 {
	color: #111;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 18px;
}
.team_txt h6 {
	color: #ec8e28;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 15px;
}
.team_txt span {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 30px;
	background: #aaca3d;
	color: #fff;
	margin-top: 10px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.team_txt span:hover {
	background: #3c85c4;
}
/*services*/
.page_left {
	float: left;
	width: 25%;
}
.page_left h3, .page_right h2 {
	color: #111;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.page_left h3::after, .page_right h2:after {
    display: block;
    margin: 10px 0;
    width: 40px;
    height: 3px;
    content: '';
    background: #ec8f29;
}
.page_left ul {
	border: 1px solid #ddd;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 30px;
}
.page_left ul li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ddd;
}
.page_left ul li:last-child {
	border: 0px solid #ddd;
}
.page_left ul li a {
	padding: 15px;
	color: #111;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	float: left;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.page_left ul li a:hover {
	color: #ec8f29;
}
.page_left ul li a.active {
	color: #ec8f29;
	border-left: 3px solid #ec8f29;
}
.page_left span {
	color: #111;
	font-weight: 500;
	margin-bottom: 10px;
}
.page_left span i {
	color: #ec8f29;
	margin-right: 8px;
}
.page_right {
	width: 70%;
	float: right;
	color: #555;
	line-height: 2
}
.page_right img {
	width: 100%;
	margin-bottom: 20px;
	float: left;
	border-radius: 10px;
}
.page_right h2 {
	margin-top: 20px;
}
.page_ul ul {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.accordian {
	margin-top: 20px;
}
.accordian h3 {
	color: #111;
	font-size: 15px;
	padding: 15px 0;
	font-weight: 600;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}
.accordian h3:after {
	position: absolute;
	top: 15px;
	right: 0;
	color: #111;
	font-size: 18px;
	font-weight: 600;
	content: '\f105';
	font-family: 'FontAwesome';
}
.accordian h3.is-open:after {
	content: '\f107';
	color: #ec8e28
}
.accordian_data {
	display: none;
	padding: 15px;
	background: #f5f5f5;
}
/*.contact_adr*/
.contact_adr {
	width: 40%;
	float: right;
}
.contact_adr li {
	width: 100%;
	float: left;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
	position: relative;
	padding-left: 80px;
	min-height: 100px;
    padding-top:5px;
}
.contact_adr li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0px;
}
.contact_adr li i {
    width: 70px;
    height: 70px;
    background: #aaca3d;
    color: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
}
.contact_adr li h4 {
	font-size: 18px;
	font-weight: 600;
	color: #111;
	margin-bottom: 10px;
}
.contact_form {
	width: 55%;
	float: left;
}
.contact_form h2 {
	font-size: 30px;
	color: #111;
	font-weight: 600;
	margin-bottom: 10px;
}
.contact_form h2:after {
	display: block;
	margin: 15px 0;
	width: 80px;
	height: 4px;
	content: '';
	background: #ec8f29;
}
.span-2 {
	width: 49%;
	float: left;
}
.span-2:nth-child(even), .span-2.right {
	float: right;
}
.sg_input, .sg_button {
	width: 100%;
	height: 50px;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 0 10px;
	float: left;
	margin-bottom: 15px;
}
textarea.sg_input {
	height: 150px;
	padding: 10px;
}
.sg_button {
	border: 0px;
	background: #111;
	color: #fff;
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 10px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.sg_button:hover {
	background: #ec8e28;
}
/*career_posts*/
.career_posts {
    background-color: #f9f9f9;
    text-align: center;
}
.career_posts h3 {
	color: #01529b;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 10px;
    text-align: center;
}
.career_posts h2 {
	color: #111;
	font-size: 30px;
    text-align: center;
}
.career_posts h2:after {
	display: block;
	background: #ec8e28;
	width: 100px;
	height: 4px;
	content: '';
	margin: 20px 0;
	margin-left: calc(50% - 50px);
}
.career_posts h4 {
	padding: 0 20%;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
}
.career_posts ul {
	margin-top: 15px;
}
.career_posts li {
	margin-top: 15px;
	width: 100%;
	float: left;
}
.career_posts li a {
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
	padding: 20px;
	text-align: left;
	color: #333;
	font-size: 14px;
	box-shadow: 0px 3px 14px -3px rgba(0,0,0,0.1);
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.career_posts li a:hover {
	box-shadow: 0px 10px 40px 10px rgba(0,0,0,0.1);
}
.career_posts li .icon {
	float: left;
	width: 50px;
	height: 50px;
	background: #eee;
	text-align: center;
	line-height: 50px;
	color: #333;
	font-size: 20px;
	margin-right: 20px;
}
.career_posts li h5 {
	float: left;
	font-size: 16px;
	color: #111;
	font-weight: 600;
    text-align: left;
}
.career_posts li:hover h5 {
	color: #ec8e28;
}
.career_posts li h5 span {
	display: block;
	font-size: 13px;
	color: #555;
	font-weight: 500;
	margin-top: 5px;
}
.career_posts li .txt {
	float: right;
}
.career_posts li .loc {
	line-height: 50px;
	float: left;
	margin-right: 50px;
}
.career_posts li .loc i {
	color: #468eca;
	margin-right: 5px;
}
.career_posts li .tag {
	float: right;
	width: 100px;
	text-align: center;
	background: #aaca3d;
	color: #fff;
	position: relative;
	margin-top: 15px;
	font-size: 13px;
	line-height: 1;
	padding: 5px;
}
.career_posts li .tag:before {
	position: absolute;
	content: '';
	top: 0;
	left: -11px;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-right: 11px solid #aaca3d;
}
.career_posts li.prt .tag {
	background: #468eca;
}
.career_posts li.prt .tag:before {
	border-right: 11px solid #468eca;
}
/*job_details*/
.job_text {
    width: 70%;
    float: left;
    position: relative;
}
.job_text h2 {
    padding-bottom: 20px;
    font-weight: 600;
    color: #023f88;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: 1px;
    font-size: 24px;
    text-align: left;
}
.job_dets {
    width: 26%;
    float: right;
    position: sticky;
    -webkit-position: sticky;
    top: 100px;
    right: 0;
}
.job_nav {
    margin-top: 10px;
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #ccc;
}
.job_nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.job_nav li {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 10px 30px;
}
.job_nav li b {
    color: #02467C;
    font-weight: 400;
}
.job_nav li span {
    display: block;
    font-size: 16px;
}
.job_nav li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #02467C;
}
.job_nav li:last-child {
    padding: 0;
}
.job_nav li:last-child a {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #d21e2b;
}
.job_dets h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-weight: 400;
    color: #222;
    text-align: left;
}
/*career_form*/
.career_form {
    margin-top: 10px;
    background: #f5f5f5;
    padding: 20px;
    display: none;
}
.halfspan {
    width: 49%;
    float: left;
}
.halfspan.right {
    float: right;
}
.career_form h2 {
    color: #0f4f6a;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: block;
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    text-align: left;
}
.career_form label {
    margin: 5px 0 0 0;
    display: block;
    font-weight: 400;
}
input.c-input, textarea.c-input {
    width: 100%;
    float: left;
    height: 40px;
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 300;
    transition: all .5s;
}
input.c-input[type=file] {
    padding: 0 10px;
}
input.c-input:hover, textarea.c-input:hover, input.c-input:focus, textarea.c-input:focus {
    border: 1px solid #333;
    outline: 0px;
    transition: all .5s;
}
textarea.c-input {
    height: 80px;
}
input.c-btn {
    float: left;
    margin-top: 15px;
    padding: 10px 30px;
    background: #aaca3d;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
    transition: all .5s;
}
input.c-btn:hover, input.c-btn:focus {
    background: #333;
    transition: all .5s;
}
.page p b, .page p strong, .page strong {
    color: #111;
    text-align: left;
}
.page_right h3 {
    color: #111;
    margin: 15px 0;
    display: block;
    text-align: left;
}



/*============================
	Responsive starts here
	============================*/

@media screen and (max-width : 1279px) {
	.fullpage {
		max-width: 980px;
		padding: 0 15px;
	}
	.micon, .mclose {
		display: block;
	}
	.menu_nav {
		position: fixed;
		top: 0;
		right: -100%;
		width: 300px;
		height: 100%;
		background: #234686 ;
		z-index: 999;
		padding: 15px 0;
		padding-bottom: 60px;
		overflow: hidden;
		transition: all .5s;
	}
	.menu_nav.open {
		right: 0;
		box-shadow: -5px 0px 14px -5px #333;
		transition: all .5s;
	}
	body.open {
		overflow:hidden;
	}
	ul.menu {
		width: 100%;
		float: left;
		height: 100%;
		list-style: none;
		overflow-y: auto;
		padding: 0 15px;
		margin-top: 20px;
	}
	ul.menu li, ul.menu li a {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
	}
	ul.menu li a {
		color: #fff;
		padding: 10px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	ul.menu li a.more:after {
		content: '\f107';
		font-family: 'FontAwesome';
		float: right;
	}
	ul.menu li.open a.more:after {
		content: '\f106';
	}
	ul.menu li a i {
		display: none;
	}
	ul.menu li span {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 40px;
		text-align: right;
		line-height: 40px;
		font-size: 24px;
		cursor: pointer;
		z-index: 2;
		color: #fff;
	}
	ul.menu li span:after {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 15px;
		float: right;
		content: '+'
	}
	ul.menu li span.open:after {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	ul.menu ul , ul.menu ul ul {
		display: none;
		width: 100%;
		float: left;
		background: #222
	}
	ul.menu ul ul {
		background: #333
	}
	.micon {
		float: right;
		display: block;
		color: #333;
		font-size: 28px;
		margin-top: 20px;
		margin-right: 10px;
		cursor: pointer;
	}
	.mclose {
		width: 40px;
		line-height: 40px;
		color: #fff;
		font-size: 24px;
		cursor: pointer;
		display: inline-block;
		float: right;
	}
	.getSupport {
	    float: left;
	    margin-top: 0px;
	    margin-left: 15px;
	}
	.page_txt {
		padding: 0
	}
	.our_team li .team_img {
	    height: 250px;
	}
	.pagebanner .p {
		padding: 0;
		width: 100%;
	}
}
@media screen and (max-width : 979px) {
	.fullpage {
		max-width: 768px;
	}
	.home_about .txt {
		padding: 0
	}
	.home_about h1 {
	    font-size: 46px;
	    margin-bottom: 30px;
	}
	.home_about .txt {
		margin-top: -130px
	}
	.business_links li .img .circle {
		height: 500px;
		width: 500px;
	}
	.business_links li {
		padding: 50px 0
	}
	.home_services .viewAll {
	    top: -20px;
	    right: 10px;
	}
	.home_services ul li, .home_services ul li:last-child {
		margin-top: 40px;
		float: left;
	}
	.home_services ul li:nth-child(2n) {
	    -webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	    transform: translateY(0px);
	    float: right;
	}
	.home_services {
		padding-bottom: 50px;
	}
	.footer {
		padding: 0
	}
	.homebanner .item img {
	    height: 600px;
	}
	.banner_txt {
		width: 80%;
		right: 10%
	}
	.about_block {
		padding: 50px 0;
		background: #f4f4f4;
		background-image: none !important;
	}
	.about_block .txt {
		width: 100%
	}
	.our_team li .team_img {
	    height: 190px;
	}
	.pagebanner h1 {
	    font-size: 40px;
	}
	.pagebanner .txt {
		padding: 100px 0;
	}
	.pagebanner .txt .p {
		font-weight: 400;
		font-size: 16px;
	}
}
@media screen and (max-width : 767px) {
	.fullpage {
		max-width: 550px;
	}
	.banner_hd {
	    font-size: 18px;
	    line-height: 1.3;
	    font-weight: 600;
	    text-align: center;
	}
	.carousel-control {
		left: 0
	}
	.carousel-control.right {
		right: 0
	}
	.homebanner .item img {
	    height: 400px;
	}
	.home_about .h1, .industries {
		width: 100%;
	}
	.industries {
		margin-top: 20px
	}
	.business_links li .img {
		width: 100%;
	}
	.business_links li .img img {
	    position: relative;
	    display: block;
	    left: 0;
	    width: 100%;
	}
	.business_links li .img .circle {
	    position: absolute;
	    display: block;
	    left: 50px;
	}
	.business_links li .txt {
		width: 100%;
		padding: 40px 0
	}
	.business_links li {
		padding: 0
	}
	.business_links li a br {
		display: none;
	}
	.home_services {
		padding-top: 0
	}
	.home_services ul li {
		width: 100%;
		float: left;
		margin-top: 20px;
	}
	.home_services ul li .txt {
		padding: 15px;
	}
	.home_services ul li h3 {
		font-size: 22px;
		font-weight: 600;
		margin-bottom: 10px;
	}
	.home_services .viewAll {
		position: relative;
		float: left;
		top: 0;
		right: 0;
		width: 100%;
		text-align: center;
	}
	.home_services .viewAll a {
		float: none;
		display: inline-block;
	}
	footer {
		padding: 30px 0
	}
	.copy, .fnav, .fnav .list {
		width: 100%;
		padding: 10px 0
	}
	.fnav h4::before {
		display: none;
	}
	.home_bottom h2 {
	    font-size: 26px;
	    font-weight: 600;
	}
	.home_bottom h4 {
	    font-size: 18px;
	}
	.menu_nav {
		width: 100%
	}
	.page {
		padding: 30px 0
	}
	.innerbanner h1, .abt_txt h2, .about_block h2, .our_team h2, .career_posts h2,
	.contact_form h2 {
	    font-size: 26px;
	    font-weight: 600;
	}
	.abt_txt, .abt_img, .about_blockList li, .our_team li, .page_right {
		width: 100%
	}
	.abt_img {
		margin-top: 20px;
	}
	.about_blockList li {
		padding-left: 80px
	}
	.about_blockList li .icon {
		width: 60px;
	}
	.our_team h4 {
		padding: 0
	}
	.our_team li .team_img {
		height: 250px;
	}
	.page_left {
		display: none;
	}
	.career_posts li h5 {
	    width: calc(100% - 70px);
	}
	.career_posts li .txt, .job_text, .job_dets, .halfspan, .contact_form, .contact_adr, .span-2 {
		width: 100%
	}
	.job_dets {
		position: relative;
		-webkit-position: relative;
		top: 0;
		margin-bottom: 20px;
	}
	.contact_form {
		margin-top: 20px;
	}
	.pagebanner h1 {
	    font-size: 26px;
	    font-weight: 600
	}
	.pagebanner .txt {
		padding: 60px 0;
	}
	.pagebanner .txt .p {
		font-size: 14px;
		font-weight: 400
	}
    .home_about .h1 {
        padding:0
    }
    .business_links li .img .circle {
        left:80%;
    }
    .business_links li:nth-child(2n+2) .img .circle {
        right:80%
    }
}
@media screen and (max-width : 359px) {
	.fullpage {
		max-width: 320px;
	}
}