/*------For custom hr line 28/9/2018 -------*/
hr
{
	    border-top: 1px solid #5a5a5a !important;
}
/*------For custom hr line 28/9/2018 -------*/
/*------For checked list 25/9/2018 -------*/
.ul-sample {
    display: block;
    margin-top: 10px;
}
.ul-sample ul li {
	font-family: 'Merriweather', serif; 
	line-height: 1.6em;
}
.ul-sample ul li:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	content: '\f058';
	margin-right: 10px;
}

.ul-sample-dari ul li:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	content: '\f058';
	margin-right: 10px;
	margin-left: 10px;
}

/*------For checked list 25/9/2018 -------*/
/*--------Style for alert on sign up page starts-------*/
    .sign-up-success-alert {
    position: fixed;
    z-index: 100;
    top: 35%;
    display: inline-block;
    width: 35%;
    left: 32.5%;
    background-color: #fff;
    border:0px;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 4px -1px rgba(135,135,135,1);
-moz-box-shadow: 0px 0px 4px -1px rgba(135,135,135,1);
box-shadow: 0px 0px 4px -1px rgba(135,135,135,1);
}
/*-------------------Astric class red 29/10/2018---------*/
.color-red {
    color: red;   
}
/*-------------------Astric class red 29/10/2018---------*/
.sign-up-success-alert {
    color: rgba(0,0,0,0.8);
    font-size: 20px;
}
.close-custom {
    font-size: 30px !important;
    font-weight: 500 !important;
    color: #da2a27 !important;
    opacity: .7 !important;
    border: 1px solid #e62622 !important;
    border-radius: 50% !important;
    padding: 5px 12px !important;
}
.fa-check-custom {
    display: block;
    width: 80px;
    height: 80px;
    border: 4px solid hsla(98,55%,69%,.2);
    border-radius: 50%;
    box-sizing: content-box;
    left: -4px;
    top: -4px;
    z-index: 2;
    margin: 0 auto;
}
.fa-check-custom span {
     color: #a8dc89;
    font-size: 46px;
    line-height: 80px;
}
.sign-up-success-alert-msg {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn-primary-custom2 {
    padding: 12px 25px !important;
    margin-bottom: 20px !important;
}
/*--------Style for alert on sign up page ends-------*/

.header-iso {
	color: #fff !important;
	font-weight: bold;
}

.header-iso:hover {
	color: #000 !important;
}

.head-tracking-input {
    width: 80%;
    font-size: 12px;
    padding: 2px 10px;
    box-shadow: 0px;
    outline: none;
    border: 1px solid #dadada;
	transition: all 0.3s linear;
	font-family: 'Merriweather', serif;
	height: 45px;
    background-color: #dadada;
	-webkit-box-shadow: 0px 2px 5px -1px rgba(130,130,130,1);
	-moz-box-shadow: 0px 2px 5px -1px rgba(130,130,130,1);
	box-shadow: 0px 2px 5px -1px rgba(130,130,130,1);
}
.head-tracking-input:focus {
	background-color: #f5f5f5;
}
.head-tracking-btn {
	background-color: #d32b30;
    color: #fff;
    font-size: 12px;
    padding: 10px 8px;
    box-shadow: 0px;
    outline: none;
	border: 0px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	font-family: 'Merriweather', serif;
	width: 19%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
	-webkit-box-shadow: 0px 2px 5px -1px rgba(105,101,105,1);
	-moz-box-shadow: 0px 2px 5px -1px rgba(105,101,105,1);
	box-shadow: 0px 2px 5px -1px rgba(105,101,105,1);
}

.head-tracking-btn:hover {
	background-color: #231f20;
}  

.header-contact-numbers {
	font-size: 14px;
}

.header-contact-numbers li {
	line-height: 15px;
}

.google-translate-li {
	padding-top: 8px;
}

.google-translate-li body iframe {
	height: auto !important;
}

.contact-headers {
	margin-top: 10px;
	margin-bottom: 20px;
}

.title-line {
	display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80px;
    background-color: #d32b30;
    height: 2px;
}
.ho-contact-box {
	width: 50%;
	float: left;
}

.contact-btn-custom {
	padding: 15px 20px !important;
	width: 100%;
	margin-top: 5px;
}
.contact-btn-custom-mt-10 {
    margin-top: 10px !important;
}
.form-group-contact {
	margin-bottom: 10px !important;
}

.services-grid-custom {
	margin-bottom: 10px !important;
}

.services-grid-custom::before {
    border-bottom: 2px solid #fff;
    content: "";
    height: 0;
    left: 45px;
    position: absolute;
    top: 70px;
    width: 60px;
}

.services-grid-custom p:last-child {
    margin-bottom: 0;
    margin-top: 15px;
}

.services-grid-custom a:hover {
	color: #000 !important;
}

.list-div {
	padding-top: 10px;
	padding-bottom: 10px;
}

.requirements-table th {
	font-weight: 600;
    letter-spacing: 1px;
	color: #fff !important;
	background-color: #d32b30 !important;
}

.dropdown-menu > .active > a {
	background-color: #d32b30;
}

.hr-custom {
	margin-top: 20px !important;
    margin-bottom: 20px !important;
	border-top: 1px solid #c1c1c1 !important;
}

.hr-custom-2 {
	margin-top: 25px !important;
    margin-bottom: 20px !important;
	border-top: 1px solid #c1c1c1 !important;
}

.career-intro h4 {
	border-left: 2px solid #d52c32;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
	background-color: #f0f0f1;
	margin-bottom: 5px;
	color :#333;
}

.text-black {
	color: #000000;
}

.text-black-32 {
	color: #323232;
}

.career-panel a, .career-panel a:hover, .career-panel a:focus {
	color: #fff !important;
	display: block;
}

.panel-default > .career-panel-heading {
	background-color: #d32b30 !important;
}

.career-panel-heading{
	border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.panel-default > .career-panel-heading + .panel-collapse > .panel-body {
    background-color: #f0f0f2 !important;
    color: #000 !important;
}

.form-group-contact .form-control::-webkit-input-placeholder { 
font-family: 'Arial', FontAwesome;
font-weight: normal;
overflow: visible;
vertical-align: top;
display: inline-block !important;
padding-left: 5px;
padding-top: 2px;
}

.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
	right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}

.services .owl-item
{
	width:235px !important;
	text-align:left;
}

.our-services-sub-title h1 {
	font-size: 28px;
}

.custom-tagline {
	font-family: sans-serif;
    line-height: 1.3em;
    margin-top: 6px;
    font-size: 28px !important;
    font-weight: 500;
	color: #717171;
}

.about-click-enlarge {
	display: inline-block;
    position: absolute;
    top: 75%;
    left: 36%;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
}

.volumetric-calculator-custom {
	background-color: #d42c30;
	color: #ffffff;
	padding-top: 10px;
}

.volumetric-btn-custom {
	padding: 15px 20px !important;
	width: 100%;
	margin-top: 5px;
	background-color: #961b1e;
	color: #fff;
	transition: all 0.3 linear;
	-webkit-transition: all 0.3 linear;
	-moz-transition: all 0.3 linear;
}

.volumetric-btn-custom:hover {
	background-color: #000000;
	color: #fff;
}

.hr-custom-inverted {
	margin-top: 15px !important;
    margin-bottom: 20px !important;
	border-top: 1px solid #cacaca !important;
}

.hr-custom-white {
	margin-top: 10px !important;
    margin-bottom: 10px !important;
	border-top: 1px solid #fff !important;
}

.volumetric-bg {
	background-color: #b72529;
	padding-top: 10px;
	padding-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.rate-bg {
	background-color: #d42c30;
}

.profile-section .form-check label {
	font-size: 25px;
    color: #ffffff;
}

.rate-head-bg {
	background-color: #b72529;
	color: #fff;
}

.vol-form-group input {
	font-size: 24px;
	padding: 5px 15px;
}

.schedule-head-bg {
	/* background-color: #000000; */
	color: #fff;
}

.schedule-bg {
	background-color: #f9f9f9;
	color: #000;
}

.schedule-btn-custom {
	padding: 15px 20px !important;
	width: 100%;
	margin-top: 5px;
	background-color: #d52c31;
	color: #fff;
	transition: all 0.3 linear;
	-webkit-transition: all 0.3 linear;
	-moz-transition: all 0.3 linear;
}

.schedule-btn-custom:hover {
	background-color: #000000;
	color: #fff;
}

.tracking-table {
	background-color: #f6f6f6;
}

.tracking-table tr td:nth-child(1) {
	width: 20%;
}

.tracking-table tr td:nth-child(2) {
	width: 15%;
}

.tracking-table tr td:nth-child(3) {
	width: 15%;
}

.tracking-table tr td:nth-child(4) {
	width: 15%;
}

.tracking-table tr td:nth-child(5) {
	width: 15%;
}

.more-less {
    float: right;
    color: #212121;
}

.privacy-policy-dari .more-less {
    float: left;
    color: #212121;
}

.panel-title > a {
	 display: block;
}

.counter {
	display: inline-block;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 55%;
    font-size: 22px;
    font-family: sans-serif;
    color: #d43237;
    font-weight: bold;
}

.counter-per {
	display: inline-block;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 55%;
	left: 2%;
    font-size: 18px;
    font-family: sans-serif;
    color: #d43237;
    font-weight: bold;
}

.terms
{
	margin-left:-45px;
}

.more-about span {
	font-size: 13px;
	line-height: 13px !important;
	display: inline-block; 
	margin-top: 5px;
}

.banner-word {
	display: inline-block;
	padding: 0px 5px;
	font-size: 22px;
}

.rate-calculator-notes {
	color: #333;
    font-weight: 600;
}

.pickup-custom label {
	color: #333;
}

/*@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.header-area .logo-bar .information-content {
    width: 100%;
	}
	.head-tracking-input {
    width: 70%;
	}
	.head-tracking-btn {
    font-size: 12px;
    width: 20%;
    }
}*/
/*media query for header*/

@media only screen and (max-width: 1199px) and (min-width: 992px)
{
	.header-area .logo-bar .logo
	{
		    width: 50%;
			float: none;
			margin: 0% 28%;
		
	}
	
	.header-area .logo-bar .information-content
	{
		width:100%;
		float:none;
		margin: 3% 0%;
	}
	
	.information-content .info-box-custom-2
	{
		width: 68%;
	}
}

@media only screen and (max-width: 991px) and (min-width: 320px)
{
	.information-content .info-box-custom-2
	{
		width: 100%;
	}
	
}

@media only screen and (min-width: 992px) {
	.col-md-2-custom {
	width: 19.666667%;
	} 
}

@media only screen and (max-width: 992px) {
	.counter-per {
	left: 6%;
	}
	.header-area .logo-bar .logo {
    float: none;
    left: 0px;
    margin: 0 auto;
	}
	.header-area .logo-bar .logo img {
    margin: 0 auto;
	}
	.header-area .logo-bar .information-content {
    float: left;
    margin-top: 30px;
    width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.ho-contact-box {
	width: 100%;
	float: left;
	}
	.text-xs-center { text-align: center; }
}

@media only screen and (max-width: 571px) {
	.head-tracking-input {
    width: 70%;
    font-size: 13px;
    height: 45px;
    }
	.head-tracking-btn {
    width: 20%;
    }
	.head-tracking-btn .fa {
    display: none;
    }
}

@media only screen and (max-width: 447px) {
	.head-tracking-input {
    width: 70%;
    font-size: 10px;
    height: 36px;
	}
	.head-tracking-btn {
    width: 18%;
	font-size: 9px;
	padding: 5px 10px;
    }
}


@media only screen and (max-width: 412px) {
	.services-grid-custom::before {
    top: 103px;
	}
	.head-tracking-btn .fa {
    display: none;
    }
}

@media only screen and (max-width: 350px) {
	
	.head-tracking-btn {
    width: 25%;
    }
	
}


/*Css for Dari languages website*/

.title-line-dari {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80px;
    background-color: #d32b30;
    height: 2px;
    float:right;
}
.services-grid.line.services-grid-custom {
    background-color: #d52c31;
    border: 2px solid #f2f1ee;
    padding: 30px;
    position: relative;
}
.services-grid.line.services-grid-custom:before {
    content: "";
    height: 0;
    right: 0;
    left: 0;
    float: right;
    position: inherit;
    top: 45px;
}
.services-grid.line.services-grid-custom h4{
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: right;
	display: inline-block;
	position: relative;
	margin-top: 0;
	width: 100%;
	text-transform: capitalize;
}
/*.services-grid.line.services-grid-custom{*/
/*    background-color: #d52c31;*/
/*    border: 2px solid #f2f1ee;*/
/*    padding: 30px;*/
/*    position:relative;*/
/*}*/
/*.services-grid.line.services-grid-custom:before{*/
/*    content: "";*/
/*    height: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    float:right;*/
/*    position: inherit;*/
/*    top: 37px;*/
/*}*/

