@charset "utf-8";

html {
	overflow-y: scroll;
}

body {
	font-family: 'Open Sans', Arial;
	color: #000000;
	padding: 0;
	margin: 0 auto;
	font-weight:400;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smoothing: antialiased;
	font-smooth: always;
	font-smooth: always;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}
.red {
   color:#e73535;	
}
h1 {
	font-size: 42px;
	font-weight: normal;
	color: #fff;
}
h2 {
    color: #fff;
	font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
}
h3 {
	font-size: 27px;
	 margin-bottom: 30px;
    margin-top: 30px;
	text-transform:uppercase;
}
h4 {
	font-size: 22px;
	font-weight: normal;
}
h5 {
	font-size: 20px;
	text-transform:uppercase;
}
h6 {
	font-size: 15px;
}
p {
	font-size: 14px;
	color: #000;
}
textarea {
	resize:vertical;	
}
a:hover, a:focus {
	text-decoration: none;
}
.black {
	color: #000; 
}
.btn-primary {
  background:#3498db;
  color: #fff;
   text-transform: uppercase;
  border-radius:0px;
  border-color:#3498db;
  padding: 11px 23px;
}
.btn-success {
  background:#5cb85c;
  color: #fff;
   text-transform: uppercase;
  border-radius:0px;
  border-color:#5cb85c;
  padding: 11px 23px;
}

