@charset "utf-8";
/* CSS Document
Licensed under the 3KITS license - http://3kits.com/license
Copyright (c) 2018 sadguru@3kits.com
*/
@import url('font-face.css');
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;
}
.scrollup {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: #003279;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	z-index: 99; 
	border-radius: 100%;
	display: none;
	transition: all .5s;
}
.scrollup:hover {
	background: #fb0013;
	transition: all .5s;
}
body {
	font-size: 14px;
	color: #555;
	line-height: 22px;
	overflow-x: hidden;
	font-weight: 400;
	font-family: "geomanist",sans-serif;
	position: relative;
}
input, select, textarea {
	font-family: "geomanist","Open Sans",sans-serif;	
}
h1, h2, h3, h4, h5, h6 {
	margin:0;		
}
.futura {
	font-family: "futura","futura-pt","geomanist","Open Sans",sans-serif;	
}
.fullbody {
	width: 100%;
	float: left;
	position: relative;
}
.fullpage {
	max-width: 1200px;
	min-width: 240px;
	margin: 0px auto;
	position: relative;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #fff;
	transition: all .5s;
}
.header.fix {
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	transition: all .5s;
}
.logo {
	float: left;
	width: 20%;
	padding: 22px 0 0;
	position: relative;
	transition: all .5s;
}
.logo img {
	height: 30px;
	transition: all .5s;
}
.menu_nav {
	float: right;
	width: 80%;
	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;
		margin-left: 30px;
		padding: 21px 0;
		font-family: "geomanist","Open Sans",sans-serif;
		transition: all .5s;
	}
	ul.menu li a {
		float: left;
		position: relative;
		color: #424242;
		padding: 3px;
		font-size: 16px;
		text-transform: capitalize;
		transition: all .5s;
	}
	ul.menu li.contct a {
		padding: 3px 20px;
		border-radius: 25px;
		background: #fb0013;
		color: #fff;
	}
	ul.menu li.contct:hover a {
		background: #0256a8;
		color: #fff;
	}
	ul.menu li a i {
		margin-left:5px;
	}
	ul.menu > li:hover a, ul.menu li a.active {
	    color: #fb0013;
	    transition: all .5s;
	}
	ul.menu li a.active {
	    border-width: 0px;
	}
	ul.menu > ul li:hover a:after, ul.menu ul li a.active:after,
	ul.menu > ul li:hover a:before, ul.menu ul li a.active:before,
	ul.menu ul li a:after, ul.menu > ul li a:before,
	ul.menu > li:hover li a:after, ul.menu > li:hover li a:before {
		display: none;
	}
	ul.menu .has_menu {
		position: absolute;
		top: 100%;
		right: 0px;
		z-index: 9;
		width: 115%;
		display: none;
    	background: #f5f5f5;
		box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.15);
		transition: all .5s;
	}
	ul.menu .has_menu.big_menu {
		width: 125%;
	}
	.menu_cnt {
		width: 35%;
		float: left;
		height: 100%;
		padding: 20px 25px;
		font-size: 14px;
		color: #555;
	}
	.has_menu.big_menu .menu_cnt {
		width: 30%;
	}
	.menu_cnt h2 {
		font-size: 28px;
		font-weight: 500;
		color: #003279;
		margin-bottom: 15px;
	}
	.sin_menu, .mul_menu {
		width: 65%;
		float: left;
		padding: 10px 25px;
        background: #fff;
        min-height:150px;
	}
	.has_menu.big_menu .sin_menu, .has_menu.big_menu .mul_menu {
		width: 70%;
    	background: #fff;
	}
	.mul_menu ul {
		width: 32%;
		float: left;
		margin-right: 2%;
	}
	.mul_menu ul:nth-child(3n+3) {
		margin-right: 0;
	}
	ul.menu li .sin_menu li ,
	ul.menu li .mul_menu li {
		width: 100%;
		float: left;
		margin:0;
		padding: 5px 0;
		list-style: none;
		border-bottom: 1px solid #f5f5f5;
	}
	.mul_menu li.mtitle {
		color: #003279;
		font-size: 16px;
	}
	ul.menu li .sin_menu.menu2 li {
		width: 49%;
	}
	ul.menu li .sin_menu.menu2 li:nth-child(even) {
		float: right;
	}
	ul.menu li .sin_menu li a, ul.menu li .mul_menu li a {
		float: left;
		font-size: 14px;
		color: #333;
		padding: 3px 0;
	}
	ul.menu li:hover .has_menu {
		display: block;
		transition: all .5s;
	}
	ul.menu > li:hover li a {
		color: #222;
		transition: all .5s;
	}
	ul.menu ul li a:hover {
		color: #fb0013;
	}
}
.top_social {
	position: fixed; right: 10px; top: 25%; z-index: 99;
}
.top_social, .top_social ul {
	float: right;
}
.top_social ul li {
	clear: both;
}
.top_social ul li a {
	color: #fff;
	font-size: 18px;
	transition: all .5s;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: block;
	border: 2px solid #fff;
	border-radius: 100%;
	margin-bottom: 12px;
}
.top_social ul li.fb1 a {background-color: #3a559f;}
.top_social ul li.tw1 a {background-color: #00a2f6;}
.top_social ul li.lin1 a {background-color: #007bb5;}

.top_social ul li.fb1 a:hover {color: #3a559f; background-color: #fff;}
.top_social ul li.tw1 a:hover {color: #00a2f6; background-color: #fff;}
.top_social ul li.lin1 a:hover {color: #007bb5; background-color: #fff;}
/* ---- banner ---- */
.mtop{
	height: 70px;
	transition: all .5s;
}
.homebanner {
	width: 100%;
	float: left;
	padding: 0;
	background-color: rgba(0,0,0,1);
	position: relative;
	overflow: hidden;
}
.homebanner:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(5,46,134, 0.5);
}
.home_banner img,  .item img {
	width: 100%;
}
/*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: #052e86;
    border: 1px solid #052e86;
    transition: all .5s;
}
.carousel-control.left, .carousel-control.right {
    position: absolute;
    top: 50%;
    z-index: 5;
    left: 50px;
    width: 40px;
    border-radius: 50px;
    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: #0086e9;
	transition: all .5s;
}
.item .banner_text {
	opacity: 0;
	transition: all .5s;
}
.item.active .banner_text {
	opacity: 1;
	bottom:30%;
	transition: all .5s;
}
.banner_text {
	width:60%;
	z-index:9;
	left: 9%;
	position:absolute;
	text-align: left;
	bottom: -20%;
	transition: all .5s;
}
.banner_text h2 {
	display: block;
	margin-bottom: 15px;
}
.banner_text h2 img {
	max-width: 100%;
	height: 80px; 
	width: auto;
}
.banner_text h3 {
	color: #fff;
	font-size: 56px;
	line-height: 60px;
	font-weight: 500;
	display: block;
	font-family: "futura","futura-pt","geomanist","Open Sans",sans-serif;
	text-transform: capitalize;
}
.banner_text h4 {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	display: block;
	margin-top: 15px;
}
.banner_text a {
	display: inline-block;
	font-size: 13px;
	padding: 5px 20px;
	color: #333;
	font-weight: 600;
	border-radius: 30px;
	border: 1px solid #fff;
	background: #fff;
	margin-top: 5px;
	transition: all .5s;
}
.banner_text a:hover {
	background: transparent;
	color: #fff;
	transition: all .5s;
}
/*home_about*/
.home_about {
	position: relative;
    background:#f7f7f7;
    background-image: url(../images/Home-about.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    padding: 50px 0;
}
.title {
	font-size: 40px;
	color: #003279;
	text-transform: capitalize;
	font-weight: 500;
	font-family: "futura","futura-pt","geomanist","Open Sans",sans-serif;
	display: block;
	line-height: 40px;
}
.sub-title {
	font-size: 16px;
	color: #333;
	font-family: "futura","futura-pt","geomanist","Open Sans",sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
	line-height: 30px;
	margin-bottom: 10px;
}
.ha_txt {
	padding: 0 10%;
	text-align: center;
	font-size: 24px;
	color: #333;
	line-height: 38px;
}
.ha_txt p {
	display: block;
	margin-bottom: 10px;
}
.hleft_text{
    font-size:16px;
	line-height:28px;
	width:48%;
	float:left;
}
.hleft_text h2{
    display: block;
    font-size: 34px;
    font-weight: 500;
    color: #003279;
    line-height: 44px;
    margin-bottom: 15px;
    position: relative;
}
.hleft_text a {
    float:left;
    margin-top: 20px;
    padding:5px 25px;
    font-size:14px;
    border-radius:25px;
    border:1px solid #003279;
    color:#003279;
    transition:all .5s;
}
.hleft_text a:hover {
    color:#fff;
    background:#003279;
    transition:all .5s;
}
.txtxt {
    height:300px;
    overflow:hidden;
}
.hright_img{
	width:50%;
	height: 500px;
	overflow:hidden;
	position: relative;
	float:right;
    display:none;
}
.hright_img img{
	width:100%;
}
.hright_img::after {
    width: 280px;
    height: 500px;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    z-index: 2;
    background: url(../images/shape.png) no-repeat;
}
/*home_services*/
.home_services {
	padding: 50px 0 0 0;
	background: #f4f4f4;
}
.home_services h3 {
	margin-bottom: 30px;
	display: block;
}
.home_services li {
	list-style: none;
	float: left;
	width: 25%;
}
.home_services li a {
	width: 100%;
	float: left;
	height: 400px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.home_services li a:before, .home_services li a:before {
	position: absolute;
	bottom: -10%;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: linear-gradient(to bottom,rgba(60,60,60,0) 0%,#141414 100%);
	transition: all .5s;
}
.home_services li .hover_txt {
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	z-index: 5;
	opacity: 0;
	color: #fff;
	background: #fb0013;
	text-align: left;
	transition: all .5s;
}
.home_services li:hover .hover_txt {
	top: 0;
	opacity: 1;
	transition: all .5s;
}
.home_services li h4 {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	padding: 30px;
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
	font-family: "futura","futura-pt","geomanist","Open Sans",sans-serif;
	letter-spacing: 1px;
	transition: all .5s;
}
.hover_txt h5 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: 1px;
	display: block;
	font-family: "futura","futura-pt","geomanist","Open Sans",sans-serif;
	transition: all .5s;
}
.hover_txt span {
	float: left;
	padding: 6px 25px;
	background: #fff;
	color: #333;
	font-weight: 600;
	font-size: 12px;
	margin-top: 15px;
	border-radius: 25px;
	border: 1px solid #fff;
	transition: all .5s;
}
.hover_txt span:hover {
	background: transparent;
	color: #fff;
	transition: all .5s;
}
/*.home_clients*/
.home_clients {
	padding: 50px 0;
}
.client_scroll {
	position: relative;
}
.client_scroll .caroufredsel_wrapper {
	height: 100px !important;
}
.client_scroll li {
	list-style: none;
	float: left;
	width: 16.6%;
	text-align: center;
	padding: 0 5px;
}
.client_scroll li img {
	max-height: 100px;
	max-width: 100%;
	display: inline-block;
}
#cprev , #cnext {
	position: absolute;
	top: 40%;
	left: 0;
	color: #999;
	font-size: 30px;
	cursor: pointer;
	z-index: 9;
	transition: all .5s;
}
#cnext {
	left: auto;
	right: 0;
}
#cprev:hover , #cnext:hover {
	color: #555;
	transition: all .5s;
}
/*home_solutions*/
.home_solutions {
	padding: 50px 0;
	background: #f5f5f5;
}
.solution_bnr .hsb_img {
	float: right;
	width: 50%;
}
.solution_bnr .carousel-control.left, 
.solution_bnr .carousel-control.right {
	top: auto;
	bottom: 0;
	left: 41%;
	text-shadow: 0px 0px 0px #333;
	background: rgba(1, 98, 175,0.5);
	transition: all .5s;
}
.solution_bnr .carousel-control.right {
	left: 45%;
}
.solution_bnr .carousel-control.left:hover, 
.solution_bnr .carousel-control.right:hover {
	background: rgba(1, 98, 175,0.9);
	transition: all .5s;
}
.solution_bnr .hsb_txt {
	float: left;
	width: 45%;
	color: #333;
	font-size: 14px;
	line-height: 26px;
	padding-top: 30px;
}
.solution_bnr .hsb_txt h3 {
	font-size: 26px;
	font-weight: 400;
	color: #333;
	font-family: "geomanist","Open Sans",sans-serif;
	margin-bottom: 20px;
}
.solution_bnr .hsb_txt a {
	margin-top: 20px;
	color: #333;
	padding: 6px 25px;
	border: 1px solid #333;
	float: left;
	border-radius: 25px;
	transition: all .5s;
}
.solution_bnr .hsb_txt a:hover {
	color: #fff;
	background: #333;
	transition: all .5s;
}
/*home_enquire*/
.home_enquire {
	background: #003279;
	padding: 50px 0;
	color: #fff;
}
.home_enquire h2 {
	float: left;
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
}
.home_enquire h2 span {
	display: block;
	font-size: 14px;
	margin-top: 10px;
	font-weight: 400;
	line-height: 22px;
}
.home_enquire a {
	float: right;
	background: #fff;
	color: #333;
	font-size: 13px;
	font-weight: 600;
	padding: 5px 25px;
	border: 1px solid #fff;
	border-radius: 25px;
	margin-top: 33px;
	transition: all .5s;
}
.home_enquire a:hover {
	background: transparent;
	color: #fff;
	transition: all .5s;
}
/*footer*/
footer {
	padding: 20px 0;
}
.fbox {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}
.fbox2 {
    width: 47%;
}
.fbox.last, .fbox:last-child {
	margin-right: 0;
}
.fbox h4 {
	font-size: 28px;
	margin: 20px 0;
	color: #003279;
	font-family: "futura","futura-pt","geomanist","Open Sans",sans-serif;
	font-weight: 400;
}
.fbox p , .fbox li {
	width: 100%;
	float: left;
	padding: 5px 0;
}
.fbox2 li {
    width:49%;
}
.fbox2 li:nth-child(2n) {
    float:right;
}
.fbox p a, .fbox li a {
	float: left;
	color: #333;
	font-size: 15px;
	transition: all .5s;
}
.fbox li a:hover {
	color: #fb0013;
	transition: all .5s;
}
.fbox p a {
	font-size: 14px;
}
.fbox p a i {
	color: #fb0013;
	margin-right: 5px;
}
.social {
	float: left;
	margin-top: 20px;
	list-style: none;
}
.social li {
	float: left;
	width: auto;
}
.social li a {
	float: left;
	padding: 0;
	margin:0 10px;
	font-size: 20px;
	color: #fb0013;
	transition: all .5s;
}
.social li a:hover {
	color: #333;
	transition: all .5s;
}
.copyrights {
	margin-top: 20px;
	padding: 20px 0;
	border-top: 1px solid #ddd;
	color: #333;
	font-size: 13px;
}
/*innerbanner*/
.innerbanner {
	min-height: 300px;
	position: relative;
}
.ib_pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.ib_pic:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0,0,0,0.3);
}
.ib_txt {
	position: relative;
	z-index: 2;
	text-align: center;
	margin: 12% 0;
}
.ib_txt h1 {
	font-size: 50px;
    font-weight: 600;
    color: #fff;
    display: none;
    margin-bottom: 30px;
}
ul.breads {
	text-align: right;
	list-style: none;
	margin-top: 90px;
}
ul.breads li {
	display: inline-block;
	color: #eee;
	font-size: 14px;
	padding: 0 10px;
	margin: 0 5px;
	position: relative;
}
ul.breads li:after {
	position: absolute;
	top: 2px;
	right: -10px;
	content: '/';
	font-size: 10px;
}
ul.breads li:last-child:after {
	display: none;
}
ul.breads li a {
	float: left;
	color: #eee;
	font-size: 14px;
}
ul.breads li:last-child a,ul.breads li a:hover {
	color: #fb0013;
}
/*.page*/
.page {
	padding: 30px 0 15px 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
}
.page p {
	display: block;
	margin-bottom: 15px;
}
.page:nth-child(odd) {
	background: #f7f7f7;
}
.page_text {
	font-size: 22px;
	line-height: 34px;
	color: #111;
}
.page_text br {
    display: block;
    margin-bottom: 15px;
}
.page_title {
	width: 35%;
	float: left;
}
.page_title h2 {
	display: block;
	font-size: 34px;
	font-weight: 500;
	color: #003279;
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
}
.page_title h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 4px;
	content: '';
	background: #fb0013;
}
.page_title img , .page_img img {
	max-width: 100%;
}
.page_title .carousel-control.left {
	left: 0;
}
.page_title .carousel-control.right {
	right: 0;
}
.page_cnt {
	width: 60%;
	float: right;
	font-size: 18px;
	line-height: 32px;
	color: #333;
}
.page_cnt ul, .page_ul ul  {
	list-style: none;
	margin-bottom: 10px;
	display: inline-block;
}
.page_cnt ul li, .page_ul ul li {
	float: left;
	width: 100%;
	position: relative;
	padding: 5px;
	padding-left: 25px;
}
.page_cnt ul li:before, .page_ul ul li:before {
	position: absolute;
	top: 16px;
	left: 5px;
	width: 8px;
	height: 8px;
	content: '';
	background: #fb0013;
}
.page_cnt a {
	float: left;
	color: #fb0013;
	font-size: 16px;
	font-weight: 500;
}
.more_cnt {
	display: none;
}
.see_lessBtn {
	display: none;
}
/*career_links*/
.career_links {
	margin-bottom: 30px;
}
.career_link {
	width: 100%;
	float: left;
	list-style: none;
	position: relative;
	padding: 20px;
	margin: 10px 0;
    min-height:120px;
	background: #f5f5f5;
}
.career_link .txt {
	max-height: 90px;
	overflow: hidden;
}
.career_link h3 {
	float: left;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #333;
}
.career_link h3 span {
	display:block;
    margin-top: 10px;
    font-size:14px;
    color:#777;
    font-weight:400;
}
.career_link a {
	float: right;
	padding: 5px 30px;
    margin-top:25px;
	color: #fff;
	background: #013179;
	transition: all .5s;
}
.career_link a:hover {
	background: #fb0013;
	transition: all .5s;
}
/*job_text*/
.job_text {
	width: 70%;
	float: left;
	position: relative;
}
.job_text h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-weight: 400;
    color: #222;
    margin-bottom: 15px;
}
.job_dets {
	width: 26%;
	float: right;
}
.job_nav {
	margin-top: 10px;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}
