@import url(https://fonts.googleapis.com/css?family=Lato);
@import "css/bootstrap.min.css";
@import "css/mega_menu.css";
@import "css/font-awesome.min.css";
@import "css/owl.carousel.css";
@import "css/settings.css";
@import "css/responsive.css";

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}

a {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:focus {
  text-decoration: none !important;
}

a:focus,
a:hover {
  color: #c00000;
  text-decoration: none !important;
}

a,
input {
  outline: medium !important;
  color: #c00000;
}

.uppercase {
  text-transform: uppercase;
}

h2,
h3,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #363636;
  margin-top: 0;
  text-transform: uppercase;
}

h2 {
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}

h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

ul {
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #232323;
  border-top: 0;
}

::-moz-selection {
  background: #c00000;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #c00000;
  color: #fff;
  text-shadow: none;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: square inside;
  padding: 0;
  margin: 0;
  line-height: 30px;
}

.mega-menu.desktopTopFixed .menu-list-items {
  background: rgba(255, 255, 255, 0.8);
  height: 80px;
  padding: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  position:fixed;
  top: 0;
  width: 100%;
  left: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  overflow: hidden; /* Fixed invalid value */
  -webkit-overflow-scrolling: touch;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex; /* Ensure contents are flex-aligned */
  align-items: center; /* Vertically center items */
  justify-content: space-between; 
}
.mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img {
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
  background-size:cover;
  display:block;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  -ms-background-size:cover;
  background-position: center;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.page-section-ptb {
  padding: 80px 0;
}

.text-red {
  color: #c00000;
}

.text-white {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.gray-bg {
  background: #f6f8f9;
}

.section-title {
  margin-bottom: 60px;
  text-align: center;
}

.section-title .separator {
  position: relative;
  margin-top: 10px;
  display: inline-block;
}

.section-title h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
}

.section-title span {
  margin-bottom: 10px;
  display: block;
}

.section-title .separator:after {
  width: 100px;
  display: block;
  margin: auto;
  content: "";
  height: 1px;
  background: #c00000;
  bottom: 0;
  left: 50%;
  transition: width 0.8s ease, background-color 0.8s ease;
  -webkit-transition: width 0.8s ease, background-color 0.8s ease;
  -o-transition: width 0.8s ease, background-color 0.8s ease;
  -ms-transition: width 0.8s ease, background-color 0.8s ease;
  -moz-transition: width 0.8s ease, background-color 0.8s ease;
}

.section-title .separator:before {
  content: "";
  display: block;
  margin: auto;
  left: 50%;
  height: 1px;
  width: 50px;
  bottom: -15px;
  background: #c00000;
  transition: width 0.8s ease, background-color 0.8s ease;
  -webkit-transition: width 0.8s ease, background-color 0.8s ease;
  -o-transition: width 0.8s ease, background-color 0.8s ease;
  -ms-transition: width 0.8s ease, background-color 0.8s ease;
  -moz-transition: width 0.8s ease, background-color 0.8s ease;
  margin-bottom: 6px;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  height: auto;
  line-height: 1.33333;
  padding: 12px 18px;
  background: 0 0;
  color: #626262;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #c00000;
}

.form-control {
  border: 1px solid #e3e3e3;
}

.form-control::-moz-placeholder {
  color: #626262;
}

.form-control::-ms-input-placeholder {
  color: #626262;
}

.form-control::-webkit-input-placeholder {
  color: #626262;
}

.button {
  text-align: center;
  background: #c00000;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  vertical-align: middle;
  padding: 8px 20px;
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -ms-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #323232;
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -ms-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -ms-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  transition-property: transform;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -ms-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.button:hover,
.button:focus,
.button:active {
  color: #fff;
}

.button:hover:before,
.button:focus:before,
.button:active:before {
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.5);
  -ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.5);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.5);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.5);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.5);
}

.button.border {
  background: 0 0;
  border: 1px solid #e3e3e3;
  color: #323232;
}

.button.border:before {
  background: #c00000;
}

.button.border:hover,
.button.border:focus,
.button.border:active {
  color: #fff;
  border-color: #c00000;
}

.button.border:focus,
.button.border:active {
  color: #fff;
  border-color: #c00000;
}

.button.border:focus,
.button.border:active {
  color: #c00000;
  border-color: #fff;
}

#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden !important;
  right: 0;
  z-index: 999999;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center img {
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
  margin: 0 auto;
}

