@charset "utf-8";
/* CSS Document */

/*FONTS*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

body { 
    font-family: 'Open Sans';
	margin: 0px;
	padding: 0;
	background:#ffffff;
}
a {
	color:#fff;
}
.unstyle {
    list-style-type: none;
    margin: 0px;
	padding:0px;
}
.nopadding {
	padding:0px;
}
.active2 {
	border-top: 4px solid #964777 !important;
	background: #e8e8e8 no-repeat top center;
	margin: 0 auto;
	color:#964777 !important;
}
.line {
	width:150px;
	background:#964777;
	height:1px;
}
h5 {
	font-size:27px;
	color:#333333;
	text-transform:uppercase;
	font-weight:600;
	margin:0px 0 10px;
}
.content {
	padding:50px 0 0;
}
.main_content {
	padding:25px 0 0;
}
.t-left {
	text-align:left;
}
.t-right {
	text-align:right;
}
/**************************/
/*UPPER NAVIGATION*/
.top_head {
	border-bottom:1px solid #cccaca;
}
.upper-inner {
	margin:15px 0 0;
}
.left_con li {
	float:left;
	margin:0 25px 0 0;
}
.mail_function i {
	color:#964777;
	font-size:20px;
	padding:0 10px 0 0 ;
}
.social_function i {
	padding:0 10px 0 0 ;
	color:#964777;
	font-size:20px;
}
.social_con li  {
	margin:0 15px 0 0;
	float:left;
}
.get_fare {
	background: #964777;
	padding: 7px 15px;
	
	text-align: center;
	margin: -6px 0 0;
}
.get_fare i {
	color:#fff;
	font-size:10px;
	padding:0 15px 0 0 ;
}
.logo_con {
	padding:5px 0 10px;
	width:41%;
}
.logo_con img {
	width:auto;
	max-width:100%;
}
.navbar-brand {
}
/*NAVBAR*/
.navbar {
	margin: 0px 0 0;
	background:#fff;
	border:0px;
}
.navigation > li > a {
	padding:53px 18px;
	text-transform:uppercase;
	color:#333333 !important;
}


.navigation li a :hover {
	background:#964777;
}
/**************************/
/*BANNER*/
.banner {
	
}
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100%;
}

