@charset "utf-8";
/* CSS Document */
@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;
}
html,body {
	width: 100%;
	height: 100%;
}
body {
	font-size: 16px;
	color: #494745;
	line-height: 24px;
	overflow-x: hidden;
	font-family: 'proxima-nova', sans-serif;
	position: relative;
}
input, select, textarea {
	font-family: 'proxima-nova', sans-serif;
	/*font-family: 'Calibre', sans-serif;*/
}
h1, h2, h3, h4, h5, h6 {
	margin:0;	
	font-family: 'futura-pt', 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;
	width: 100%;
	background-color: #024384;
	z-index: 99;
	transition: all .5s;
}
.header.fix {
	background: #024384;
	transition: all .5s;
	box-shadow: 0px 14px 14px -10px rgba(0,0,0,0.1);
}
.hd_name{position: absolute; top: 0px; left: 0px; line-height: 70px;
	font-family: 'Uni-Sans-Heavy', sans-serif;
background-color: #fff; color: #024384; font-weight: 700; font-size: 34px; text-align: center;
width: 100%; display: block;}
.hd_name a {color:#014681}
.hd_name span{margin-left: 10%; font-family: 'futura-pt', sans-serif;}
.logo {
	position: relative;
	background: #fff;
	float: left;
	padding-left: 50px;
	z-index: 99;
}
.logo:after {
	position: absolute;
	background: rgba(255,255,255,0.3);
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	right: -65px;
	z-index: -1;
	transform: skewX(-25deg);
}
.logo a {
	float: left;
	width: 160px;
	height: 150px;
	background: #fff;
	padding: 2px 15px;
	position: relative;
	text-align: center;
}
.logo a:before {
	position: absolute;
	background: rgba(255,255,255,1);
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	right: -35px;
	z-index: -1;
	transform: skewX(-25deg);
}
.logo a:after {
	position: absolute;
	background: rgba(255,255,255,0.3);
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	right: -50px;
	z-index: -1;
	transform: skewX(-25deg);
}
.logo a img {
	max-height: 145px;
	display: inline-block; 
}
.menu_bar {
	margin-top: 80px;
	float: right;
	width: 80%;
	padding-right: 50px;
}
ul.menu {
	float: right;
	width:100%;
	text-align:center;
	list-style: none;
}
ul.menu li {
    display: inline-block;
	padding: 0 15px;
	position: relative;
}
ul.menu li a {
	float: left;
	color: #eee;
	font-size: 18px;
	padding: 15px 0;
	position: relative;
	transition: all .5s;
}
ul.menu li a.bold {
	font-weight: 600;
}
ul.menu li a.bold-bg {
	color: #fff;
	padding: 15px 30px 15px 10px;
	background: #024384;
}
ul.menu li a.bold-bg::before {
    position: absolute;
    top: 0;
    left: -12px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: skewX(20deg);
    background: #024384;
	transition: all .5s;
}
ul.menu li a.bold-bg span {
	position: relative;
	width: 22px;
	height: 18px;
	margin-top: 5px;
	margin-right: 10px;
	float: left;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
ul.menu li a.bold-bg span:before {
	position: absolute;
	width: 22px;
	height: 2px;
	top: 6px;
	left: 4px;
	content: '';
	background: #fff;
	transition: all .5s;
}
ul.menu > li:hover a, ul.menu > li a.active {
	color: #fff;
	transition: all .5s;
}
ul.menu > li:hover a.bold-bg {
	color: #fff;
	background: #293140;
}
ul.menu > li:hover a.bold-bg:before {
	background: #293140;
	transition: all .5s;
}
ul.menu > li:hover a.bold-bg span:before {
	left: -4px;
	transition: all .5s;
}
ul.menu ul.level1 {
	position: absolute;
	top: 100%;
	width: 220px;
	left: 0;
	display: none;
	background: #fff;
	text-align: left;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
ul.menu li:hover ul.level1 {
	display: block;
}
ul.menu ul.level2 {
	position: absolute;
	top: 0;
	width: 260px;
	left: 100%;
	right: auto;
	display: none;
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
ul.level1 li:hover ul.level2 {
	display: block;
}
ul.menu ul li, ul.menu ul ul li {
	padding: 0;
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
ul.menu ul li:last-child, ul.menu ul ul li:last-child {
	border-bottom: 0px solid rgba(0,0,0,0.1);
}
ul.menu ul li a {
	width: 100%;
	float: left;
	font-size: 16px;
	padding: 10px 15px;
}
ul.menu > li:hover li a {
	color: #222;
	transition: all .5s;
}
ul.menu > li li:hover a {
	color: #fff;
	background: #293140;
	transition: all .5s;
}
ul.menu > li li:hover li a {
	color: #222;
	background: #fff;
	transition: all .5s;
}
ul.menu > li li li:hover a {
	color: #fff;
	background: #293140;
	transition: all .5s;
}
.hassubmenu{
	width: 800px;
	background-color: #fff;	
	position: absolute;
	top: 100%;
	right: 0px;
	display: none;
	box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.10);
}
ul.menu > li:hover .hassubmenu{
	display: block;	
}
ul.hasmenu1{
	width: 25%;
	max-height: 400px;
	min-height: 220px;
	float: left;
	background-color: #024384;	
	position: relative;
}
ul.hasmenu1 li {
	width: 100%;
	float: left;
	position: static;
}
ul.menu ul.hasmenu1 li a {
	color: #fff;
	padding: 15px;
}
ul.menu ul.hasmenu1 > li:hover a, ul.menu ul.hasmenu1 li.hover a {
	color: #333;
	background: #fff;
}
ul.hasmenu2 {
	width: 300%;
	position: absolute;
	top: 0;
	background: #fff;
	max-height: 400px;
	min-height: 220px;
	overflow-y: auto;
	display: none;
	left: 100%;
}
ul.menu ul.hasmenu2 li {
	width: 49%;
	float: left;
}
ul.menu ul.hasmenu2 li:nth-child(even) {
	float: right;
}
ul.hasmenu2 li a {
	width: 100%;
	float: left;
	color: #333;
	padding: 10px;
}
ul.hasmenu1 li:hover ul.hasmenu2, 
.menu > li:hover ul.hasmenu1 li:first-child ul.hasmenu2 {
	display: block;
}
ul.hasmenu1 li:first-child ul.hasmenu2 {
	display: block;
}
ul.menu ul.hasmenu2 li a, ul.menu ul.hasmenu1 > li:hover li a {
	color: #333;
}
ul.menu ul.hasmenu1 > li:hover li:hover a, ul.menu ul.hasmenu2 > li:hover a {
	color: #fff;
	background: #293140;
}
/*homebanner*/
.mtop {
	height: 30px;
}
.homebanner {
	width: 100%;
	float: left;
	padding: 0;
	background-color: rgba(0, 69, 128,1);
	position: relative;
	overflow: hidden;
	margin-top: 150px;
}
.homebanner:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0, 69, 128,0.45);
}
.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*/
/*.bnr_arrows {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 200px;
	height: 200px;
	padding-top: 50px;
	padding-left: 50px;
    z-index: 5;
}
.bnr_arrows:before {
	position: absolute;
	right: -200px;
	bottom: -200px;
	width: 400px;
	height: 400px;
    z-index: 2;
    content: '';
	background: #105aa4;
	transform: rotate(-45deg);
}
.carousel-control {
    position: relative;
    z-index: 3;
    top: 0;
    left: 0;
    float: left;
    width: 40px;
    margin-top: 50px;
    margin-left: 20px;
    display: inline-block;
    background: rgba(0,0,0,0);
}
.carousel-control img {
	height: 40px;
}*/
.carousel-indicators {
	position: absolute;
	width: 80%;
	left: 10%;
	text-align: left;
	bottom: 40%;
}
.carousel-indicators li {
	float: left;
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	border-radius: 15px;
	margin-right: 5px;
	transition: all .5s;
}
.carousel-indicators li:hover, .carousel-indicators li.active {
	background: #fff;
	transition: all .5s;
}
.banner_text {
	width:50%;
	z-index:3;
	left: 10%;
	position:absolute;
	bottom: -100%;
	transition: all .5s;
}
.item .banner_text {
	opacity: 0;
	transition: all .5s;
}
.item.active .banner_text {
	bottom: 50%;
	opacity: 1;
	transition: all .5s;
}
.banner_text h3 {
	color: #fff;
	font-size: 60px;
	line-height: 66px;
	font-weight: 700;
	display: block;
	position: relative;
	z-index: 2;
}
.homebanner1 .banner_text h3 {font-size: 32px; line-height: 42px;}
/*home_about*/
.home_about {
	padding: 50px 0;
}
.title {
	text-align: center;
    font-size: 50px;
    line-height: 100%;
    color: #ffa402;
    font-weight: 600;
    border-bottom: 1px solid #e8ebec;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.sub-title {
	text-align: center;
    color: #445560;
    font-size: 25px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.4;
    letter-spacing: -0.1px;
	padding: 0 22%;
    font-family: 'freight-text-pro', sans-serif;
}
.ha_links li {
	margin-top: 40px;
	width: 30%;
	font-weight: 400;
	float: left;
	margin-right: 3.33%;
	color: #494745;
	text-align: left;
}
.ha_links li:last-child {
	margin-right: 0;
}
.ha_links li h2 {
	display: block;
    color: #445560;
    letter-spacing: -0.07px;
    border-bottom: 3px solid #435560;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
/*home_sectors*/
.home_sectors {
	padding: 50px 0;
	background: #e8ebec;
	text-align: center;
}
.home_sectors h3 {
	font-size: 32px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 20px;
}
.home_sectors h4 {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: -0.1px;
    color: #7f7f7d;
    padding: 0 30%;
    margin-bottom: 20px;
}
.ser_scroll {
	position: relative;
	margin-top: 15px;
}
.ser_scroll .caroufredsel_wrapper {
	height: 260px !important;
}
.ser_scroll1 .caroufredsel_wrapper {
	height: 370px !important;
}
.hs_links li {
	width: 20%;
	float: left;
	padding: 0 5px;
	text-align: center;
}
.hs_links li a {
	width: 100%;
	float: left;
	background: #fff;
	border-bottom: 3px solid #435560;
	transition: all .5s;
	cursor: default;
}
.hs_links li img {
	width: 100%;
}
.hs_links li h5 {
	width: 100%;
	color: #445560;
	font-size: 18px;
	font-weight: 400;
	padding: 15px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	transition: all .5s;
}
.hs_links li a:hover {
	/*box-shadow: 0px 0px 40px 0px rgba(2, 67, 132,0.3);*/
	border-bottom: 3px solid #024384;
	transition: all .5s;
}
.hs_links li a:hover h5 {
	color: #024384;
	transition: all .5s;
}
#left , #right, #left1 , #right1, #left2 , #right2 {
	position: absolute;
	top: 45%;
	left: -20px;
	font-size: 40px;
	color: #333;
	opacity: 0.5;
	transition: all .5s;
	cursor: pointer;
}
#right, #right1, #right2 {
	left: auto;
	right: -20px;
}
#left:hover , #right:hover, #left1:hover , #right1:hover, #left2:hover , #right2:hover {
	opacity: 1;
	transition: all .5s;
}
/*home_howworks*/
.home_howworks {
	padding: 50px 0;
}
.hw_links li {
	margin-top: 40px;
	width: 30%;
	font-weight: 400;
	float: left;
	margin-right: 5%;
	color: #494745;
	text-align: left;
}
.hw_links li:last-child {
	margin-right: 0;
}
.hw_links li h2 {
	display: block;
    color: #445560;
    position: relative;
    letter-spacing: -0.07px;
    border-bottom: 3px solid #435560;
    padding-bottom: 20px;
    margin: 20px 0;
}
.hw_links li h2::before {
    content: attr(data-steps);
    display: block;
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: -0.71px;
    color: #ff8f1c;
    margin-bottom: 20px;
}
/*home_projects*/
.home_projects {
	background: #e8ebec;
	text-align: center;
}
.home_projects li {
	float: left;
	width: 33.33%;
    background: #e8ebec;
	overflow: hidden;
	position: relative;
}
.home_projects li .img {
	float: left;
	width: 100%;
	height: 350px;
	position: relative;
	background-position: center;
	background-size: cover;
	position: relative;
}
.home_projects li a {
    background: url("../images/crosshair.png") no-repeat scroll center center rgba(20, 20, 20, 0.65);
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    height: 100%;
    transition-duration: 0.5s;
}
.home_projects li:hover a {
    top: 0;
    transition-duration: 0.5s;
}
.home_projects li .text {
    position: relative;
    z-index: 2;
    color: #222;
    padding: 20px 10px;
}
.home_projects li .text p {
    font-family: 'freight-text-pro', sans-serif;
    font-style: italic;
}
.home_projects li:hover .text {
    color: #fff;
}
.home_projects li .text h6 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	display: block;
	font-family: proxima-nova;
	text-transform: uppercase;
}
/*home_contact*/
.home_contact {
	padding: 50px 0;
	text-align: center;
}
.home_contact .title {
	border-bottom: 0px;
	padding-bottom: 0;
}
.home_contact h4 {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: -0.1px;
    color: #7f7f7d;
    padding: 0 20%;
    margin-bottom: 20px;
}
.home_contact a {
	display: inline-block;
	margin-top: 30px;
	padding: 18px 50px;
	color: #fff;
	font-size: 22px;
	letter-spacing: 1px;
	background: #455560;
	transition: all .5s;
}
.home_contact a:hover {
	background: #024384;
	transition: all .5s;
}
/*footer*/
.footer {
	padding-top: 50px;
	padding-bottom: 20px;
	border-top: 1px solid #e8ebec
}
.flogo {
	float: left;
	width: 25%;
	text-align: center;
	padding: 30px;
	border-right: 1px solid #024384;
}
.flogo img {
	height: 200px;
	display: inline-block;
}
.flogo .socail {
	margin-top: 40px;
	margin-bottom: 20px;
	list-style: none;
}
.flogo .socail li {
	display: inline-block;
	margin: 0 5px;
}
.flogo .socail li a {
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #024384;
	color: #024384;
	border-radius: 40px;
	transition: all .5s;
}
.flogo .socail li a:hover {
	background: #024384;
	color: #fff;
	transition: all .5s;
}
.terms {
	margin: 10px 0;
	text-align: right;
}
.terms a {
	display: inline-block;
	color: #024384;
	margin-left: 15px;
	transition: all .5s;
}
.fbox_right {
	width: 75%;
	float: right;
	padding-left: 50px;
}
.fbox {
	padding: 30px 20px;
	width: 33.33%;
	float: left;
	font-size: 14px;
	line-height: 22px;
}
.fbox h4 {
	font-size: 18px;
	color: #222;
	display: block;
	margin-bottom: 20px;
}
.fbox h4 i {
	float: left;
	font-weight: 500;
	color: #024384;
	margin-right: 10px;
}
.fbox ul li {
	width: 100%;
	float: left;
}
.fbox ul li a {
	float: left;
	position: relative;
	padding: 3px;
	color: #333;
	font-size: 16px;
	transition: all .5s;
}
.fbox ul li a:hover {
	color: #024384;
	transition: all .5s;
}
.fbox b {
	display: block;
}
.fbox p {
	margin-bottom: 5px;
}
.copyrights {
	text-align: right;
	font-size: 14px;
	color: #999;
}
.scrollup {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	font-weight: 600;
	border-radius: 100%;
	background: #fff;
	border: 2px solid #092789;
	color: #092789;
	font-size: 20px;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	z-index: 99; 
	display: none;
	transition: all .5s;
}
.scrollup:hover {
	background: #092789;
	color: #fff;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
	transition: all .5s;
}

