:root {
  --automart-font: "rubik", sans-serif;
  --automart-font-two: "onest", sans-serif;
  --automart-gray: #7A7A7A;
  --automart-gray-rgb: 122, 122, 122;
  --automart-base: #E8050C;
  --automart-base-rgb: 232, 5, 12;
  --automart-black: #0A144B;
  --automart-black-rgb: 10, 20, 75;
  --automart-white: #ffffff;
  --automart-white-rgb: 255, 255, 255;
  --automart-bdr-radius: 20px
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--automart-font-two);
    color: var(--automart-black);
    margin: 0;
}


.header-top {
    display: none;
}
.navbar-nav li.active a, .navbar-nav li:hover a {
    color: #ffffff;
    background: unset;
}
.navigation-area {
    background: #fff;
    padding:  0;
}
.is-sticky .navigation-area {
    background: #ffffff none repeat scroll 0 0;
}
.is-sticky .navigation-area .navbar-nav li a {
    color: #012258;
}
.is-sticky .navigation-area .navbar-nav li.active a, .is-sticky .navigation-area .navbar-nav li:hover a {
    color: #012258;
}
.nav.navbar-nav li a {
    color: #012258;
    font-family: 'rubik';
    font-size: 18px;
    font-weight: 100;
}
ul.nav.navbar-nav.text-right {
    margin-top: 26px;
}
.dropdown_menu li a {
    color: #fff !important;
    font-size: 14px !important;
}
.dropdown_menu {
    background-color: #002355;
    width: 260px;
}
.dropdown_menu li a {
    color: #fff !important;
    font-size: 14px !important;
}
.dropdown_menu:hover li a {
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 10px !important;
    border-bottom: 1px solid;
}
.dropdown:hover .dropdown_menu li a {
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 10px !important;
    border-bottom: 1px solid;
}
.product_title, .gallery_title, .about_title, .contact_title {
    color: #ffffff;
    font-family: sans-serif;
    font-size: 40px;
    position: relative;
  
}
.nav.navbar-nav li:hover a {
    color: #c1001e;
}
.qc-call-now-button p {
    display: none !important;
}
.qc-call-now-button {
    display: block !important;
    bottom: 155px !important;
    left: 5px !important;
}
#home-slider .teashop-table {
    display: none;
}
.bg-overlay:after {
    background: #00000026 none repeat scroll 0 0;
}

.section-top {
    padding: 75px 0;
    background: url(../../images/images/brdcrmb.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about_title, .product_title, .gallery_title, .contact_title, .services_title {
    color: #fff;
    font-size: 50px;
    font-family: fugaz;
    text-align: left;
    padding-left: 50px;
    font-family: 'rubik';
}

.home_pro_title, .pro_title {
    color: var(--automart-black);
    font-size: 24px;
    margin-bottom: 20px;
}



/* Section Title Css */

.section-title {
  position: relative;
  display: block;
  margin-top: -7px;
  margin-bottom: 51px;
  z-index: 1;
}

.section-title__tagline-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 6px;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1em;
  color: var(--automart-base);
  font-weight: 500;
  text-transform: uppercase;
}

.section-title__tagline-box:before {
  content: "";
  height: 2px;
  background: var(--automart-base);
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  width: 80px;
}

.section-title__title {
    color: var(--automart-black);
    font-size: 33px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin: 16px 0 0;
}

.section-title__title .split-line {
  text-transform: none;
}

.section-title__tagline-box.two:before {
  margin: 0 auto 0;
}

.section-title__tagline-box.two::after {
  left: 110px;
}












/*------------------Welcome----------*/

.about-two {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  z-index: 1;
}

.about-two__shape-1 {
  position: absolute;
  bottom: 130px;
  right: 0;
  z-index: -1;
}

.about-two__shape-1 img {
  width: auto;
  animation: leftRight 4s ease-in-out infinite;
}

.about-two__left {
  position: relative;
  display: block;
  margin-right: 80px;
}

.about-two__img-box {
  position: relative;
  display: block;
}

.about-two__img {
  position: relative;
  display: block;
}

.about-two__img img {
  width: 100%;
}

.about-two__img-two {
  position: absolute;
  bottom: 35px;
  right: -80px;
  border: 10px solid var(--automart-white);
}

.about-two__img-two img {
  width: auto;
}

.about-two__img-content {
  position: absolute;
  top: 30px;
  right: -70px;
  background-color: var(--automart-black);
  border: 10px solid var(--automart-white);
  max-width: 175px;
  width: 100%;
  text-align: center;
  padding: 0 0 20px;
}

.about-two__img-content-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  background-color: var(--automart-base);
  margin: 0 auto 0;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
  font-size: 40px;
  color: var(--automart-white);
}