.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
	width:1170px !important;
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 55px;    
    font-weight: 700;
    margin: 0;
    padding: 0 0 10px 45px;
	text-align:left;
	width:100%;
	float:left;
}
.hero h3 {
    font-size: 25px;
    margin: 0;
    padding: 0 0 10px 45px;
	float:left;
	text-align:left;
	text-transform:none;
	width:30%;
}
.hero p {
    font-size: 20px;
	margin: 0;
	padding: 0 0 10px 45px;
	float: left;
	text-align: left;
	text-transform: none;
	width: 52%;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
/*.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .7;
}*/

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-2 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-3 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 img  {
	width:auto;
	max-width:100%;
}
.fade-carousel .slides .slide-2 img {
	width:auto;
	max-width:100%;
}
.fade-carousel .slides .slide-3 img {
	width:auto;
	max-width:100%;
}
.carousel-control.right, .carousel-control.left { 
	background:none !important;
}
/********************************/
/*          Media Queries       */
/********************************/
/*@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}*/
.my_arrow .my_left {
	top:45%;
}
.banner_btn1 {
	background:#964777;
	padding:10px 15px;
	border-radius: 2px;
	text-align:center;
	text-transform:uppercase;
	border:0 none;
	font-weight: 600;
	margin: 0 25px 0 0;
	text-shadow: 1px 1px 1px #000;
}
.banner_btn2 {
	background:#7e7e7e;
	padding:10px 15px;
	border-radius: 2px;
	text-align:center;
	text-transform:uppercase;
	border:0 none;
	font-weight: 600;
	margin: 0 25px 0 0;
	text-shadow: 1px 1px 1px #000;
}
.button_container {
	width: 50%;
	float: none;
	display: block;
	margin: 0px;
	padding: 0 0 0 45px;
	
}
/**************************/
/*ABOUT US*/
.about_us {
	margin:0px 0 0;
}

.about_left {
	float:left;
	width:9%;
	padding: 0 0 0 15px;
}
.about_left_img_con {
	width:40px;
	height:33px;
}
.about_left_img_con img {
	width:auto;
	max-width:100%;
}
.about_right {
	width:92%;
	float:right;
}
.about_right p {
	font-size: 18px;
	color: #757575;
	margin: 10px 0px 0 20px;
	width:100%;
}
.car_con img {
	width:auto;
	max-width:100%;
}
.car_con {
	margin:-55px 0 0 ;
	padding: 0 0 0 10px;
}
.about_button {
	margin:20px 70px;
}
/**************************/
/*OUR SERVICES*/
.service_container {
	background: #f3f3f3;
padding: 0 0 50px;
}
.service_content {
	border: 1px solid #BBB;
overflow: hidden;
background: #fff;
}
.service_img {
    
}
.service_imgcon img {
	width:auto;
	max-width:100%;
	
}
.service_heading {
	padding:20px 15px 10px;
}
.service_heading h3 {
	color:#050505;
	font-size:18px;
	line-height:24px;
	margin: 0px;
	padding: 0px;
	font-weight: 700;
}
.service_subheading {
	padding:0px 15px 10px;
}
.service_subheading h4 {
	color: #964777 !important;
	font-size: 21px;
	line-height: 27px;
	margin: 0px;
	padding: 15px 0 0;
	font-weight: 600;
	text-transform: uppercase;
}
.service_para {
	padding:0 15px;
}
.service_para p {
	font-size:15px;
	color:#757575;
}
.service_button {
	margin:5px 15px 20px;
}
/**************************/
/*CLIENTS AND NEWS*/
/*CLIENTS*/
.clients_newscontainer {
	margin:0 0 50px;
}
.testimonial-content {
    position: relative;
    padding: 45px 15px 40px 55px;
    margin: 0 0 40px 30px;
	background: #eee;
	
}
.owl-item {
	width:555px;
}
.testimonial-content span {
    background: #964777;
}
.testimonial-content span::before, .testimonial-content span::after {

}
.testimonial-content::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -25px;
    right: 4px;
    width: 0;
    height: 0;
    border-top: 25px solid;
    border-right: 58px solid transparent;
	color:#e3e0e0;
}
.testimonial-content span {
    display: table-cell;
    text-align: center;
    padding-top: 16px;
    width: 70px;
    height: 47px;
    position: absolute;
    left: -29px;
    top: 45px;
	
}
.testimonial-content span i {
	color:#fff;
	font-size: 30px;
	margin: -6px 0 0;
}
.testimonial-content p {
	color:#8e8e8e;
	font-size:16px;
	font-weight:400;
}
.testimonial-author h4 {
	color:#000;
	font-weight:600;
}
/*NEWS*/
/* Left Navigation
-----------------------------------------------*/
.mainNav {
	width: 100%;
}
			/* First Level */
.mainNav ul {
	margin: 0;
	padding: 0px !important;
	list-style: none;
}
.mainNav ul li {
}
.mainNav ul li a {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 21px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	background: #964777;
}
/*.mainNav ul li a:hover {
	background: #333;
	text-decoration: none;
}
				/* Second Level */
.mainNav ul ul {
	border-bottom: none;
	padding:0px;
}
.mainNav ul ul li {
	border-top: 1px dashed #FFF;
	background:#fff;
}
.mainNav ul ul li a {
	color: #070707;
	display: block;
	font-size: 15px;
	line-height: normal;
	padding: 12px 20px;
	background: #6c90bc;
}
.mainNav ul ul li a:hover {
	background: #333;
	color: #fff;
}
/* Third Level */
.mainNav ul ul ul {
}
.mainNav ul ul ul li {
	border:none;
}
.mainNav ul ul ul li a {
	padding-left:3.5em; 
	padding-top:0.25em; 
	padding-bottom:0.25em;
}
.mainNav ul ul li:first-child {
	border-top: 0px dashed #none;
}

/* Accordion Button */
ul li.has-subnav .accordion-btn {
	color: #fff;
	background: #964777;
	font-size: 16px;
	margin: 0;
	height: 41px !important;
	line-height: 45px !important;
	border-radius: 0px;
	
}
ul li.has-subnav .accordion-btn i {
	text-align: center;
	padding: 5px 7px;
	border: 1px solid #fff;
	margin: 7px;
}
.accordion-nav ul li {
	margin:0 0 20px;
}
.accordion-nav p {
    font-size: 14px;
    color: rgb(151, 151, 151);
}
/**************************/
/*FOOTER*/
.footer_content {
	padding:15px 0;
}
footer {
	background:#323232;
	color:#d0d0d0;
}
footer p {
	margin:0px;
}

