:root {
  --body-bg: #0e0d0c;
  --theme-color:#0c142e;
  --body-color: #0c142e;
  --title-color: #db681c;
  --title-font:
  "Montserrat", sans-serif;
  --body-font:
  "Poppins", sans-serif;
  --main-container: 1270px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s
}
body {
  padding: 0;
  margin: auto;
  font-family: var(--body-font);
}
.slick-slide:focus,button:focus,a:focus,a:active,input,input:hover,input:focus,input:active,textarea,textarea:hover,textarea:focus,textarea:active {
  outline: none
}
a {
  color: #090909;
  text-decoration: none;
  outline: 0;
  transition: all ease .4s;
}

dl, ol, ul {
  margin: 0 !important;
  padding-left: 0;
}
a:active,a:focus,a:hover,a:visited {
  text-decoration: none;
  outline: 0
}
button {
  transition: all ease .4s
}
img {
  max-width: 100%;
  height: auto;
}
li{
  list-style: none;
  font-family: var(--body-font);
}
p {
  margin: 0 0 18px 0;
  line-height: 1.63;
}
.h1,h1 {
  font-size: 48px;
  font-family: var(--title-font);
}

.h2,h2 {
  font-size: 40px;
  font-family: var(--title-font);
}

.h3,h3 {
  font-size: 36px;
  font-family: var(--title-font);
}

.h4,h4 {
  font-size: 28px;
  font-family: var(--title-font);
}

.h5,h5 {
  font-size: 24px;
  font-family: var(--title-font);
}

.h6,h6 {
  font-size: 20px
}

/* css */
.main__logo img{
  width: 335px;
  height: auto;
  margin-top: 50px;
}
.header-top{
  background-color: var(--theme-color);
  margin: 0px 80px;
  padding: 8px 0px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  z-index: 9;
}
.header-links ul{
  display: block;
  align-items: center;
  background: #ffffff8c;
  border-radius: 10px;
  padding: 4px 0px;
}
.header-links ul li{
  display: flex;
  padding: 0px 10px;
  align-items: center;
}
/* .header-links{
  padding: 60px 0px 60px 0px;
} */
.header-links ul li a{
 font-size: 16px;
 font-weight: 600;
 color: #fff;
 font-family: var(--title-font);
}
.header-links ul li a:hover{
  color: var(--title-color);
}
.header-links-1 ul li a:hover{
  color: #000;
}
.header-links ul li i {
  margin-right: 20px;
  color: #ffffff;
  background-color: var(--title-color);
  border-radius: 50%;
  padding: 15px 17px;
  height: 50px;
  width: 50px;
  font-size: 21px;
}
.header-links ul li p {
  margin-bottom: 0px;
  font-size: 15px;
  color: #000;
}
.header-links-1 {
  align-items: center;
  display: flex;
  justify-content: end;
}
.header-links-1 ul li{
  float: right;
  color: #fff;
}
.header-links-1 ul li a{
  margin-left: 10px;
}
.header-links-1 {
  padding-right: 40px;
}