.about-two__img-content-text-1 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
  color: var(--automart-base);
  margin-top: 20px;
  margin-bottom: 10px;
}

.about-two__img-content-text-2 {
  font-size: 18px;
  font-weight: 500;
  color: var(--automart-white);
}

.about-two__right {
  position: relative;
  display: block;
}

.about-two__right .section-title {
  margin-bottom: 31px;
}

.about-two__icon-box {
  position: relative;
  display: block;
  margin-top: 31px;
  margin-bottom: 24px;
  padding-bottom: 33px;
  border-bottom: 1px solid rgba(var(--automart-black-rgb), .10);
}

.about-two__icon-box-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.about-two__icon-box-list li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.about-two__icon-box-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__icon-box-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--automart-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-two__icon-box-list li:hover .icon span {
  transform: scale(0.9);
}

.about-two__icon-box-list li .text {
  position: relative;
  display: block;
  flex: 1;
}

.about-two__icon-box-list li .text h4 {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 700;
}

.about-two__point-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.about-two__point-one {
  position: relative;
  display: block;
}

.about-two__point-one li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.about-two__point-one li li {
  margin-top: 17px;
}

.about-two__point-one li .icon {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--automart-base);
}

.about-two__point-one li .text {
  position: relative;
  display: block;
  flex: 1;
}

.about-two__point-one li .text p {
  font-size: 18px;
  color: var(--automart-black);
  font-weight: 500;
}

.about-two__btn-and-call-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.about-two__btn {
  position: relative;
  display: block;
}

.about-two__call-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.about-two__call-box .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--automart-white);
  border-radius: 50%;
  font-size: 25px;
  color: var(--automart-base);
}

.about-two__call-box .content-box {
  position: relative;
  display: block;
  top: -4px;
  flex: 1;
}

.about-two__call-box .content-box p {
  font-weight: 500;
  margin-bottom: 5px;
}

.about-two__call-box .content-box h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
}

.about-two__call-box .content-box h4 a {
  color: var(--automart-black);
}

.about-two__call-box .content-box h4 a:hover {
  color: var(--automart-base);
}

.about-two__btn {
  position: relative;
  display: block;
}

.about-two__call-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.about-two__call-box .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--automart-white);
  border-radius: 50%;
  font-size: 25px;
  color: var(--automart-base);
}

.about-two__call-box .content-box {
  position: relative;
  display: block;
  top: -4px;
  flex: 1;
}

.about-two__call-box .content-box p {
  font-weight: 500;
  margin-bottom: 5px;
}

.about-two__call-box .content-box h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
}

.about-two__call-box .content-box h4 a {
  color: var(--automart-black);
}

.about-two__call-box .content-box h4 a:hover {
  color: var(--automart-base);
}
.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  border: none;
  background-color: transparent;
  z-index: 1;
}

.thm-btn span {
  position: relative;
  display: inline-block;
  color: var(--automart-white);
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 500;
  overflow: hidden;
  border-radius: 30px;
  background-color: var(--automart-base);
  padding: 21px 45px 21px;
  transition: all 200ms linear;
  transition-delay: .1s;
  z-index: 1;
  text-transform: capitalize;
}

