@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@font-face {
	font-family: 'georgia';
	src: url('../fonts/georgia.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	src: local('Open Sans'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}


.button {
    background-color: #4caf50;
    border: medium none;
    border-radius: 7px;
    box-shadow: 0 5px #999;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 24px;
    margin: 19px 0 0;
    outline: medium none;
    padding: 8px 15px;
    text-align: center;
}
.button:hover {
    background-color: #3e8e41;
}
.button:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.scrollup {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
	z-index: 999;
	opacity: .5;
	width: 36px;
	height: 36px;
	color: #fff;
	background: rgba(0,0,0,.5);
	text-align: center;
	line-height: 36px;
}
.scrollup:before {
	content: '\f062';
	font-size: 16px;
	color: #fff;
	font-family: 'FontAwesome';
}
.scrollup:hover {
	text-decoration: none;
	outline: 0;
	opacity: 1;
}
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;
}
body {
	font-size: 14px;
	color: #555;
	overflow-x: hidden;
	font-weight: 400;
	font-family: 'Roboto', 'Open Snas', sans-serif;
	position: relative;
	counter-reset: section;
}
.fullbody {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.fullpage {
	max-width: 1140px;
	min-width: 240px;
	margin: 0px auto;
}
.fixed_menu1
{
	transition:ease all .5s;
	position:fixed;
	z-index:999;
}
.wel_content
{
	line-height: 30px;
	padding: 15px 100px;
	color: #585a61;
	font-family: "georgia",'Open Snas', sans-serif;
	font-size: 18px;
	text-align:justify;
}
.topconheader {
    background-color: #000;
    width: 100%;
    height: 33px;
	border-bottom:1px solid #eee;
    float: left;
}
.header_contact {
    float: right;
    list-style-type: none;
    margin-top: 10px;
    width: auto;
}
.header_contact li {
    float: left;
    margin-right: 35px;
}
.header_contact li a {
    color: #FFF;
    font-family: "Lato",sans-serif;
    font-size: 14px;
	letter-spacing:1px;
    text-decoration: none;
}
.header_contact li a i {
    color: #008bd2;
	font-size:18px;
    margin-right: 7px;
}


.top_header {
	width:100%;
	float:left;
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.2);
    background: #fff;
}
.logo {
	width: 20%;
	float: left;
	position: relative;
	padding: 0px 0;
}
.logo img {
	height: 100px;
}
.right_menu {
	float: right;
	width: 80%;
}
.mainmenu {
	position: relative;
}
ul.homemenu {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	width: auto;
}
ul.homemenu li {
	float: left;
	margin: 0;
	margin-left:1px;
	position: relative;
}
ul.homemenu li a {
	display: block;
	text-transform:uppercase;
	font-size: 15px;
	font-weight: 400;
	padding: 21px 20px;
	color: #5B5B5B;
	font-family:'Open Sans', sans-serif;
	position: relative;
	transition: all .5s;
}
ul.homemenu li a  i {
    display: block;
	margin-bottom:3px;
    text-align: center;
}
/*ul.homemenu li:first-child a {
	border-left: 1px solid #eee;
}*/
ul.homemenu li.active > a, ul.homemenu li:hover > a {
	color: #fff;
	background-color: #008bd2;
	text-decoration: none;
	outline:0px;
	transition: all .5s;
}
ul.homemenu li > a:hover
{
	color: #fff;
	background-color: #008bd2;
	text-decoration: none;
	outline:0px;
	transition: all .5s;
}
ul.homemenu ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 176px;
	color: #fff;
	background: #043A77;
	list-style: none;	
	z-index: 99;
	max-height: 0px;
	overflow: hidden;
	visibility: hidden;
	box-shadow: 0px 3px 5px -2px #333;
	transition: all .5s;
}
ul.homemenu ul li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.homemenu ul li a{
	float: left;
	width: 100%;
	color: #222;
	border:0px;
	padding:8px 15px;
	font-size: 14px;
	text-transform: capitalize;
	outline:0px;
	color: #fff;
	font-family:'Open Sans', sans-serif;
	transition: all .5s;
}
ul.homemenu ul li:first-child a {
	border-left: 0px solid #eee;
}
ul.homemenu ul li:hover > a, ul.homemenu ul li.active a {
	text-decoration: none;
	color:#053E7C;
	background-color: #fff;
	outline:0px;	
	transition: all .5s;
}
ul.homemenu li:hover ul {
	visibility: visible;
	max-height: 400px;
	transition: all .8s;
}