/* responsive */
@media only screen and (max-width :1279px) {}
@media only screen and (max-width :979px) {}
@media only screen and (max-width :767px) {}
@media only screen and (max-width :359px) {}

.fbox a.anch1{text-decoration: none; color: #024384; background-color: #fff; 
	display: block; padding: 5px 0px; text-align: left; border-bottom: 2px solid #024384;}
	.fbox a.anch1 i{margin-right: 5px; font-size: 18px;}
ul.ha_links a{text-decoration: none; color: #024384; margin-top: 10px; border-bottom: 1px solid #024384;
display: inline-block;}

/*page*/
.inner_banner {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 115px;
}
.inner_banner img{
    width: 100%;
    display: block; 
}
.inner_banner h1{color: #fff; position: absolute; bottom: 0; left: 0; font-weight: 400;
padding: 15px 0; font-size: 60px; width: 100%; background:rgba(0,0,0,0.4);line-height:1;}

.innerpg{clear: both; width: 100%; display: table; padding: 50px 0; background-color: #fff;}
.innerpg h2{color: #333; font-size: 24px; font-weight: 700; position: relative;
border-bottom: 2px solid #ccc; text-transform: capitalize;
padding-bottom: 15px;
margin-bottom: 15px;
}
.innerpg h2::before {
    position: absolute;
    left: 0px;
    bottom: -2px;
    height: 3px;
    content: "";
    width: 100px;
    background-color: #024384;
}
.innerpg p , .innerpg ul li{
    font-size: 18px;
    line-height: 32px;
}
.innerpg ul{margin-top: 15px;}
.innerpg ul li i{margin-right: 10px; color: #024384; font-size: 18px;}


.abtPrincbg {
    background-image: url(../images/abtbgnew.jpg);
    background-size: cover;
    background-position: center;
    padding:80px 15px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
}
.abtPrincbg:before {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:'';
    background:rgba(0,0,0,0.7);
}
.abtPrincbg .txt {
    width:100%;
    display:inline-block;
    max-width:500px;
    z-index:2;
    position: relative;
}
.abtPrincbg .txt h5 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
}
.abtPrincbg .txt h6 {
    display: block;
    margin-top: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #ffb402;
}
.abtPrincbg .txt h6:before {
    display: table;
    content:'';
    width: 80px;
    height:2px;
    background: #ffb402;
    margin:10px auto;
}
.abtPrince {
    width: 100%;
    float:left;
    background:#fff;
    padding: 25px;
    text-align: center;
    min-height: 330px;
    box-shadow:0px 4px 14px 0px rgba(0,0,0,0.1);
}
.abtPrince img {
    height: 130px;
    max-width: 100%;
}
.innerpg .abtPrince ul li {
    font-size:16px;
    line-height: 1.6;
}
/*career_form*/
.career_form {
    margin-top: 10px;
    background: #fff;
    padding: 30px 0;
    display: table;
    width: 100%;
}
.halfspan {
    width: 49%;
    float: left;
}
.halfspan.right {
    float: right;
}

.career_form label {
    margin: 5px 0 0 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
input.c-input, textarea.c-input {
    width: 100%;
    float: left;
    height: 42px;
    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: 8px;
}
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: #ae9810;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
    transition: all .5s;
}

input.c-btn:hover, input.c-btn:focus {
    background: #2b2a29;
    transition: all .5s;
}
.c-btn {
    float: left;
    margin-top: 15px;
    padding: 10px 30px;
    background: #ae9810;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
    transition: all .5s;
}
.c-btn:hover, input.c-btn:focus {
    background: #2b2a29;
    transition: all .5s;
}
.clientspg ul{list-style: none; width: 100%; display: block;}
.clientspg ul li{float: left; display: inline-block; width: 20%; padding: 10px;}
.clientspg ul li img{width: 100%; display: block; background-color: #fff; padding: 5px;
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);}


.career_link {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    padding: 20px;
    margin-bottom:30px;
    font-size: 15px;
    line-height: 26px;
    background : #e7e7e7;
}
.career_link .txt {
    max-height: 80px;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
.career_link h3 {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-top: 0px;
    margin-bottom: 15px;
}
.career_link a {
    float: left;
    margin-top: 15px;
    padding: 5px 30px;
    color: #fff;
    background: #ff2d32;
    transition: all .5s;
    text-decoration: none;
}
.career_link a:hover {
    background: #ffa800;
    transition: all .5s;
    text-decoration:none;
    color: #000;
}

.careertexthd
{
    width:100%;
    float:left;
    padding:20px 10%;
    color: #333;
    font-size:35px;
    line-height:55px;
    margin:20px 0px 30px;
    text-align: center;
    font-weight: 300;
}

.job_text {
    width: 70%;
    float: left;
    position: relative;
    margin:0px 0px 30px;
    line-height: 28px;
    font-size: 16px;
    text-align:justify;
}
.job_text h2, .job_dets h2 {
    color: #000;
    width: 100%;
    float: left;
    padding: 10px 10px 10px 15px;
    border-radius: 3px;
    font-size: 21px;
    font-weight: 500;
    margin: 15px 0px 20px;
    position: relative;
    letter-spacing: 0px;
    border-bottom: 2px solid #ccc;
}
.job_dets h2 {
}
.job_dets {
    width: 26%;
    float: right;
    margin:0px 0px 30px;
}
.job_nav {
    margin-top: -10px;
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    display: table;
}
.job_nav ul{list-style: none;}
.job_nav li {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 20px 30px;
}
.job_nav li b {
    color: #ff2d32;
    font-weight: 500;
}
.job_nav li span {
    display: block;
    font-size: 16px;
}
.job_nav li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #ff2d32;
}
.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;
    text-decoration: none;
    background: #000;
}
.job_nav li:last-child a:hover {
    background: #ff2d32;
    text-decoration:none;
    outline:none;
}
.job_nav li a:foucs {
    background: #ff2d32;
    text-decoration:none;
    outline:none;
}



