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

* {
	padding: 0;
	margin: 0;
}
.slider-main {
	padding: 0;
}
.home-header-main {
	padding: 0px;
/*
	background: url(../images/home-header-bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
	max-height: 695px;
*/
}
.home-header-main::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	display: flex;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.menu-main {
/*
	padding: 0;
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
	left: 0;
	top: 0;
*/
}
.home-menu-main {
	padding: 0;
	background:rgba(0, 0, 0, 0.40) none repeat scroll 0 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width:100%;
}
.menu-main .navbar {
	border-radius: 0px;
	border-bottom: none;
	background: transparent;
	min-height: auto;
	margin: 0;
}
.menu-main .navbar-brand {
	height: auto;
}
.menu-main .navbar-nav {
    font-family: calibri;
    margin-bottom: 40px;
    /*margin-right: 10%;*/
    margin-top: 40px;
}
.menu-main .navbar-nav li a , .menu-main .navbar-nav li a:focus {
	font-size: 18px;
	color: #fff;
	font-weight:600;
	text-transform:uppercase;
}
.menu-main .navbar-nav li.active a {
    background: #fff none repeat scroll 0 0;
    color: #333;
    margin-top: 5px;
    padding: 10px 15px;
}
.menu-main .navbar-nav li a:hover {
	background: #fff none repeat scroll 0 0;
    color: #333;
    margin-top: 5px;
    padding: 10px 15px;
}
.menu-main .navbar li ul.dropdown-menu {
	padding:0px;
	border-top:none;
	border-radius:0px;
	left: 0;
	width: 210px;
	}

.menu-main .navbar li ul.dropdown-menu li {
	border-bottom:1px solid #EFEFEF;
	}

.menu-main .navbar li ul.dropdown-menu li:last-child {
	border: none;
}
	
.menu-main .navbar li ul.dropdown-menu li a , .menu-main .navbar li ul.dropdown-menu li a:focus {
	border-left:3px solid transparent;
	border-top:none;
	padding:7px 15px;
	margin:0px;
	color:#9d9d9d;
	}	
	
.menu-main .navbar li ul.dropdown-menu li a:hover , .menu-main .navbar li ul.dropdown-menu li.active a {
	border-top:none;
	border-left:3px solid #EC1C24;
	color:#065CA9;
	}	