/* ---- banner ---- */
.banner_shape
{
	width:802px;
	height:160px;
	background:url('../images/home-background.png') no-repeat top;
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:0;
}

.home_banner {
	width: 100%;
	float: left;
	min-height: 200px;
	overflow:hidden;
	position: relative;
}
.item img {
	width: 100% !important;
}
.pav-caption.big-caption {
	color: #fff;	
	padding: 20px;    
	z-index:90;
    text-align: right;
}
.btitle {
	font-size:35px;
	margin: 0;
	color: #fff;
	position: relative;
	text-shadow: 0px 0px 3px #333;
	margin-bottom: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
	padding-left:75px;
	font-family: "Lato",Helvetica,sans-serif;
	position:relative;
}
.btitle:after
{
	position:absolute;
	width:100px;
	height:4px;
	background:#fff;
	content:'';
	bottom:-17px;
	right:0px;
}
.subtitle {
	font-size: 16px;
	line-height: 1.7rem;
	padding: 10px 0;
	display: block;
	color: #fff;
}
a.bnrbtn {
  text-decoration:none;
  padding:12px 25px;
  color: #333;
  background-color: #fff;
	font-size: 14px;
	margin-top:25px; 
	border-radius: 3px;
	display: inline-block;
	transition: all 0.2s;
}
.bnrbtn:hover {
	text-decoration: none;
	background: #33B0E1;
	color: #fff;
	/*box-shadow: 0px 0px 5px -1px #333;*/
	transition: all 0.2s;
}
.pavcontentslider .carousel-control {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	background: rgba(0,0,0,0.5);
}
.pavcontentslider .carousel-control.left {left: 25px;outline: 0; z-index:9;}
.pavcontentslider .carousel-control.right {right: 25px;outline: 0; z-index:9;}
.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-fade .carousel-control { z-index: 2; } 
.carousel, .carousel-inner, .carousel-inner .item { height: 80%; }



.welcome_fluid
{
	position: relative;
	padding: 40px 0;
	text-align: center;
}


/* 00000 */
.home_about {
	position: relative;
	padding: 20px 0;
	text-align: center;
	background:url(../images/icons-home-background_0.png) no-repeat;
	background-size:cover;
}
.home_about .fullbody {
	position: relative;
}
.welcome_fluid h2 {
	display: inline-block;
	font-weight: 500;
	font-size: 30px;
	margin-bottom:20px;
	text-transform:uppercase;
	position:relative;
	color: #000;
}
.welcome_fluid h2:after
{
	content: url('../images/corchete-dra.png');
    right: -50px;
	position:absolute;
	top:-9px;
}
.welcome_fluid h2:before
{
	content: url('../images/corchete-izq.png');
    left: -50px;
	position:absolute;
	top:-9px;
}
.home_about ul
{
	list-style-type:none;
	width:100%;
	float:left;
	margin-top:20px;
}
.home_about ul li
{
	width:33.3%;
	float:left;
	text-align:center;
	padding:15px;
}
.home_about ul li a
{
	width:100%;
	height:100%;
	display:table;
}
.whowe_icons
{
	width:80px;
	height:80px;
	margin:auto;
}
.whowe_text
{
	line-height:26px;
	padding:6px;
	color: #fff;
	font-family: "georgia",'Open Snas', sans-serif;
	font-size: 16px;
	text-align:justify;
}
.whowe_text h4
{
	font-family: 'Roboto', sans-serif;
	font-size:22px;
	color: #fff;
	margin-bottom:10px;
	font-weight:500;
	text-transform:uppercase;
}


/* home_techscroll */
.section4
{
	position:relative;
	z-index:1;
}
.home_services {
	padding: 50px 0;
	background-image: url('../images/section-bg3.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	position:relative;
}
.home_services:before
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: rgba(255,255,255,.9);
	background-color: rgba(0, 139, 210, 0.7);
	z-index:0;
	content:'';
}