.header-line ul li{
  color: #fff;
  font-size: 16px;
}
.tab-links li a{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.tab-links li a:hover{
  color: var(--theme-color);
}
.header-layout1 {
   padding: 2px 80px;
} 
.logo{
  max-width: 170px;
  height: auto;
  display: block;
  padding: 0px;
}
.tabs {
  align-items: center;
}
.tabs li a{
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 0px 10px;
  font-family: var(--body-font);
}
.tabs li a:hover{
  color: var(--theme-color);
}
.primary-button {
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 13px 32px;
  border: none;
  cursor: pointer;
  font-family: var(--title-font);
}
.primary-button:hover{
  background-color: var(--title-color);
  transition: 400ms;
  color: #fff;
}
.secondery-button {
  background-color: var(--title-color);
  color: #ffffff;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 13px 32px;
  border: none;
  cursor: pointer;
  font-family: var(--title-font);
}
.secondery-button:hover{
  background-color: var(--theme-color);
  transition: 400ms;
  color: #fff;
}
.main_header {
  z-index: 1;
  position: relative;
}
header.top_main_header {
  position: absolute;
  top: 0px;
  width: 100%;
}
.banner-bg{
  position: relative;
  background-image: url(../images/bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0px;
  width: 100%;
}
.banner-bg-mask{
  padding: 100px 0px;
}
.banner-heading{
  padding: 200px 0px;
  text-align: center;
}
.banner-heading h3 {
  color: #ffffff;  
  font-family: var(--title-font);  
  font-weight: 700; 
  font-size: 72px;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 120px;
  filter: drop-shadow(3px 6px 0px #000);
}
.banner-heading h3 span{
  color: var(--title-color);
}
.banner-heading-button{
  margin-top: 30px;
  display: flex;
  justify-content: space-evenly;
}
.banner-heading-button a{
  margin-right: 30px;
}
.navbar-nav.nav {
  display: flex;
  align-items: center;
}

.double-header{
   position: absolute;
   bottom: -50px;
    left: 0;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #ffffff36;
}
.double-header ul li a{
  font-size: 18px;
  color: #fff;
  font-family: var(--title-font);
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 12px 35px !important;
}
.double-header ul li a:hover{
  transition: 400ms ;
  background-color: var(--title-color);
  color: #fff;
}

.footer-bg{
  padding: 80px 150px;
  background-color: #bdedf747;
}
.footer-text {
  color: #020202;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-top: 20px;
}
.copyright-text {
  color: #ffffff;
  font-size: 13px;
}
.copyright-text a {
  color: #ffffff;
  font-size: 13px;
}
.footer-menu ul li{
  padding: 8px 0px;
  border-bottom: 1px dotted #ff000d57;
}
.footer-menu ul li a{
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
}
.footer-menu ul li a:hover{
  color: var(--title-color);
  letter-spacing: 1px;
}

.footer-menu ul li a i{
  margin-right: 15px;
  color: var(--title-color)
}
.footer-menu h4{
 color: #ffffff;
 font-family: var(--title-font);
 font-weight: 500;
 font-size: 26px;
 margin-bottom: 10px;
 padding-bottom: 6px;
}
.addres-tag{
  margin-left: 30px;
}
.copyright-wrap {
  background: #000000eb;
  padding-top: 10px;
}
.form_page{
  background-color: #ffffff8f;
  padding: 20px;
  border-radius: 8px;
}
.input_form{
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 6px;
  margin: 10px 0px;
  font-size: 14px;
  background-color: #e7e7e7;
  border-radius: 5px;
  color: #000;
}
.form_label h5{
  font-size: 20px;
  color: #000;
}
.form_page h4{
  font-size: 24px;
  color: #000;
  margin-bottom: 25px;
}
.radio_btn{
  font-size: 19px;
  color: #000;
}
.page_wrapper{
  background-image: url(../images/pattern.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}

.gallery-bg{
  padding: 80px 0px;
  background-color: #ffffffb3;
}
.g_img{
  border-radius: 14px;
}
.section_title{
  text-align: center;
  text-transform: capitalize;
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #000000;
}
.cars-box img{
  width: 300px;
  height: 200px;
}
.cars-box h5{
  font-size: 24px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 30px;
}
.secondry-btn {
  margin-top: 30px;
}
.marque{
  padding: 50px 10px;
  background-color: #000;
}
.dash{
width: 80px;
height: 6px;
background-color: var(--title-color);
}
.marque span{
  color: #fff;
  font-size: 45px;
  font-weight: 600;
}
.about-page{
  background-image: url(../images/bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.about_page_bg{
  padding: 80px 0px;
  background-color: #000000bd;
}
.about_page_bg h3{
  color: #fff;
}
.about_page_bg p{
  color: #fff;
}
.box-icon img{
  background-color: var(--title-color);
  padding: 10px;
  border-radius: 3px;
}
.box-icon {
  display: flex;
  align-items: flex-start;
  padding:25px 0px;
}
.about-service-box {
  margin-left: 12px;
}
.about-service-box h4{
  color: #fff;
  font-size: 23px;
  font-weight: 600;
}
.about-service-box p{
  color: #fff;
  font-size: 16px;
}
.read-more a{
  font-size: 18px;
  color: var(--title-color);
  text-decoration: underline;
  font-weight: 600;
}
.service-page{
  background-image: url(../images/pattern-2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-attachment: fixed;
}
.service_bg{
  padding: 80px 0px;
  background-color: #191919ed;
}
.contact_wrapper{
  padding: 80px 0px;
  position: relative;
}
.contact_bg{  
  margin: 0px 40px;
  padding: 30px;
  background: #0c0c0ce9 url(../images/contact-bg.svg) no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 45px;
}
.section-heading h4{
  color: #fff;
  font-size: 38px;
}
.section-heading h5{
  color: #fff;
  font-size: 30px;
}
.section-heading p{
  color: #fff;
  font-size: 17px;
}
.service_title{
  text-align: center;
  text-transform: capitalize;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
.service-page p{
  color: #fff;
  font-size: 16px;
  margin-bottom: 50px;
}
.service-box{
    position: relative;
    background-color: #000;
    border-radius: 30px;
    padding: 30px 25px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}
.service-box h4{
  font-size: 23px;
  color: #ffffff;
  margin: 20px 0px;
}
.service-box p{
  font-size: 15px;
  color: #cccccc;
}
.service-box:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background-color: var(--title-color);
  border-radius: 500px 500px 0 0;
  transition: all 0.5s ease-in-out;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0;
}
.service-box:hover::before{
    top: 0;
    border-radius: 0;
    opacity: 1;
}
.service-box:hover .service-head{
  position: relative;
}
.service-box:hover .service-head p{
  position: relative;
  color: #fff;
}
.service-head {
  text-align: left;
  margin-bottom: 20px;
}
.service-head img{
  background-color: var(--title-color);
  padding: 8px;
  border-radius: 4px;
}
.footer-page {
  background: #191919;
  padding-top: 60px;
}
.widget-area{
  background-color: #000;
  padding: 60px 40px;
  border-radius: 40px;
  margin-bottom: 60px;
}
.disc{
  width: 80px;
  height: 3px;
  background-color: var(--title-color);
}
.about_c_1{
  display: flex;
  align-items: center;
}
.about_c_1 img{
  border-radius: 17px;
}
.about_c_1{
  justify-content: center;
}
.contact-image img{
  border-radius: 40px;
}
.test-box{
  padding: 20px;
  background-color: #000;
  border-radius: 14px;
  margin-top: 40px;
}
.test-box h4{
  font-size: 28px;
  color: #fff;
  margin: 10px 0px;
}
.test-box p{
  font-size: 17px;
  color: #fff;
}
.test-box img{
  width: 150px !important;
  height: auto;
}
.test_wrapper{
    background-color: #191919;
}
.test_bg{
padding: 60px 0px;
color: #fff;
text-align: center;
}
 /* breadcumb css */
.breadcrumb_heading {
  font-size: 38px;
  color: #fff;
}
.breadcumb-bg {
  padding: 90px 0px;
  background-color: #00000078 ;
}
.breadcrumb-area {
  background-image: url(../images/breadcumb.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
 /* pages css */
 
.main_top_main_header{
  position: relative;
  top: 0px;
  width: 100%;
  background-color: #0c142e;
  padding-bottom: 50px;
}
.double-header_2 {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  justify-content: center;
  border-bottom: 1px solid #ffffff36;
}
.double-header_2 ul{
  padding-left: 60px;
}
.double-header_2 ul li a{
  font-size: 18px;
  color: #fff;
  font-family: var(--title-font);
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 12px 35px !important;
}
.double-header_2 ul li a:hover{
  transition: 400ms ;
  background-color: var(--title-color);
  color: #fff;
}
.page_wrapper_2{
  padding: 80px 0px;
}
.gallery_img img{
  border-radius: 15px;
  margin: 10px 0px;
}
.about-sec h3{
   font-size: 35px;
   color: #000;
   font-weight: 600;
}
.about-sec div {
  font-size: 27px;
  color: #fff;
  padding: 15px 25px;
  background-color: var(--title-color);
  text-align: center;
  text-transform: capitalize;
  margin-top: 40px;
  border-radius: 7px;
}
.about-sec img{
  border-radius: 12px;
}
.services_images img{
  border-radius: 20px;
}
.services_page_box h4{
  font-size: 32px;
  font-weight: 600;
  text-decoration: underline #979797;
}
.gap{
  padding: 30px 0px;
}
.services_page_box {
  align-items: center;
  display: flex;
  background: var(--title-color);
  color: #fff;
  padding: 15px 25px;
  border-radius: 20px;
}
.contact__info-icon {
  width: 50px;
  height: 50px;
  background-color: var(--title-color);
  border-radius: 50%;
  color: #fff;
  display: grid;
  place-items: center;
  margin-right: 20px;
}
.svg-inline--fa{
  height: 25px;
}
.contact__info-item {
  display: flex;
  margin: 20px 0px;
}
.contact_info h3{
  font-size: 32px;
  font-weight: 600;
  color: #000;
  margin-bottom: 35px;
}
.form-control{
  width: 100%;
  padding: 10px;
  margin: 15px 0px;
  background-color: #fff;
  outline: none;
  color: #000;
}
.contact_form{
  padding: 25px;
  background-color: #fcf2ec;
  text-align: center;
  border-radius: 8px;
}
.contact_form h4{
  font-size: 32px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.get-quote-title{
  font-size: 32px;
  color: #000;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: capitalize;
  text-align: center;
}
.seo_tags h1{
  font-size: 24px;
  color: #000;
  text-align: center;
}

.seo_tags p{
  font-size: 16px;
  color: #000;
  text-align: center;
}