.objects-car {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.objects-left {
  position: absolute;
  height: 100%;
  width: 100%;
  left: -20%;
  bottom: 0;
  z-index: -1;
}

.objects-left .objects-1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.objects-right {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
  left: 20%;
}

.objects-right .objects-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.welcome-block.objects-car {
  overflow: hidden;
  position: relative;
}

.bg-2 {
  background: url(images/bg/02.jpg);
  background-clip: initial;
  background-color: transparent;
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
  background-attachment: fixed;
}

.bg-3 {
  background: url(images/bg/03.jpg);
  background-clip: initial;
  background-color: transparent;
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
  background-attachment: fixed;
}

.bg-4 {
  background: url(images/bg/bg.gif);
  background-clip: initial;
  background-color: transparent;
  background-origin: initial;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.bg-5 {
  background: url(images/bg/05.jpg);
  background-clip: initial;
  background-color: transparent;
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.portfolio-main {
  background: url(images/objects/bg.jpg);
  background-position: bottom;
}

.page-section-ptb {
  padding: 80px 0;
}

.bg-overlay-black-70:before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-90:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#header.defualt {
  background: 0 0;
  z-index: 999;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

/* #logo{
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-top: -50px; */
/* } */
.mega-menu .menu-logo {
  padding: 20px 0;
  /* margin-bottom: 50px; */
}

.mega-menu .menu-logo img { /*logo updation !!*/
  height: 65px;
  width: 100%;
  margin-top: 20px;
  padding-top: -50px;
  padding-bottom: -60px;
  margin-top: -30px;
  display: flex;

  /* margin-bottom: 200px; */
}
.mega-menu .menu-links > li > a {
  line-height: 0px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  margin-top: 20px;
}

.mega-menu .menu-links > li:last-child > a {
  padding-right: 0;
}

.mega-menu .row {
  margin-left: 0;
  margin-right: 0;
}

.mega-menu .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.tp-caption.button.red {
  color: #fff !important;
}

.welcome-block p {
  padding: 0 100px;
  margin-top: 20px;
  display: block;
}

.welcome-block p strong {
  font-style: italic;
}

.welcome-block .halp-call {
  margin-top: 80px;
}

.welcome-block .halp-call img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 5px;
}

.welcome-block .halp-call span {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
}

.feature-box i {
  text-align: center;
  width: 80px;
  height: 80px;
  font-size: 30px;
  line-height: 80px;
  background: #f6f6f6;
  display: inline-block;
  border-radius: 50%;
  color: #969696;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.feature-box h6 {
  position: relative;
  padding-bottom: 10px;
}

.feature-box h6:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #c00000;
  left: 50%;
  margin-left: -10px;
  bottom: 0;
}

.feature-box p {
  padding: 0;
}

.feature-box:hover i {
  background: #c00000;
  color: #fff;
}

.custom-block-1 {
  padding: 82px;
}

.custom-block-1 h2 {
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
}

.custom-block-1 span {
  font-size: 20px;
  font-style: italic;
  display: block;
  color: #999;
  font-weight: 600;
  display: block;
  margin: 15px 0;
}

.custom-block-1 strong {
  font-size: 40px;
  font-weight: 700;
  margin: 15px 0;
  display: block;
}

.custom-block-1 p {
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

.custom-block-1 a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #c00000;
}

.custom-block-1 a:hover {
  color: #323232;
}

.owl-item {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .owl-nav {
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  width: 100%;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
}

.owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-indent: inherit;
  left: 0;
  width: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
}

.owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-indent: inherit;
  right: 0;
  width: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
}

.owl-carousel .owl-nav .owl-prev i {
  padding-left: 0;
}

.owl-carousel .owl-nav i {
  font-size: 20px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 42px;
  padding-left: 2px;
  display: inline-block;
  color: #c00000;
  background: #fff;
  border: 1px solid #e3e3e3;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.owl-carousel .owl-nav i:hover {
  background: #c00000;
  color: #fff;
  border-color: #c00000;
}

.owl-carousel:hover .owl-nav {
  opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
  left: -2%;
}

.owl-carousel:hover .owl-nav .owl-next {
  right: -2%;
}

.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  margin-top: 20px;
}

.owl-carousel .owl-dots {
  display: inline-block;
  position: relative;
  text-indent: inherit;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #a5a5a5;
  border-radius: 30px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #c00000;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #c00000;
  width: 24px;
}

.blog-1 .blog-content {
  padding-left: 30px;
}

.blog-1 .blog-content a.link {
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  line-height: 24px;
  font-size: 18px;
  color: #363636;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  display: block;
  margin-bottom: 20px;
}

.blog-1 .blog-content a.link:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #c00000;
  left: 0;
  bottom: 0;
}