.home_services h2 {
	display: inline-block;
	font-weight: 500;
	font-size: 30px;
	margin-bottom:20px;
	text-transform:uppercase;
	position:relative;
	color: #fff;
}
.home_services h2:after
{
	content: url('../images/corchete-dra.png');
    right: -50px;
	position:absolute;
	top:-9px;
}
.home_services h2:before
{
	content: url('../images/corchete-izq.png');
    left: -50px;
	position:absolute;
	top:-9px;
}
.home_services ul
{
	margin-top:40px;
}
.home_services ul li {
	list-style: none;
	float: left;
	width: 33.3334%;
	margin: 0;	
}
.home_services ul li a {	
	width: 100%;
	min-height: 300px;
	float: left;
	display: block;
	margin: 0;
	padding:50px 50px;
	background-color:#fff;
	border:1px solid #eee;
	transition: all .5s;
	text-decoration: none;
}
.home_services ul li a p{
	margin-top:8px;
	color: #585a61;
	font-family: "georgia",'Open Snas', sans-serif;
	font-size: 17px;
	line-height:24px;
}
.serv_icon {
	width: 100px;
	height: 100px;
	display: inline-block;
	border-radius:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-position: 0 0 ;
	background-position: -100px 0;
	transition: all .5s;
}
.home_services ul li a:hover {
	background:#fff;
	transition: all .5s;
}
.home_services ul li a:hover .serv_icon{	
	background-position: 0 0 ;
	background-color: rgba(29, 48, 82, 0.9);
	transition: all .5s;
	border-radius:100%;
}
.home_services li a h4 {
	display: block;
	color: #333;
	font-size: 22px;
	font-weight: 400;
	margin: 10px 0 0 0;
	transition: all .5s;
}
.home_services ul li a:hover h4 {
	color: #008bd2;
	transition: all .5s;
}




/* home_industries */
.home_industries {
		padding: 50px 0;
	background-image: url('../images/section-bg3.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	position:relative;
}

.home_industries:before
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: rgba(255,255,255,.9);
	background-color: rgba(0, 139, 210, 0.7);
	z-index:0;
	content:'';
}

.h3 {
	display: inline-block;
	font-weight: 500;
	font-size: 30px;
	/*margin-bottom:20px;*/
	text-transform:uppercase;
	position:relative;
	color: #000;
}
.h3:after
{
	content: url('../images/corchete-dra.png');
    right: -50px;
	position:absolute;
	top:-9px;
}
.h3:before
{
	content: url('../images/corchete-izq.png');
    left: -50px;
	position:absolute;
	top:-9px;
}

.hi_list {
    margin-top: 30px;
}
.hi_list ul li {
	list-style: none;
    width: 32.3%;
    float: left;
    margin:2px;
	min-height:245px;
    position: relative;
    overflow: hidden;
		border:1px #043a77 Solid;
}
.hi_list ul li:hover > .hi_listimg {
	left:0%;
	transition:all .5s;
}
.hi_list ul li:hover > .hi_text {
	left:0%;
	transition:all .5s;
}
.hi_listimg {
    text-decoration: none;
    outline: none;
    float: left;
    width: 100%;
	transition:all .5s;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}
.hi_text
{
	text-decoration: none;
    outline: none;
    position: relative;
	transition:all .5s;
    float: left;
	/*overflow:hidden;*/
    width: 100%;
	height:100%;
	background:#008bd2;
	position:relative;
	/*padding:126px 0 0 12px;*/
	text-align:center;
	vertical-align: middle;
	font-size:14px;
	left:0%;
	/*top:83%;*/
	line-height:21px;
	color:#fff;
	font-family: 'Roboto', 'Open Sans', sans-serif;	
	margin:241px 0 0 0;
}
.hi_list ul li img {
    width: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
	
}
.hi_listimg h4{
	position: absolute;
	top:47%;
	left: 0;
	color:#fff;
	font-size:24px;
	right:0px;
	text-shadow: 0px 0px 3px #333;
	margin:auto;
	text-transform:uppercase;
}
.hi_text h4{
	color:#fff;
	font-size:21px;
	text-transform: capitalize;
	margin-bottom:10px;
	line-height:30px;
}
/* home_clients */
.home_clients {
	padding: 40px 0;
	position: relative;
	text-align: center;
}
.hclients {
	margin-top: 40px;
	position: relative;
}
.hclients ul li {
	list-style: none;
	float: left;
    background: #fafafa;
    border: 1px solid #dddddd;
    padding: 10px;
    display:block;
    margin: 0 9px 10px;
    width: 210px;
    text-align: center;
}
.hclients ul li img
{
height:100%;
width:100%;
}
.hclients .caroufredsel_wrapper {
	height: 125px !important;
}
#cprev, #cnext {
	position: absolute;
	top:50px;
	left: -20px;
	cursor: pointer;
	z-index: 2;
}
#cnext {
	left: auto;
	right: -20px;
}