/* ====== Index Page ==== */
.pad-0 {
    padding: 0;
}
.grey-bg {
    background: #efefef;
}
.pad-L-0 {
    padding-left: 0; 
}
/* ** header ** */
.topbar {
 background:#3498db;
  padding: 10px;
  color:#fff;
}
.navbar-default {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
	margin-bottom:0px;
}
#navbar {
    margin: 18px 0 0;
}
#navbar .btn.btn-danger {
    font-size: 12px;
    font-weight: 600;
	 margin: 10px 15px;
    padding: 4px 10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
    text-transform: uppercase;
}
.navbar-brand {
     height:auto;	
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #3498db;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}
.carousel .item {
    background-color: #f5be45;
    height: 600px;
    overflow: hidden;
}
.carousel  .item1 {
	background:url(../images/banner2.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.carousel  .item2 {
	background:url(../images/banner.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.carousel  .item3 {
	background:url(../images/banner3.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.carousel-control {
    width: 9%;
	opacity:1;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
}
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    color: #fff;
    font-size: 30px;
    height: 50px;
    margin-top: -15px;
    text-shadow: none;
    width: 50px;
	padding-top: 7px;
	border:1px solid #fff;
	border-radius:100%;
}
.carousel-control .fa-angle-left, .carousel-control .icon-prev {
    margin-left: -15px;
}
.carousel-caption {
    margin-top: 130px;
    position: static;
    text-align: left;
}
.carousel-caption > h2 {
    text-transform:uppercase;
	font-size:36px;
	font-weight:900;	
}
.carousel-indicators li {
     background:#fff;
   height: 12px;
    margin: 0 3px;
    width: 12px;	
}
.carousel-indicators li.active {
     background:#3498db;
	  margin: 0 3px;
	 border-color:#3498db;	
}
.carousel-caption > p, .carousel-caption > h2 {
    color: #fff;
    text-shadow: 3px 2px 2px rgb(0, 0, 0);
}
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    display: inline-block;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    z-index: 5;
}
.carousel-control .fa-angle-left, .carousel-control .icon-prev {
    left: 30%;
    margin-left: -10px;
}
.sec-gap {
     padding:80px 0 80px 0;	
}
.welcome .btn-primary {
      margin-top:-20px;	
}
.about {
       background:#f5f5f5;	
}
.feature-1 {
	 margin-bottom:20px;	
}
.fig {
    margin-bottom:20px;	
}
.navbar-toggle {
    margin-top: 21px
}
.btn-danger {
    background: none repeat scroll 0 0 #e42b2b;
    border-bottom-color: #e42b2b;
    border-left-color: #e42b2b;
    border-radius: 0;
    border-top-color: #e42b2b;
    padding: 10px 21px;
    text-transform: uppercase;
}
.about .btn-danger {
    margin-top: 10px;	
}
hgroup.border h5 {
    border-bottom: 1px solid #b6b6b6;
    margin-bottom: 35px;
	display:inline-block;
	padding-bottom: 12px;
	position:relative;
}
hgroup.border h5:before {
    background: #3498db;
    bottom: -6px;
    content: "";
    height: 10px;
    position: absolute;
    width: 10px;
}
.form-control {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    height: 45px;
}
.modal-dialog {
    margin: 130px auto 30px;
}
/* ****** about us ***** */

.banner-wrap {
    background: url(../images/bnnr.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    position: relative;
    text-align: center;
    width: 100%;
}
.banner-wrap::before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
.banner-txt {
    padding: 86px 0;
    position: relative;
}
.banner-txt h2 {
    text-shadow: 3px 2px 2px rgb(0, 0, 0);
}
.mT30 {
  margin-top:30px;	
}
.selbox {
    position: relative;
}
.selbox:before {
    background: #3498db;
	font-family:'FontAwesome';
    content: "\f0d7";
	color:#fff;
	padding-top: 6px;
	font-size:20px;
    height: 43px;
	text-align:center;
    position: absolute;
    right: 0;
    top: 1px;
    width: 40px;
}
.btn-prime-sm {
    text-transform:none;
	font-weight:600;
	padding:6px 15px;
	margin-bottom:15px;	
}
.checkbox label, .radio label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 20px;
    padding-left: 20px;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: -20px;
    position: absolute;
}
.banner-txt p {
    color: #fff;
    line-height: 24px;
    padding: 0 360px;
}
.abt-cmpny p {
    color: #333;
    line-height: 27px;
    margin-bottom: 34px;
}
.abt-cmpny {
    padding: 30px 15px;
}
.inner-form .logform {
    position: static;
    width: 100%;
}
.inner-form {
    background: #efefef;
    padding: 50px 15px;
}
.inner-form .logform .form-group {
    margin-bottom: 30px;
}
.inner-form  .btn-primary {
    font-size: 15px;
    font-weight: 700;
    width: 100%;
}
.inner-form a {
    color: #000;
    text-decoration: underline;
}
.inner-form .line {
    border-bottom: 1px solid #ddd;
    height: 1px;
    margin: 50px 0;
}
.suport p {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 10px;
}
.suport .btn-primary {
    padding: 14px 23px;

}
.cpmny {
    border-bottom: 1px solid #efefef;
}
/* ****** our team ***** */

.our-team {
    background: #efefef;
    padding: 50px 0 0;
    text-align: center;
}
.our-team p {
    font-size: 15px;
    padding: 0 300px;
}
.team-img img {
    width: 100%;
}
.team-img {
    margin-top: 70px;
}

/* ****** our-trucks ***** */

.our-truck p {
    background: #ededed none repeat scroll 0 0;
    font-size: 13px;
    line-height: 20px !important;
    padding: 20px 10px;
}

/* ****** New-Order ***** */
.order-bg {
	background: #f3f3f3;
	min-height:1000px;
}
.order-inner {
    background: #f3f3f3;
    list-style: outside none none;
    padding: 0;
}
.order-inner li a {
    border-bottom: 1px solid #eaeaea;
    border-left: 2px solid #cdcdcd;
    color: #707070;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 15px;
    text-transform: capitalize;
}
.order-inner li.active a {
	border-left-color:#3498db;
	color: #333333;
}
table {
    font-size:12px;	
	color:#1e1e1e;
}
.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #f1f1f1;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 12px 8px;
}
.ordrdetails {
  color:#848484;	
}
label {
color:#1e1e1e;	
}
.mb40 {
margin-bottom:40px;	
}
.pb40 {
padding-bottom:40px;	
}
.list li {
  	padding: 8px;
}
.border.sm-caps h5 {
text-transform:none;
font-size:14px;
color:#1e1e1e;	
}

.error {
    color: #a94442;
}

/* ****** footer ***** */
.foot {  background-color: #fff; padding: 40px 0 17px;}
.foot  a { color:#000;}
.footlinks ul li {
    padding: 0 0 7px;
}
.footlinks {
margin-bottom:10px;
}
.social .fb{
	background:#4d62a1;
	width:30px;
	height:30px;
	padding-top: 8px;
	font-size:15px;
	color:#fff;
	margin-right: 5px;
	text-align:center;
	display:inline-block;
}
.social .tw{
	background:#00aced;
	width:30px;
	text-align:center;
	height:30px;
	padding-top: 8px;
	font-size:15px;
	color:#fff;
	margin-right: 5px;
	display:inline-block;
}
.social .gp{
	background:#dc4e41;
	width:30px;
	height:30px;
	margin-right: 5px;
	padding-top: 8px;
	font-size:15px;
	text-align:center;
	color:#fff;
	display:inline-block;
}
.blueclr {
 color:#3498db;	
}
.foot .copy a {
 color:#3498db;	
}
.social li {
    margin: 13px 0;
}
.copy {
padding-top:30px;
margin-top:30px;
border-top:1px solid #eee;	
}
.logform {
padding: 0 20px;
    position: absolute;
    right: 10%;
    top: 15%;
    width: 380px;
    z-index: 105 !important;	
background:rgba(255,255,255,0.9);
}
.logform  .form-group {
margin-bottom:20px;	
}
.logform .form-control {
background:none;
border-color:#ccc;	
}
.head {
margin-bottom:30px;	
}
.head h5 {
background:#e42b2b;
color:#fff;
margin:0;
margin-left:-20px;
margin-right:-20px;
padding:15px 10px;
text-align:center;	
}
.free-style-btn {
display: flex;
width: 100%;
margin-bottom: 10px;
}
.btn-type-first {
    width: 50%;
    text-align: center;
    margin: 0px 5px 0px 0px;
}
.btn-type-last {
width: 50%;
text-align: center;
margin: 0px 0px 0px 5px;
}
.free-style-btn button.btn.btn-primary a {
color: #fff;
}  
.btn-type-first button.btn.btn-primary, .btn-type-last button.btn.btn-primary {
    width: 100%;
} 
/* ****** media querry ***** */
@media (max-width: 1199px){
.banner-txt p {
    padding: 0 100px;
}
}

@media (max-width: 991px){
#navbar .btn.btn-danger {
    margin: 10px 15px 10px 0;
}
.nav > li > a {
    padding-left:11px;
	padding-right:11px;
}
.logform {
    right: 7%;
    width: 320px;
}
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 30px;
    height: 40px;
    margin-top: -15px;
    padding-top: 3px;
    text-shadow: none;
    width: 40px;
}
.carousel-control.right {
    right: 10px;
}
}


@media (max-width: 767px){
.logform {
    position: static;
    width: 100%;
}
.carousel .item {
    height: 270px;
}
img {
    width:100%;	
}
.carousel-caption {
    margin-top: 30px;
}
.logform .form-group.text-center {
   text-align:left;
}
.carousel-control.left, .carousel-control.right {
display:none;	
}
.carousel-indicators {
    top: 36%;
}
.order-bg {
	min-height:2px;
}
.sdebr {
    padding-right: 0;
}
}

@media (max-width: 640px){

}

@media (max-width: 480px){
.carousel-caption {
    margin-top: 0px;
}
.carousel-caption {
    padding-top: 0;
}
}

@media (max-width: 414px){

}

@media (max-width: 360px){

}
@media (max-width: 320px){

}