.menu1{position: fixed; right: 30px; top: 70px; z-index: 999; display: none;}
.menu1 .menuicon1{position: relative; z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}
.sidemenu span{float: left;}
.bars-wrap {
	display: inline-block;
	margin-left:15px;
	position: relative;
	overflow: visible;
	top: 45px;
}
.icon-bar {
	transition: all 0.4s ease;
	width: 25px;
	background: #fff;
	height: 3px;
	position: relative;
	top: 8px;
	transition: width .2s ease-out;
	clear: both;
	margin-bottom: 4px;
}
.icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;}

.menu1 .menuicon1:hover .icon-bar:first-child,
.menu1 .menuicon1:hover .icon-bar:last-child{width: 100%;}

.cart_open{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;  
  display: none;
}
.cartbg1{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.cart_bx1{
  width: 90%;
  background-color: #fff;
  height: 100%;
  right: -100%;
  transition:ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1,2,2,.15);
  z-index: 99999;
  overflow-y:  auto;
}
.left1{right: 280px; z-index: 9999999; transition:ease all 0.8s}
.menu2{
  right: 280px;  
  position: fixed;
  transition:ease all 0.6s;
  top: 0px;
  z-index: 999999;
}
.menu2:before{border-top: 100px solid rgba(255, 255, 255, 1);}
.cart_bx1 ul{list-style: none; width: 100%; margin: 0px; padding: 0px; height: 100%; 
	vertical-align: middle; padding-top: 10px; text-align: right;}