.footer_fluid
{
	background:#151515;
	padding:30px 0px;
	border-top: 1px solid #2B2A2A;
}
.footer_box
{
	width:18%;
	float:left;
	margin-left:10px;
}
.footer_box h4
{
	color: #FFF;
    text-transform: uppercase;
    font-size:18px;
    margin-top: 0px;
	font-family: 'Roboto', sans-serif;
    padding-bottom: 10px;
}
.footer_box ul
{
	list-style-type:none;
}
.footer_box ul li
{
	width:100%;
	float:left;
	margin-bottom:9px;
	padding-left:10px;
}

.footer_box ul li a
{
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	color:#FFF;
	outline:none;
	position:relative;
}
.footer_box ul li a:before
{
	content:'\f105';
	position:absolute;
	left:-10px;
	top:2px;
	font-family:'FontAwesome';
}
.footer_box ul li a:hover
{
	text-decoration:none;
	color:#fff;
}
.f_servicesbox
{
	width:35%;
}
.f_servicesbox ul li
{
	float:left;
	width:50%;
}

.f_servicesbox:last-child{
	float:right;
	width:42%;
}
.f_socialicons i
{
	margin-right:10px;
}

.copy_fluid
{
	background:#060606;
	border-top:1px solid #343333;
	padding:15px 0px;
}
.copy
{
	 color: #919191;
	 font-family: 'Roboto', sans-serif;
	 font-size:14px;
	  margin-top: 10px;
	 width:auto;
	 float:left;
}
.footer_menu
{
	list-style-type:none;
	float:right;
	width:auto;
}
.footer_menu li
{
	float:left;
}
.footer_menu li a
{
	border-bottom: 0 none;
	box-shadow: none;
	color: #919191;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	height: auto;
	line-height: normal;
	outline: medium none;
	padding: 13px;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
}
.footer_menu li a:hover
{
	color: #fff;
	text-decoration:none;
}

.footer {
	background: #565656;
	color: #fff;
	padding: 10px 0;
}
.copyrights {
	font-size: 13px;
	color: #FFF;
	line-height: 30px;
	float: left;
}
ul.social {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.social li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}
ul.social li a {
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	width: 30px;
	line-height: 28px;;
	text-align: center;
	border: 2px solid #FF0;
	color: #FF0;
	transition: all .5s;
}
ul.social li a:hover {
	border: 2px solid #fff;
	color: #fff;
	transition: all .5s;
}
.copyrights a{
	color: #FF0;
	text-decoration:none;	
}
.copyrights a:hover{
	color: #fff;
}




/* page */
.inner_banner {
	position: relative;
	height:300px;
	overflow:hidden;
	width:100%;
	float:left;
	border-top:1px #000 solid;
	border-bottom:1px #000 solid;
}
.inner_banner img {
	width: 100%;
	border-bottom: 3px solid #063878;
}
@media (min-width: 802px) and (max-width: 1366px) {
.inner_right {
    float: right;
    margin: 30px 0;
    width:25%;
}
.sun {
   border: 3px #000 solid;
}
}
@media (min-width: 320px) and (max-width: 800px) {
.inner_right {
    float: right;
    margin: 30px 0;
    width:100%;
}
.sun {
   border: 3px #000 solid;
}
}