.home-header-msg {
	top: 235px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
/*
.home-header-msg-inner {
	padding: 30px;
	background: rgba(0, 0, 0, 0.8);
}
*/
.home-header-msg h4 {
	display: table;
	margin: auto;
	color: #065CA9;
	text-align: center;
	padding: 10px;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	position: relative;
}
.home-header-msg h4::before {
	width: 135px;
	height: 1px;
	content: '';
	position: absolute;
	left: -145px;
	top: 50%;
	background: #065CA9;
}
.home-header-msg h4::after {
	width: 135px;
	height: 1px;
	content: '';
	position: absolute;
	right: -145px;
	top: 50%;
	background: #065CA9;
}
.home-header-msg h2 {
	color: #ffffff;
    font-family: "Titillium Web",sans-serif;
    font-size: 57px;
    font-weight: 500;
    text-align: center;
	text-shadow: 2px 2px 2px #000000;
}
.home-slider-img {
	margin-top: 30px;
}
.track-shipment-main {
	margin: 25px 0 50px;
}
.track-shipment-box {
	background: url(../images/track-courier-bg.png) no-repeat;
	position: relative;
	padding: 60px 15px;
	background-position: center center;
}
.track-shipment-box::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 95px;
	width: 41%;
	height: 1px;
	background: #ec1c24;
}
.track-shipment-box h3 {
	font-family: "Titillium Web",sans-serif;
	color: #000000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 30px;
}
.track-shipment-box h3 i {
	margin-right: 5px;
	color: #065ca9;
	font-size: 32px;
	vertical-align: middle;
	line-height: inherit;
}
.track-shipment-box h4 {
	color: #666666;
	font-family: "Titillium Web",sans-serif;
	font-weight: 400;
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 15px;
}
.track-shipment-box p {
	color: #000000;
	font-family: "Titillium Web",sans-serif;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 15px;
}
.track-shipment-box p span {
	font-weight: bold;
	color: #065ca9;
}
.track-shipment-box .form-control {
	border-color: #e2e1e1;
	box-shadow: none;
	border-radius: 0px;
	font-family: "Titillium Web",sans-serif;
	margin: 30px 0;
	height: auto;
	padding: 10px 15px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.track-shipment-box .form-control:focus {
	border-color: #065ca9;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.track-shipment-btn {
	border-radius: 50px;
	background: #065ca9;
	color: #FFFFFF;
	border: none;
	font-family: "Titillium Web",sans-serif;
	padding: 8px 45px;
	font-size: 16px;
	font-weight: 600;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.track-shipment-btn:hover {
	background: #024077;
	color: #FFFFFF;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.track-shipment-img-box img {
	margin-top: 60px;
}
.about-scroll-main {
	background: url(../images/about-bg.jpg) no-repeat fixed;
	background-size: cover;
	background-position: center center;
}
.home-about-box {
	padding: 50px 0px 70px 0px;
}
.home-about-box h2 {
	font-family: "Titillium Web",sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 26px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(102, 102, 102, 0.5);
	position: relative;
	margin-bottom: 20px;
	margin-top: 0;
}
.home-about-box h2::before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -1px;
	width: 50px;
	height: 1px;
	background: #ec1c24;
}
.home-about-box p {
	color: #fff;
	font-family: "Titillium Web",sans-serif;
	font-size: 15px;
	margin-bottom: 15px;
}
.read-more-btn {
	border-radius: 50px;
	background: #065ca9;
	color: #FFFFFF;
	border: none;
	font-family: "Titillium Web",sans-serif;
	padding: 10px 35px;
	font-size: 15px;
	font-weight: 600;
	margin-top: 15px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.read-more-btn:hover {
	background: #024077;
	color: #FFFFFF;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.service-scroll-main {
	padding: 70px 15px;
}
.service-scroll-head h4 {
    color: #ec1c24;
    display: table;
    font-family: "Lato",sans-serif;
    font-style: italic;
    font-weight: 600;
    margin: auto;
    padding: 10px;
	font-size: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.service-scroll-head h4::before {
    background: #ec1c24 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -100px;
    position: absolute;
    top: 50%;
    width: 100px;
}
.service-scroll-head h4::after {
    background: #ec1c24 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: -100px;
    top: 50%;
    width: 100px;
}
.service-scroll-head h2 {
    color: #000000;
    font-family: "Titillium Web",sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}
.service-scroll-head p {
	color: #666666;
	font-family: "Titillium Web",sans-serif;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.home-service-box {
	margin-top: 30px;
}
.home-service-box h3 {
	font-family: "Titillium Web",sans-serif;
	color: #000000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0eded;
	position: relative;
	margin-bottom: 20px;
	padding-left: 30px;
}
.home-service-box h3::before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -1px;
	width: 50px;
	height: 1px;
	background: #ec1c24;
}
.home-service-box h3::after {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 25px;
	height: 25px;
	height: 1px;
	color: #065ca9;
}
.home-service-box:first-child h3::after {
	content: '01.'
}
.home-service-box:nth-child(2) h3::after {
	content: '02.';
}
.home-service-box:nth-child(3) h3::after {
	content: '03.';
}
.home-service-box p {
	color: #666666;
	font-family: "Titillium Web",sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin: 15px 0;
	text-align: justify;
}
.home-service-box a {
	padding-right: 25px;
	text-transform: capitalize;
	font-family: "Titillium Web",sans-serif;
	font-weight: 600;
	color: #000000;
	position: relative;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.home-service-box a:after {
	position: absolute;
	width: 22px;
	height: 22px;
	font-size: 22px;
	top: 0px;
	right: 0px;
	text-align: left;
	line-height: 18px;
	content: '»';
	color: #ec1c24;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.home-service-box a:hover {
	text-decoration: none;
	color: #ec1c24;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.home-service-box a:hover:after {
	position: absolute;
	width: 22px;
	height: 22px;
	font-size: 22px;
	top: 0px;
	right: -3px;
	text-align: left;
	line-height: 18px;
	content: '»';
	color: #000000;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.benefits-scroll-main {
	padding: 70px 15px 0 15px;
	background: url(../images/benefits-bg.jpg) no-repeat fixed;
	background-position: center top;
	background-size: cover;
}
.benefits-scroll-head h4 {
    color: #ec1c24;
    display: table;
    font-family: "Lato",sans-serif;
    font-style: italic;
    font-weight: 600;
    margin: auto;
    padding: 10px;
	font-size: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.benefits-scroll-head h4::before {
    background: #ec1c24 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -100px;
    position: absolute;
    top: 50%;
    width: 100px;
}
.benefits-scroll-head h4::after {
    background: #ec1c24 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: -100px;
    top: 50%;
    width: 100px;
}
.benefits-scroll-head h2 {
    color: #FFFFFF;
    font-family: "Titillium Web",sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
	text-transform: uppercase;
	margin: 15px 0;
}
.benefits-scroll-head p {
	color: #878787;
	font-family: "Titillium Web",sans-serif;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.benefits-main {
	padding: 70px 15px 0 15px;
}
.benefits-box {
	padding: 0px 30px 0px 15px;
	margin: 20px 0px;
}
.benefits-icon-main {
	padding-left: 0px;
}
.benefits-icon-box {
	height: 80px;
	border-radius: 100%;
	border: 2px solid #065ca9;
	text-align: center;
	color: #FFFFFF;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.benefits-icon-box h3 {
	margin: 0px;
	line-height: 78px;
	font-size: 30px;
}
.benefits-box:hover .benefits-icon-box {
	background: #065ca9;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.benefits-msg-main {
	padding-right: 0px;
}
.benefits-msg-main h3 {
	margin-top: 0px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: "Titillium Web",sans-serif;
	font-weight: 600;
	font-size: 20px;
}
.benefits-msg-main p {
	color: #878787;
	font-family: "Titillium Web",sans-serif;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 15px;
}
.testimonial-scroll-main {
	padding: 70px 15px;
}
.testimonial-scroll-head {
	margin-bottom: 30px;
}
.testimonial-scroll-head h4 {
    color: #ec1c24;
    display: table;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    margin: auto;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.testimonial-scroll-head h4::before {
    background: #ec1c24 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -100px;
    position: absolute;
    top: 50%;
    width: 100px;
}
.testimonial-scroll-head h4::after {
    background: #ec1c24 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: -100px;
    top: 50%;
    width: 100px;
}
.testimonial-scroll-head h2 {
    color: #000000;
    font-family: "Titillium Web",sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
.testimonial-scroll-head p {
    color: #666666;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
}
.testimonial-main .carousel-indicators {
	margin: 50px auto 0 auto;
	bottom: inherit;
	position: relative;
	left: inherit;
}
.testimonial-main .carousel-indicators li {
    background-color: #f0f0f0;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 13px;
    margin: 1px;
    text-indent: -999px;
    width: 13px;
}
.testimonial-main .carousel-indicators .active {
    background-color: #ec1c24;
    height: 13px;
    width: 13px;
}
.testimonial-img-box {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	margin: auto auto 30px auto;
	position: relative;
}
.testimonial-img-box img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.testimonial-img-box::before {
	content: '“';
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #065BA7;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: -19px;
	z-index: 1;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 45px;
	line-height: 1.2;
	border: 4px solid #FFFFFF;
}
.testimonial-msg-box p {
	font-style: italic;
	color: #666666;
	font-family: "Titillium Web",sans-serif;
	text-align: center;
	font-size: 15px;
}
.testimonial-msg-box span {
	color: #666666;
	font-family: "Titillium Web",sans-serif;
	text-align: center;
	font-size: 15px;
	display: block;
}
.testimonial-msg-box span strong {
	color: #000000;
}
.get-in-touch-scroll-main {
	padding: 0px 15px;
	background: url(../images/get-in-touch-bg.jpg) no-repeat fixed;
	background-position: center bottom;
	background-size: cover;
	position: relative;
}
.get-in-touch-scroll-main::before {
	position: absolute;
	content: '';
	width: 225px;
	height: 455px;
	left: 0px;
	bottom: 0px;
	background: url(../images/get-in-touch.png) no-repeat;
	background-size: 100%;
}
.get-in-touch-box {
    padding: 85px 50px 85px 15px;
}
.get-in-touch-box h2 {
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
    color: #ffffff;
    font-family: "Titillium Web",sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
	margin-top: 0;
}
.get-in-touch-box h2::before {
    background: #ec1c24 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}
.get-in-touch-box .row .col-lg-6:nth-child(odd) {
	padding-right: 7.5px;
}
.get-in-touch-box .row .col-lg-6:nth-child(even) {
	padding-left: 7.5px;
}
.get-in-touch-box .form-control {
    border-color: rgba(51, 51, 51, 0.5);
    border-radius: 0;
    box-shadow: none;
    font-family: "Titillium Web",sans-serif;
    height: auto;
    padding: 10px 15px;
	background: rgba(0, 0, 0, 0.2);
	resize: none;
	color: #929292;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.get-in-touch-box .form-control:focus {
	border: 1px solid #065ca9;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.get-in-touch-box .read-more-btn {
	margin-top: 0px;
}
.map-box {
    height: 300px;
    margin-top: 100px;
}
.abt-img img {
    margin-top: 55px;
}
.partner-scroll-main {
	padding: 70px 15px;
}
.partner-scroll-main h2 {
    border-bottom: 1px solid #f0eded;
    color: #000000;
    font-family: "Titillium Web",sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 60px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.partner-scroll-main h2::before {
    background: #ec1c24 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}
.partner-logo {
	padding: 0px;
	border: 1px solid #f0eded;
	border-right: none;
}
.partner-logo:last-child {
	border: 1px solid #f0eded;
}
.partner-scroll-main .carousel-control {
    color: #fff;
    font-size: 20px;
    height: 35px;
    left: auto;
    margin: -1.5% 0;
    opacity: 1;
    padding: 4.3px 5px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: -100px;
    width: 35px;
	border-radius: 100%;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.partner-scroll-main .carousel-control .glyphicon {
	margin: 0px;
	left: 0px;
	top: 0px;
	line-height: 34px;
	font-size: 18px;
	width: 100%;
	height: 100%;
}
.partner-scroll-main .carousel-control.left, .partner-scroll-main .carousel-control.right {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #666666;
    text-shadow: none;
}
.partner-scroll-main .carousel-control.left {
    background-image: none;
    background-repeat: repeat-x;
    left: auto;
    right: 60px;
}
.partner-scroll-main .carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
    right: 15px;
}
.partner-scroll-main .carousel-control:hover {
    background: #065ca9 none repeat scroll 0 0;
    border: 1px solid #065ca9;
    color: #ffffff;
    opacity: 1;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.footer-main {
    background: url(../images/footer-bg.png);
    padding: 80px 15px;
    position: relative;
}
.footer-main::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.95);
}
.footer-track-courier h4 {
	color: #ec1c24;
	font-family: "Titillium Web",sans-serif;
}
.footer-track-courier h3 {
	border-bottom: 1px solid rgba(51, 51, 51, 0.5);
    color: #ffffff;
    font-family: "Titillium Web",sans-serif;
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.footer-track-courier h3::before {
    background: #065ca9 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}
.footer-track-courier p {
	text-transform: uppercase;
	font-family: "Titillium Web",sans-serif;
	color: #666666;
	font-size: 16px;
	margin-bottom: 15px;
}
.footer-track-courier .form-control {
    border-color: rgba(51, 51, 51, 0.5);
    border-radius: 0;
    box-shadow: none;
    font-family: "Titillium Web",sans-serif;
    height: auto;
    padding: 10px 15px;
	background: rgba(0, 0, 0, 0.2);
	resize: none;
	color: #929292;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.footer-track-courier .form-control:focus {
	border: 1px solid #065ca9;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.footer-track-courier .read-more-btn {
	margin: 0px;
}
.footer-track-courier .input-group-btn {
    vertical-align: top;
    white-space: nowrap;
    width: 1%;
}
.footer-track-courier ul.footer-social {
	list-style: none;
	margin: 30px 0 0 0;
}
.footer-track-courier ul.footer-social li {
	display: inline-block;
	margin-right: 5px;
	width: 45px;
	height: 45px;
	background: #141414;
	border-radius: 100%;
	border: 1px solid rgba(51, 51, 51, 0.5);
	overflow: hidden;
}
.footer-track-courier ul.footer-social li a {
	text-align: center;
	line-height: 45px;
	display: block;
	font-size: 16px;
	color: #666666;
}
.footer-track-courier ul.footer-social li:hover {
	border-color: #065ca9;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.footer-track-courier ul.footer-social li a:hover {
	color: #ffffff;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.footer-list h3 {
	border-bottom: 1px solid rgba(51, 51, 51, 0.5);
    color: #ffffff;
    font-family: "Titillium Web",sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.footer-list h3::before {
    background: #065ca9 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}
.footer-list ul {
	list-style: none;
	margin: 0;
}
.footer-list ul li {
    margin: 15px 0;
}
.footer-list ul li a {
    color: #666666;
    display: block;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    padding-left: 20px;
    position: relative;
}
.footer-list ul li a::before {
    content: "»";
    left: 0;
    position: absolute;
    top: -3px;
}
.footer-list ul li a:hover {
    color: #ec1c24;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.footer-reach-us-box h3 {
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
    color: #ffffff;
    font-family: "Titillium Web",sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.footer-reach-us-box h3::before {
    background: #065ca9 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}
.footer-reach-us-box li {
    color: #666666;
    display: flex;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    margin: 15px 0;
}
.footer-reach-us-box li div.icon-box {
    color: #4a4a4a;
    font-size: 20px;
    padding: 0;
    text-align: center;
    width: 20px;
}
.footer-reach-us-box li div.icon-box .fa-envelope {
    font-size: 15px;
}
.footer-reach-us-box li div.value-box {
    padding-right: 0;
}
.footer-bottom {
    background: #0B0B0B;
    padding: 30px 15px;
	text-align: center;
}
.footer-bottom p {
    color: #666666;
    font-family: "Titillium Web",sans-serif;
    font-size: 16px;
    margin: 0;
}
.footer-bottom p span {
    color: #ec1c24;
}
.footer-bottom p a {
    color: #ec1c24;
    text-decoration: none;
}

/**********************  About Us ***********************/

.about-header-main {
	padding: 0px 15px 100px 15px;
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	background-position: center center; 
	position: relative;
	max-height: 310px;
}
.about-header-main::before {
	background: rgba(0, 0, 0, 0.85);
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	display: flex;
	width: 100%;
	height: 100%;
}
.banner-inner {
    opacity: 1;
    padding: 33px 15px;
    text-align: center;
}
.banner-inner h1 {
    color: #FFFFFF;
    font-family: "Titillium Web",sans-serif;
    font-size: 40px;
    letter-spacing: 2px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
	margin-top: 12px;
}
.banner-inner h1::before {
    background: #065ca9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 60px;
}
.banner-navi a {
    color: #EC1C24;
    font-family: "Titillium Web",sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.3px;
}
.banner-navi span {
    color: #9d9d9d;
    padding: 0 15px;
}
.banner-navi a:last-child {
    color: #9d9d9d;
}
.banner-navi a:hover {
    text-decoration: none;
}
.about-container {
    background: #ffffff none repeat scroll 0 0;
    padding: 70px 15px;
}
.about-container h2 {
    border-bottom: 1px solid #f0eded;
    color: #000000;
    font-family: "Titillium Web",sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.about-container h2::before {
    background: #ec1c24 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}
.about-container h3 {
    color: #000000;
    font-family: "Titillium Web",sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.about-container p {
    color: #666666;
    font-family: "Titillium Web",sans-serif;
    font-size: 16px;
    text-align: justify;
}
.about-container ul {
    margin: 15px 0 0 20px;
}
.about-container ul li {
    color: #666666;
    font-family: "Titillium Web",sans-serif;
    font-size: 16px;
    margin: 10px 0;
    text-align: justify;
}

/************************ Service *****************************/

.service-container {
    background: #ffffff none repeat scroll 0 0;
    padding: 70px 15px;
}
.service-container h2 {
    border-bottom: 1px solid #f0eded;
    color: #000000;
    font-family: "Titillium Web",sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.service-container h2::before {
    background: #ec1c24 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}
.service-container h3 {
    color: #000000;
    font-family: "Titillium Web",sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.service-container p {
    color: #666666;
    font-family: "Titillium Web",sans-serif;
    font-size: 16px;
    text-align: justify;
}
.service-container ul {
    margin: 15px 0 0 20px;
}
.service-container ul li {
    color: #666666;
    font-family: "Titillium Web",sans-serif;
    font-size: 16px;
    margin: 10px 0;
    text-align: justify;
}

/************************ Contact Us *****************************/


.contact-container {
    background: #ffffff none repeat scroll 0 0;
    padding: 70px 15px;
}
.contact-container h2 {
    border-bottom: 1px solid #f0eded;
    color: #000000;
    font-family: "Titillium Web",sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.contact-container h2::before {
    background: #ec1c24 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}
.contact-left {
    box-shadow: 0 1px 10px rgba(51, 51, 51, 0.2);
    padding: 15px;
}
.contact-left h3 {
    color: #152639;
    font-family: "Titillium Web",sans-serif;
    margin: 0 0 15px;
}
.contact-left ul {
    list-style: outside none none;
    margin: 0 0 30px;
}
.contact-left ul li {
    border-bottom: 1px dashed #ccc;
    color: #666666;
    display: flex;
    font-family: "Titillium Web",sans-serif;
    font-size: 16px;
    padding: 15px 0;
    text-align: justify;
}
.contact-left ul li i {
    text-align: center;
}
.contact-form-main {
    border: 1px solid #e5e5e5;
    padding: 15px;
}
.contact-left .form-control {
    border-radius: 0;
    font-family: "Titillium Web",sans-serif;
    height: auto;
    padding: 9px 12px;
}
.contact-left .form-control:focus {
	border: 1px solid #065ca9;
	box-shadow: none;
}
.contact-left .read-more-btn {
	margin-top: 0px;
	padding: 9px 32px;
}
.contact-right {
    box-shadow: 0 1px 10px rgba(51, 51, 51, 0.2);
    height: 710px;
    padding: 15px;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 5px 10px;
}
.navbar-brand > img {
    display: block;
    height: 135px;
    /*margin-left: 50%;*/
}
.inner-banner {
	padding:0;
	}
.inner-abt {
	padding:50px 0;
	}
.inner-abt p {
	color: #747474;
    font-family: "Titillium Web",sans-serif;
    font-size: 15px;
    margin-bottom: 15px;
	text-align:justify;
	}
.inner-abt h2 {
	order-bottom: 1px solid rgba(102, 102, 102, 0.5);
    color: #000;
    font-family: "Titillium Web",sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
	}

.inner-abt h2::before {
    background: #ec1c24 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}
.carousel-control {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 15%;
    z-index: 2147483647;
}

/***************Media******************/

@media screen and (min-width: 1199px) and (max-width: 1366px){
    .banner-inner h1 {
		font-size:28px;
		margin-top:0px;
	}
    
}
@media screen and (min-width: 992px) and (max-width: 1198px){
	.navbar-brand > img {
		height:110px;
	}
	.map-box {
		margin-top:135px;
	}
	.banner-inner h1 {
		font-size:28px;
		margin-top:0px;
	}

}
    
   

	
	
/***********************sm start*************************************/
@media screen and (min-width: 768px) and (max-width: 991px) {
  
}




@media screen and (max-width: 980px){
   .footer-track-courier h3 {
	   font-size:19px;
	   margin-bottom:0px;
   }
   .home-service-box h3 {
	   font-size:18px;
   }
   .map-box {
	   margin-top:145px;
   }
   .banner-inner h1 {
	   font-size:30px;
	   margin-top:0px;
   }
   .navbar-brand > img {
		height:110px;
	}
}
 

@media screen and (max-width: 768px){
 
}
@media screen and (min-width: 480px) and (max-width: 766px) {
  
}

/***********************xs start*************************************/
@media screen and (max-width: 767px) {
    .navbar-brand > img {
		height:65px;
	}
   .map-box {
		margin-top:10px;
		margin-bottom:30px;
	}
	.get-in-touch-box {
		padding: 85px 50px 30px 15px;
	}
	.footer-reach-us-box li div.icon-box {
		width:15px;
	}
	.banner-inner h1 {
		font-size:30px;
	}
	.menu-main .navbar-nav li a , .menu-main .navbar-nav li a:focus {
		font-size:16px;
		font-weight:normal;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
		background-color: #1b1717cc;
	}
	.footer-track-courier h3 {
		font-size:20px;
	}	
	.service-scroll-head h4::after {
    background: #ec1c24 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: -78px;
    top: 50%;
    width: 80px;
}
}
    
@media screen and (max-width: 360px){
    
}
    
@media screen and (max-width: 320px){
       
}


.home-service-box a {
    display : none;
}