.job_nav li {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 10px 30px;
}
.job_nav li b {
	color: #00A2E7;
	font-weight: 400;
}
.job_nav li span {
	display: block;
	font-size: 16px;
}
.job_nav li i {
	position: absolute;
	top: 5px;
	left: 0;
	color: #00A2E7;
}
.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: #003278;
}
.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: #003279;
	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: #003279;
	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;
}
/*contact*/
.contact li {
	width: 100%;
	float: left;
	list-style: none;
	margin: 10px 0; 
}
.contact li:nth-child(even) {
	background: #f7f7f7;
}
.contact li .adr {
	float: right;
	width: 35%;
	color: #555;
	padding: 50px 30px;
}
.contact li .adr h5 {
	display: block;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 400;
	color: #111;
}
.contact li .adr h5 i {
	font-size: 16px;
	color: #777;
	margin-right: 10px;
}
.contact li .adr h2 {
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #003279;
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
}
.contact li .adr h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	content: '';
	background: #fb0013;
}
.contact li:nth-child(even) .adr {
	float: left;
}
.contact li .map {
	float: left;
	width: 65%;
	height: 300px;
}
.contact li .map iframe {
	height: 100%;
	border: 0px;
	width: 100%;
}
/*contact_form*/
.contact_form {
	padding: 50px 0;
}
.contact_form h2 {
	font-size: 30px;
	font-weight: 500;
	color: #003279;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.contact_form h2:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	width: 40px;	
	height: 3px;
	content: '';
	background: #fb0013;
}
.contact_form li {
	width: 32%;
	float: left;
	margin-right: 2%;
}
.contact_form li:last-child {
	margin-right: 0;
}
input.mk_input, textarea.mk_input {
	width: 100%;
	height: 50px;
	border: 0px;
	border-bottom: 2px solid #eee;
	color: #333;
	padding: 5px 15px;
	margin-bottom: 25px;
	font-weight: 400;
	font-size: 16px;
	transition: all .5s;
}
input.mk_input:hover, textarea.mk_input:hover ,
input.mk_input:focus, textarea.mk_input:focus {
	border-bottom: 2px solid #fb0013;
	transition: all .5s;
}
textarea.mk_input {
	height: 100px;
}
input.mk_btn {
	display: table;
	width: 200px;
	margin: 0 auto;
	height: 50px;
	border: 0px;
	color: #fff;
	background: #333;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	transition: all .5s;
}
input.mk_btn:hover, input.mk_btn:focus {
	background: #fb0013;
	transition: all .5s;
}