.thm-btn span::before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: rgba(var(--automart-black-rgb), 1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.thm-btn:hover span::before {
  top: -40%;
}

.thm-btn i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--automart-base);
  color: var(--automart-white);
  font-size: 20px;
  line-height: 20px;
  transition: all 200ms linear;
  transition-delay: .1s;
  z-index: 1;
}

.thm-btn i::after {
  transition-duration: 500ms;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 50%;
  background-color: rgba(var(--automart-black-rgb), 1);
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  border-radius: 50%;
  z-index: -1;
}

.thm-btn:hover i::after {
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}

.thm-btn:hover span {
  color: var(--automart-white);
}

.thm-btn:hover i {
  color: var(--automart-white);
}


.counter-one {
  position: relative;
  display: block;
  background: var(--automart-base);
  padding: 57px 0px 33px;
  z-index: 1;
}

.counter-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.counter-one__single-inner {
  position: relative;
  display: flex;
  align-items: center;
}

.counter-one__single-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: rgba(var(--automart-white-rgb), .2);
  border-radius: 50%;
  top: 3px;
  z-index: 1;
}

.counter-one__single-icon:before {
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  background: rgba(var(--automart-white-rgb), .15);
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.counter-one__single-icon span:before {
  position: relative;
  display: inline-block;
  color: var(--automart-white);
  font-size: 40px;
  line-height: 40px;
  transition: all 500ms ease;
}

.counter-one__single:hover .counter-one__single-icon span:before {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.counter-one__single-content {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1;
}

.counter-one__single-counter {
  position: relative;
  display: flex;
  align-items: center;
}

.counter-one__single-counter h2 {
  color: var(--automart-white);
  font-size: 55px;
  line-height: 65px !important;
  font-weight: 700;
  font-family: var(--automart-font-two) !important;
}
.odometer-inside span {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
.counter-one__single-counter .odometer.odometer-auto-theme,
.counter-one__single-counter .odometer.odometer-theme-default {
  font-family: var(--automart-font-two);
  line-height: 65px;
}

.counter-one__single-counter .plus {
  position: relative;
  display: inline-block;
  top: -5px;
  color: var(--automart-white);
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  margin-left: 3px;
}

.counter-one__single-counter .k {
  position: relative;
  display: inline-block;
  top: -4px;
  color: var(--automart-white);
  font-size: 49px;
  line-height: 65px;
  font-weight: 600;
  margin-left: 3px;
}

.counter-one__text {
  color: var(--automart-white);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.services-two {
    position: relative;
    display: block;
    padding: 80px 0px 80px;
    z-index: 1;
}

.services-two__top {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 49px;
}

.services-two__top .section-title {
  margin-bottom: 0px;
}

.services-two__top-btn {
  position: relative;
  display: block;
  bottom: 11px;
}

.services-two__inner {
  position: relative;
  display: block;
}

.services-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-two__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: 30px;
}

.services-two__single-img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(var(--automart-black-rgb), 0.6);
  opacity: 0;
  z-index: 1;
  content: "";
}

.services-two__single:hover .services-two__single-img::before {
  opacity: 1;
}

.services-two__single-img img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
  height: 350px;

}

.services-two__single:hover .services-two__single-img img {
  transform: scale(1);
}

.services-two__single-content {
  position: relative;
  display: block;
  margin-top: -135px;
  margin-left: 10px;
  z-index: 5;
}

.services-two__single-content-inner {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--automart-black-rgb), .10);
  background: #f6f7f9;
  padding: 38px 30px 36px;
  border-radius: 10px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.services-two__single-content-inner h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.services-two__single-content-inner h3 a {
  color: var(--automart-black);
}

.services-two__single-content-inner h3 a:hover {
  color: var(--automart-base);
}

.services-two__single-content-inner p {
  margin: 0;
}

