body {
  font-family: 'Open Sans', sans-serif;
  color: #494949;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a, a:hover, a:focus {
  text-decoration: none;
}
p {
  line-height: 24px;
}

.ml-0{
    margin-left: 0 !important;
}
.mr-0{
    margin-right: 0 !important;
}

.pl-0{
    padding-left: 0 !important;
}
.pr-0{
    padding-right: 0 !important;
}

/*******Header*****/ 
.topbar {
  background: #f57d1f none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  color: #fff;
  padding: 10px 0;
}
.top_social {
  text-align: right;
}
.topbar-left > p {
  margin: 0;
}
.topbar-left > p i {
  font-size: 17px;
  margin-right: 5px;
}
.top_social > li {
  display: inline;
}
.top_social > li a {
  color: #fff;
  margin-left: 15px;
  transition: all 0.3s ease 0s;
}
.top_social > li a:hover {
  color: #1193d4;
}


.main-header {
  padding: 25px 0;
}
.head-info {
  margin: 9px 0;
  text-align: right;
}
.head-info li {
  display: inline-block;
  margin-left: 24px;
  -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.head-info li > span {
  float: left;
  margin-right: 17px;
  color: #fff;
}

.head-info li > span img {
  width: auto;
}

.head-info li h3 {
  color: #333;
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: left;
}
.head-info li h3 span {
  color: #999;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}
.main-nav {
  background: #eee;
  border-top: 1px solid #ccc;
}


/*****Slider Css***/
.bs-slider{
    overflow: hidden;
    max-height: 550px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .carousel-inner {
  height: 550px;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
  margin: auto;
  width: 100% !important;
  min-height: 550px;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
  background: transparent none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 45px;
  font-weight: normal;
  height: 50px;
  line-height: 40px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-shadow: none;
  top: 47%;
  width: 50px;
  z-index: 100;
  text-align: center;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #f57d1f;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
	border-color: #f57d1f;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #f57d1f;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide-caption {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.slide-text {
  width: 57%;
}
.slider-wrapper .item:nth-child(2n) .slide-text {
  margin: auto;
}
.slider-wrapper .item:nth-child(3n) .slide-text {
  float: right;
}
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

/**.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}**/

.slide-text > h4 {
  animation-delay: 0.5s;
  color: #ffffff;
  font-size: 36px;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 30px;
  padding: 0;
  margin-top: 180px;
}

.slide-text > h1 {
  animation-delay: 0.7s;
  color: #f57d1f;
  display: inline-block;
  font-size: 86px;
  font-style: normal;
  font-weight: 800;
  line-height: 75px;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.btn-common{
    color: #fff;
	background: #1193d4;
    font-weight: 400;
    font-size: 16px;
	border-radius: 0;
    margin-right: 10px;
    text-align: center;
    padding: 0 40px;
	line-height: 50px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	position: relative;

}
.btn-common.btn-light {
	background: #000; 
}
.btn-common.btn-dark {
	background: #f57d1f; 
}
.btn-common:hover,
.btn-common:active {
    opacity: 0.9;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	color: #fff;
}





/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
.slide-text h1 {
  display: block;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 30px;
}
.slide-text > p {

	font-size: 18px;
	margin-bottom: 30px;
}
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 767px) {
.slide-text {
	padding: 10px 50px;
}
.slide-text h1 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}
.slide-text > p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
.control-round .carousel-control{
	display: none;
}

}
@media  (max-width: 480px) {

}




/*****About Us****/
.heading {
  margin: 0 auto 50px auto;
  text-align: center;
  width: 70%;
}
.heading > h1 {
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 15px;
  padding-bottom: 20px;
  position: relative;
}
.heading > h1::before {
  background: #000;
  width: 80px;
  margin-left: -40px;
  height: 3px;
  left: 50%;
  position: absolute;
  content: "";
  bottom: 0;
}
.heading> p {
  margin-bottom: 0;
  margin-top: 20px;
  display: none;
}
.white-heading.heading  h1 {
  color: #fff;
}
.white-heading.heading  p {
  color: #fff;
}
.left-heading.heading {
  margin: 0 0 50px;
  text-align: left;
  width: 100%;
}
.left-heading.heading > h1::before {
  background: #f57d1f;
  width: 80px;
  margin-left: 0;
  height: 3px;
  left: 0;
  position: absolute;
  content: "";
  bottom: 0;
}



.white-section {
  background: #fff none repeat scroll 0 0;
  padding: 50px 0;
}
.light-section {
  background: #f4f4f4 none repeat scroll 0 0;
  padding: 50px 0;
}


.abt-img > img {
  max-width: 100%;
  width: 100%;
}

/* Tabs panel */
.tabbable-panel {
  border: 0;
  padding: 0;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 3px;
}
.tabbable-line > .nav-tabs > li > a {
  background: #f57d1f none repeat scroll 0 0;
  border-color: #f57d1f currentcolor currentcolor;
  border-radius: 0;
  border-style: solid none none;
  border-width: 3px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 56px;
  margin-right: 0;
  padding: 0 15px;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover  a {
  border-top: 3px solid #1193d4;
}
.tabbable-line > .nav-tabs > li.open > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li > a:hover {
  background: #000 none repeat scroll 0 0;
  border-bottom: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  border-color: #000 ;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  color: #333333;
  background: transparent;
  border-top: 3px solid #f57d1f;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #f4f4f4 none repeat scroll 0 0;
  border-color: #eee currentcolor currentcolor;
  border-image: none;
  border-style: solid none none;
  border-width: 1px 0 0;
  margin-top: 0px;
  padding: 38px;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
.tabbable-line > .tab-content h3 {
  color: #f57d1f;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.tabbable-line > .tab-content p {
  color: #999;
  font-size: 15px;
  margin-bottom: 15px;
}




/*****Services****/
.service-wrapper {
  margin-top: -30px;
}
.service-col {
  border: 1px solid #e5e5e5;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}
.service-col:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.service-col figure img {
  height: -20%;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.service-col:hover figure img {
  transform: scale(1.2);
}
.service-content {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
}
.service-content i {
  color: #f57d1f;
  font-size: 45px;
}
.service-content > h3 {
  color: #023669;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.service-content > p {
  margin-bottom: 24px;
}
.service-content > a {
  color: #1193d4;
}

.service-col:hover .service-content {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #fff;
}
.service-col:hover .service-content > h3 {
  color: #fff;
}


/*****Testimonial*****/
.testimonial-block {
  background: rgba(0, 0, 0, 0) url("../images/testimonial-bg.jpg") no-repeat fixed center center / cover ;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.testimonial-block::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.testimonial-slider.testimonial .item {
  margin: 0 15px;
}
.testimonial-slider .testimonial-content {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 24px;
  padding: 25px 35px 70px 40px;
}
.testimonial-content::before {
  color: #b5b5b5;
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 18px;
  left: 15px;
  position: absolute;
  top: 15px;
}
.testimonial-content::after {
  color: #b5b5b5;
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 18px;
  right: 15px;
  position: absolute;
  bottom: 15px;
}
.testimonial-slider .testimonial-content > p {
  margin: 0;
}
.testimonial-slider .testimonial-user {
  background: #f57d1f none repeat scroll 0 0;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  top: -30px;
  width: 80%;
  transition: all 0.3s ease-in-out 0s;
}
.testimonial-slider .testimonial-user::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  position: absolute;
  right: -23px;
  top: 0;
  transform: skewX(35deg);
  width: 50px;
  transition: all 0.3s ease-in-out 0s;
}
.testimonial-slider.testimonial .item:hover .testimonial-user, .testimonial-slider.testimonial .item:hover .testimonial-user::before {
  background: #000 none repeat scroll 0 0;
}
.testimonial-slider .testimonial-user-thumb {
  border: 5px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  margin-right: 0;
  position: absolute;
  right: 20px;
  top: -50px;
  width: 100px;
  z-index: 2;
  transition: all 0.3s ease-in-out 0s;
}
.testimonial-slider.testimonial .item:hover .testimonial-user-thumb {
  border-color: #f57d1f;
}
.testimonial-slider .testimonial-user-name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.testimonial-slider .testimonial-user-meta {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
}



.crsl-indctr.util-theme-default .util-page span {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px transparent;
  height: 15px;
  margin: 5px 4px;
  width: 15px;
}
.crsl-indctr.util-theme-default .util-page span:hover {
  background: #fff;
}
.crsl-indctr.util-theme-default .util-page.active-page span {
  background-color: transparent;
  border-color: #f57d1f;
  box-shadow: 0 0 0 2px #f57d1f;
  position: relative;
  width: 15px;
}
.crsl-indctr.util-theme-default .util-page.active-page span::before {
  background: #f57d1f none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 15px;
  left: -1px;
  position: absolute;
  top: -1px;
  transform: scale(0.5);
  width: 15px;
}
.clients-block .crsl-indctr.util-theme-default .util-page span, .clients-block .crsl-indctr.util-theme-default .util-page span:hover  {
  background: #999;
}
.clients-block .crsl-indctr.util-theme-default .util-page.active-page span, .clients-block .crsl-indctr.util-theme-default .util-page.active-page span:hover  {
  background: transparent;
}
.team-slider.crsl-indctr.util-theme-default .util-page span, .team-slider.crsl-indctr.util-theme-default .util-page span:hover  {
  background: #999;
}
.team-slider.crsl-indctr.util-theme-default .util-page.active-page span, .team-slider.crsl-indctr.util-theme-default .util-page.active-page span:hover  {
  background: transparent;
}

/*****Clients*****/
.clients-block .logo-showcase .item {
  text-align: center;
  padding: 10px;
  box-shadow: none;
}
.clients-block  .logo-showcase .util-item a img {
  height: 80px;
}





/******Footer*****/
footer {
  background: rgba(0, 0, 0, 0) url("../images/footer-bg.jpg") repeat fixed center center;
  color: #fff;
  position: relative;
}
footer::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
}
.footer-main {
  padding: 50px 0 40px;
}
.fotr-widget > h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-bottom: 15px;
  position: relative;
}
.fotr-widget > h3::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 20px;
}
.fotr-widget > h3::after {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 40px;
  position: absolute;
  width: 70px;
}

.fotr-widget > p {
  line-height: 23px;
}

.quick-lnk li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  margin: 10px 0 0;
  padding-bottom: 10px;
}
.quick-lnk li a {
  color: #fff;
  display: block;
  transition: all 0.3s ease 0s;
}
.quick-lnk li a:hover {
  color: #f57d1f;
  padding-left: 10px;
}
.quick-lnk li a:hover {
  color: #f57d1f;
}
.quick-lnk li a i {
  margin-right: 10px;
}
.gal-list li {
  border: 2px solid transparent;
  display: inline-block;
  margin-bottom: 5px;
  width: 32.1%;
  transition: all 0.3s ease-in-out 0s;
}
.gal-list li:hover {
  border-color: #1193d4;
}
.gal-list a {
  display: inline-block;
}
.gal-list li a img {
  display: inline-block;
  /*height: auto;*/
  width: 60px; /* Set your desired width */
  height: 60px; /* Set your desired height */
  max-width: 100%;
}

.fotr-contt > ul {
  padding-top: 10px;
}
.fotr-contt li {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
.fotr-contt li i {
  background: #f57d1f none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  float: left;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 30px;
}
.fotr-contt li strong {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
.copyright {
  padding: 30px 0;
  position: relative;
  text-align: center;
}
.copyright::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
}
.ftr-social {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 3px 20px;
  position: relative;
}
.ftr-social li {
  display: inline-block;
}
.ftr-social a {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: #f57d1f;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
  margin: 0 3px;
  transition: all 0.3s ease 0s;
}
.ftr-social a:hover {
  background: #f57d1f none repeat scroll 0 0;
  color: #fff;
}
.copyright p a {
  color: #f57d1f;
}




/*****About Page***/
.page-banner {
  position: relative;
}
.page-title {
  background: rgba(0, 0, 0, 0) url("../images/bannernew1.jpeg") no-repeat scroll center center / cover;
  /*background: rgba(0, 0, 0, 0) url("../images/about-banner.jpg") no-repeat scroll center center / cover;*/
  color: #fff;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.truck-banner .page-title {
  background: rgba(0, 0, 0, 0) url("../images/truck-banner.jpg") no-repeat scroll center center / cover;
}
.team-banner .page-title {
  background: rgba(0, 0, 0, 0) url("../images/bannernew1.jpeg") no-repeat scroll center center / cover;
  /*background: rgba(0, 0, 0, 0) url("../images/team-banner.jpg") no-repeat scroll center center / cover;*/
}
.faq-banner .page-title {
  /*background: rgba(0, 0, 0, 0) url("../images/faq-banner.jpg") no-repeat scroll center center / cover;*/
  background: rgba(0, 0, 0, 0) url("../images/bannernew1.jpeg") no-repeat scroll center center / cover;
}
.contact-banner .page-title {
  background: rgba(0, 0, 0, 0) url("../images/bannernew1.jpeg") no-repeat scroll center center / cover;
  /*background: rgba(0, 0, 0, 0) url("../images/contact-banner.jpg") no-repeat scroll center center / cover;*/
}
.page-title::before {
  background: #000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  position: absolute;
  opacity: 0.6;
  z-index: -1;
}
.page-title h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 27px;
  margin-top: 0;
  //text-transform: uppercase;
}
.page-title p {
  font-size: 18px;
  margin-bottom: 22px;
}
.separator-brdr {
  position: relative;
}
.separator-brdr::before {
  background: #f57d1f none repeat scroll 0 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.separator-brdr::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 40px;
  position: absolute;
  width: 70px;
}
.breadcrumbs {
  background: #f6f6f6 none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
.breadcrumbs ul li {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs ul li a {
  color: #f57d1f;
}
.breadcrumbs ul li a i {
  font-size: 22px;
}

.about-des > h3 {
  color: #023669;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 20px;
}
.about-des .btn-common {
  margin-top: 30px;
}

.abt-list {
  margin-top: 52px;
}
.abt-list li {
  margin-bottom: 20px;
}
.abt-list li i {
  color: #f57d1f;
  margin-right: 5px;
}

.feature-wrapper {
  margin-top: -30px;
}
.feature-wrapper .col-md-4.col-sm-6 {
  padding: 0 30px;
}
.feature-col {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  margin-top: 30px;
  padding: 20px 20px 20px 50px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.feature-col:hover {
  background: #000 none repeat scroll 0 0;
  color: #fff;
}

.feau-icon {
  background: #f57d1f none repeat scroll 0 0;
  color: #fff;
  font-size: 35px;
  left: -30px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  width: 60px;
  z-index: 2;
}
.feau-des h4 {
  margin-top: 0;
  padding-bottom: 13px;
  position: relative;
  font-weight: 600;
  color: #333;
}
.feature-col:hover .feau-des h4{
    color: #fff;
}
.feau-des h4::before {
  background: #f57d1f none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: -30px;
  position: absolute;
  width: 40px;
}
.feau-des > p {
  margin: 0;
}
.feature-col a {
  color: #023669;    
}
.feature-col:hover a {
  color: #fff;
}




/****Truck Page*****/
.truck-wrapper {
  margin-top: -50px;
}
.trucks {
  float: left;
  margin-top: 50px;
  padding-right: 45%;
  position: relative;
  width: 100%;
}
.truck-wrapper .trucks:nth-child(2n+1) {
  padding-left: 45%;
  padding-right: inherit;
}
.truck-image {
  bottom: 0;
  float: left;
  padding: 20px 0 20px 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 48%;
  z-index: 2;
}
.truck-wrapper .trucks:nth-child(2n+1) .truck-image {
  float: right;
  left: 0;
  padding: 20px 20px 20px 0;
}
.truck-image > a {
  border-radius: 10px 0;
  display: block;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
  height: 100%;
}
.trucks .truck-image > a::before {
  transition: all 0.3s ease 0s;
  opacity: 0;
  background: #f57d1f none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.trucks:hover .truck-image > a::before {
  opacity: 0.8;
}

.trucks .truck-image > a::after {
  color: #fff;
  content: "?";
  font-family: "FONTAWESOME";
  font-size: 40px;
  left: 50%;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  z-index: 22;
}
.trucks:hover .truck-image > a::after {
  opacity: 0.8;
}
.truck-image a img {
  height: 100%;
  width: 100%;
  border-radius: 10px 0 10px 0;
}
.truck-content {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #ddd;
  float: left;
  margin-left: 0;
  padding: 30px;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.truck-wrapper .trucks:nth-child(2n+1) .truck-content {
  float: right;
  margin-left: inherit;
  margin-right: 0;
}
.trucks:hover .truck-content {
  box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.75);
}
.truck-content > h3 {
  color: #000;
  font-weight: 600;
  margin-top: 0;
  //padding-bottom: 15px;
  position: relative;
  margin-bottom: 20px;
}
.truck-content > h3::before {
  background: #023669 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 20px;
  display: none;
}
.truck-content > h3::after {
  background: #1193d4 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 25px;
  position: absolute;
  width: 20px;
  display: none;
}




/*****Faq Page****/
.faq-wrapper {
  position: relative;
}
.faq-image {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 42%;
}
.faq-image > img {
  height: 100%;
  width: 100%;
}


.faq-accordian .panel-group {
  margin: 0;
}
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
	color: #fff;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

.faq-accordian .panel-group .panel {
  border-radius: 0;
  margin-bottom: 15px;
  border: 0;
}
.faq-accordian .panel-group .panel:last-child {
  margin-bottom: 0;
}

.faq-accordian .panel-heading {
  padding: 0;
}
.faq-accordian .panel-title {
  position: relative;
}
.faq-accordian .panel-title::before {
  border-color: transparent #000 transparent transparent;
  border-style: solid;
  border-width: 19px;
  bottom: 0;
  content: "";
  position: absolute;
  right: 40px;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  z-index: 2;
}
.faq-accordian .panel-title:hover::before {
  //border-color: transparent #023669 transparent transparent;
}

.faq-accordian .panel-title > a {
  background: #f57d1f none repeat scroll 0 0;
  border: 1px solid #f57d1f;
  color: #fff;
  display: block;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.faq-accordian .panel-title > a.collapsed {
  background: #f5f5f5 none repeat scroll 0 0;
  border-color: #ddd;
  color: #023669;
}
.faq-accordian .panel-title > a::after {
  background: #000 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 40px;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s
}
.faq-accordian .panel-title:hover a::after {
   //background: #023669 none repeat scroll 0 0;
}
.faq-accordian .panel-body {
  padding: 20px 50px 20px 20px;
  position: relative;
  border: 0 !important;
}
.faq-accordian .panel-body::before {
  bottom: 0;
  color: #f57d1f;
  content: "\f0d1";
  font-family: "FontAwesome";
  font-size: 45px;
  position: absolute;
  right: 15px;
}
.faq-accordian .panel-body > p {
  border-left: 2px solid #e8e8e8;
  padding-left: 15px;
  position: relative;
}
.faq-accordian .panel-body > p::before {
  border: 2px solid #e8e8e8;
  bottom: -7px;
  content: "";
  height: 8px;
  left: -5px;
  position: absolute;
  width: 8px;
}






/****Our Support Team***/
.team-slider.team-showcase .detail-title {
  color: #f57d1f;
  font-size: 19px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 12px;
}
.team-slider.team-showcase .detail-subtitle {
  color: #000;
  font-size: 13px;
  margin-bottom: 10px;
}
.team-slider.team-showcase .detail-container p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  display: none;
}


/****Contact Page****/
.contact-page {
  background: rgba(0, 0, 0, 0) url("../images/contact-bg.jpg") no-repeat fixed center center / cover ;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.contact-page::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.95;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.cont-haeding > h3 {
  color: #023669;
  font-size: 24px;
  margin-top: 40px;
  //padding-bottom: 15px;
  position: relative;
}
.cont-haeding > h3::before {
  background: #555 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 20px;
  display: none;
}
.cont-haeding > h3::after {
  background: #1193d4 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 25px;
  position: absolute;
  width: 20px;
  display: none;
}
.contt-info li {
  border: 1px dashed #e1e1e1;
  margin-top: 15px;
  padding: 15px 15px 15px 50px;
  position: relative;
  background: #fff;
}
.contt-info i {
  left: 12px;
  position: absolute;
  top: 15px;
}
.contt-info li h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
.contt-info li p {
  margin: 0;
}


.contact-from .form-group {
  margin-bottom: 35px;
  position: relative;
}
.contact-from .form-group i {
  color: #999;
  position: absolute;
  right: 17px;
  top: 17px;
}
.contact-from .form-control {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  border-right: 4px solid #ccc;
  height: auto;
  line-height: 50px;
  padding: 0 45px 0 15px;
}
.contact-from .form-group:hover .form-control, .contact-from .form-group:focus .form-control {
  border-color: #1193d4;
}
.contact-from .form-control:hover, .contact-from .form-control:focus {
  box-shadow: inherit;
  border-color: #1193d4;
}
.contact-from .form-group:hover i, .contact-from .form-group:focus i {
  color: #1193d4;
}








/******Responsive****/

@media (min-width: 992px) and (max-width: 1200px) {
/*****Header***/



/*****HomePage***/
.slide-text {
  width: 71%;
}
.slide-text > h4 {
  margin-top: 180px;
}


/*****Footer****/
.gal-list li {
  width: 31.1%;
}

/****About Page***/
.feature-wrapper .col-md-4.col-sm-4 {
  padding: 0 35px;
}


}

@media (min-width: 768px) and (max-width: 991px) {
/*****Haeder****/
.logo {
  text-align: center;
}
.head-info {
  margin: 20px 0 0;
  text-align: center;
}



/****Homepage****/

.bs-slider {
  max-height: 330px;
}
.bs-slider .carousel-inner {
  height: 330px;
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
  min-height: 330px;
}
.slide-text {
  padding: 0 40px;
  width: 100%;
}
.slide-text > h4 {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 80px;
}


.white-section {
  padding: 30px 0;
}
.light-section {
  padding: 30px 0;
}
.heading > h1 {
  font-size: 34px;
}
.tabbable-line > .nav-tabs > li > a {
  font-size: 15px;
  line-height: 50px;
  padding: 0 9px;
}
.tabbable-line > .tab-content {
  padding: 25px;
}
.tabbable-line > .tab-content h3 {
  font-size: 27px;
  margin-bottom: 15px;
}
.btn-common {
  line-height: 45px;
  padding: 0 30px;
}




/*****Footer****/
.footer-main {
  padding: 40px 0 30px;
}
.gal-list li {
  width: 31.1%;
}
.fotr-contt li {
  padding-left: 28px;
}
.fotr-contt li i {
  font-size: 12px;
  line-height: 22px;
  width: 22px;
}


/****About Page****/

.about-content .about-des {
  margin-top: 30px;
}
.about-des > h3 {
  font-size: 27px;
  margin-bottom: 15px;
}
.about-des .btn-common {
  margin-top: 25px;
}

.feature-wrapper .col-md-4.col-sm-6 {
  padding: 0 20px 0 50px ;
}


/*****Truck Page****/
.truck-image {
  width: 50%;
}


}

@media (max-width: 767px) {
/*****Header***/
.topbar-left > p {
  text-align: center;
}
.top_social {
  text-align: center;
  margin-top: 5px;
}
.main-header {
  padding: 18px 0;
}
.logo {
  text-align: center;
}
.logo img {
  height: 45px;
}
.head-info {
  margin: 10px 0 0 0;
  text-align: center;
}
.head-info li {
  margin-left: 0;
  margin-top: 12px;
  text-align: center;
  width: 100%;
}
.head-info li > span {
  margin-bottom: 5px;
  margin-right: 0;
  width: 100%;
}
.head-info li > span img {
  width: 25px;
}
.head-info li h3 {
  width: 100%;
  text-align: center;
}
#cssmenu > ul > li > a {
  line-height: 45px;
}


/*****HomePage***/
.bs-slider {
  max-height: 250px;
  width: 100%;
}
.bs-slider .carousel-inner {
  height: 250px;
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
  min-height: 250px;
}
.slide-text {
    padding: 0;
	width: 100%;
}
.slide-text > h4 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 35px;
}
.slide-text h1 {
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 15px;
}
.slide-text > p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
.slide-text > a.btn-default {
	font-size: 14px;
	line-height: 10px;
	margin-right: 10px;
	text-align: center;
	padding: 13px 25px;
}
.indicators-line > .carousel-indicators{
	display: none;
}


.white-section {
  padding: 30px 0;
}
.light-section {
  padding: 30px 0;
}
.heading {
  margin: 0 auto 30px;
  width: 100%;
}
.heading > h1 {
  color: #023669;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 5px;
  padding-bottom: 15px;
  position: relative;
  font-size: 30px;
}
.tabbable-line > .nav-tabs > li {
  margin-bottom: 5px;
  margin-right: 0;
  text-align: center;
  width: 100%;
}
.tabbable-line > .nav-tabs > li > a {
  font-size: 17px;
  line-height: 45px;
  width: 200px;
  display: inline-block;
}


.tabbable-line > .tab-content {
  padding: 25px;
}
.tabbable-line > .tab-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.btn-common {
  line-height: 40px;
  padding: 0 30px;
}
.abt-tabs {
  margin-bottom: 20px;
}

.testimonial-slider.testimonial .item {
  margin: 0 5px;
}
.testimonial-slider .testimonial-content {
  padding: 30px 25px 70px;
}
.testimonial-content::before {
  left: 10px;
  top: 10px;
}
.testimonial-content::after {
  bottom: 10px;
  right: 10px;
}
.testimonial-slider .testimonial-user-thumb {
  right: 0;
}

/****Footer****/
.footer-main {
  padding: 30px 0 10px;
}
.fotr-widget {
  margin-bottom: 30px;
}


/****About Page****/
.page-title {
  padding: 40px 0;
}
.page-title h2 {
  font-size: 30px;
  margin-bottom: 17px;
}
.page-title p {
  font-size: 17px;
  margin-bottom: 15px;
}
.about-content .about-des {
  margin-top: 20px;
}
.about-des > h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.about-des .btn-common {
  margin-top: 20px;
}


.feature-wrapper .col-md-4.col-sm-4 {
  padding: 0 15px;
}
.feature-col {
  margin-top: 60px;
  padding: 50px 20px 20px;
  text-align: center;
}
.feau-icon {
  left: 50%;
  margin-left: -30px;
  top: -30px;
}
.feau-des h4::before {
  left: 50%;
  margin-left: -20px;
}


/*****Trucks Page****/
.trucks {
  padding-right: 0;
}
.truck-wrapper .trucks:nth-child(2n+1) {
  padding-left: 0;
  padding-right: inherit;
}
.truck-image {
  padding: 0 0 10px;
  position: relative;
  width: 100%;
}
.truck-wrapper .trucks:nth-child(2n+1) .truck-image {
  padding: 0 0 10px;
}


/*****FAQ Page****/
.faq-accordian .panel-body {
  padding: 20px 40px 20px 10px;
  text-align: justify;
}
.faq-accordian .panel-body::before {
  font-size: 38px;
  right: 10px;
}


/*****Contact Page*****/
.cont-haeding > h3 {
  margin-top: 10px;
}
.contt-info {
  margin-bottom: 40px;
}


}
@media (min-width: 320px) and (max-width: 480px) {

.bs-slider {
  max-height: 200px;
  width: 100%;
}
.bs-slider .carousel-inner {
  height: 200px;
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
  min-height: 200px;
}
.slide-text {
    padding: 0;
	width: 100%;
}
.slide-text > h4 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 55px;
}
.slide-text h1 {
  font-size: 30px;
  line-height: 25px;
  margin-bottom: 15px;
}
.slide-text > p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 13px;
}
.slide-text > a.btn-default {
	font-size: 12px;
	line-height: 10px;
	margin-right: 10px;
	text-align: center;
	padding: 9px 14px;
}
.indicators-line > .carousel-indicators{
	display: none;
}



}









.career-job {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  padding: 30px;
}
.job-list-col {
  background: #e5e5e5 none repeat scroll 0 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  padding-left: 90px;
  padding-top: 10px;
  position: relative;
}
.job-icon {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  line-height: 85px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 77px;
}
.job-icon i {
  color: #f57d1f;
  font-size: 32px;
}
.job-des h4 {
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
  padding-bottom: 10px;
  position: relative;
}
.job-des h4::before {
  background: #f57d1f none repeat scroll 0 0;
  bottom: 0;
  content: ""; 
  height: 2px;
  left: -13px;
  position: absolute;
  width: 40px;
}
.job-des p {
  margin: 0;
}

.table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.ourSpportTable table thead th,
.ourSpportTable table tbody  td{
    padding: 5px 0 !importatnt;
}
.ourSpportTable th{
    background: #f57d1f;
    color: #fff;
}
.ourSpportTable tbody tr td{
    background: #f9eae7;
    font-weight: 600;
}
.ourSpportTable tbody tr:nth-child(even) td{
    background: #f5d2cc;
}
.ourSpportTable  tr th img,
.ourSpportTable tbody tr td img{ 
    width: 22px;
    margin-right: 10px; 
}

.headerModal .modal-content {
    
    border: 10px solid #f57d1f ;
}
.headerModal .modal-header{
    border: 0;
}
.headerModal .modal-header .close{
    position: absolute;
    right: -20px;
    top: -20px;
    background: #f57d1f;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 1;
    border: 3px solid #FFF ;
    color: #fff;
}
.headerModal .headerModal-formField input,
.headerModal .headerModal-formField select{
   background: #eee;
    border: 0;
    height: 40px;
}
.headerModal-ClickBtn{
   color: #fff !important;
    background: #f57d1f;
    height: 40px;
    margin-top: 12px !important;
    display: flex !important;
    align-items: center;
}
.headerModal-ClickBtn:hover{
    background-color: #f57d1f !important;
}
.headerModal-title{
  font-size: 22px;
    color: #2c4183;
    font-weight: 600;
}
.headerModal-optionsMain{
    margin-top: 20px;
}
.headerModal-options p{
    margin-bottom: 5px;
}
.headerModal-optionsBox{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.headerModal-options .form-check{
    margin-right: 10px;
}
.container {
    padding-bottom: 15px;
}
.gal-list img {
        width: 20px; /* Set your desired width */
        height: 15px; /* Set your desired height */
        object-fit: cover; /* Maintain aspect ratio and cover the container */
}
/* For browsers that do not support object-fit */
.gal-list img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

