@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700&display=swap');
ul, ol {
	margin: 0px;
	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;
	text-decoration: none;
	vertical-align: middle;
}
::-webkit-input-placeholder { /* Edge */
  color: white;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::placeholder {
  color: white;
	opacity: 1;
}
.scrollup {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: #333;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	z-index: 99; 
	transform: rotate(-45deg);
	display: none;
	transition: all .5s;
}
.scrollup i {
	transform: rotate(45deg);
}
.scrollup:hover {
	background: #092789;
	transition: all .5s;
}
body {
	font-size: 14px;
	color: #555;
	line-height: 1.6;
	overflow-x: hidden;
	font-weight: 400;
	font-family: 'Nunito Sans', sans-serif;
	position: relative;
}
input, select, textarea {
	font-family: 'Nunito Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;	
}
.fullbody {
	width: 100%;
	float: left;
	position: relative;
}
.fullpage {
	max-width: 1200px;
	min-width: 240px;
	margin: 0px auto;
	position: relative;
}
.header {
	position: fixed;
	top: 30px;
	left: 0;
	z-index: 99;
	transition: all .5s;
}
.header.fix {
	background: #fff;
	top: 0;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	transition: all .5s;
}
.logo {
	float: left;
	width: 20%;
	padding: 15px 0;
	position: relative;
	transition: all .5s;
}
.header.fix .logo {
	padding: 14px 0
}
.logo img {
	height: 50px;
	transition: all .5s;
}
.logo .img2 {
	display: none;
}
.header.fix .logo .img {
	display: none;
}
.header.fix .logo .img2 {
	display: block;
}
.menu_nav {
	float: right;
	width: 75%;
	position: relative;
}
.micon {
	display: none;
}
.mclose {
	display: none;
}
@media only screen and (min-width :980px) {
	ul.menu {
		position: relative;
		float: right;
		width: auto;
		list-style-type: none;
	}
	ul.menu li {
		float: left;
		position: relative;
		margin-left: 40px;
		padding: 24px 0;
		transition: all .5s;
	}
	ul.menu li a {
		float: left;
		position: relative;
		color: #fff;
		letter-spacing: 1px;
		font-weight: 400;
		font-size: 18px;
		border-bottom: 2px solid transparent;
		text-transform: capitalize;
		transition: all .5s;
	}
	ul.menu li a i {
		/*display: none;*/
	}
	.header.fix ul.menu > li a:hover, .header.fix ul.menu li a.active ,
	ul.menu > li a:hover, ul.menu li a.active {
	    color: #f2c90f;
	    border-bottom: 2px solid #fff;
	    transition: all .5s;
	}
	.header.fix ul.menu li a {
		color: #333;
	}
	.header.fix ul.menu > li:hover a,
	ul.menu > li:hover a {
	    color: #f2c90f;
	}
	ul.menu li a.active {
	    border-width: 0px;
	}
	ul.menu ul, ul.menu ul ul {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 9;
		width: 220px;
		display: none;
		box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.15);
		background: #fff;
		transition: all .5s;
	}
	ul.menu ul ul {
		top: 0;
		left: auto;
		right: 106%;
	}
	ul.menu li:hover ul {
		display: block;
		transition: all .5s;
	}
	ul.menu li:hover ul ul {
		display: none;
		transition: all .5s;
	}
	ul.menu ul li:hover ul {
		display: block;
		transition: all .5s;
	}
	.header.fix ul.menu ul li ,
	ul.menu ul li {
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
	}
	ul.menu ul.sub2 li {
		width: 50%;
	}
	.header.fix ul.menu ul li a ,
	ul.menu ul li a {
		width: 100%;
		float: left;
		color: #222;
		border: 0px;
		text-transform: capitalize;
		padding: 10px 15px;
		font-size: 16px;
		letter-spacing: 0px;
		font-weight: 400;
	}
	.header.fix ul.menu > li:hover li a ,
	ul.menu > li:hover li a {
		color: #222;
		border: 0px;
		transition: all .5s;
	}
	.header.fix ul.menu ul li a:hover ,
	ul.menu ul li a:hover {
		color: #fff;
		border: 0px;
		background: #f2c90f;
	}
}
/* ---- banner ---- */
.mtop{
	height: 120px;
	transition: all .5s;
}
.homebanner {
	width: 100%;
	float: left;
	padding: 0;
	background-color: rgba(0,0,0,1);
	position: relative;
	overflow: hidden;
	height: 600px;
}
.homebanner::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0, 0.5);
}