.innerright_menu {
    background: #eee none repeat scroll 0 0;
    float: left;
    padding: 0 30px 30px;
    position: relative;
    width: 100%;
}
.innerright_menu ul {
    list-style-type: none;
}
.innerright_menu ul li {
    float: left;
    margin-bottom: 13px;
    width: 100%;
}
.innerright_menu ul li a {
    color: #222;
    display: table;
   font-family: 'Roboto', sans-serif;
    font-size: 14px;
	text-transform:uppercase;
    outline: medium none;
	font-weight:500;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.innerright_menu ul li a:hover {
    color: #001f5b;
    transition: all 0.5s ease 0s;
}
.innerright_menu ul li a.current {
    color: #001f5b;
}
.innerright_menu h3 {
    background: #001f5b url("../images/plus.png") no-repeat scroll 20px 10px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4375em;
    font-weight: 400;
    margin: 20px 0px 20px -75px;
    padding: 13px 20px 13px 60px;
    text-transform: uppercase;
}
.inner_left
{
	width:68%;
	float:left;
	color: #4c4c4c;
	font-size: 14px;
	margin:30px 0px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;	
}
.contentpage
{
	color: #4c4c4c;
	font-size: 14px;
	margin:30px 0px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;	
}
.inner_hd {
    color: #002E6E;
    font-size: 24px;
    float: left;
    font-weight: 700;
    margin-bottom: 20px;
    width: 100%;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
}

.contentpage ul
{
	margin:20px 0px 10px;
	width:100%;
	float:left;
	list-style-type:none;
}
.contentpage ul li
{
	width:100%;
	float:left;
	padding-left:30px;
	position:relative;
	margin-bottom:7px;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
}
.contentpage ul li:after
{
	font-family:'FontAwesome';
	position:absolute;
	left:0px;
	content:'\f00c';
	top:0px;
	color:#366a73;
	font-size:18px;
}

.hd2
{
	text-transform: uppercase;
    color: #0a1d3b;
    line-height: 1.3;
    margin: 40px 0px 25px 0px;
    text-align: center;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 4px;
	width:100%;
	float:left;
	padding-bottom: 15px;
    position: relative;
}
.hd2:after
{
	width: 50%;
    height: 1px;
    border-bottom: 6px double #eff3f8;
    position: absolute;
    bottom: 0;
	left:0px;
	right:0px;
	margin:auto;
    content: "";
}
.job_req
{
color:#222;
font-weight:bold;
width:20%;
float:left;
position:relative;
}
.job_req:before
{
content:':';
position:absolute;
right:20px;
top:0px;
}
.jobtitle
{
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #008bd2;
    margin-bottom: 10px;
    font-weight: 500;
}
.currentopenings
{
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #ff0000;
    margin: 10px 0 30px;
	width:100%;
	float:left;
    font-weight: 500;
}
.car_form {
    display: inline-block;
    width:65%;
	margin:0px auto 30px auto;
	display:table;
	background:#f7f7f7;
	padding:20px;
}
.carrerfields_two {
    float: left;
    width: 100%;
}
.contactname {
    color: #2f2e3c;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0;
}
.contact_rightinner {
    background-color: #f4f4f4;
    display: table;
    padding: 20px;
    width: 100%;
}
.contactfealds {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 0;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 12px;
    width: 100%;
}
.fields_two_right {
    float: right;
}
.contactfielddiv {
    float: left;
    width: 100%;
}
.contactfielddiv span {
    color: #d5193e;
    font-size: 16px;
}
.designation_check
{
float:right;
width:70%;
}
.designation_check li
{
float:left;
width:50%;
padding:0px 10px;
 font-family: "Roboto",sans-serif;
    font-size: 14px;
	margin-bottom:10px;
	font-weight:400;
}
.designation_check li label
{
 font-family: "Roboto",sans-serif;
    font-size: 14px;
	font-weight:400;
}
.et_pb_submit_cont {
    background: #b1800f none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.et_pb_submit_cont:hover {
    background: #cb9521 none repeat scroll 0 0;
    transition: all 0.3s ease 0s;
}






.contact_right {
    float: right;
    margin: 25px 0px;
    width: 30%;
}
.contactpg_hd {
    color: #154569;
    font-size: 24px;
  margin-bottom: 15px;
  width: 100%;
  display: block;
}
.fields_two {
    clear: both;
    margin-bottom: 15px;
    width: 100%;
}
.contactname {
    color: #2f2e3c;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 0;
  display: inline-block;
    font-weight:400;
    width:30%;
	float:left;
   font-family: 'Roboto', sans-serif;
  
}
.contact_rightinner{
  background-color: #f4f4f4;
  width: 100%;
  display: table;
  padding: 20px;
}
.contactfealds {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    height: 35px;
  font-size: 14px;
  float:right;
    line-height: 20px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 70%;
    margin-bottom: 15px;
}
.fields_two_right {
    float: right;
}
.contactfielddiv {
    width: 100%;
}
.contactfielddiv span {
    color: #d5193e;
    font-size: 16px;
}
.et_pb_submit_cont {
    background: #4285b7;
    border: medium none;
    border-radius: 0px;
    color: #fff;
    float: right;
   padding: 10px 20px;
   margin-top:0px;
   font-size: 16px;
   font-weight: 500;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    
  cursor: pointer;
}
.et_pb_submit_cont:hover {
    background: #134367 none repeat scroll 0 0;
    transition: all 0.3s ease 0s;
}


.content ul {
	margin: 20px 0px 10px;
	width: 100%;
	float: left;
	list-style-type: none;
}
.content ul li {
	width: 100%;
	float: left;
	padding-left: 30px;
	position: relative;
	margin-bottom: 7px;
	line-height: 26px;
	color: #454545;
	font-size: 14px;
	 font-family: 'Roboto', sans-serif;
}
.content ul li:after {
	font-family: 'FontAwesome';
	position: absolute;
	left: 0px;
	content: '\f00c';
	top: 0px;
	color: #366a73;
	font-size: 18px;
}
.contact_accordion {
	margin-top: 20px;
	width:68%;
	float:left;
}
.accordion {
	margin: 0;
	padding: 10px 20px 10px 20px;
	border: 1px solid #e8e8e8;
	 font-family: 'Roboto', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #454545;
	font-weight: 400;
	cursor: pointer;
	display: table;
	width: 100%;
	margin-top: 5px;
	font-size: 14px;
}
.accordion-open {
	color: #374366;
}
.accordion:hover {
	color: #005888;
}
.accordion-open span {
	display: block;
	float: left;
}
.accordion-open span {
	background: url(../images/minus.jpg) center center no-repeat;
	padding: 15px 10px;
	padding: 10px;
	margin-right: 10px;
}
.accordion-close span {
	display: block;
	float: left;
	margin-right: 10px;
	background: url(../images/plus.jpg) center center no-repeat;
	padding: 10px;
}
div.acc_container {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
}
div.acc_content {
	margin: 0;
	width: 100%;
	float: left;
	border: 1px solid #e8e8e8;
}
.left_address {
	width: 25%;
	padding: 20px;
	float: left;
}
.left_address ul {
	width: 100%;
	float: left;
	list-style-type: none;
}
.left_address ul li {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	font-family: 'Roboto', sans-serif;
}
.left_address ul li:last-child {
	border-bottom: 0px;
}
.left_address ul li h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #222;
	text-transform: uppercase;
}
.right_map {
	width: 75%;
	float: right;
	padding: 10px;
}