/* ABOUT US */
.about_main {
	background:url(../images/bg-cover-about.jpg) no-repeat center;
	height: 330px;
	text-align:center;
	color:#fff;
}
.about-text {
	padding:30px 0 0 0;
}
.about-bottom {
	margin:80px 0 40px 0;
}
.bottom-para {
	text-align:center;
	color:#000;
}
.bottom-para p {
	font-size:24px;
	margin:0 0 35px 0;
}
.my-center {
	width:150px;
	margin:0px auto 70px;
}
.left-car img {
	width:auto;
	max-width:100%;
}
.right-car h3 {
	margin:0px 0 10px;
	font-weight:600;
	text-transform:uppercase;
	font-size:27px;
	color:#333;
}
.right-car p {
	margin:20px 0 0;
	color: #6D6D6D;
line-height: 1.5em;
padding: 0 0 15px;
font-size: 14px;
letter-spacing: 1px;
}
.service-content ul {
    padding-bottom: 5px;
}
.service-content ul li {
    display: block;
}
.service-content ul li span {
    width: 5%;
    float: left;
    font-size: 3em;
    color: #5B6A7F;
    font-family: 'permianslabseriftypefaceRg';
}
.service-content ul li p {
    float: right;
    width: 94.5%;
    display: block;
    font-size: 16px;
    color: #ACB4BE;
    padding: 2px 0px 5px 0px;
    line-height: 23px;
	font-family: 'Open Sans', sans-serif;
}
.service-content ul li p a {
    font-size: 19px;
    color: #5B6A7F;
    display: block;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	line-height:28px;
}
.about-bottom2 {
	background:#f0f0f0;
	padding:30px 0 0;
}
.certificate {
	background:#fff;
}
.nostyle{
	list-style: none;
}
.certificate ul {
	padding:0 0 30px;
} 
.cer-img img {
	width:auto;
	max-width:100%;
	border:1px solid #efefef;
}
.certificate h5 {
	text-align:center;
	padding:30px 0;
}
.slide_my ul li {
	width: 20%;
	float: left;
	margin: 0 15px 15px 0;
}
/* NEWS */
.news-img {
	background:url(../images/bg-cover-blog.jpg) no-repeat center;
}
.news-bottom {
	padding:60px 0 ;
}
.news-img img {
	width:auto;
	max-width:100%;
}
.news-main h4 {
	color:#964777;
	font-size:18px;
	text-transform:uppercase;
	line-height:28px;
	font-weight:600;
}
.news-main {
	margin:0 0 30px;
}

/* CONTACT */
.contact-img {
	background:url(../images/bg-cover-contact.jpg) no-repeat center;
	height:300px;
}
.contact-bottom {
	background: #fafafa;
padding: 50px 0;
}
.contact-left h3  {
    text-transform: uppercase;
    font-size: 30px;
    color: #000000;
    text-align: left;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-style: normal;
}
.contact-left p {
	color:#7d7d7d;
}
.contact-info h5 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 19px;
	margin: 20px 0 5px;
}
.contact-info h6 {
	font-size:15px;
	color:#666;
	margin: 0 0 8px 0;
}
.contact-info p {
	float:left;
	padding: 0 20px 0 0;
}
.contact-info p img {
	width:auto;
	max-width:100%;
}
.contact-right h3  {
    text-transform: uppercase;
    font-size: 30px;
    color: #000000;
    text-align: left;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-style: normal;
}
.contact-right .inform input {
    background: #fff;
    border-radius: 0px;
    color: #515a63;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    padding: 9px 5px;
    text-align: left;
    width: 92%;
    margin: 5px 6px;
    border: 1px solid #c4c4c4;
}
.contact-right .inform textarea {
    background: #fff;
    border-radius: 0px;
    color: #515a63;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    padding: 9px 5px;
    text-align: left;
    width: 92%;
    margin: 5px 6px;
    border: 1px solid #c4c4c4;
}
ul .my-list li {
	font-size: 16px;
	color: #888888;
	padding: 0 0 5px 0;
}
ul .my-list {list-style-type: square;}