.cart_bx1 ul li{float: none; width: 100%; display: block; clear: both;}
.cart_bx1 ul li a{text-decoration: none; color: #2b2a29; font-weight: 400; font-size: 14px; 
	display: block; padding: 10px 15px; text-transform: uppercase; 
	transition: all 0.3s ease 0s; text-align: center; outline: none;}
.cart_bx1 ul li a:hover, .cart_bx1 ul li a.active{color: #2e3192;}

a.closebtn{
	width: 100%; display: block;
	height: 42px;
	background-color: #024384;
	text-decoration: none;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	padding: 0 25px;
	margin-bottom: 20px;
}


/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 959px)
{
	.menubar, .menu_bar{display: none;}
	.hd_name {line-height:50px;}
	.menu1{display: block; top: 15px; right: 0px;}
	.logo{padding-left: 0px;}
	.logo a{width: 100px;}
	.logo a img{max-height: 100px;}
	.logo a{height: 110px;}
	.homebanner{margin-top: 110px;}
	.hd_name{font-size: 18px; text-align: right;}
	.hd_name span{margin-left: auto; margin-right: 10px;}
	.item.active .banner_text{width: 80%; bottom: 50px;}
	.banner_text h3{font-size: 21px; line-height: 26px;}
	.carousel-indicators{bottom: 10px;}
	.home_about{padding: 20px 0;}
	.title{font-size: 24px; margin-bottom: 0px;}
	.ha_links li{width: 100%; clear: both; padding: 0 20px;}
	.homebanner1 .banner_text h3{font-size: 14px; line-height: 18px;}
	.fbox_right{width: 100%; padding: 0 20px;}
	.flogo{width: 100%; clear: both; border: 0px;}
	.fbox{clear: both; width: 100%;}
	.copyrights{font-size: 12px;}

	.ser_scroll .caroufredsel_wrapper {
		height: 220px !important;
	}
	.ser_scroll1 .caroufredsel_wrapper {
		height: 170px !important;
	}
	.hs_links li {
		width: 50%;
		float: left;
		padding: 0 5px;
		text-align: center;
	}
	.inner_banner{margin-top: 110px;}
	.inner_banner h1{top: 35%; font-size: 32px;}
	.innerpg{padding: 20px 10px;}
	img.mobimg{width: 100%; display: block;}
	.halfspan{float: none; clear: both; width: 100%;}

	#left , #right, #left1 , #right1, #left2 , #right2 {
		left: 10px;
		z-index: 9999999;
	}
	#right, #right1, #right2 {
		left: auto;
		right: 10px;
		z-index: 999999;
	}
	.abtPrince {height:auto;}
}
/*------iphone----------------*/  
@media only screen and (min-width : 320px) and (max-width : 480px)
{
    
}
/*------smalltablet----------------*/  
@media only screen and (min-width : 480px) and (max-width : 768px)
{
  
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width : 768px) and (max-width : 960px)
{

}
@media only screen and (min-width : 960px) and (max-width : 1024px)
{
  
}
@media only screen and (min-width : 960px) and (max-width : 1200px)
{
  
}
@media only screen and (min-width : 1200px) and (max-width : 1366px)
{
  
}