.mobile_menu_icon {
    float: right;
    font-size:18px;
    font-weight: 600;
    color: #fff;
    margin:14px 15px 0px 0px;
    cursor: pointer;
    padding: 7px 12px;
	display:none;
	border-radius:2px;
    background: #008bd2;
}

.mobile_menu
{
	width:100%;
	height:100%;
	background:#fff;
	overflow-y: auto;
	z-index:99999;
	position:fixed;
	display:block;
	top:-100%;
	transition:ease all .5s;
	/*border-right:2px solid #2259da;*/
}
.mslidemenu_close
{
	width:100%;
	float:left;
	padding:20px 15px;
	cursor:pointer;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	background:#008bd2;
}
.mslidemenu_close i
{
	float:right;
}

ul.parent {
	list-style: none;
	width: 100%;
	float: left;
	margin-top:0px;
}
ul.parent li{
	width: 100%;
	float: left;
	position: relative;
}
ul.parent li a{
	display: inline;
	width: 100%;
	height:100%;
	outline:none;
	display:table;
	border-bottom:1px solid #f0f0f0;
	padding:14px 12px; 
	color: #333745;
	font-size: 14px;
	font-family: 'Montserrat Alternates', sans-serif;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;;
}

ul.parent li span{
	color: #333745;
	font-size:20px;
	font-weight:bold;
	margin-top:0px;
	padding:0px;
	line-height:0px;
}
ul.parent li a:hover, .hpl_cats ul.parent li a:hover span {
	text-decoration: none;
	color: #2259da;
}
ul.parent ul {
	padding-right: 0px;
	list-style: none;
	display:none;
	background-color: #f1f1f1;
}
ul.parent ul li{
	background-color: #f1f1f1;
	position:relative;
}
ul.parent ul ul li{
	background-color: #fff;
}
ul.parent ul li:last-child{
	border-bottom: 0px dotted #ccc;
}
.menul li a span
{
	position:relative;
	float:right;
}
.menul li a span:before {
	position: absolute;
	top: 6px;
	right: 15px;
	font-size: 18px;
	content: '\f105';
	font-family: "FontAwesome";
	transition: all .5s;
}
.menul li.open a span:before {
	content: '\f107';
	transition: all .5s;
}


.ourteam
{
	width:100%;
	float:left;
	list-style-type:none;
}
.ourteam li
{
	width:47%;
	float:left;
	height:200px;
	overflow:hidden;
	padding:15px;
	background:#fff;
	border-radius:3px;
	min-height:150px;
	margin-bottom:20px;
	transition:ease all .5s;
	margin:10px;
	border:1px solid #ccc;
}
.ourteam li:hover
{
	border:1px solid #DA231A;
	transition:ease all .5s;
}