/* responsive starts here */
@media screen and (max-width : 1279px) {
	.fullpage {
		max-width: 980px;
		padding: 0 15px;
	}
	.top_social, .top_social ul {
		display: none;
	}
	.home_about{
		background-size: cover;
		background-position: right center
	}
	.hleft_text{
		color: #111;
	}
	.home_services li .hover_txt p{
		height: 135px;
		overflow: hidden;
	}
	.innerbanner {
	    min-height: 100px;
	}
}
@media screen and (max-width : 979px) {
	.fullpage {
		max-width: 768px;
	}
	.menu_nav {
		position: fixed;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		background: #052e86;
		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 .has_menu {
		display: none;
		width: 100%;
		float: left;
		background: rgba(0,0,0,0.1);
	}
	ul.menu .has_menu {
		background: #0986e2;
	}
	ul.menu .has_menu.open {
		display: block;
	}
	.micon {
		float: right;
		display: block;
		color: #333;
		font-size: 30px;
		margin: 20px 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;
	}
	.menu_cnt {
		display: none;
	}
	.item.active .banner_text {
	    bottom: 10%;
	}
	.banner_text h3{
		font-size: 40px;
		line-height: 50px;
	}
	.banner_text h4{
		font-weight: 400;
	}
	.title{
		font-size: 30px;
	}
	.home_services li {
	    width: 50%;
	}
	.home_clients {
	    padding: 20px 0;
	}
	.client_scroll .caroufredsel_wrapper {
	    height: 76px !important;
	}
	#cprev, #cnext{
		top: 30%;
	}
	.solution_bnr .carousel-control.left{
		left: 39%;
	}
	.page_title{
		width: 100%;
	}
	.page_title h2{
		margin-bottom: 10px;
		font-size: 28px;
	}
	.page_img {
		display: none;
	}
	.page_cnt {
		width: 100%;
	}
	.job_nav {
		padding: 10px;
	}
	.job_nav li span b {
		font-size: 16px;
	}
	.job_nav li span {
	    display: block;
	    font-size: 14px;
	    line-height: 20px;
	}
	.contact li .adr {
	    padding: 30px;
	}
}
@media screen and (max-width : 767px) {
	.fullpage {
		max-width: 550px;
	}
	.logo img {
	    height: 30px;
	}
	.micon {
		margin-top: 10px;
	}
	.mtop{
		height: 60px;
	}
	.item.active .banner_text {
	    bottom: 15px;
	}
	.banner_text {
		width: 82%
	}
	.banner_text h3 {
	    font-size: 22px;
	    line-height: 30px;
	}
	.banner_text h4 {
	    font-size: 14px;
	    line-height: 20px;
	    margin-top: 0px;
	}
	.banner_text a {
		display: none;
	}
	.carousel-control.left, .carousel-control.right {
		left: 0;
		background: transparent;
	}
	.carousel-control.right {
		right: 0;
		left: auto;
	}
	.home_about{
		padding: 15px 0;
	}
	.hleft_text{
		width: 100%;
		padding: 10px;
		background: rgba(255,255,255,0.7);
	}
	.hleft_text h2 {
	    font-size: 30px;
	    line-height: 38px;
	}
	.home_services{
		padding-top: 30px;
	}
	.home_services li {
	    width: 100%;
	}
	.home_services li a {
		height: 300px;
	}
	.client_scroll li{
		width: 40%;
	}
	.client_scroll .caroufredsel_wrapper {
	    height: 60px !important;
	}
	#cprev, #cnext {
	    top: 15px;
	}
	.home_solutions {
		padding: 30px 0;
	}
	.solution_bnr .hsb_img,
	.solution_bnr .hsb_txt{
		width: 100%;
		padding-top: 20px;
	}
	.solution_bnr .carousel-control.left, .solution_bnr .carousel-control.right {
		left: auto;
		right: 0;
	}
	.solution_bnr .carousel-control.left{
		margin-right: 50px;
	}
	.fbox {
		width: 100%;
		margin-right: 0;
	}
	.career_link h3, .job_dets ,.halfspan {
		width: 100%;
	}
	.job_text {
		width: 100%;
		margin-top: 20px;
		text-align: justify;
	}
	.job_text h2, .job_dets{
		text-align: left;
	}
	.contact_form li, .contact li .adr, .contact li .map{
		width: 100%;
	}
    .fbox2 li {
        width:100%;
    }
}
@media screen and (max-width : 359px) {
	.fullpage {
		max-width: 320px;
	}
	.client_scroll li{
		width: 50%;
	}
	#cprev, #cnext {
	    display: none;
	}
}