/* SERVICE */
.service-bg {
    background: url(../images/service-bg.jpg) no-repeat center;
}
.services-bottom {
	padding: 50px 0 0;
	height: 500px;
}
.ser-line {
	border: 1px solid #f0f0f0;
	height: 250px;
	margin: 0 0 40px;
}
.services-bottom h4 {
    text-transform: uppercase;
    color: #373c40;
    text-align: center;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-style: normal;
	font-size:22px;
	padding:30px 0;
}
.service-img {
	width:40px;
	height:40px;
	margin:0px auto 20px;
}
.service-img img {
	width:auto;
	max-width:100%;
}
.service-content h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 19px;
	color:#964777;
	text-align:center;
}
.service-content {
	padding: 15px 0 0;
}
.servixe-button {
	background: #964777;
	padding: 10px 15px;
	border-radius: 2px;
	text-align: center;
	text-transform: uppercase;
	border: 0 none;
	font-weight: 600;
	text-shadow: 1px 1px 1px #000;
	display: block;
	margin: 20px auto 40px;
	width: 112px;
}
/* TRANSPOPRT*/
.transport-bg {
    background: url(../images/transport.jpg) no-repeat center;
}
.transport-bottom h4 {
	text-transform: uppercase;
	color: #373c40;
	text-align: center;
	font-family: Roboto Condensed;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	padding: 30px 0;
}
.transport-bottom h6 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 19px;
	color: #964777;
	text-align: left;
}
.transport-bottom p {
	color: #6D6D6D;
	line-height: 1.5em;
	padding: 0 0 5px;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: justify;
}
.transport-bottom p span {
	color:#666;
	font-size:16px;
	padding:0 5px 0;
}
.packers-bg {
    background: url(../images/slide.jpg) no-repeat center;
}
.warehousing-bg {
	background: url(../images/warehousing-slider-1.jpg) no-repeat center;
}
.clear-bg {
	background: url(../images/Clearing-Forwarding.jpg) no-repeat bottom center;
}
/* CAREER */
.job-field h3 {
    width: 100%;
    left: 0;
    top: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0;
    font-size: 22px;
    color: #fff;
    background: #964777;
    margin: 0 0 16px;
}
.job_form h3 {
    width: 100%;
    left: 0;
    top: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0;
    font-size: 22px;
    color: #fff;
    background: #0000FE;
    margin: 0 0 16px;
}
.job_form {
    border: 4px solid #0000FE;
    position: relative;
    border-radius: 5px;
	margin: 50px 0;
}
.job-field ul li {
	padding:5px;
}
.travel_form {
    border: 4px solid #0000FE;
    position: relative;
    border-radius: 5px;
}
.travel_form {
    width: 48%;
    float: right;
	margin: 50px 0;
}

.job-field  textarea {
    background: #fff;
    border-radius: 0px;
    color: #515a63;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    padding: 9px 5px;
    text-align: left;
    width: 57%;
    float: right;
    margin: 0px 6px 5px;
    border: 1px solid #c4c4c4;
}
input.naform_4 {
    background: #fff;
    border-radius: 0px;
    color: #515a63;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    padding: 9px 5px;
    text-align: left;
    width: 57%;
    float: right;
    margin: 0px 6px 5px;
    border: 1px solid #c4c4c4;
}
.job-form{
    border: 4px solid #964777;
    position: relative;
    border-radius: 5px;
	margin: 0 0 40px;
}
.job-field ul {
	list-style-type: none;
	margin: 0;
	padding: 0 15px;
}
.feedback2 {
    margin-left: 39%;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #964777;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 17px;
    margin-bottom: 10px;
}
/*CLIENTS*/
figure a img {
	width: 285px;
	max-width:100%;
	height:240px;
	border:1px solid #333;
}
figure {
	margin:0 0 30px;
}
.clients {
	border-top:1px solid #E8E8E8;
}
/* GET A QUOTE */
.txtbox, .txtarea {
    padding: 8px;
    width: 250px;
    margin: 10px;
    border: solid 1px #D2D2D2;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
}
.left .content {
    color: #515151;
}
.txtbox , .txtarea	{ padding:8px; width:250px; margin:10px; border:solid 1px #D2D2D2 ; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;}
.txtarea{  height:150px;}
.btn{ background:#964777; cursor:pointer; color:#FFF; text-transform:uppercase; padding:8px 15px; border:none; margin:10px;text-decoration:none;}
.btn:hover{ background:#333;}
.get-quote a {
	background: #964777;
	padding: 10px 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}
.my-p {
	color: #6D6D6D;
	line-height: 1.5em;
	padding: 0px 5px 5px;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0;
}
.my-p span {
	color: #666;
font-size: 16px;
padding: 0 5px 0;
}
.transport-bottom {
	padding: 0 0 55px;
}
.description h4 {
	font-size: 16px;
	padding: 0 0 15px 18px;
}
.address {
	width: 40%;
	float: left;
	text-align: left;
	padding: 0 6px 0 19px;
}
.phone-number {
	width: 50%;
	padding: 0 9px 0 0;
	float: right;
}
.description {
	padding:0 0 10px;
}