.ourteam_info
{
	width:70%;
	float:right;
    color: #585a61;
    font-family: "georgia",'Open Snas', sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.ourteam_img
{
	width:28%;
	float:left;
}
.ourteam_img img
{
	width:100%;
}
.ourteam_info h4
{
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
	font-weight:500;
	margin-top:0px;
	margin-bottom:5px;
	color:#333;
}
.ourteam_info span
{
	font-family: 'Roboto', sans-serif;
    font-size:14px;
	font-weight:400;
	color:#5b5b5b;
	width:100%;
	font-style:italic;
	float:left;
	margin-bottom:5px;
}
.career_right
{
width:30%;
}







/* ----- responsive starts here ----- */
@media only screen and (min-width : 980px) and (max-width :1279px) {
.fullpage {
	max-width:960px;
	min-width: 240px;
	margin: 0px auto;
}
ul.homemenu li a {
    font-size: 14px;
    padding: 21px 19px;
}
.home_banner {
    min-height: 437px;
}
.pav-caption.big-caption {
    width: 42%;
    bottom: 12%;
}
.home_services ul li a {
    padding: 50px 25px;
}
.hi_list ul li
{
	min-height:206px;
}
.hi_listimg h4
{
	font-size:18px;
}
.hi_text h4
{
	font-size:18px;
}
.hi_text
{
	padding: 15px;
	font-size:14px;
	line-height:22px;
}
.mobile_menu_icon {
	display:none;
}

}
@media only screen and (min-width : 768px) and (max-width :979px) {
.fullpage {
	max-width:760px;
	min-width: 240px;
	margin: 0px auto;
}
.logo {
    width: 32%;
}
.right_menu {
    width: 66%;
}
ul.homemenu li a {
    font-size: 13px;
    padding: 23px 10px;
}
.home_banner {
    min-height: auto;
}
.banner_shape
{
	display:none;
}
.pav-caption.big-caption {
    width: 61%;
    right: 6%;
    bottom: 18%;
}
.wel_content {
    padding: 15px;
}
.home_about ul li {
    padding: 0px;
}
.whowe_text {
    line-height: 22px;
    font-size: 14px;
}
.home_services ul li a {
    padding: 10px;
}
.home_services li a h4 {
    font-size: 16px;
}
.home_services ul li a p {
    font-size: 14px;
    line-height: 21px;
}

.hi_list ul li {
    min-height: 163px;
}
.hi_listimg h4
{
	font-size:18px;
}
.hi_text h4
{
	font-size:18px;
}
.hi_text
{
	padding: 15px;
	font-size:14px;
	line-height:22px;
}
.hclients {
	width:90%;
	float:none;
	margin:auto;
}
.inner_banner
{
	height:auto;
}
.inner_right {
    width: 36%;
}
.inner_left {
    width: 58%;
}
.innerright_menu ul li a {
    font-size: 13px;
}

.contact_accordion {
    margin-top: 20px;
    width: 100%;
    float: left;
}
.contact_right {
    float: right;
    margin: 25px 0px;
    width: 100%;
}
.mobile_menu_icon {
	display:none;
}
.car_form
	{
	width:95%;	
	}


}
@media only screen and (min-width : 360px) and (max-width :767px) {
.fullpage {
	max-width:759px;
	min-width: 240px;
	margin: 0px auto;
	padding:0px 10px;
}
.logo img {
    height: 50px;
}
.header_contact li {
    margin-right: 14px;
}
.homemenu
{
	display:none;
}
.home_banner {
    min-height: auto;
}
.banner_shape
{
	display:none;
}
.pav-caption.big-caption {
    width: 90%;
    bottom: 0%;
    text-align: right;
}
.btitle
{
	font-size: 20px;
	padding-left: 0px;
}
.subtitle {
    font-size: 12px;
    line-height: 18px;
    padding: 0px 0;
}
.wel_content {
    line-height:24px;
    padding: 0;
    font-size: 15px;
}
.home_about ul li {
    width: 100%;
    padding: 5px;
}
.whowe_text {
    line-height: 21px;
    font-size: 15px;
}
.home_services ul li
{
	width:100%;
}
.home_services ul li a {
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 20px;
}
.hi_list ul li
{
	width:100%;
	min-height: 236px;
}
.hi_listimg h4
{
	font-size:18px;
}
.hi_text h4
{
	font-size:18px;
}
.hi_text
{
	padding: 15px;
	font-size:14px;
	line-height:22px;
}
.hclients {
	width:90%;
	float:none;
	margin:auto;
	margin-top:40px;
}
.h3 {
    font-size: 20px;
}
#clientscroll  li a img
{
	width:100%;
}
.footer_box {
    width: 100%;
    margin-left: 0px;
}
.f_servicesbox ul li {
    width: 100%;
}
.f_servicesbox:last-child {
    width: 100%;
}
.copyrights {
    width: 100%;
    text-align: center;
}
ul.social {
    float: none;
	width:auto;
	display:table;
    margin: auto;
}
.inner_banner
{
	height:auto;
}
.inner_left {
    width: 100%;
	text-align:justify;
}
.inner_right {
	display:visible;
}

.left_address {
    width: 100%;
    padding: 20px;
    float: left;
}
.right_map {
    width: 100%;
    float: right;
    padding: 10px;
}
.contact_accordion {
    margin-top: 20px;
    width: 100%;
    float: left;
}
.contact_right {
    float: right;
    margin: 25px 0px;
    width: 100%;
}
.mobile_menu_icon {
	display:block;
}
.ourteam li
{
	width:100%;
	height:auto !important;
	 margin:10px 0px;
	}
.car_form
	{
	width:100%;	
	}

.ourteam_img, .ourteam_info {
    float: left;
    width: 100%;
}

}
@media only screen and (min-width : 240px) and (max-width :359px) {
.fullpage {
	max-width:360px;
	min-width: 240px;
	margin: 0px auto;
	padding:0px 10px;
}
.logo img {
    height: 40px;
}
.header_contact li {
    margin-right:7px;
}
.header_contact li a {
    /* font-size: 12px; */
    letter-spacing: 0px;
}
.homemenu
{
	display:none;
}
.home_banner {
    min-height: auto;
}
.banner_shape
{
	display:none;
}
.pav-caption.big-caption {
    width: 90%;
    bottom: 0%;
    text-align: right;
}
.btitle
{
	font-size: 20px;
	padding-left: 0px;
}
.subtitle {
    font-size: 12px;
    line-height: 18px;
    padding: 0px 0;
}
.wel_content {
    line-height:24px;
    padding: 0;
    font-size: 15px;
}
.home_about ul li {
    width: 100%;
    padding: 5px;
}
.whowe_text {
    line-height: 21px;
    font-size: 15px;
}
.home_services ul li
{
	width:100%;
}
.home_services ul li a {
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 20px;
}
.hi_list ul li
{
	width:100%;
	min-height: 200px;
}
.hi_listimg h4
{
	font-size:18px;
}
.hi_text h4
{
	font-size:18px;
}
.hi_text
{
	padding: 0px;
	font-size:14px;
	line-height:22px;
	margin: 181px 0 0 0;
}
.hclients {
	width:90%;
	float:none;
	margin:auto;
	margin-top:40px;
}
.h3 {
    font-size:16px;
	margin-bottom:0px;
}
.h3:after, .h3:before{
	display:none;
}

.home_services h2:after, .home_services h2:before {
display:none;
}
.welcome_fluid  h2:after, .welcome_fluid h2:before {
display:none;
}
.home_services ul {
    margin-top: 0px;
}

#clientscroll  li a img
{
	width:100%;
}
.footer_box {
    width: 100%;
    margin-left: 0px;
}
.f_servicesbox ul li {
    width: 100%;
}
.f_servicesbox:last-child {
    width: 100%;
}
.copyrights {
    width: 100%;
    text-align: center;
}
ul.social {
    float: none;
	width:auto;
	display:table;
    margin: auto;
}
.inner_banner
{
	height:auto;
}
.inner_left {
    width: 100%;
	text-align:justify;
}
.inner_right {
	display:block;
}

.left_address {
    width: 100%;
    padding: 20px;
    float: left;
}
.right_map {
    width: 100%;
    float: right;
    padding: 10px;
}
.contact_accordion {
    margin-top: 20px;
    width: 100%;
    float: left;
}
.contact_right {
    float: right;
    margin: 25px 0px;
    width: 100%;
}
.mobile_menu_icon {
	display:block;
}
.ourteam li
{
	width:100%;
	 height:auto !important;
	 margin:10px 0px;
	}
.car_form
	{
	width:100%;	
	}
.ourteam_img, .ourteam_info {
    float: left;
    width: 100%;
}

}	