@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap');

html {
  scroll-behavior: smooth;
}

body, p {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #737373;
}
b, strong {
    font-weight: 700;
    color: #181818;
}
.no-padding{
  padding: 0;
}

a:hover{
  text-decoration: none;
}
a:link , a:visited , a:hover, a:active{
    text-decoration: none;
    color: inherit;
    font-family: 'Source Sans Pro', sans-serif;
}
h1 , h2, h3, h1 p, h2 p, h3 p{
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 0.9;
  color: #181818;
  font-family: 'Red Hat Display', sans-serif;
}
h1 p{
    font-size: 32px;
}
.slick-slide {
    height: auto;
}
textarea:focus, input:focus,  select:focus{
    outline: none;
}
.small_title {
    color: #b6b6b6;
    font-weight: 400;
    letter-spacing: 2px;
}
/* ================ back to top =================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    left: 30px;
    bottom: 30px;
  }
}

/* ================ end back to top =================*/

/* ================ Loader =================*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}
/* ================ end Loader =================*/

/* ================ Header =================*/
.single-ab {
    background: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}
.single-ab h3 {
    padding-left: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}
.hero-banner.single-a .row-custom{
    margin-bottom: 0;
}
/* ================ End header  =================*/


/* ================ menu =================*/
ul.nav.navbar-nav {
    float: right;
}
ul.nav.navbar-nav li{
    list-style: none;
    display: inline-block;
    padding: 10px 15px;
}
ul.nav.navbar-nav li a {
    color: #181818;
    text-transform: uppercase;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    letter-spacing: 1;
}
.menu_slip .row-custom{
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 0;
}
/* ================ end menu =================*/


/* ================ banner =================*/
.hero-banner .row-custom {
    margin-left: 60px;
    margin-right: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    margin-bottom: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
}
/* ================ end banner =================*/

/* ================ two_column_layout =================*/
.two_column_layout_inner .left h1 {
    line-height: 44px;
    margin-bottom: 60px;
}
.left-inner-left {
    width: 80px;
    height: 3px;
    background: #ff6c30;
    float: left;
    margin-top: 15px;
}
.left-inner-right {
    float: left;
    width: 82%;
    padding-left: 15px;
    padding-right: 50px;
}
.description-row .right h3 {
    margin-top: 0;
    line-height: 30px;
}
.two_column_layout {
    margin-bottom: 120px;
}
/* ================ two_column_layout =================*/

/* ================ vehicles =================*/
.full-over-lay {
    position: absolute;
    background: #00000045;
    height: 100%;
    width: 100%;
}
.portfolio-item {
    margin: 15px;
    position: relative;
    overflow: hidden;
}
.caption {
    position: absolute;
    bottom: 15px;
    left: 5px;
    width: 94%;
}
.links {
    width: 100%;
    display: inline-block;
    position: relative;
}
.title.title-h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 25px;
}
.overlay{
    position: relative;
    z-index: 9;
}
.main_title h1 {
    line-height: 42px;
}
.pro-btn a {
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 2px solid #000;
    padding: 15px 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}