.services-two__single-content-inner .btn-box {
  position: relative;
  display: block;
  margin-top: 25px;
}

.services-two__single-content-inner .btn-box a {
  color: var(--automart-base);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--automart-font);
}

.services-two__single-content-inner .btn-box a:hover {
  color: var(--automart-black);
}

.services-two__single-content-inner .btn-box a span:before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  top: 2px;
  padding-left: 4px;
}

.services-two__single-content-btn {
  position: absolute;
  bottom: -7px;
  right: 0px;
  z-index: 5;
}

.services-two__single-content-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--automart-black);
  overflow: hidden;
  border-radius: 50%;
  z-index: 1;
}

.services-two__single-content-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--automart-base);
  transform: scale(0.7);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.services-two__single-content-btn a:hover::before {
  transform: scale(1.0);
  opacity: 1;
}

.services-two__single-content-btn a span:before {
  position: relative;
  display: inline-block;
  color: var(--automart-white);
  font-size: 20px;
  line-height: 20px;
}
.slogan-one {
    position: relative;
    display: block;
    background-color: transparent;
    padding: 80px 0px 80px;
    overflow: hidden;
    z-index: 1;
}


.slogan-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  z-index: -1;
}

.slogan-one__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(var(--automart-black-rgb), .85);
  z-index: -1;
}

.slogan-one__shape1 {
  position: absolute;
  top: 0;
  right: -225px;
  mix-blend-mode: luminosity;
  opacity: .20;
  z-index: -1;
}

.slogan-one__shape2 {
  position: absolute;
  top: 80px;
  left: 35px;
  mix-blend-mode: luminosity;
  opacity: .6;
  z-index: -1;
}

.slogan-one__content {
  position: relative;
  display: block;
  text-align: center;
}

.slogan-one__content-title {
  position: relative;
  display: block;
}

.slogan-one__content-title h2 {
    color: var(--automart-white);
    font-size: 44px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding: 0 150px;
}

.slogan-one__content-title p {
    color: rgba(var(--automart-white-rgb), .70);
    padding: 0 190px;
    font-size: 20px;
    line-height: 1.5;
}

.slogan-one__content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 43px;
}

.slogan-one__content-btn {
  position: relative;
  display: block;
  line-height: 0;
}

.slogan-one__content-btn .thm-btn span::before {
  background-color: rgba(var(--automart-white-rgb), 1);
}

.slogan-one__content-btn .thm-btn i::after {
  background-color: rgba(var(--automart-white-rgb), 1);
}

.slogan-one__content-btn .thm-btn:hover span,
.slogan-one__content-btn .thm-btn:hover i {
  color: var(--automart-base);
}

.slogan-one__content-video {
  position: relative;
  display: block;
  line-height: 0;
}

.slogan-one__content-video .video-popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--automart-white);
  font-size: 18px;
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: var(--automart-base);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 5;
}

.slogan-one__content-video .video-popup:hover {
  color: var(--automart-base);
  background-color: var(--automart-white);
}

.slogan-one__content-video .video-popup::after,
.slogan-one__content-video .video-popup::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: -1;
}

.slogan-one__content-video .video-popup::after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}


.team-two {
  position: relative;
  display: block;
  padding: 120px 0px 90px;
  z-index: 1;
}

.team-two__shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.team-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-two__single .section-title {
  margin-bottom: 33px;
}

.team-two__top-btn {
  position: relative;
  display: block;
  margin-top: 32px;
}

.team-two__img-box {
  position: relative;
  display: block;
}

.team-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--automart-bdr-radius);
  z-index: 1;
}

.team-two__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--automart-black-rgb), .40);
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 1;
}

