/* CSS Document */

/* TOC 
 * RESET STYLES
 * FONT FACE (IF USED)
 * HTML
 * BODY
 * HEADER
 * NAVIGATION
 * PAGE
 * FOOTER
 * FORMS
 * PLUGINS
 * PRINT STYLES
 * MEDIA QUERIES
---------------------------------------------------------------------------*/

/* RESET STYLES
---------------------------------------------------------------------------*/
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	font-size: 14px;
	line-height: 1.231; /*1.231 will be multiplied by current font size and make 16px line height */
	min-height: 100%;
	font-family: 'open_sansregular';
	color: #6a737e;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
button, input, select, textarea {
	font-family: 'open_sansregular';
	color: #222;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after { /* Safari Reset as Safari does not recognise quotes property */
	content: '';
	content: none;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
ins {
	background-color: #fcd700;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #fcd700;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
p {
	margin: 0;
	padding: 0;
	line-height: 26.01px;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: #000;
}
a:hover, a:active {
	outline: 0;
	text-decoration: none;
	color: #ef4723;
}
a img {
	border: 0 none;
}
del {
	text-decoration: line-through;
	color: #ed1c24;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
:focus {
outline: 0;
}
small {
	font-size: 85%;
}
.clickable, label, input[type=button], input[type=submit], button {
	cursor: pointer; /* hand cursor on clickable elements */
}
button, input, select, textarea {
	margin: 0; /* Webkit browsers add a 2px margin outside the chrome of form elements */
}
button { /* make buttons play nice in IE */
	width: auto;
	overflow: visible;
}
table {
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: bold;
	vertical-align: bottom;
}
td {
	font-weight: normal;
}
td, td img {
	vertical-align: top;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
dd {
	margin: 0 0 0 40px;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content ul, .content ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: 'ralewaybold';
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 34px;
	font-family: 'ralewayregular';
	line-height: 72px;
}
h3 {
	font-size: 24px;
	font-family: 'ralewaybold';
	line-height: 34px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.wrapper {
	width: 1140px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.btn {
	color: #fff;
	text-transform: uppercase;
	padding: 14px;
	font-size: 12px;
	font-family: 'ralewaybold';
	display: inline-block;
	margin-top: 15px;
}
.grey {
	background: #242f3d;
}
/* FONT FACE (IF USED)
---------------------------------------------------------------------------*/

/* HTML
---------------------------------------------------------------------------*/
html {
}
/* BODY 
---------------------------------------------------------------------------*/
body {
	background-color: #eceff1;
}
/* HEADER
---------------------------------------------------------------------------*/
.header {
	float: left;
	width: 100%;
	background: #fff;
	border-bottom:1px solid #ccc;
}
h1 {
	display: block;
	text-align: center;
	padding: 30px 0 27px;
}
.nav {
	border-top: 1px solid #dfe4e7;
	display: block;
	z-index:999;
}
.nav ul {
	float: left;
	width: 920px;
	text-align: center;
}
.nav ul li {
	display: inline;
	padding: 0 22px;
}
.nav ul li a {
	font-family: 'ralewaybold';
	text-transform: uppercase;
	font-size: 13px;
	padding: 20px 0;
	display: inline-block;
}
.nav ul li a:hover {
	color: #ef4723;
}
.nav ul li a.active {
	border-bottom: 2px solid #ef4723;
	color:#ef4723;
}
.nav .home {
	float: left;
	width: 110px;
	margin-top: 20px;
}
.nav .home a {
	background: url(../images/home-icon.png) no-repeat;
	width: 18px;
	height: 16px;
	float: right;
}
.nav .home a:hover, .nav .home a.active{
	background: url(../images/home-icon-active.png) no-repeat;
}
.nav .mail a {
	background: url(../images/mail-icon.png) no-repeat;
	width: 18px;
	height: 16px;
	float: left;
}
.nav .mail {
	float: right;
	width: 110px;
	margin-top: 20px;
}
.nav .mail a:hover, .nav .mail a.active{
	background: url(../images/mail-icon-active.png) no-repeat;
}
.banner {
	width: 100%;
	background: url(../images/banner.jpg) no-repeat;
	height: 520px;
	float: left;
}

.nav.fixed {
	position: fixed;
	background: #fff;
	top: 0;
	border-bottom:1px solid #ccc;
}
/* PAGE
---------------------------------------------------------------------------*/
.container {
	float: left;
	width: 1000px;
	background: #fff;
	padding: 52px 70px;
}
p.home {
	padding: 0 0 52px;
	border-bottom: 1px solid #29333f;
	font-size: 18px;
	color: #29333f;
	line-height: 32px;
	font-family: 'open_sansregular';
}
.service {
	float: left;
	width: 100%;
	padding-top: 52px;
}
.two-section {
	width: 480px;
}
.two-section h3 {
	color: #242f3d;
	padding-bottom: 18px;
	  font-family: 'ralewaybold';
}
.two-section p {
	line-height: 24px;
	letter-spacing: -1;
	color: #6a737e;
	    font-family: 'open_sansregular';
		font-size:14px;
}
/* FOOTER
---------------------------------------------------------------------------*/
.footer {
	border-bottom: 1px solid #DFE4E7;
	border-top: 1px solid #DFE4E7;
	float: left;
	width: 1000px;
	background: #fff;
	padding: 38px 70px 55px;
}
.footer h6 {
	text-transform: uppercase;
	color: #242f3d;
	  font-family: 'ralewaybold';
}
.footer p {
	line-height: 24px;
	font-size: 16px;
	margin-top: 20px;
	 font-family: 'open_sansregular';
}


.footer p a {
	color: #000;
}
.footer p a:hover{color:#ef4623;}
.getin-touch {
	width: 550px;
	float: left;
}
.support {
	width: 405px;
	float: right;
}
.footer-menu {
	float: left;
	width: 1000px;
	background: #fff;
	padding: 28px 70px 37px;
}
.footer-menu ul {
}
.footer-menu ul li {
	float: left;
	padding: 0 14px;
}
.footer-menu ul li:first-child {
	padding-left: 0;
}
.footer-menu ul li a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #747c82;
}
.footer-menu ul li a:hover {
	color:#f04623;
}
.footer-menu p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #747c82;
	float: right;
}
/* FORMS
---------------------------------------------------------------------------*/

/* PLUGINS
---------------------------------------------------------------------------*/
/************TMS-DETAILS*************s*/
.software {
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.software > h1 {
	font-family: 'ralewayregular';
	font-size: 30px;
	margin: 0;
	padding: 0 0 55px 0;
	color: #000000;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
.side-left {
	width: 339px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: start;
}
.what {
	border-bottom: 1px solid rgb(204, 204, 204) !important;
	color: #ef381a;
	display: inline-block;
	font-family: 'ralewaysemibold';
	font-size: 13px !important;
	font-weight: bold;
	margin: 0 !important;
	padding: 20px 0;
	text-transform: uppercase !important;
	width: 100%;
	background:url(../images/whats.png) no-repeat right;
}
.feater h4 {
	border-bottom: 1px solid rgb(204, 204, 204) !important;
	color: #ef4623;
	display: inline-block;
	font-family: 'ralewaysemibold';
	font-size: 13px !important;
	font-weight: bold;
	margin: 0 !important;
	padding: 20px 0;
	text-transform: uppercase !important;
	width: 100%;
	background: url(../images/plus.png) no-repeat right;
}
.feater {
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
	;
}
.feater ul {
	margin: 0;
	padding: 0;
	
}
.feater ul li {
	border-bottom: 1px solid rgb(204, 204, 204);
	display: block;
	margin: 0;
	width: auto;
}
.feater ul li a {
	color: #6a737e;
	display:block;
	font-family: 'ralewayregular';
	font-size: 14px !important;
	font-weight: normal;
	margin: 0 !important;
	padding: 10px 20px;
}
.feater ul li a:hover {
	color: #ef4623;
}
.feater ul li.active a {
	color: #ef4623;
}
.request {
	width: 100%;
	margin: 0;
	padding: 0;
}
.request > font {
	background: url("../images/arrow.png") no-repeat right center rgba(0, 0, 0, 0);
	color: rgb(124, 124, 124);
	display: inline-block;
	font-family: 'open_sansregular';
	font-size: 14px !important;
	font-weight: normal;
	margin: 0 !important;
	padding: 17px 10px;
	text-transform:uppercase;
	
}
.diider{
	width:100%;
	margin:0;
	padding:0;
	height:1px;
	background:#ccc;
	display:inline-block;
}
.request > font span a,.request > font span a:hover {
	color: #020202;
}
.request p {
	display: inline;
	margin: 0;
	padding: 0 11px;
}
.bidding {
	margin: 0;
	padding: 0;
	float: right;
	width: 583px;
	text-align: start;
}
.bidding > h4 {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-family: 'ralewaybold';
	font-size: 22px;
	line-height: 34px;
	color: #000000;
	font-weight: normal;
}
.bidding ul {
	margin: 0;
	padding: 33px 0 90px 0px;
	border-bottom: 1px solid #ccc;
}
.bidding ul li {
	color: rgb(0, 0, 0);
	font-family: 'open_sansregular';
	font-size: 14px !important;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 26px;
	padding: 0 0 0 23px;
	text-transform: capitalize;
	list-style-type: none;
	background: url(images/bullet.png) no-repeat 5px 7px;
}

.Control {
    display: inline-block;
    margin: 0;
    padding: 35px 0 0;
    width: 100%;
}
.pre {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}
.pre h4 a{
	background: url("../images/arrow-righ.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	color: rgb(0, 0, 0);
	display: inline-block;
	font-family: 'ralewaybold';
	font-size: 22px;
	font-weight: normal;
	line-height: 34px;
	margin: 0;
	padding: 0 10px;
}
.next h4 a:hover{color:#000;}

.pre font {
	color:#6a737e;
	display: block;
    font-family: 'open_sansregular';
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 0 10px;
}
.next {
	width: 50%;
	float: right;
	margin: 0;
	padding: 0;
}


#tab {
  /*  background: url("../images/black-plus.png") no-repeat scroll right 17px rgba(0, 0, 0, 0);*/
  background:url(../images/plus.png) no-repeat scroll right 17px;
    border-bottom: 1px solid #CCCCCC;
    color: #000;
    display: inline-block;
    font-family: 'ralewaybold';
    font-size: 15px !important;
    padding: 15px 0;
    text-transform: uppercase;
    width: 100%;
	cursor:pointer;
}
#tab:hover, #tab.active{color:#ef4723;}
#portfolio-home .port{color:#ef4723 !important;}
.next h4 {
    background: url("../images/arrow.png") no-repeat scroll 67px 14px rgba(0, 0, 0, 0);
    color: rgb(0, 0, 0);
    font-family: 'ralewaybold';
    font-size: 22px;
    font-weight: normal;
    line-height: 34px;
    margin: 0;
    padding: 0 10px;
}

.next font {
	color:#6a737e;
	display: block;
    font-family: 'open_sansregular';
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 0 10px;
}

.bidding > p{ color: rgb(106, 115, 126);
    display: inline-block;
   font-family: 'open_sansregular';
    font-size: 14px !important;
    font-weight: normal;
    margin: 0 !important;
    padding: 40px 0 10px;
    
}


.include{ width:100%;
margin:0;
padding:0;
display:inline-block;
}


.include h4{margin:80px 0 0 0;
	padding: 0;
	display: inline-block;
	font-family: 'ralewaybold';
	font-size: 22px;
	line-height: 34px;
	color: #000000;
	font-weight: normal;
	}
.include ul {
	margin: 0;
	padding: 0;
	border-bottom:0px;
}
.include ul li {

	display: block;
	margin: 0;
	padding: 5px 0px;
	width: auto;
}
.include ul li a {
	color: #000000;
	display: inline-block;
	  font-family: 'open_sansregular';
	font-size: 14px !important;
	font-weight: normal;
	margin: 0 !important;
	padding: 0 0 0px;
	text-transform: capitalize;
}
.include ul li a:hover {
	color: #f04723;
	text-decoration:underline;
}
.include ul li.active a {
	color: #ef4623;
	text-decoration:underline;
}


.deveplpment {
    display: inline-block;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
}
	
	.deveplpment ul{ margin:0;
	padding:0;
	}
	.deveplpment ul li{   border-bottom: 1px solid rgb(204, 204, 204);
	margin:0;
	padding:0;}
	.deveplpment ul li a{ 
  
    color:#000;
    display: inline-block;
    font-family: 'open_sansbold';
    font-size: 12px !important;
    font-weight: bold;
    margin: 0 !important;
    padding: 20px 0;
    text-transform: uppercase !important;

	}
	
	.what1{ background: url("../images/whats.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgb(204, 204, 204) !important;
    color:#f04723;
    display: inline-block;
    font-family: 'ralewaysemibold';
    font-size: 13px !important;
    font-weight: bold;
    margin: 0 !important;
    padding: 20px 0;
    text-transform: uppercase !important;
    width: 100%;
	}
	.what.hascolumn{background:none; color:#000;}
.touch{ 
	background:#efefef !important;
	margin:0;
}


.Warehousing{ width:100%;
margin:0;
padding:0;
display:inline-block;
}

.Warehousing ul{ margin:0;
padding:0;
display:inline-block;
border:none;}	

.Warehousing ul li{
    display: inline-block;
    margin: 0;
    padding:0px 25px;
    vertical-align: top;
	background-image: none;
}
.Warehousing ul li:first-child{padding-top: 18px;}
.Warehousing ul li a {
	margin: 0;
	padding: 0;
	display: block;
}	
.Warehousing ul li a img { 
	margin:0;
	padding:0;
}	


.Warehousing > font{color: #000000;
	display: inline-block;
	font-family: 'open_sansregular';
	font-size: 18px !important;
	font-weight: normal;
	margin: 0 !important;
	padding: 0 0 30px;
	line-height:32px;
	text-transform: capitalize;
	}

.Warehousing > span {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.Warehousing > span img {
  
    width: 100%;
}	

.Warehousing > p{ color:#818181;
font-size:14px;
line-height:25px;
    font-family: 'open_sansregular';
	font-weight:normal;
	text-transform:capitalize;
	font-weight:normal;
	padding:20px  0;
	margin:0;
	}
.bidding > h3{ 	margin: 0;
	padding: 0;
	display: inline-block;
    font-family: 'open_sansbold';
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	font-weight: normal;
}	

.bidding > font{ margin: 15px 0;
	padding: 0;
	display: inline-block;
 font-family: 'open_sansregular';
	font-size: 18px;
	line-height:32px;
	color: #191919;
	font-weight: normal;
	}
.Testimonials-contant{ width:100%;
	margin:0;
	padding:0;
	display:inline-block;
	border-top:1px solid #ccc;
	}
.Testimonials-contant h5{ margin: 0;
	padding: 45px 0;
	display: inline-block;
    font-family: 'ralewaybold';
	font-size: 16px;
	line-height: 20px;
	color: #242f3d;
	font-weight: normal;
	text-transform:uppercase;
}
.Testimonials-contant ul{ margin:0 ;
padding:0;
border:none;
}	
.Testimonials-contant ul li{ margin:0 0 0 40px;
padding:0;
display:inline-block;}


.Testimonials-contant ul li:first-child {
    margin-left: 0;
}	

.exceptional{ margin:0;
padding:55px 0 0 0 ;
width:100%;
display:inline-block;
}

.exceptional > p{ margin:0;
padding:0;
font-size:17px;
line-height:24px;
font-style:italic;
color:#65696c;
    font-family: 'georgiaitalic';

	}
	
.exceptional font{
		   font-family: 'georgiabold_italic';
		   margin:0;
		   padding:0;
		   font-size:17px;
		   color:#000;
		   font-weight:bold;
		   font-style:italic;
		   line-height:24px;
 }

.exceptional ul{ margin:0 ;
padding:0;
border:none;
}	
.exceptional ul li { margin:0 0 0 0px;
padding:0;
display:inline-block;}
.exceptional ul li a{ margin:0 0 0 0px;
padding:0 2px;
display:inline-block;
background:url(../images/li-disc.png) no-repeat left;}

.exceptional ul li a:hover{ background:url(../images/disi-hover.png) no-repeat left;}

.exceptional ul li.active a{ background:url(../images/disi-hover.png) no-repeat left;}


.bidding > span {
    display: inline-block;
    margin: 6px 0 0;
}



.slid-text {
    border-top: 1px solid #CCCCCC;
    display: inline-block;
    margin: 66px 0 0;
    width: 100%;
}

.slid-text > h3 {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 45px 0 0 0;
	font-family: 'ralewaybold';
	font-weight:normal;
	font-size:16px;
	color:#242f3d;
	text-transform:uppercase;
}

.slid-text ul { margin:0;
padding: 40px 0 30px;
display:inline-block;
text-align:center;
width:100%;}
.slid-text ul li{ margin:0;
padding:0 35px;
display:inline-block;}
.slid-text ul li.frieght{ padding-right:60px; }
.slid-text ul li:first-child{padding-left:58px;}
.slid-text ul li a{ margin:0;
padding:0;}

.slid-home-text{ margin:0;
padding:0px 0 0 0;
display:inline-block;
width:100%;

text-align:center;
}


.bx-viewport {
    height: auto !important;
}
.banner .testimonials-carousel-content h2 {
    color: #FFFFFF;
    font-family: 'ralewayregular';
    font-size: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
	padding-top: 60px;
}


.banner .testimonials-carousel-content p {
    color: #fff;
       font-family: 'open_sansregular';
    font-size: 16px;

    line-height: 20px;
    text-align: center;
	font-weight:normal;
	font-style:inherit;
	margin:11px 0 20px 0;
}
.banner .testimonials-carousel-content font{  text-align: center;
    width: 97.5%;
	display:inline-block;
	}

.banner .testimonials-carousel-content font a {
    background: none repeat scroll 0 0 #f04723;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'ralewaybold';
    font-size: 14px;
    margin: 24px 0;
    padding: 16px 43px;
    text-align: center;
    text-transform: uppercase;
}
.banner .testimonials-carousel-content font a:hover{ background:#ff6240;}

.banner .bx-wrapper {
    padding: 0px;
    max-width:auto !important;
}

ul.slid-ul-link{
	width: 93%;
	margin: 0;
	padding: 0 40px;
}

ul.slid-ul-link ul li {
    display: inline-block;
    margin: 0;
	width:240px;
    padding: 23px 0;
	margin-right: 10px;
}
ul.slid-ul-link ul li > a{display:block;}
ul.slid-ul-link ul li ul{ display:inline-block; margin:0;
padding:0;}

ul.slid-ul-link ul li ul li{ display:inline-block; margin:0;
padding:0;}
#top-ma.slide {
    margin: 60px 0 0 !important;
}

#tab.active-plus{ background:url("../images/plus.png") no-repeat scroll right center rgba(0, 0, 0, 0);}

.include > p{  color: #6A737E;
    display: inline-block;
    font-family: 'open_sansregular';
    font-size: 14px !important;
    font-weight: normal;
    margin: 0 !important;
    padding: 25px 0 0;}
	
	.side-left > p{  font-family: 'ralewayregular';
	margin:0;
	padding:0;
	font-size:17px;
	font-weight:normal;
	color:#000;
	padding-top: 25px;
	}
	
.get-in-touch{ width:100%;
	margin:0;
	padding:0;
	}
	
	
.get-in-touch span {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
	margin-bottom: 15px;
}

.firt{ width:50%;
float:left;
margin:0;
padding:0;
}

.secnd{width:50%;
float:right;
margin:0;
padding:0;
}

.firt > label {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}


 .la-nam{ width:281px !important;
height:43px !important;
background:#f3f4f5;
border:none;}
.secnd > label {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
 .f-nam{ width:271px !important;
height:43px !important;
background:#f3f4f5;
border:none;}

.get-in-touch span label{ width:100%;
margin:0;
padding:0;
display:inline-block;
 font-family: 'ralewayregular';
 color:#000000;
 font-size:18px;
 line-height:32px;
}

.get-in-touch span input{ width:575px;
	padding-top:5px;
	padding:0;
	display:inline-block;
	height:45px;
	border:none;
	background:#f3f4f5;
   font-family: 'ralewaysemibold';
   line-height:23px;
   font-size:15px;
   padding-left:5px;
   padding-right:5px;
}
.get-in-touch span textarea{ width:575px;
margin-top: 5px;
padding:0;
display:inline-block;
height:201px;
border:none;
background:#f3f4f5;
padding:5px;
font-size:15px;
resize:vertical;
font-family: 'ralewaysemibold';
}
.send-msg{ width:198px !important;
height:42px !important;
background:#242f3d !important;
color:#fff;
}


.side-left > a {
    display: inline-block;
    margin: 40px 0;
}

.port{ color:#000 !important;}

.request > font{padding:0;}
.request p{padding:0;}
.touch{padding:0;}
.request > font > p a{
	padding: 15px 26px;
	display: inline-block;
	color: #323d44;
	font-weight: 700;
	font-family: 'open_sansregular';
	font-size: 12px;
}
.request > font > p a img{padding-right:7px;}
.resources{
	width: 660px;
	margin: 0 auto;
	padding-top:26px;
}
.resources li{
	border-top: 1px solid #d7dadc; 
	padding: 20px 0 25px;
}
.resources li:first-child{border-top:none;}
.resources li h2{
	font-family: 'ralewaybold';
	font-size: 24px;
	color: #000;
}
.resources li p{
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	color: #818181;
	font-weight: 400;
	line-height: 1.8;
	padding: 10px 0 9px;
}
.resources li a{
	color: #f04623;
	font-size: 18px;
	font-family: 'ralewayregular';
	border-bottom: 1px solid #fff;
}
.resources li a:hover{border-bottom: 1px solid #f04623;}
.service p strong a,
.service p strong a:hover{ color:#000 !important;}
.tms-detail .request > font{margin-top:40px !important; padding-right: 10px;}
.tms-detail .request > font > p a{ padding:0;}
.tms-intro .include ul li{background-image:none;}
.tms-intro .request > font > p a{padding:15px 0;}
.tms-intro .request > font{padding-right:10px;}
.address-wrapper{padding-top: 80px;}
.address{float: left; width: 320px;}
.address > p, .address address{
	font-size:18px;
	color:#000;
	font-family: 'open_sansregular';
}
.address address{
	font-style:normal;
	border-top: 1px solid #d3d8dd;
	padding-top: 24px;
	margin-top: 25px;
	line-height:1.5;
}
.address > p a, .address > p a:hover{
	color:#f04723;
}
.experties, .quality{text-align:center;}
.testimonial.clients-home{padding-top:0;}
.testimonial.clients-home .testimonials-carousel-content p{line-height:1.5;}
.testimonial.clients-home .testimonials-carousel-content p strong{color: #000;}
.testimonial.clients-home .bx-pager.bx-default-pager{padding-bottom: 6px;}
.testimonial.clients-home .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item{margin:0;}
.testimonial.clients-home .bx-wrapper a.bx-pager-link.active,
.testimonial.clients-home .bx-wrapper a.bx-pager-link:hover{background: #090909 !important;}

.about-section a font:hover{
	color:#000;
}
.charities{
	margin-top: -40px;
}
.charities h2 a{
	font-size:25px;
	color:#f04723;
}
.charities h2 a:hover{
	color:#000;
}
.charities > font{color: #000000;
	display: inline-block;
	font-family: 'open_sansregular';
	font-size: 16px !important;
	font-weight: normal;
	margin: 0 !important;
	padding: 0 0 30px;
	line-height:32px;
	text-transform: capitalize;
	}

.charities > span {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.charities > span img {
  
    width: 100%;
}	

.charities .learnMore font a {
    background: none repeat scroll 0 0 #f04723;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'ralewaybold';
    font-size: 14px;
    margin: 24px 0;
    padding: 16px 43px;
    text-align: center;
    text-transform: uppercase;
}
.charities .learnMore font a:hover{ background:#ff6240;}

/* .newWrap{
	background: #000;
	height:520px;	
} */
.newWrap{
    width: 1150px !important;
    background: url(../images/zido-home-slide.png) no-repeat;
    height: 520px;
    float: left;
    background-size:cover;		
}
.new-newrap{
	background:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
	margin-top:-60px;
}