.homebanner video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}
.home_banner img,  .item img {
	width: 100%;
}
.homebanner video {}
/*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);
}
/*end of fade*/
/*start of vertical*/
.vertical .carousel-inner {
  height: 100%;
}
.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}
.carousel.vertical .active {
  top: 0;
}
.carousel.vertical .next {
  top: 100%;
}
.carousel.vertical .prev {
  top: -100%;
}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}
.carousel.vertical .active.left {
  top: -100%;
}
.carousel.vertical .active.right {
  top: 100%;
}
.carousel.vertical .item {
    left: 0;
}
/*end of vertical*/
.carousel-indicators {
	width: 100%;
	height: auto;
	text-align: center;
	bottom: 150px;
}
.carousel-indicators li {
	display: inline-block;
    width: 60px;
    height: 10px;
    margin: 0;
    text-align: center;
    color: #333;
    text-indent: -9999px;
    background: #fff;
    border: 1px solid #555;
    border-radius: 0%;
    cursor: pointer;
    transition: all .5s;
}
.carousel-indicators li.active, .carousel-indicators li:hover {
    background: #293597;
    border: 1px solid #293597;
    transition: all .5s;
}
.carousel-control.left, .carousel-control.right {
    position: absolute;
    top: 50%;
    z-index: 5;
    left: 50px;
    width: 40px;
    border-radius: 5px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: rgba(0,0,0,0.3);
    text-shadow: 0px 0px 5px #333;
}
.carousel-control.right {
	right: 50px;
	left: auto;
	transition: all .5s;
}
.carousel-control:hover {	
    background: #f2c90f;
	transition: all .5s;
}
#home_banner {
	width:70%;
	z-index:2;
	left: 50%;
	position:absolute;
	top: 60%;
	transform: translate(-50%,-50%);
	transition: all .5s;
}
.item .banner_text {
	  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
            -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
.banner_text {
	width:100%;
	float: left;
	text-align: center;
}
.banner_text h2 {
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	display: block;
	font-weight: 500;
	margin-bottom: 15px;
	position: relative;
	text-transform: capitalize;
}
.banner_text h2 span {
	font-size: 60px;
	line-height: 60px;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
}
.banner_text h3 {
	color: #fff;
	font-size: 24px;
	line-height: 34px;
	display: block;
	font-weight: 300;
	position: relative;
	text-transform: capitalize;
}
.banner_text a {
	display: inline-block;
	font-size: 16px;
	padding: 10px 30px;
	color: #fff;
	border-radius: 3px;
	border: 1px solid #fff;
	margin-top: 25px;
	transition: all .5s;
}
.banner_text a i {
	margin-left: 10px;
}
.banner_text a:hover {
	background: #f2c90f;
	transition: all .5s;
}
.banner_bottom {
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
    fill: #fff;
    stroke: #fff;
    stroke-width: 1px;
    z-index: 2;
    height: 50px;
}
.down_arrow {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 100%;
	text-align: center;
	z-index: 3;
	color: #fff;
	text-align: center;
	line-height: 28px;
	animation: bounce 1s infinite;
}
/*home_services*/
.home_services {
	background: #f5f5f5;
	padding: 50px 0;
}
.home_services h2 {
	text-align: center;
	font-size: 40px;
	font-weight: 300;
	color: #1b1d1e;
}
.home_services li {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-top: 30px;
    border-top: 1px solid #CCC;
    position: relative;
}
.home_services li:first-child {
	border-top: 0;
}
.home_services li .img {
	float: right;
	width: 350px;
}
.home_services li:nth-child(even) .img {
	float: left;
}
.home_services li .img img {
	max-width: 100%
}
.home_services li h3 {
    font-size: 28px;
    color: #293597;
    margin: 15px 0;
    font-weight: 500;
}
.home_services li .data {
	float: left;
	font-size: 15px;
	width: calc(100% - 450px);
    line-height: 24px;
    font-weight: 400;
}
.home_services li:nth-child(even) .data {
	text-align: right;
	float: right;
}
.home_services li .klink a {
	position: relative;
	display: inline-block;
	color: #111;
	font-size: 14px;
	background: #f3c811;
	padding: 5px 20px;
	margin-top: 15px;
	border-radius: 30px;
	transition: all .5s;
}
.home_services li a:hover {
    background: #111;
    color: #fff;
}
/*hCareers*/
.hCareers {
    background-image: -webkit-gradient(linear, left top, right top, from(#2e8d84), to(#283891));
    background-image: linear-gradient(90deg, #2e8d84, #283891);
    background-repeat: repeat-x;
    color: #fff;
    padding-top: 150px;
    padding-bottom: 50px;
}

.hCareers_bg {
    background-image: url(../images/wave_top_gray.svg);
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 10vw;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    content: "";
    margin-top: -1px;
}
.hc_form {
	width: 50%;
	float: left;
	padding-right: 10%;
	position: relative;
}
.hc_form:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 1px;
	height: 100%;
	opacity: 0.3;
	background: linear-gradient(to top, transparent, #fff, transparent)
}
.hc_form form {
	margin-top: 30px;
}
.hc_form input {
	width: 100%;
	float: left;
	height: 50px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}
.hc_txt {
	width: 45%;
	float: right;
}

.hCareers h3 {
    font-size: 40px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 15px;
}
.hCareers h3:after {
	display: block;
	content: '';
	width: 50px;
	height: 2px;
	background: #fff;
}

.hCareers h4 {
    font-size: 30px;
    color: #f2c90f;
    font-weight: 400;
    margin-bottom: 20px;
}

.hc_txt a {
    display: inline-block;
}

.hc_txt a, .hc_form button {
	cursor: pointer;
    display: inline-block;
    color: #179ad3;
    background: #fff;
    margin-top: 20px;
    width: 200px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    border: 0px;
    border-radius: 3px;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px 0 rgba(33, 37, 41, .15);
    text-transform: uppercase;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.hc_txt a:hover, .hc_form button:hover {
    color: #111;
    background: #f2c90f;
}
/*home_about*/
.home_about {
	padding-top: 30px;
	padding-bottom: 50px;
	background: #fff;
	text-align: center;
}
.home_about .text ,
.statistics .text {
	padding: 0 10%;
	font-size: 16px;
	color: #1b1d1e;
	font-weight: 300;
	text-align: center;
}
.home_about .text h2 ,
.statistics .text h2 {
	font-size: 38px;
	font-weight: 300;
	color: #111;
	line-height: 1.3;
}
.hservices {}
.home_about h2 , .home_techs h2,
.home_industries h2 {
    text-align: center;
    font-size: 44px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 300;
    color: #1b1d1e;
}
.hservices li {
	float: left;
	width: 32%;
	padding: 20px;
	margin-top: 30px;
	border-radius: 5px;
	font-size: 14px;
	color: #1b1d1e;
	font-weight: 300;
	min-height: 260px;
	margin-right: 2%;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.1);
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.hservices li:hover {
	box-shadow: 0px 0px 70px 35px rgba(0,0,0,0.15);
}
.hservices li:nth-child(3n+3) {
	margin-right: 0;
}
.hservices li a {
	color: #333;
}
.hservices li img {
	height: 150px;
	max-width: 100%;
	display: inline-block;
}
.hservices li h3 {
	font-size: 21px;
	color: #111;
	line-height: 28px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}
/*home_techs*/
.home_techs {
    padding: 50px 0;
    background: linear-gradient(to right,#293597 0%, #f2c90f 100%);
    background: -webkit-linear-gradient(to right,#293597 0%, #f2c90f 100%);
    text-align: center;
    color: #fff;
}
.home_techs0:before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 50px;
    content: '';
    z-index: 1;
    background-color: #fff;
    background-image: url(../images/bg.jpg);
    background-position: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.home_techs:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../images/bg1.jpg);
    background-position: center;
    background-size: 100% auto;
    opacity: 0.1
}
.home_techs h2 {
	margin-bottom: 30px;
	color: #fff
}
.home_techs li {
	list-style: none;
	float: left;
	width: 20%;
}
.home_ttechs li {
	list-style: none;
	float: left;
	padding: 10px 5px;
	width: calc((100% - 40px) / 5 );
	margin-right: 10px;
	text-align: center;
}
.home_ttechs li:nth-child(5n+5) {
	margin-right: 0
}
.home_ttechs li img {
	width: 100%;
	display: inline-block;
}
/*footer*/
footer {
    background: #f4f6f6;
}

.footer {
    padding: 50px 0;
}

.fbox {
    float: left;
    width: 18%;
    padding-right: 50px;
}

.flogo {
    width: 25%
}

.flogo img {
    max-width: 80%;
}

.fbox h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #111;
    margin: 15px 0;
}

.fbox li {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.fbox li a {
    color: #555;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.fbox li a:hover {
    color: #293597;
}

.fnav {
    width: 50%;
}

.fnav li {
    width: 50%;
}

.fcnt {
    padding-right: 0
}

.footerNums {
    border-top: 2px solid #eee;
    padding: 30px 0;
}

.footerNums li {
    float: left;
    font-weight: 600;
    margin-right: 20px;
    line-height: 30px;
}

.footerNums li a i {
    color: #293597;
    margin-right: 10px;
}

.footerNums li a {
    float: left;
    color: #555;
    font-weight: 400;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.footerSocail a:hover,
.footerNums li a:hover {
    color: #293597;
}

.footerSocail {
    float: right;
}

.footerSocail a {
    float: left;
    font-size: 20px;
    color: #999;
    line-height: 30px;
    margin-left: 20px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

/*copyrights*/
.copyrights {
    background: #283891;
    padding: 20px 0;
}

.copyrights span,
.copyrights a {
    float: left;
    color: #fff;
    line-height: 1;
    position: relative;
}

.copyrights a {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.copyrights a:hover {
    color: #293597;
}
/*innerbanner*/
.innerbanner {
	border-bottom: 1px solid #ddd;
}
.innerbanner .ib_pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.innerbanner .ib_pic:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0,0,0,0.5);
}
.innerbanner .ib_title {
	margin-top: 500px;
	background: #fff;
	line-height: 50px;
	padding: 10px 25px;
}
.innerbanner .ib_title h1 {
	color: #111;
	float: left;
	font-size: 26px;
	font-weight: 600;
}
.innerbanner .breads {
	width: auto;
	float: right;
	list-style: none;
}
.innerbanner .breads li {
	float: left;
	padding-right: 15px;
	margin-right: 10px;
	position: relative;
	font-size: 13px;
	color: #555;
}
.innerbanner .breads li:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '/';
}
.innerbanner .breads li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.innerbanner .breads li:last-child:after {
	display: none;
}
.innerbanner .breads li a i {
	margin-right: 5px;
}
.innerbanner .breads li a {
	float: left;
	color: #283891;
	transition: all .5s;
}
.innerbanner .breads li a:hover, .innerbanner .breads li a.active {
	color: #333;
	transition: all .5s;
}
/*page*/
.page {
	padding: 25px;
	font-size: 15px;
}
.page p {
	display: block;
	margin-bottom: 15px;
}
.page_ul ul {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.page_ul ul li {
	width: 100%;
	float: left;
	padding: 3px 0;
	padding-left: 16px;
	position: relative;
}
.page_ul ul li:before {
	position: absolute;
	top: 2px;
	left: 4px;
	font-size: 16px;
	content: '\f105';
	color: #111;
	font-family: 'FontAwesome';
}
/*page_content*/
.pageBottom {
	border-bottom: 1px solid #ddd;
}
.page_content {
	float: left;
	width: 70%;
	text-align: justify;
}
.page_menu {
	width: 27%;
	float: right;
	background: #f5f5f5;
	padding: 5px;
	position: sticky;
	position: -webkit-sticky;
	top: 100px;
	right: 0;
	border: 1px solid #ddd;
}
.page_menu li {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e5e5e5;
}
.page_menu li:last-child {
	border-bottom: 0px solid #eee;
}
.page_menu li a {
	width: 100%;
	float: left;
	padding: 10px;
	color: #111;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.page_menu li a.active, .page_menu li a:hover {
	color: #fff;
	background: #283891;
}
.about_values {	
	overflow: hidden;
	margin-top: 30px;
}
.about_values h2, .career_links h2 {
	font-size: 48px;
	color: #222;
	text-align: center;
	margin-bottom: 30px;
}
.about_valuesli li, .aboutlih2 {
	width: 25%;
	float: left;
	padding: 15px;
	color: #222;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.about_valuesli li:after {
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	content: '';
	display: none;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #283891;
}
.about_valuesli li.active:after {
	display: block;
}
.about_valuesli li.active,.about_valuesli li:hover {
	background: #283891;
	color: #fff;
}
.about_valuesDiv {
	padding: 40px;
	display: none;
}
.aboutlih2 {
	display: none;
	width: 100%;
	background: #fff;
	margin: 1px 0;
	border: 1px solid #ddd;
}
.about_valuesDiv .title {
	width: 25%;
	float: left;
	font-size: 30px;
	color: #222;
	padding: 60px 0;
	font-weight: 600;
}
.about_valuesDiv .txt {
	width: 72%;
	float: right;
	padding: 10px 0;
	font-size: 16px;
	line-height: 1.8;
}
.techlist {
    padding: 40px 0;
}
.techlist li {
    width: 20%;
    float: left; 
    padding: 5px;
}
.techlist li span {
    width: 100%;
    float: left; 
    padding: 20px;
    border: 1px solid #ddd;
}
.techlist li img {
    max-width: 100%;
    height: 100px;
}
/*contact_address*/
.contact_address {
    background: #f5f5f5;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.contact_address address {
    width: 40%;
    float: left;
    padding: 25px;
    margin: 0
}
.contact_address address p {
    position: relative;
    padding-left: 100px;
}
.contact_address address span {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    color: #111;
    width: 80px;
}
.contact_address address span:after {
    float: right;
    content: ":"
}
.contact_address h2 {
    display: block;
    text-transform: capitalize;
    color: #3c6ea5;
    margin-bottom: 25px;
}
.contact_address h3 {
    text-transform: uppercase;
    color: #3c6ea5;
    margin: 10px 0;
}
.contact_map {
    width: 55%;
    float: right;
    height: 300px;
}
.contact_map iframe {
    width: 100%;
    height: 100%;
    border: 0px;
}
/*.contact_form */
.contact_form {
    background: #fff;
    margin-top: 10px;
    text-align: center;
}
.contact_form h2 {
    display: block;
    text-transform: capitalize;
    color: #283891;
    font-size: 30px;
    margin-bottom: 10px;
}
.contact_form form {
    padding: 0 10%;
}
.halfdiv {
    width: 49%;
    float: left;
}
.halfdiv.right {
    float: right;
}
.contact_form form .c_input {
    margin-top: 25px;
}
.contact_form .c_input label {
    display: block;
    text-align: left;
    font-weight: 500;
}
.contact_form .c_input input ,
.contact_form .c_input textarea {
    width: 100%;
    float: left;
    height: 50px;
    border: 1px solid #ddd;
    background: #fff;
    color: #111;
    padding:  0 15px;
    transition: all .5s;
}
.contact_form .c_input input:hover ,
.contact_form .c_input textarea:hover ,
.contact_form .c_input input:focus ,
.contact_form .c_input textarea:focus {
    border: 1px solid #999;
    transition: all .5s;
}
.contact_form .c_input textarea {
    height: 120px;
    padding: 10px 15px;
}
.contact_form .c_btn input {
    display: table;
    margin: 20px auto;
    padding: 15px 40px;
    background: #f3c811;
    color: #111;
    cursor: pointer;
    border: 0px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .5s;
}
.contact_form .c_btn input:hover {
    background: #283891;
    color: #fff;
    transition: all .5s;
}
/*askQuestion*/
.askQuestion form {
	padding: 50px;
	background: #f5f5f5;
}
.divtwo {
	width: 49%;
	position: relative;
	float: left;
}
.divtwo.right {
	float: right;
}
.form label {
	display: block;
	margin: 0 0 10px 0;
	font-weight: 400;
}
.form input ,
.form select ,
.form textarea {
	width: 100%;
	float: left;
	height: 50px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 0 10px;
	color: #333;
	font-size: 15px;
	margin-bottom: 20px;
}
.form textarea {
	height: 100px;
	padding: 10px;
}
.form button {
	display: table;
	margin: 0 auto;
	border: 0px;
	background: #f3c811;
	color: #111;
	cursor: pointer;
	font-size: 18px;
	padding: 0 50px;
	line-height: 60px;
	appearance: none;
	border-radius: 30px;
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.15);
	-webkit-appearance: none;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.form button:hover {
	background: #283891;
	color: #fff;
}
.job_form {
	padding: 30px;
	background: #f5f5f5;
}
.job_form h2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 30px;
	color: #283891;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
/*career_links*/
.career_links {
	margin-bottom: 20px;
}
.career_links li {
	position: relative;
	margin-bottom: 20px;
	padding: 25px;
	    width: 48%;
    float: left;
    min-height: 100px;
	border: 1px solid #fff;
	background: rgba(2, 70, 124, 0.1)
}
.career_links h3 {
    float: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #283891;
    margin-bottom: 20px;
}
.career_links h3 span {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}
.career_links a {
	float: left;
    padding: 5px 10px;
    color: #fff;
    background: #283891;
    transition: all .5s;
}
.career_links a:hover {
	color: #111;
    background: #fff;
    transition: all .5s;
}
/*job_details*/
.job_details {
	margin-bottom: 50px;
}
.job_text {
    width: 70%;
    float: left;
    position: relative;
}
.job_text h2 {
    padding-bottom: 10px;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: 1px;
    font-size: 22px;
}
.job_dets {
    width: 26%;
    float: right;
}
.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: #283891;
    font-weight: 400;
}
.job_nav li span {
    display: block;
    font-size: 16px;
}
.job_nav li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #283891;
}
.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: #283891;
}
.job_dets h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-weight: 400;
    color: #222;
}
/*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: #283891;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: block;
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}
.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: #283891;
    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;
}

@media screen and (max-width : 1279px) {
	.fullpage {
		max-width: 960px;
	}
	ul.menu li {
	    margin-left: 25px;
	}
	.techlist li {
		width: 25%
	}
}
@media screen and (max-width : 979px) {
	.fullpage {
		max-width: 750px;
	}
	.menu_nav {
		position: fixed;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		background: #293597;
		z-index: 999;
		padding: 15px;
		padding-bottom: 60px;
		overflow: hidden;
		transition: all .5s;
	}
	.menu_nav.open {
		top: 0;
		transition: all .5s;
	}
	body.open {
		overflow:hidden;
	}
	ul.menu {
		width: 100%;
		float: left;
		height: 100%;
		list-style: none;
		overflow-y: auto;
	}
	ul.menu li, ul.menu li a {
		width: 100%;
		float: left;
		margin: 0;
	}
	ul.menu li a {
		color: #fff;
		font-size: 18px;
		padding: 10px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	ul.menu li a i {
		float: right;
	}
	ul.menu ul , ul.menu ul ul {
		display: none;
		width: 100%;
		float: left;
		background: rgba(0,0,0,0.1);
	}
	ul.menu ul {
		background: #c8a201;
	}
	ul.menu ul.open {
		display: block;
	}
	.micon {
		float: right;
		display: block;
		color: #fff;
		font-size: 30px;
		margin: 10px 10px 0 0;
		cursor: pointer;
	}
	.mclose {
		padding: 8px 25px;
		background: #fff;
		color: #333;
		font-size: 20px;
		cursor: pointer;
		width: 100%;
		float: left;
		display: block;
		margin-bottom: 10px;
	}
	.mclose i {
		float: right;
		line-height: 30px;
	}
	#home_banner {
		width: 100%
	}
	.home_services li .data {
		width: calc(100% - 350px)
	}
	.hservices li {
		width: 48%;
		margin-right: 0
	}
	.hservices li:nth-child(even) {
		float: right;
	}
	.flogo {
		display: none;
	}
	.fbox {
		width: 25%
	}
	.innerbanner .ib_title {
	    margin-top: 300px;
	}
	.header.fix .micon {
		color: #333;
		margin-top: 20px
	}
	.about_values {
		margin-top: 0
	}
	.about_values h2, .career_links h2 {
		font-size: 30px;
		line-height: 1
	}
	.career_links li {
		width: 100%
	}
	.techlist li {
		width: 33.33%
	}
	.contact_form form {
		padding: 0
	}
}
@media screen and (max-width : 767px) {
	.fullpage {
		max-width: 550px;
		padding: 0 10px;
	}
	.top_bar{
		display: none;
	}
	.mtop{
		height: 70px;
	}
	.carousel-control.left{
		left: 0;
	}
	.carousel-control.right{
		right: 0;
	}
	.homebanner {
		height: 400px;
	}
	.banner_text h3 {
		font-size: 16px;
		line-height: 1.4
	}
	.banner_text h2{
		font-size: 18px;
		line-height: 28px;
	}
	.banner_text h2 span {
		font-size: 20px;
		line-height: 30px;
	}
	.down_arrow {
		bottom: 10px;
	}
	.home_services, .hCareers {
		padding: 30px 0
	}
	.home_services h2 {
		font-size: 26px;
	}
	.home_services li .img {
		width: 100%;
	}
	.home_services li .data {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	.home_services li:nth-child(2n) .data {
		text-align: center;
	}
	.hc_form, .hc_txt {
		padding: 0;
		margin-top: 30px;
		width: 100%;
	}
	.hCareers h3,.home_about h2, .home_techs h2, .home_industries h2 {
		font-size: 30px
	}
	.hCareers h3::after {
	    display: none;
	}
	.hCareers h4 {
		font-size: 16px;
		line-height: 1.4
	}
	.hservices li, .fbox {
		width: 100%
	}
	.home_ttechs li {
		width: calc( 100% / 3);
		margin-right: 0
	}
	.footer {
		padding: 20px 0
	}
	.footerNums {
		padding: 15px 0
	}
	.footerSocail, .footerNums ul {
		width: 100%;
		margin-left: 0;
		padding: 5px 0
	}
	.home_services li:first-child {
		padding-top: 0
	}
	.home_services li h3 {
		font-size: 26px
	}
	.innerbanner .ib_title {
		margin-top: 200px
	}
	.innerbanner .ib_title {
		padding: 10px;
		line-height: 40px;
	}
	.innerbanner .breads, .about_valuesli, .about_valuesDiv .title ,
	.page_menu{
		display: none;
	}
	.page {
		padding: 15px 0
	}
	.aboutlih2 {
		display: block;
	}
	.about_valuesDiv .txt, .page_content, .job_dets, .job_text, .halfspan,
	.divtwo {
		width: 100%
	}
	.about_valuesDiv {
		padding: 0
	}
	.about_values {
		margin-bottom: 30px
	}
	.innerbanner .ib_title h1 {
		font-size: 20px
	}
	.career_links li {
		padding: 15px
	}
	.career_links h3 {
		font-size: 18px
	}
	.job_details {
		margin-bottom: 0
	}
	.job_form {
	    padding: 15px;
	    background:#f5f5f5;
	}
	.techlist li {
		width: 50%
	}
	.techlist li span {
		padding: 5px 10px
	}
	.contact_address address, .contact_map, .halfdiv {
		width: 100%
	}
	.contact_map {
		height: 200px
	}
}
@media screen and (max-width : 359px) {
	.fullpage {
		max-width: 320px;
	}	
	.home_ttechs li {
		width: calc( 100% / 2);
	}
	.techlist li {
		width: 100%
	}
}