.blog-1 .blog-content a.link:hover {
  color: #c00000;
}

.blog-1 .blog-content p {
  margin-top: 25px;
}

.blog-1 .blog-content a.button {
  margin-top: 20px;
  display: inline-block;
}

.testimonial-1 .testimonial-block .testimonial-avtar {
  margin-top: -65px;
  position: relative;
  z-index: 1;
}

.testimonial-1 .testimonial-block .testimonial-avtar img {
  width: 80px;
  height: 80px;
  display: inline-block;
  border: 4px solid #fff;
  border-radius: 50%;
}

.testimonial-1 .testimonial-block .testimonial-avtar h6 {
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  color: #c00000;
  margin-bottom: 0;
}

.testimonial-1 .testimonial-block .testimonial-box {
  background: #f9f9f9;
  padding: 20px;
}

.testimonial-1 .testimonial-block .testimonial-content {
  margin-top: 20px;
  color: #999;
}

.testimonial-1 .testimonial-block .testimonial-content i {
  font-size: 28px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.testimonial-1 .testimonial-block .testimonial-image {
  overflow: hidden;
}

.testimonial-1 .testimonial-block .testimonial-image img {
  position: relative;
  transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.testimonial-1 .testimonial-block:hover .testimonial-image img {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.testimonial-1 .testimonial-block:hover .testimonial-content i {
  color: #c00000;
}

.border-new {
  border: 2px solid #e0e0e0;
}

.car-item {
  position: relative;
  overflow: hidden;
}

.car-item .car-content {
  background: #fff;
  padding: 20px;
}

.car-item .car-content a {
  font-size: 16px;
  font-weight: 600;
  color: #c00000;
  margin-bottom: 10px;
  display: block;
}

.car-item .car-content a:hover {
  color: #363636;
}

.car-item .price span {
  color: #363636;
  font-weight: 700;
  font-size: 16px;
}

.car-item .price span.old-price {
  color: #999;
  text-decoration: line-through;
  padding-right: 5px;
  font-size: 13px;
  font-weight: 400;
}

.car-item .separator {
  margin-bottom: 15px;
}

.car-item .separator:after {
  width: 50px;
  display: block;
  margin: auto;
  content: "";
  height: 1px;
  background: #000;
  bottom: 0;
  left: 50%;
  transition: width 0.8s ease, background-color 0.8s ease;
  -webkit-transition: width 0.8s ease, background-color 0.8s ease;
  -o-transition: width 0.8s ease, background-color 0.8s ease;
  -ms-transition: width 0.8s ease, background-color 0.8s ease;
  -moz-transition: width 0.8s ease, background-color 0.8s ease;
}

.car-item .separator:before {
  content: "";
  display: block;
  margin: auto;
  left: 50%;
  height: 1px;
  width: 30px;
  bottom: -10px;
  background: #000;
  transition: width 0.8s ease, background-color 0.8s ease;
  -webkit-transition: width 0.8s ease, background-color 0.8s ease;
  -o-transition: width 0.8s ease, background-color 0.8s ease;
  -ms-transition: width 0.8s ease, background-color 0.8s ease;
  -moz-transition: width 0.8s ease, background-color 0.8s ease;
  margin-bottom: 4px;
}

.car-item .car-list {
  background: #fff;
  color: #363636;
  overflow: hidden;
  bottom: 144px;
  height: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.car-item .car-list li {
  line-height: 38px;
  color: #999;
}

.car-item .car-list li i {
  padding-right: 3px;
}

.car-item:hover .car-list {
  height: 40px;
  border-bottom: 1px solid #f6f6f6;
}

.car-item .car-image {
  position: relative;
  overflow: hidden;
}

.car-item .car-overlay-banner {
  background: rgba(219, 45, 46, 0.7);
  position: absolute;
  top: -100%;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

.car-item .car-overlay-banner ul {
  left: 0;
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
}

.car-item .car-overlay-banner ul li {
  display: inline-block;
}

.car-item .car-overlay-banner ul li a {
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

.car-item .car-overlay-banner ul li a:hover {
  background: #fff;
  color: #c00000;
}

.car-item:hover .car-overlay-banner {
  opacity: 1;
  top: 0;
}

.play-video .play-video-bg {
  padding: 100px 0 300px;
  position: relative;
}

.play-video .play-video-bg h3 {
  line-height: 40px;
  margin-bottom: 0;
}

.play-video .video-info {
  margin-top: -200px;
  position: relative;
  z-index: 1;
}

.play-video .video-info a {
  width: 90px;
  height: 90px;
  padding: 8px;
  background: 0 0;
  border: 2px solid #fff;
  display: inline-block;
  margin: 0 auto;
  border-radius: 50%;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 9999;
  font-size: 20px;
}

.play-video .video-info a i {
  width: 70px;
  height: 70px;
  line-height: 72px;
  background: #fff;
  color: #c00000;
  border-radius: 50%;
  padding-left: 4px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.play-video .video-info a:hover i {
  background: #323232;
  color: #fff;
}

.play-video .video-info:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.car-top {
  width: 85px;
  position: fixed;
  bottom: -180px;
  right: 30px;
  z-index: 9999;
  opacity: 1;
  cursor: pointer;
}

.car-top:before,
.car-top:after {
  content: "";
  position: absolute;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.car-top:hover:before,
.car-top:hover:after {
  opacity: 1;
}

.car-top:before {
  top: -1px;
  left: 0;
  width: 85px;
  height: 89px;
  background: url("images/car-focus.png") no-repeat 0 0;
}

.footer h6 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 26px;
}

.footer h6:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #c00000;
  left: 0;
  bottom: 0;
}

.social {
  margin-bottom: 80px;
}

.social ul {
  width: 100%;
  display: table;
}

.social ul li {
  display: table-cell;
  background: 0 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.social ul li a {
  line-height: 60px;
  width: 100%;
  padding: 0 20px;
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.social ul li a i {
  font-size: 30px;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.4);
  float: right;
  line-height: 60px;
}

.social ul li:hover a.facebook {
  background: #3a5897;
}

.social ul li:hover a.twitter {
  background: #41d1da;
}

.social ul li:hover a.pinterest {
  background: #c3222b;
}

.social ul li:hover a.dribbble {
  background: #dd4b80;
}

.social ul li:hover a.google-plus {
  background: #c00000;
}

.social ul li:hover a.behance {
  background: #005cff;
}

.about-content img {
  height: 40px;
  margin-bottom: 30px;
}

.address {
  margin-top: 20px;
}

.address ul li {
  display: block;
  color: #909090;
  padding-bottom: 15px;
}

.address ul li:last-child {
  padding-bottom: 0;
}

.address ul li i {
  display: table-cell;
  width: 20px;
  text-align: center;
  padding-right: 10px;
}

.address ul li span {
  display: table-cell;
}

.usefull-link ul li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  padding: 10px 0;
}

.usefull-link ul li:last-child {
  border-bottom: 0;
}

.usefull-link ul li a i {
  padding-right: 10px;
}

.usefull-link ul li a {
  color: #909090;
}

.usefull-link ul li a:hover {
  color: #c00000;
}

.recent-post {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.recent-post:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.recent-post-block h6 {
  margin-bottom: 40px;
}

.recent-post-image {
  display: table-cell;
}

.recent-post-image img {
  vertical-align: middle;
  width: 70px;
  height: 54px;
}

.recent-post-info {
  display: table-cell;
  padding-left: 15px;
  vertical-align: top;
}

.recent-post-info a {
  color: #909090;
  font-size: 14px;
  /* vertical-align: top; */
  display: block;
}

.recent-post-info a:hover {
  color: #c00000;
}

.recent-post-info span {
  color: #909090;
  font-size: 12px;
  display: table;
  padding-top: 5px;
}

.recent-post-info i {
  color: #909090;
  font-size: 14px;
  padding-right: 5px;
}

.footer .news-letter a.button.red {
  padding: 7px 20px;
  margin-top: 20px;
}

.footer .news-letter .form-control {
  border-color: rgba(255, 255, 255, 0.11);
}

.footer .news-letter .form-control:focus {
  border-color: #c00000;
}

.footer hr {
  margin-top: 60px;
  border-color: rgba(255, 255, 255, 0.11);
}

.footer .copyright {
  margin: 40px 0 30px;
}

footer .copyright a {
  color: #c00000;
}

footer .copyright ul li {
  padding: 0;
}

footer .copyright ul li a {
  color: #909090;
  text-transform: capitalize;
  padding: 0 3px;
}

footer .copyright ul li a:hover {
  color: #c00000;
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .button:hover {
    background: #323232;
    color: #fff;
  }
}

@media (max-width: 1400px) {
  .objects-left.left .objects-1 {
    left: -480px;
  }

  .objects-right.right .objects-2 {
    right: -480px;
  }
}

@media (max-width: 1272px) {
  .car-item .car-list li {
    padding: 0;
  }

  .recent-post-image img {
    width: 50px;
    height: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .container {
    width: 96%;
  }
}

@media (max-width: 992px) {
  .page-section-ptb {
    padding: 60px 0;
  }

  .mega-menu .menu-logo > li > a {
    padding: 0;
  }

  .mega-menu .menu-logo {
    padding: 20px 0;
  }

  .mega-menu .menu-logo img {
    height: 24px;
  }

  .mega-menu .menu-links {
    border: 1px solid #e3e3e3;
  }

  .mega-menu .menu-links > li > a {
    line-height: 22px;
  }

  .mega-menu .menu-links > li:last-child {
    border-bottom: 0;
  }

  #header.defualt {
    position: relative;
    background: #323232;
  }

  .welcome-block p {
    padding: 0;
  }

  .feature-box {
    margin-bottom: 30px;
  }

  .welcome-block .halp-call {
    margin-top: 30px;
  }

  .car-item .car-list li {
    padding: 0 4px;
  }

  .blog-1 img {
    width: 100%;
    margin-bottom: 30px;
  }

  .blog-1 .blog-content {
    padding-left: 0;
  }

  .footer .social ul li a {
    padding: 0 10px;
  }

  .footer .social ul li a i {
    font-size: 20px;
  }

  .footer .recent-post-block {
    margin-top: 30px;
  }

  .footer .news-letter {
    margin-top: 30px;
  }

  .copyright .text-left,
  .copyright .text-right {
    text-align: center;
  }

  .mega-menu {
    min-height: 62px;
  }

  .objects-left {
    display: none;
  }

  .objects-right {
    display: none;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .custom-block-1 h2 {
    font-size: 60px;
  }

  .footer .social {
    margin-bottom: 40px;
  }

  .footer .usefull-link {
    margin-top: 30px;
  }

  .footer .social ul {
    text-align: center;
  }

  .footer .social ul li {
    display: inline-block;
    text-align: center;
  }

  .footer .social ul li a i {
    padding-left: 10px;
  }

  .play-video .video-info {
    margin-top: -120px;
  }

  .play-video .play-video-bg {
    padding: 100px 0 190px;
  }
}

@media (max-width: 600px) {
  .custom-block-1 h2 {
    line-height: 60px;
    font-size: 50px;
  }
}

@media (max-width: 479px) {
  .custom-block-1 {
    padding: 40px;
  }

  .play-video .video-info {
    margin-top: -70px;
  }

  .play-video .play-video-bg {
    padding: 80px 0 100px;
  }
}
.tagline {
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  /* margin-bottom: 20px; */
  padding: auto;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
/* From Uiverse.io by abdullah-sameh */

.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.bg-gray-800 {
  background-color: #1f2937;
}
.overflow-hidden {
  overflow: hidden;
}
.p-1 {
  padding: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-white {
  border-color: #ffffff;
}
.border-opacity-30 {
  opacity: 10;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.shadow-md {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.h-9 {
  height: 3rem;
}
.w-42 {
  width: 16rem;
}
.h-full {
  height: 100%;
}
.border-none {
  border: none;
}
.outline-none {
  outline: none;
}
.text-sm {
  font-size: 0.875rem;
}
.text-white {
  color: #ffffffb9;
}
.font-semibold {
  font-weight: 600;
}
.caret-orange-500 {
  caret-color: #ff9800;
}
.pl-2 {
  padding-left: 0.5rem;
}
.relative {
  position: relative;
}
.w-10 {
  width: 2.5rem;
}
.h-6 {
  height: 1.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.text-white .fill-current {
  fill: rgb(255, 255, 255);
}
.Body{
  display:inline-flex;
  justify-content: center;
  align-items: center;
  /* min-height: 100vh; */
  background-color: #1f2937; /* bg-gray-800 */
  margin: 0;
  
}
.head
{
  height: auto;
  top:-30px;
  margin-bottom:255px;
}
h2.head {
  margin-top: -140px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 60px;
  color: #000000;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.svg button {
  border: none; /* Removes button border */
  background: none; /* Removes background */
  padding: 0; /* Removes padding */
  cursor: pointer; /* Adds pointer cursor */
  color: #ffffff; /* Sets text color */
  font-size: 20px; /* Sets font size */
  margin-bottom: 20px;
}
/* new code by minhal!1*/


.box-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 20px;
}

.code-box {
  background-color: #2b3648; /* Dark navy background */
  color: #ffffff; /* White text */
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.code-box .checkmark {
  color: #ff7e00; /* Orange checkmark */
}

.read-more-btn {
  background: none;
  color: #d32f2f; /* Red text */
  font-size: 14px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

.read-more-btn:hover {
  text-decoration: underline;
}