.team-two__single:hover .team-two__img:before {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.team-two__img img {
  width: 100%;
  border-radius: 15px;
  transition: all 500ms ease;
  transform: scale(1);
}

.team-two__single:hover .team-two__img img {
  transform: scale(1.05);
}

.team-two__social {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transform: translateY(-50px) translateX(0%);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
  z-index: 5;

}

.team-two__single:hover .team-two__social {
  opacity: 1;
  transform: translateY(0px) translateX(0%);
}

.team-two__social li {
  position: relative;
  display: inline-block;
}

.team-two__social li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: var(--automart-base);
  border-radius: 10px;
  font-size: 17px;
  color: var(--automart-white);
}

.team-two__social li a:hover {
  color: var(--automart-base);
  background-color: var(--automart-white);
}

.team-two__content {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 50px;
  background-color: rgba(var(--automart-black-rgb), .9);
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 25px 25px 21px;
  opacity: 0;
  transform: translateY(0px) translateX(50px);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
  z-index: 3;
}

.team-two__single:hover .team-two__content {
  opacity: 1;
  transform: translateY(0px) translateX(0px);
}

.team-two__sub-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: rgba(var(--automart-white-rgb), .10);
  font-size: 14px;
  font-weight: 500;
  color: var(--automart-white);
  line-height: 14px;
  padding: 9px 16px 9px;
  border-radius: 10px;
}

.team-two__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  margin-top: 12px;
}

.team-two__name a {
  color: var(--automart-white);
  transition: all 200ms linear;
  transition-delay: .1s;
}