.pro-btn {
    text-align: right;
    padding-top: 50px;
}
.main_title {
    margin-bottom: 30px;
}
.overlay-circle {
    content: '';
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .5s .2s;
    transition: opacity .5s .2s;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    padding: 29px;
    left: -27px;
    top: -12px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1) 0s,opacity .4s ease 0s;
    box-sizing: content-box;
    background: rgba(255,108,48,0.7) !important;
    display: block;
    overflow: hidden;
}
.portfolio-item:hover .overlay-circle{
    opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.portfolio-item:hover .title.title-h4{
    z-index: 999;
}
.crt{
  display: inline-block;
  width: 100%;
}
.crt a {
    font-weight: 400;
    font-size: 14px;
    background: #eb5d30;
    padding: 2px 20px;
    margin-top: 10px;
    display: inline-block;
}
.portfolio-item:hover .crt a {
    background: #000
}
.product-custome-single-des {
    padding-left: 30px;
}
.product-custome-single-des h1{
    margin-top: 0;
}
.price {
    font-size: 32px;
    display: inline-block;
    color: #eb5d30;
    font-weight: bold;
    margin-top: 20px;
}
.info-row{
    margin-bottom: 10px;
}
.info-row .left {
    width: 30%;
    float: left;
}
.info-row .right{
    width: 70%;
    float: left;
}
.product-custome-single-des h4 {
    color: #be7e16;
    font-weight: bold;
    margin-top: 30px;
}
.buy button {
    padding: 10px 30px;
    border: 0;
    background: #000;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-top: 25px;
}
.buy-d {
    display: inline-block;
    width: 100%;
    margin-top: 28px;
    font-size: 20px;
    font-weight: bold;
    color: #eb5d30;
}
.buy a {
    padding: 10px 30px;
    border: 0;
    background: #000;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-top: 25px;
}
.buy {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.post-single {
    margin-bottom: 80px;
}
.post-single  .img {
    margin-bottom: 30px;
}
.more-tab{
  margin-bottom: 30px;
}
/* ================ end vehicles =================*/

/* ================ services_layout =================*/
.services-list .icon svg {
    width: 60px;
    height: 60px;
    color: #ff6c30;
}
.services-list .icon{
    margin-bottom: 40px;
}
.services-list {
    margin-bottom: 70px;
    padding-right: 20px;
}
.services-list h3 {
    font-size: 20px;
}
.services_inner {
    margin-top: 50px;
}
.services_layout {
    margin-bottom: 120px;
}
/* ================ end services_layout=================*/

/* ================ testimonials =================*/
.row-custom {
    margin-left: 60px;
    margin-right: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 120px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.testimonials-box {
    margin: 20px;
    padding: 20px;
    background: #fff;
    display: inline-block;
    text-align: center;
}
.testimonials-box .icon {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.testimonials-box .icon img {
    display: inline-block;
}
.testimonials-box .postisions {
    padding-bottom: 50px;
    padding-top: 0px;
}
.clientname h3 {
    font-size: 18px;
    margin-bottom: 5px;
}
.clientposition {
    color: #ff6c30;
}
/* ================ end testimonials  =================*/

/* ================ box_layout  =================*/
.box_layout .row-custom {
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 10px;
}
.box_layout_in {
    width: 75%;
    padding: 50px;
    text-align: center;
    margin: 0 auto;
    border: 10px solid #fff;
}
.box_layout_in h1 {
    color: #ff6c30;
    line-height: 45px;
}
.box_layout .slick-dots {
    bottom: -35px;
}
.box_layout .slick-dots li button:before {
    font-size: 12px;
}
.box_layout .slick-dots li {
    width: 15px;
    margin: 0 2px;
}
.box_layout .slick-dots li.slick-active button:before {
    color: #1e2d43;
}
/* ================ end box_layout  =================*/

/* ================ partners  =================*/
.partners{
    margin-bottom: 20px;
}
.partners_inner_img img {
    width: 100%;
}
.partners_inner_img{
    margin: 10px;
}
.call_center .row-custom {
    margin-bottom: 0;
}
/* ================ end partners  =================*/

/* ================ call_center  =================*/
.call_center .title h1{
    color: #fff;
    line-height: 42px;
}
.call_center .title {
    padding-bottom: 35%;
    padding-top: 5%;
}
.contact input, .contact textarea {
    padding: 15px;
    width: 100%;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
}
.contact .xw {
    width: 31.4%;
    float: left;
    margin: 10px;
}
.contact .xwe {
    margin: 10px;
    float: left;
    width: 98%;
}
.xwe-btn input {
    width: auto;
    padding: 15px 35px;
    background: #181818;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3;
    text-transform: uppercase;
    color: #fff;
}
.xwe-btn {
    width: 98%;
    float:left;
    text-align: center;
    margin-top: 20px;
}
.form-inner {
    background: #fff;
    width: 100%;
    display: inline-block;
    padding: 40px 40px 60px 40px;
    margin-top: -35%;
}
.form-inner {
    border-bottom: 5px solid #ff6c30;
}
/* ================ End call_center  =================*/

/* ================ footer  =================*/

.footer_inner .left img{
    margin-bottom: 30px;
}
.footer_inner .left i{
    color: #eb5d30;
    margin-right: 10px;
}
.footer_inner .left{
    font-size: 15px;
}
.footer_inner .address {
    border-bottom: 1px solid #cecece;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.footer_inner .x {
    margin-bottom: 5px;
}
.footer_inner .footer-title {
    float: left;
    margin-top: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
	    width: 100%;
    margin-bottom: 25px;
}
.footer_inner ul {
    float: left;
    list-style: none;
    padding-left: 8px;
    margin-top: 5px;
}
.footer_inner ul li {
    display: inline-block;
}
.footer-bottom .row-custom {
    background-color: #f6f6f6;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0px;
}
.footer-menu ul#menu-primary-menu-1 {
    padding-left: 0;
}
.footer-menu ul#menu-primary-menu-1 li {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
    color: #181818FF;
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
    padding-top: 10px;
}
.footer-menu ul#menu-primary-menu-1 li a{
    color: #181818FF;
}
.x a {
    color: #eb5d30;
}
.footer-bottom .left {
    text-align: center;
    color: #eb5d30;
}
.footer .row-custom{
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-top: 60px;
}
.vf {
    background: #181818;
    padding: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1;
}
.social-row {
    display: inline-block;
    width: 100%;
    margin-bottom: 30;
}

/* ================ End footer  =================*/
section#services {
    margin-top: 80px;
}
section#services, section#about_us, section#contact_us {
    scroll-margin-top: 120px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    float: left;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ff6c30;
    float: left;
}
/* ================ Responsive  =================*/
@media(max-width: 1200px){
  .row-custom {
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    margin-bottom: 0px;
  }
  .hero-banner .row-custom {
    margin-left: 30px;
    margin-right: 30px;
  }
  nav.navbar {
    width: 100%;
  }
  h1 {
    font-size: 28px;
  }
  h3 {
    font-size: 20px;
  }
  .two_column_layout_inner .left h1 {
    line-height: 34px;
    margin-bottom: 30px;
  }
  .description-row .right h3 {
    margin-top: 0;
    line-height: 24px;
  }
  .container {
    width: 97%;
  }
  .left-inner-left {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .testimonials_section {
    margin-bottom: 100px;
  }
  .two_column_layout_inner img{
    display: none;
  }
}
@media(max-width: 991px){
  ul.nav.navbar-nav {
    float: none;
    width: 100%;
    text-align: center;
  }
  ul.nav.navbar-nav li {
      padding: 10px 10px;
  }
  ul.nav.navbar-nav li a {
    font-size: 13px;
  }
  .partners_inner, .slider-center, .box_layout_inner, .slider-inner{
    display: inline-block;
    width: 100%;
  }
  .main_title h1 {
    line-height: 34px;
  }
  .footer-menu {
    min-height: 420px;
  }
  .box_layout_in {
    width: 85%;
  }
  .box_layout_in h1 {
    line-height: 34px;
  }
  ul.nav.navbar-nav {
    float: left;
    width: 100%;
  }
  .img-responsive{
    display: inherit;
  }
  .navbar-header {
      float: none;
  }
  a.logo {
      display: inline-block;
      text-align: center;
      width: 100%;
  }
  .post-single .row-custom {
    margin-bottom: 60px;
    padding-top: 0px;
  }
  .product-custome-single-des {
    padding-left: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .post-single {
    margin-bottom: 0px;
  }
  .footer-title.rt {
    width: 100%;
  }
  .single-ab {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
  }
}
@media(max-width: 767px){
  .two_column_layout_inner .left h1 br, .main_title h1 br, .box_layout_in h1 br{
    display: none;
  }
  .left-inner-right {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .container {
    width: 100%;
  }
  .two_column_layout, .services_layout {
    margin-bottom: 60px;
  }
  .pro-btn a {
    display: inline-block;
    width: 100%;
  }
  .pro-btn {
      text-align: center;
      padding-top: 10px;
  }
  .portfolio-item {
    margin: 0;
    margin-bottom: 15px;
  }
  .services-list .icon {
    margin-bottom: 0px;
  }
  .testimonials-box {
    margin: 10px;
    padding: 10px;
  }
   .row-custom {
    margin-left: 0px;
    margin-right: 0px;
    /*display: inline-block;*/
  }
  .page-id-133 .row-custom {
    display: inline-block;
  }
  .hero-banner .row-custom {
    margin-left: 0px;
    margin-right: 0px;
  }
  .contact .xw {
    width: 96%;
  }
  .navbar-toggle {
    border: 1px solid #eb5d30;
    border-radius: 0;
  }
  .navbar-toggle .icon-bar {
    background: #000;
  } 
  ul#menu-primary-menu {
    padding-left: 0;
    background: #000;
    margin-top: 10px;
    margin-bottom:10px;
  }
  ul#menu-primary-menu li{
    width: 100%;
    padding: 10px 15px;
  }
  ul#menu-primary-menu li a{
    color: #fff;
  }
  .two_column_layout_inner{
    padding: 0;
  }
  .form-inner {
    padding: 40px 25px 60px 25px;
  }
  .footer_inner .footer-title {
    margin-bottom: 6px;
  }
  .footer_inner .x {
    display: inline-block;
  }
  .hero-banner .row-custom {
    margin-bottom: 50px;
  }
  a.logo {
    width: auto;
  }
  .navbar {
    margin-bottom: 0px;
  }
  .navbar-collapse {
    padding-right: 0;
  }
  .hero-banner{
    margin-top: 15px;
  }
  h3 {
    font-size: 20px;
    display: inline-block;
  }
  .post-single .row-custom {
    margin-bottom: 0px;
    padding-top: 0px;
  } 
  .more-tab {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
  }
  .info-row {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
  }
  .post-single {
    margin-top: 30px;
  }
  .footer-menu {
    min-height: 0;
    margin-bottom: 30px;
    display: inline-block;
  }
	.buy-d {
    display: none;
	}
}

/* ================ End Responsive  =================*/