@charset "utf-8";
/* CSS Document */
body {
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: #efeeee;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}
ul, li {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: central;
}
.fln {
	float: left;
}
.frn {
	float: right;
}
.clear {
	clear: both;
}
.mt20 {
	margin-top: 20px;
}
.mr0 {
	margin-right: 0 !important;
}
#wrp {
	width: 100%;
	height: auto;
	float: left;
	border-top: solid 5px #da1e2a;
}
.container {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.header-part {
	width: 100%;
	height: auto;
	float: left;
	padding: 12px 0 12px 0;
}
.logo {
	float: left;
}
.menu-nav {
	height: auto;
	float: right;
	margin-top: 12px;
	position: relative;
	z-index: 9;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	width: auto;
	font-family: 'Open Sans', Helvetica, sans-serif;
}
#cssmenu > ul {
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu > ul > li {
	float: left;
	display: inline-block;
}
#cssmenu.align-center > ul {
	float: none;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu > ul > li > a {
	padding: 12px 15px 15px 15px;
	text-decoration: none;
	font-size: 16px;
	color: #484c55;
	letter-spacing: 1px;
	margin-right: 6px;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a {
	color: #ffffff;
	background: #da1e2a;
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #484c55;
	right: 22px;
	top: 18px;
}
#cssmenu > ul > li.has-sub.active > a::after, #cssmenu > ul > li.has-sub:hover > a {
	border-top-color: #ffffff;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	top: 60px;
	padding-top: 6px;
	font-size: 15px;
	opacity: 0;
	-webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
	-moz-transition: top 0.2s ease, opacity 0.2s ease-in;
	-ms-transition: top 0.2s ease, opacity 0.2s ease-in;
	-o-transition: top 0.2s ease, opacity 0.2s ease-in;
	transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu > ul > li > ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #ffffff;
	top: -4px;
	left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
	left: auto;
	right: 20px;
}
#cssmenu ul ul ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: #ffffff;
	top: 11px;
	left: -4px;
}
#cssmenu.align-right ul ul ul::after {
	border-right-color: transparent;
	border-left-color: #ffffff;
	left: auto;
	right: -4px;
}
#cssmenu > ul > li > ul {
	top: 120px;
}
#cssmenu > ul > li:hover > ul {
	top: 37px;
	left: 0;
	opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
	left: auto;
	right: 0;
}
#cssmenu ul ul ul {
	padding-top: 0;
	padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
	padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
	left: 250px;
	top: 0;
	opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
	left: auto;
	right: 100%;
	opacity: 1;
}
#cssmenu ul ul li a {
	text-decoration: none;
	font-weight: 400;
	padding: 11px 25px;
	width: 250px;
	color: #484c55;
	background: #ffffff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #da1e2a;
}
#cssmenu ul ul li:first-child > a {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
	position: absolute;
	display: block;
}
#cssmenu ul ul li.has-sub > a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #777777;
	right: 17px;
	top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
	border-left-color: transparent;
	border-right-color: #777777;
	right: auto;
	left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after, #cssmenu ul ul li.has-sub:hover > a::after {
	border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after, #cssmenu.align-right ul ul li.has-sub:hover > a::after {
	border-right-color: #333333;
	border-left-color: transparent;
}
@media all and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 #cssmenu {
 background: #39b1cc;
}
 #cssmenu > ul {
 display: none;
}
 #cssmenu > ul.open {
 display: block;
 border-top: 1px solid rgba(0, 0, 0, 0.1);
}
 #cssmenu.align-right > ul {
 float: none;
}
 #cssmenu.align-center > ul {
 text-align: left;
}
 #cssmenu > ul > li, #cssmenu.align-right > ul > li {
 float: none;
 display: block;
}
 #cssmenu > ul > li > a {
 padding: 18px 25px 18px 25px;
 border-right: 0;
 color:#fff;
}
 #cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
 background: rgba(0, 0, 0, 0.1);
}
 #cssmenu #menu-button {
 display: block;
 text-decoration: none;
 font-size: 13px;
 font-weight: 700;
 color: #d3eced;
 padding: 18px 25px 18px 25px;
 text-transform: uppercase;
 letter-spacing: 1px;
 background: url('images/bg.png');
 cursor: pointer;
}
 #cssmenu ul ul, #cssmenu ul li:hover > ul, #cssmenu > ul > li > ul, #cssmenu ul ul ul, #cssmenu ul ul li:hover > ul, #cssmenu.align-right ul ul, #cssmenu.align-right ul li:hover > ul, #cssmenu.align-right > ul > li > ul, #cssmenu.align-right ul ul ul, #cssmenu.align-right ul ul li:hover > ul {
 left: 0;
 right: auto;
 top: auto;
 opacity: 1;
 width: 100%;
 padding: 0;
 position: relative;
 text-align: left;
}
 #cssmenu ul ul li {
 width: 100%;
}
 #cssmenu ul ul li a {
 width: 100%;
 box-shadow: none;
 padding-left: 35px;
}
 #cssmenu ul ul ul li a {
 padding-left: 45px;
}
 #cssmenu ul ul li:first-child > a, #cssmenu ul ul li:last-child > a {
 border-radius: 0;
}
 #cssmenu #menu-button::after {
 display: block;
 content: '';
 position: absolute;
 height: 3px;
 width: 22px;
 border-top: 2px solid #d3eced;
 border-bottom: 2px solid #d3eced;
 right: 25px;
 top: 18px;
}
 #cssmenu #menu-button::before {
 display: block;
 content: '';
 position: absolute;
 height: 3px;
 width: 22px;
 border-top: 2px solid #d3eced;
 right: 25px;
 top: 28px;
}
 #cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
 display: none;
}
}
.banner {
	width: 100%;
	height: 541px;
	float: left;
}
.text-center {
	text-align: center;
	display: none;
}
.main-div {
	width: 100%;
	height: auto;
	float: left;
}
.welcome h1 {
	font: normal 24px Lato;
	color: #333334;
	text-align: center;
	text-transform: uppercase;
	margin: 40px 0 13px 0;
}
.welcome h1 span {
	color: #da1e2a;
}
.welcome p {
	font: normal 14px Lato;
	color: #646464;
	text-align: center;
	line-height: 29px;
	padding: 0 6%;
}
.welocme-divider {
	width: 100%;
	height: 27px;
	float: left;
	background: url(../images/intro-text-border-bottom.png) no-repeat;
	background-size: 100%;
	margin-top: 25px;
}
.services {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 85px;
}
.services-sub {
	width: 29%;
	height: auto;
	float: left;
	background: #3498db;
	margin-right: 2%;
	padding: 0 1.5% 40px 1.5%;
	border-radius: 3px;
	text-align: center;
}
.red-color {
	background: #e74c3c;
}
.green-color {
	background: #1abc9c;
}
.services-sub img {
	margin: -51px 0 5px 0;
}
.services-sub h3 {
	font: normal 20px "Open Sans";
	color: #fff;
	margin-bottom: 14px;
}
.services-sub p {
	font: normal 14px Lato;
	color: #fff;
	line-height: 24px;
	margin-bottom: 30px;
	padding: 0 10px;
	height:121px;
}
.services-sub a {
	font: normal 14px "Open Sans";
	color: #fff;
	border: solid 1px #fff;
	border-radius: 3px;
	padding: 8px 25px;
}
.services-sub a:hover {
	color: #eeeded;
	border: solid 1px #eeeded;
}
.career {
	width: 100%;
	height: auto;
	float: left;
	background: #56cc91;
/*	margin: 40px 0;*/
        margin-top:40px;
}
.career-left {
	width: 55%;
	height: auto;
	float: left;
}
.career-right {
	width: 38%;
	height: auto;
	float: right;
	padding: 8px 0 0 0;
	margin-bottom: -3px;
}
.career-left h1 {
	font: normal 30px Lato;
	color: #fff;
	margin-bottom: 20px;
	padding: 30px 0 0 0;
}
.career-left p {
	font: normal 14px Lato;
	color: #fff;
	line-height: 29px;
	margin-bottom: 30px;
}
.career-left a {
	font: normal 14px "Open Sans";
	color: #fff;
	border: solid 1px #fff;
	border-radius: 3px;
	padding: 8px 25px;
	float: left;
}
.career-left a:hover {
	color: #eeeded;
	border: solid 1px #eeeded;
}
.testih1 {
	font: normal 24px Lato;
	color: #333334;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0 25px 0;
}
.testimonials {
	width: 41.5%;
	height: auto;
	float: left;
	background: #e5e6e7;
	padding: 20px 0 20px 2%;
	margin-right: 13%;
}
.testimonials1 {
	padding: 20px 2% 20px 0;
}
.testimonials p {
	font: normal 14px Lato;
	color: #838181;
	line-height: 24px;
	margin-bottom: 15px;
	height: 119px;
	overflow: hidden;
}
.testimonials h6 {
	font: normal 14px Lato;
	color: #da1e2a;
	line-height: 24px;
}
.testimonials h6 span {
	color: #565757;
	font-style: italic;
}
.testimonials-img {
	width: 108px;
	height: 108px;
	float: right;
	border-radius: 50%;
	margin: 20px -54px 0 20px;
	position: relative;
}
.testimonials-img1 {
	float: left;
	margin: 20px 20px 30px -54px;
}
.testimonials-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.footer {
	background: #222222;
	width: 100%;
	height: auto;
	float: left;
	padding: 30px 0 10px 0;
/*	margin-top:60px;*/
}
.footer h2 {
	font: normal 18px "Open Sans";
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.footer-sub {
	width: 23.5%;
	height: auto;
	float: left;
	margin-right: 2%;
}
.footer-sub p {
	font: normal 14px Lato;
	color: #eae8e8;
	line-height: 30px;
}
.footer-sub ul {
	padding: 0;
	margin: 0;
}
.footer-sub ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-sub ul li a {
	font: normal 14px Lato;
	color: #eae8e8;
	line-height: 34px;
	background: url(../images/arrow.png) no-repeat;
	padding-left: 16px;
}
.footer-sub ul li a:hover {
	color: #da1e2a;
}
.footer-sub input[type="text"] {
	width: 92%;
	height: auto;
	float: left;
	background: #454444;
	color: #eae8e8;
	padding: 8px 4%;
	border: 0;
	font: normal 12px Lato;
	margin-bottom: 5px;
	border-radius: 3px;
}
.footer-sub textarea {
	width: 92%;
	height: 40px;
	float: left;
	background: #454444;
	color: #eae8e8;
	padding: 8px 4%;
	border: 0;
	font: normal 12px Lato;
	border-radius: 3px;
}
.footer-sub input[type="submit"] {
	background: #da1e2a;
	color: #fff;
	padding: 6px 25px;
	font: normal 14px Lato;
	border: 0;
	border-radius: 3px;
	margin-top: 8px;
	cursor: pointer;
}
.footer-sub input[type="submit"]:hover {
	background: #bd1822;
}
.footer-sub i {
	color: #da1e2a;
	font-size: 19px;
}
.footer-bottom {
	width: 100%;
	height: auto;
	float: left;
	background: #3a3a3a;
	padding: 20px 0;
}
.copy {
	float: left;
}
.copy p {
	color: #eae8e8;
	font: normal 12px Lato;
	margin-top: 8px;
}
.social {
	float: right;
}
.social i {
	background: #222222;
	color: #fff;
	width: 30px;
	height: 22px;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	padding-top: 8px;
	margin-right: 5px;
}
.social i:hover {
	background: #da1e2a;
}
.innr-banner {
	width: 100%;
	height: auto;
	float: left;
}
.innr-banner img {
	width: 100%;
}
.inner-page {
	float: left;
	height: auto;
	margin-top: 38px;
	position: relative;
	width: 100%;
	z-index: 999;
}
.innerpage-left {
	float: left;
	height: auto;
	width: 40%;
	margin-right: 3%;
}
.inner-page p {
	color: #646464;
	display: block;
	font-family: Lato;
	font-size: 14px;
	line-height: 29px;
	padding: 0 0 20px 0;
}
.inner-page a {
	background: none repeat scroll 0 0 #3498db;
	font: normal 14px "Open Sans";
	color: #fff;
	float: left;
	border-radius: 3px;
	padding: 8px 15px;
	margin-bottom: 20px;
}
.inner-page a:hover {
	background: #3289c4;
}
.inner-page ul li {
	color: #646464;
	display: block;
	font-family: Lato;
	font-size: 14px;
	line-height: 29px;
	background: url(../images/arrow.png) no-repeat;
	background-position: 0 8px;
	padding-left: 15px;
}
.inner-page h2 {
	color: #555;
	display: block;
	font-family: Lato;
	font-size: 26px;
	margin-bottom: 10px;
}
.innerpage-left img {
	width: 100%;
	border-radius: 5px;
}
.innerpage-right {
	float: left;
	height: auto;
	width: 57%;
}
.inner-fr {
	float: right !important;
	margin-left: 3%;
	margin-right: 0;
}
.inner-fl {
	float: left !important;
}
.divider {
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #ccc;
	margin: 30px 0;
	box-shadow: 0px 0px 5px #ccc;
}
.breadcrumb {
	float: left;
	margin: 0;
	width: 100%;
	background: #e5e6e7;
	padding: 30px 0;
	margin-top: -4px;
}
.breadcrumb a {
	float: left;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	color: #3498db;
}
.breadcrumb span {
	border-radius: 16px;
	color: #ffffff;
	float: left;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	margin: 7px 10px 0;
	text-align: center;
	width: 16px;
	background: #da1e2a;
}
.breadcrumb h1 {
	float: left;
	color: #333334;
	font: 24px Lato;
	text-transform: uppercase;
}
.contactus-left {
	width: 48.5%;
	height: auto;
	float: left;
	margin-right: 3%;
}
.form {
	float: left;
	padding: 10px 0 0px;
	width: 100%;
	font-family: Lato;
}
.form_row {
	background: none repeat scroll 0 0 #f5f5f5;
	border: medium none;
	clear: both;
	float: left;
	margin: 0 0 5px;
	padding: 5px 0;
	width: 100%;
}
.form_row label {
	color: #4c402b;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	line-height: 30px;
	padding: 5px 2% 0 0;
	text-align: right;
	text-transform: capitalize;
	width: 23%;
}
input.form_input {
	background-color: #ffffff;
	border: 1px solid #e8e1d0;
	color: #000;
	float: left;
	height: 39px;
	padding: 0 0 0 10px;
	width: 70%;
	border-radius: 3px;
}
textarea.form_textarea {
	background-color: #ffffff;
	border: 1px solid #e8e1d0;
	color: #000;
	float: left;
	font-family: Kuro;
	font-size: 12px;
	height: 96px;
	padding: 10px 0 0 10px;
	width: 70%;
	border-radius: 3px;
}
input.form_submit_contact {
	background: none repeat scroll 0 0 #da1e2a;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	margin: auto;
	padding: 8px 25px;
	text-align: center;
}
.map {
	background: none repeat scroll 0 0 #fbf9f9;
	border: 1px solid #e4e4e4;
	float: left;
	height: 282px;
	padding: 15px 3%;
	width: 94%;
	margin-top: 10px;
}
.map iframe {
	height: 282px;
	width: 100%;
}
.client {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	padding: 5px 5px;
	background: #fff;
	border: solid 1px #ccc;
	border-radius: 3px;
}
.client img {
	border-radius: 3px;
}



/*carrier-link-starts*/
a.carr-lnk{
    background: none ;
    color: #00A5E6;
    border-radius:0px;
    padding:0px;
	float:none;
    margin-bottom:0px;
}
a.carr-lnk:hover{
    background: none ;
    color: #101010;
    border-radius:0px;
    padding:0px;
	float:none;
    margin-bottom:0px;
}
/*carrier-link-ends*/