.team-two__name a:hover {
  color: var(--automart-base);
}
/*QC FOOTER STYLE START*/
#qcfooter-block {padding: 40px 0px 0px; background-image: url(https://quickcms.in/srisivasakthifabrications.com/images/images/fbg.png); color: #fff;}
#qcfooter-block h3 {
    font-size: 16px;
    color: #fff;
    font-size: 22px;
}
.con-content b {
    padding-left: 10px;
}
.adcont1 {
    font-size: 16px;
    line-height: 2;
    padding-left: 10px;
}
.footer-content {margin: 5px 0px;}
.footer-content .qc-brand {
    display: block;
    margin: 10px 0;
    height: 75px;
}
.footer-content .qc-brand img{}
.footer-content p {font-size: 16px; line-height: 20px;}
.footer-content .quicklinks {margin: 0; padding: 0;}
.footer-content .quicklinks li {list-style: none; display: block;}
.footer-content .quicklinks li a {padding: 5px 0px; display: block; color: #fff;}
.footer-content .quicklinks li i {margin-right: 5px;}
.footer-content .social-links .qc-social-list {margin: 10px 0px; padding: 0; color: #ddd; font-size: 15px;}
.footer-content .social-links .qc-social-list li {display: inline-block; margin-right: 10px;}
.qc-social-list .qc-social .social {width: 40px;height: 40px;line-height: 40px;text-align: center;display: block;font-size: 16px;color: #fff; border: 1px solid #fff; border-radius: 3px;}
.footer-content .mobile-apps {display: flex; padding: 10px 0px;}
.footer-content .mobile-apps .mobApp {padding-right: 5px;}
.qcinput {border: 2px solid #fff; color: #fff; padding: 5px; margin-bottom: 10px;}
.qcEmailSubBtn {padding: 10px; line-height: 0;font-size: 14px; background: #26A69A; color: #fff; border: 2px solid transparent; margin-bottom: 5px; outline: none;}
.qcEmailSubBtn:hover, .qcEmailSubBtn:focus {background: #26A69A; color: #fff; border: 2px solid #fff; outline: none;}
.qcEmailSubBtn i {font-size: 13px;}
#qcfooter-copyrights {
    padding: 10px 0;
    background: var(--automart-black);
    border-top: 1px solid #ddd;
}
#qcfooter-copyrights .copyright {font-size: 14px; color: #fff;}
#qcfooter-copyrights .developer {color: #fff; text-decoration: underline;}

/*QC FOOTER STYLE END*/


/*-------------------------About-us-------------*/
.about-one {
    position: relative;
    display: block;
    background-color: transparent;
    z-index: 1;
    padding: 60px 0;
}

.about-one__img {
  position: relative;
  display: block;
  padding-bottom: 147px;
  padding-right: 142px;
}

.about-one__img-img1 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  -webkit-mask: url(" ../../images/images/shape.png ");
  -webkit-mask-image: url(" ../../images/images/shape.png ");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
   
 
}

.about-one__img-img1 img,
.about-one__img-img2 img {
  width: 100%;
}

.about-one__img-img2 {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 20px;
    height: 430px;
}

.about-one__img-img1::before,
.about-one__img-img2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: var(--automart-base);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.about-one__img-img1:hover::before,
.about-one__img-img2:hover::before {
  opacity: .5;
}

.about-one__img-img1 img,
.about-one__img-img2 img {
  width: 100%;
  filter: saturate(0.5);
  transform: scale3d(1, 1, 1);
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}

.about-one__img-img1:hover img,
.about-one__img-img2:hover img {
  filter: saturate(1.0);
  transform: scale(1.05) rotate(0deg);
}

.about-one__img-exprience {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 370px;
  width: 100%;
  text-align: center;
  border-radius: var(--automart-bdr-radius);
  background-color: var(--automart-base);
  padding: 25px 0px 27px;
}

.about-one__img-exprience-count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-one__img-exprience-count h3 {
  color: var(--automart-white);
  font-size: 50px;
  line-height: 1.0em;
  font-family: var(--automart-font-two);
  font-weight: 600;
}

.about-one__img-exprience-count span.plus {
  color: var(--automart-white);
  font-size: 50px;
  line-height: 1.0em;
  font-family: var(--automart-font-two);
  font-weight: 600;
}

.about-one__img-exprience-text {
  position: relative;
  display: block;
}

.about-one__img-exprience-text h3 {
  color: var(--automart-white);
  font-size: 20px;
  line-height: 28px;
  font-family: var(--automart-font-two);
  font-weight: 600;
}

.about-one__img-title {
  position: absolute;
  top: 0;
  right: 35px;
  transform: rotate(-180deg);
  writing-mode: vertical-rl;
  text-align: end;
}

.about-one__img-title h2 {
    color: rgb(var(--automart-black-rgb), .1);
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.about-one__content {
  position: relative;
  display: block;
}

.about-one__content .section-title {
  margin-bottom: 17px;
}

.about-one__content-text {
  position: relative;
  display: block;
}

.about-one__content-text p {
  margin: 0;
}

.about-one__content-top-list {
  position: relative;
  display: block;
  margin-top: 36px;
}

.about-one__content-top-item {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__content-top-item-icon {
  position: relative;
  display: inline-block;
  color: var(--automart-base);
  font-size: 47px;
  line-height: 47px;
  transition: all 300ms linear;
  transition-delay: 0.1s;
}

.about-one__content-top-item:hover .about-one__content-top-item-icon {
  transform: scale(1.05) rotateY(180deg);
}

.about-one__content-top-item-text {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1;
}

.about-one__content-top-item-text h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 4px;
}

.about-one__content-top-item-text p {
  margin: 0;
}

.about-one__content-bdr {
  position: relative;
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgb(var(--automart-black-rgb), .1);
  margin-top: 12px;
}

.about-one__content-bottom-list {
  position: relative;
  display: block;
  margin-top: 13px;
}

.about-one__content-bottom-item {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__content-bottom-item.two {
  margin-top: 15px;
}

.about-one__content-bottom-item i {
  color: var(--automart-base);
  font-size: 13px;
  line-height: 13px;
}

.about-one__content-bottom-item p {
  color: var(--automart-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-left: 15px;
  flex: 1;
}

.about-one__content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 37px;
}

.about-one__content-bottom-btn {
  position: relative;
  display: block;
  line-height: 0;
}

.about-one__content-bottom-phn {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  margin-left: 30px;
}

.about-one__content-bottom-phn-img {
  position: relative;
  display: block;
  padding-right: 16px;
}

.about-one__content-bottom-phn-img-inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}

.about-one__content-bottom-phn-img-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--automart-base);
  border: 3px solid var(--automart-white);
  z-index: 3;
}

.about-one__content-bottom-phn-img-icon i {
  color: var(--automart-white);
  font-size: 15px;
  line-height: 15px;
}

.about-one__content-bottom-phn-text {
  position: relative;
  display: block;
  margin-left: 16px;
  flex: 1;
}

.about-one__content-bottom-phn-text p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.about-one__content-bottom-phn-text h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.about-one__content-bottom-phn-text h3 a {
  color: var(--automart-black);
  transition: all 200ms linear;
  transition-delay: .1s;
}

.about-one__content-bottom-phn-text h3 a:hover {
  color: var(--automart-base);
}


/*----------------------Gallery--------*/

.featurs-navigation {
    
    display: none;
}


/*----___Contact-page--*/
.contact-details__info {
    position: relative;
    display: block;
    margin-top: 15px;
}
.contact-details__info li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
}
.contact-details__info li .icon {
    background-color: var(--automart-black);
    color: #fff;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.contact-details__info li .icon span {
    color: #ffffff;
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-details__info .text {
    padding-left: 20px;
}
.contact-details__right .section-title {
    margin-bottom: 15px;
}
.h5.mb-1 {
    color: var(--automart-base);
}
.text a {
    color: #000;
}
.contact-details__info li:hover .icon {
    background-color: var(--automart-base);
    color: #fff;
}


/*---------------------Media-----------*/
@media(max-width: 767px){

.navigation-area {
     position: relative;
}
#home-slider, .page-banner {
    margin-top: 10px;
}
.single-slide-item {
    padding: 70px 0;
}
.about-two__right {
    margin-top: 30px;
}
.about-two__right .section-title {
    margin-bottom: 10px;
}

.section-title__title {
    font-size: 20px;
}
.about-two__point-box {
    gap: 0px;
}
.about-two__btn-and-call-box {
    margin-top: 15px;
}
.about-two {
    padding: 120px 0px 40px;
}
.services-two__top-btn {
    bottom: -20px;
}
.services-two {
    
    padding: 50px 0px 0px;
   
}
.slogan-one__content-title h2 {
   
    font-size: 23px;
    margin-bottom: 10px;
    padding: 0px 0px;
}
.slogan-one__content-title p {
    padding: 0 10px;
    font-size: 20px;
    line-height: 1.5;
}
.team-two {
   
    padding: 50px 0px 30px;
   
}
.team-two__single .section-title {
    margin-bottom: 10px;
}
.about-one__content {
   
    margin-top: 30px;
}
.about-one__content-bottom-item.two {
    margin-top: 0px;
}
.about-one__img {
    padding-bottom: 0;
    padding-right: 0;
}
.about-one__img-img2 {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.about-one__img-img1 {
    mask: none;
    -webkit-mask: none;
}
.section-top {
    padding: 15px 0;
}
.about_title, .product_title, .gallery_title, .contact_title, .services_title {

    font-size: 23px;
    padding-left: 20px;
    font-family: 'rubik';
}
.shop-cart-box a {
    width: 100%;
}
.cart-price1 img {
    width: 100%;
}
}

/*------------------------------------- Desktop 1400----------------------------------------------------------*/
@media (min-width:1400px) and (max-width:1500px) {
    .single-slide-item {
        padding: 268px 0;
    }

}
/*------------------------------------- Desktop 1500----------------------------------------------------------*/
@media (min-width:1500px) and (max-width:1600px) {
    .single-slide-item {
        padding: 300px 0;
    }
}
/*------------------------------------- Desktop 1600----------------------------------------------------------*/
@media (min-width:1600px) and (max-width:1700px) {
    .single-slide-item {
        padding: 304px 0;
    }
}
