
  @font-face {
    font-family: 'Dubai Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Dubai Regular'), url('../fonts/Dubai-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Dubai Light';
    font-style: normal;
    font-weight: normal;
    src: local('Dubai Light'), url('../fonts/Dubai-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Dubai Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Dubai Medium'), url('../fonts/Dubai-Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Dubai Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Dubai Bold'), url('../fonts/Dubai-Bold.woff') format('woff');
    }

header.fixed-header {
  background: #FFF;
  border-bottom: 2px solid #1d4f91; }
  header.fixed-header .white-logo {
    display: none; }
  header.fixed-header .blue-logo {
    display: block; }
  header.fixed-header .menu-links li a {
    color: #000; }
  header.fixed-header .menu-links li:last-child a {
    color: #FFF;
    transition: background-color 1s ease-out; }
  header.fixed-header .social-icons .insta {
    background: url(../images/insta-icon-blue.svg) no-repeat center center; }
  header.fixed-header .social-icons .insta:hover {
    opacity: 0.7; }

header {
  transition: 0.5s ease-out;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100; }
  header .blue-logo {
    display: none; }
  header .logo-main {
    margin-top: 18px;
    display: inline-block; }
  header .menu-links-sec {
    padding: 30px 0 0; }
  header .menu-links li {
    display: inline-block;
    font-size: 16px;
    margin: 0 5px;
    vertical-align: middle; }
    header .menu-links li ul li {
      margin: 0 0px;
      width: 100%;
      display: block;
      text-align: left; }
      header .menu-links li ul li a {
        font-size: 14px;
        display: block;
        padding: 10px;
        background: none;
        padding: 10px;
        background: #307FE2; }
      header .menu-links li ul li a:hover {
        background: #1D4F91; }
      header .menu-links li ul li a::before {
        display: none; }
    header .menu-links li ul li:last-child {
      margin: 0; }
    header .menu-links li a {
      color: #FFF;
      font-size: 16px;
      position: relative;
      text-decoration: none;
      display: inline-block;
      font-weight: 700;
      text-transform: uppercase; }
    header .menu-links li a::before {
      content: "";
      width: 100%;
      height: 4px;
      position: absolute;
      left: 0;
      bottom: 0;
      background: #fff;
      transition: 0.5s transform ease;
      transform: scale3d(0, 1, 1);
      transform-origin: 0 50%; }
    header .menu-links li a::before {
      transform-origin: 50% 50%;
      background: #3080e3; }
    header .menu-links li a:hover::before {
      transform: scale3d(1, 1, 1); }
  header .menu-links li:last-child a {
    padding: 9px 30px;
    border-radius: 4px;
    font-size: 14px; }
  header .menu-links li:last-child a::before {
    display: none; }

header .menu-links .sub-menu li a {
  color: #FFF;
  padding: 10px !important; }

header .menu-links .sub-menu li:last-child a {
  border-radius: 0;
  background: #307FE2; }

header .menu-links .sub-menu li:last-child a:hover {
  background: #1D4F91; }

@media screen and (min-width: 1025px) {
  header .menu-links li {
    margin: 0 24px;
    font-size: 16px; } }
.social-icons {
  display: inline-block;
  vertical-align: top; }
  .social-icons .insta {
    width: 43px;
    height: 39px;
    display: inline-block;
    background: url(../images/insta-icon.svg) no-repeat center center; }
  .social-icons .insta:hover {
    opacity: 0.7; }

@media screen and (max-width: 992px) {
  .side-menu-nav .main-menu > li > a {
    background: url(../images/menu-arrow.svg) no-repeat right 35px center; }

  header .menu-links-sec {
    padding: 15px 0 0 0; }
  header .social-icons {
    display: none; }

    .side-menu-wrap.opened .menu-links li.contact-hover {
    height: inherit;
}
    .banner-content .banner-copy h1 {
        color: #FFFFFF;
        line-height: 39px;
        font-size: 45px;
        max-width: 654px;
    }
  .social-icons {
    margin-left: 30px;
    margin-top: 30px; } }
footer {
  background: #041226;
  text-align: center;
  padding: 125px 0 150px 0; }
  footer * {
    font-family: 'Dubai Regular'; }
  footer .f-links {
    padding-bottom: 20px; }
    footer .f-links ul {
      margin: 0;
      padding: 0; }
  footer .f-links ul li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 10px; }
    footer .f-links ul li a {
         color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    font-family: 'Dubai Bold';
        letter-spacing: -0.36px;
   }
  footer .f-logo {
    display: inline-block; }
  footer .f-logo-sec {
    position: relative; }
  footer .f-logo-sec:after {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #FFF;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 45%; }
  footer .f-logo-sec:before {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #FFF;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 45%; }
  footer .f-bottom-icons {
    display: inline-block;
    vertical-align: middle;
    padding-left: 35px; }
  footer .f-bottom-icons:first-child {
    margin-right: 10px; }
  footer .f-bottom {
    font-size: 12px; }
    footer .f-bottom p {
          line-height: 16px;
    font-size: 14px;
    font-weight: 400;
     letter-spacing: -0.28px;}

    footer .f-bottom a {
      color: #6f7b89;
      font-weight: 600; }
  footer .f-map-icon {
    background: url(../images/map-icon.svg) no-repeat center left; }
  footer .f-mail-icon {
    background: url(../images/mail-icon.svg) no-repeat center left; }
a.back-top-button.show {
    background-color: #9d2065 !important;
}
.quick-links-text {
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  display: none; }

.our-stats .stat-box .stat-bx-cont p
 {
    font-family:'Dubai Medium';
}

@media screen and (min-width: 1025px) {
  footer .f-bottom-left {
    padding-right: 200px; }
  footer .f-bottom-right {
    padding-left: 159px; }
  footer .f-bottom {
    margin-top: -20px; }
  footer .f-bottom-icons {
    margin-right: 30px; }
  footer .f-links ul li {
    margin: 0 44px; }
  footer .f-links ul li:first-child {
    margin-left: 0; }
  footer .f-links ul li:last-child {
    margin-left: 0; }
  footer .f-links ul li:nth-child(3) {
    margin-right: 120px; }
  footer .f-links ul li:nth-child(4) {
    margin-left: 120px; } }
@media screen and (max-width: 767px) {
  footer {
    padding: 22px 0; }
    footer .f-logo-sec:before, footer .f-logo-sec:after {
      width: 20%; }
    footer .f-logo-sec:before {
      right: -10px; }
    footer .f-logo-sec:after {
      left: -10px; }
    footer .f-links ul {
      overflow-y: hidden;
      transition-property: all;
      transition-duration: .5s;
      transition-timing-function: ease; }
      footer .f-links ul li {
        display: block;
        text-align: left; }
        footer .f-links ul li a {
          font-size: 12px; }
    footer .quick-links-text {
      display: block;
      border-bottom: 1px solid #172436;
      position: relative;
      max-width: 320px;
      margin: 0px auto;
      text-align: left;
      padding-bottom: 20px;
      color: #FFF;
      text-decoration: none; }
    footer .quick-links-text:hover {
      color: #FFF;
      text-decoration: none; }
    footer .quick-links.quck-show {
      display: block;
      max-height: 500px;
      max-width: 318px;
      margin: auto; }
    footer footer .f-links ul li {
      margin: 0; }
    footer .quick-links-text::after {
      background: url(../images/menu-arrow.svg) no-repeat right center;
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      right: 0;
      top: 0;
      transform: rotate(90deg);
      transition: 0.5s ease-in-out; }
    footer .quick-links-text.open::after {
      transform: rotate(270deg);
      top: 10px; }
    footer .quick-links {
      display: none; } }
.video-sec {
  position: relative; }
  .video-sec .down-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center; }
    .video-sec .down-arrow i.icon {
      background: url(../images/banner-down-arrow.svg) no-repeat center center;
      width: 41px;
      height: 41px;
      text-align: center;
      display: block;
      margin: 0px auto;
      margin-bottom: 17px; }
    .video-sec .down-arrow i.straight-line {
      height: 40px;
      width: 1px;
      background: #C7C7C7;
      display: block;
      margin: 0px auto; }

.banner-social-icons {
  position: fixed;
  right: 2%;
  bottom: 10%;
  z-index: 1000; }
  .banner-social-icons .icons {
    width: 49px;
    height: 49px;
    display: block;
    margin: 10px 0; }
  .banner-social-icons .icons:hover {
    opacity: 0.8; }
  .banner-social-icons .icons.wtsapp {
    background: url(../images/wts-app-icon.svg) no-repeat center center; }
  .banner-social-icons .icons.mail {
    background: url(../images/email-icon.svg) no-repeat center center; }

.home-banner-sec video {
  width: 100%; }
.home-banner-sec img {
  width: 100%; }

.banner-content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%; }
  .banner-content .banner-copy {
    max-width: 650px;
    height: 100%;
    padding-bottom: 10%;
    flex-direction: column;
    justify-content: flex-end; }
 .banner-content .banner-copy h1 {
    color: #FFFFFF;
    padding-bottom: 40px;
    font-size: 73px;
    max-width: 730px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: -1.46px;
}

    .banner-content .banner-copy p {
      color: #e8e4d9;
      font-weight: 600;
      font-size: 13px; }

@media screen and (max-width: 767px) {
  .down-arrow {
    display: none; }

  .banner-content .banner-copy {
    padding: 0 20px 50px 20px;
    max-width: 100%;
    display: block; }
    .banner-content .banner-copy p {
      font-weight: 400; } }
header {
  top: 0;
  z-index: 1000; }

header .main-menu > li {
  position: relative; }

header .main-menu > li > a {
  display: block;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s; }

header .main-menu .sub-menu {
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 180px;
  overflow: hidden;
  z-index: 5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%); }
  header .main-menu .sub-menu li:last-child {
    background: none; }

header .main-menu .sub-menu a {
  display: block;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s; }

header .main-menu > li:hover .sub-menu {
  display: block; }

header .main-menu li.list-unstyled:hover .sub-menu {
  display: block; }

header .side-menu-close {
  background: transparent; }

header .side-menu-close span {
  background: #FFF;
  width: 28px;
  border-radius: 6px; }

#call-action .call-action {
  color: #001b4f;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s; }

#call-action .call-action:hover {
  color: #10bd3b; }

/* side menu */
.side-menu-wrap {
  width: 300px;
  position: fixed;
  right: -100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.95);
  height: 100%;
  overflow-y: auto;
  z-index: 15000;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s; }

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .side-menu-wrap {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(4, 18, 38, 0.9); } }
.side-menu-wrap.opened {
  right: 0;
  transition: .8s;
  -webkit-transition: .8s;
  -moz-transition: .8s;
  -ms-transition: .8s;
  -o-transition: .8s; }
  .side-menu-wrap.opened .side-menu-close {
    top: 30px;
    right: 25px; }

.side-menu-logo {
  border-bottom: 2px solid #FE8204; }

.side-menu-nav .main-menu > li {
  position: relative; }

.side-menu-nav .main-menu .sub-menu {
  display: none; }

.side-menu-nav .main-menu .sub-menu a {
  padding: 10px 45px;
  display: block;
  font-weight: 600;
  font-size: .9em;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s; }

.side-menu-nav .main-menu .sub-menu ~ i {
  font-size: .8em;
  position: absolute;
  padding: 20px 15px;
  right: 0;
  top: 1px; }

.side-menu-nav .main-menu > li > a {
  display: block;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s; }

.side-menu-wrap .side-menu-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

.side-menu-close {
  height: 40px;
  width: 40px;
  background: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 20px; }

.side-menu-close span {
  height: 3px;
  width: 20px;
  background: #307FE2;
  position: relative;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s; }

.side-menu-close.closed {
  margin-right: 0; }

.side-menu-close.closed span {
  height: 1px; }

.side-menu-close span:nth-child(1) {
  top: -5px; }

.side-menu-close span:nth-child(3) {
  bottom: -5px; }

.side-menu-close.closed span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  top: -10px; }

.side-menu-close.closed span:nth-child(2) {
  opacity: 0; }

.side-menu-close.closed span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  bottom: -2px; }

/*  custom overlay */
.custom-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 12500;
  visibility: hidden;
  opacity: 0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s; }

.custom-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s; }

header nav {
  text-align: right;
  display: inline-block;
  vertical-align: top; }
header .side-menu-close span:nth-child(2) {
  width: 20px;
  margin-left: 6px; }

header.fixed-header .side-menu-close span {
  background: #0A5971; }

.no-gradient {
  box-shadow: none !important; }

.no-border {
  border: none !important; }

@media screen and (max-width: 992px) {
  header nav {
    display: none; }

  .menu-links {
    padding: 70px 0 0 0; }
    .menu-links li {
      border-top: 1px solid #1e2a38;
      border-bottom: 1px solid #1e2a38; }
      .menu-links li a {
        padding: 10px 30px;
        display: inline-block;
        color: #FFF;
        text-decoration: none; }

  .side-menu-nav .main-menu .sub-menu ~ i {
    background: #225aa0 url(../images/down-arrow.svg) no-repeat center center;
    background-size: 15px 15px; }

  .menu-links {
    display: flex;
    flex-direction: column; }

  .menu-links li:last-child {
    border: none;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px; }
    .menu-links li:last-child a {
      border-radius: 8px;
      text-align: center;
      background: #307FE2 url(../images/right-arrow-white.svg) no-repeat right 35px center;
      padding: 16px; }

  .menu-links .sub-menu li:last-child {
    padding: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px; }
    .menu-links .sub-menu li:last-child a {
      border-radius: 0;
      text-align: center;
      background: transparent;
      padding: 10px 45px;
      text-align: left; }
      .banner-content .banner-copy h1 {
    color: #FFFFFF;
    line-height: 39px;
    font-size: 45px;
    max-width: 654px;
}
     }
@media screen and (max-width: 767px) {
  .quality-tech-box {
    padding: 0 !important; }
    .quality-tech-box .service-list-content {
      padding-left: 10px;
      padding-right: 10px; }
    .quality-tech-box .service-listdivider {
      padding-bottom: 0; } }
@media screen and (max-width: 359px) {
  .side-menu-wrap {
    width: 280px; } }
body {
 font-family: 'Dubai Regular';
  font-size: 16px; }

p {
  font-size: 14px;
  font-family: 'Dubai Regular';
  color: #032450; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Dubai Bold'; 
font-weight: 700;}

h2 {
  font-size: 50px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 25px; }
  h2 i {
    font-style: normal;
    color: #307FE2; }

h3 {
  font-size: 40px;
  font-weight: 500; }

img {
  max-width: 100%; }

.our-stats.facts-figures {
  background: #f3f8fe; }

.our-stats {
  background: white;
  /*background-image: url(../images/pattern-blue.svg), linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(243,248,254,1) 100%);*/
  background-image: linear-gradient(0deg, white 0%, #f3f8fe 100%);
  background-size: cover;
  padding: 35px 35px; }
  .our-stats .count-sec h2 {
    text-align: center;
    font-weight: 500;
    padding-bottom: 80px;
    display: inline-block; }
  .our-stats .count-sec i {
    font-weight: 500;
    font-style: normal;
    font-size: 50px;
    color: #032450;
    font-family: 'Dubai Bold'; }
  .our-stats .stat-box {
    background: url(../images/count-text-bg-n.png) no-repeat right top;
    min-height: 165px;
    max-width: 200px;
    text-align: left;
    padding-top: 60px; }
    .our-stats .stat-box .stat-bx-cont {
      position: relative; }
    .our-stats .stat-box h2 {
      color: #032450;
      padding-bottom: 0;
      text-align: left; }
      .our-stats .stat-box h2 i {
        color: #032450;
        font-size: 26px; }
    .our-stats .stat-box p {
      color: #307FE2;
      position: relative;font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.28px; }
    .our-stats .stat-box p::before {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 16px;
      height: 16px;
      background: url(../images/plus-bttn-n.svg) no-repeat center center; }

  .our-stats .stat-bx-main:nth-child(2) .count-sec i {
        font-size: 26px;
        text-transform: lowercase; }

  .our-stats .stat-bx-main:nth-child(4) .count-sec i {
    font-size: 26px; }

.great-parts-main {
  background: url(../images/greater-parts-bg.png) no-repeat;
  position: relative;
  background-size: cover;
 }
  .great-parts-main h2 {
    color: #FFF;
    max-width: 414px;
  line-height: 46px;
    font-weight: 700; }
    .great-parts-main h2 span {
    max-width: 99px;
    display: inline-block;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: -0.02em;
}
  .great-parts-main p {
    color: #FFF;
    font-weight: 400;    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.32px; }
  .great-parts-main .car-section {
    position: relative;
    min-height: 637px; }
    .great-parts-main .car-section img {
      position: absolute;
      bottom: 0px;
      left: 10%; }
  .great-parts-main .car-parts-icon {
    position: absolute; }
  .great-parts-main .car-parts-icon1 {
    left: 56%;
    top: 34.2%;
    z-index: 1; }
  .great-parts-main .car-parts-icon2 {
    left: 62%;
    top: 63%; }
  .great-parts-main .car-parts-icon3 {
    left: 26%;
    top: 64%; }
  .great-parts-main .car-parts-icon4 {
    left: 21%;
    top: 83%;
    z-index: 1; }
  .great-parts-main .car-parts-icon5 {
    left: 62.5%;
    top: 75%; }
  .great-parts-main .car-parts-left {
    z-index: 1; }
  .great-parts-main .show-path {
    position: absolute; }
  .great-parts-main .parts-discription p {
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 184px;
    letter-spacing: -0.32px;
    
   }
  .great-parts-main .show-path-2 {
    right: -102%;
    top: 21%;
    z-index: 1; }
  .great-parts-main .parts-section {
    position: relative; }
  .great-parts-main .car-parts-icon {
    background: url(../images/car-show-parts-icon-n.svg) no-repeat center center;
    width: 84px;
    height: 84px;
    box-shadow: 0 0 0 rgba(29, 79, 145, 0.4);
    animation: pulse 2s infinite;
    border-radius: 50%; }
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(29, 79, 145, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(29, 79, 145, 0.4);
       box-shadow: 0 0 0 rgb(157 32 101); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
       box-shadow: 0 0 0 rgb(157 32 101); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }
  .great-parts-main .parts-section h4 {
    color: #FFF; }
  .great-parts-main .bg-second {
    /*background: url(../images/pattern-gray.svg) no-repeat center top;*/
    background-size: cover;
    height: 100%;
    padding: 50px;
  z-index: 1; }

.trusted-best {
  background: #032450;
  padding: 30px 0; }
  .trusted-best .box-sec {
    position: relative; }
    .trusted-best .box-sec img {
      width: 100%; }
    .trusted-best .box-sec .overlay-text {
      background: url(../images/overlay-bg.png) no-repeat center top;
      background-size: cover;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 28px;
      min-height: 233px;
      display: grid; }
      .trusted-best .box-sec .overlay-text h4 {
        color: #FFF;
        align-self: end;
        font-family: 'Dubai Bold';
        font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;}

        .trusted-best .box-sec .overlay-text h4 span {
          display: inline-block; }
        .trusted-best .box-sec .overlay-text h4 span::after {
          content: "";
          display: block;
          height: 6px;
          width: 58px;
          background: #307FE2;
          margin-top: 3px; }
  .trusted-best .trust-logos {
    text-align: center; }
    .trusted-best .trust-logos div {
      display: flex;
      align-items: center;
      padding: 30px 10px; }
      .trusted-best .trust-logos div img {
        display: inline-block;
        margin: 0px auto; }
  .trusted-best h2 {
    color: #FFF;
    padding-bottom: 25px;
    text-align: center; }
.trusted-best h2 span {
    text-align: left;
    max-width: 81px;
    display: inline-block;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: -0.02em;
    padding-left: 0;
    vertical-align: inherit;
}
.automative-sec {
   background: #fff;
  margin-top: -135px;
  position: relative;
}
.automative-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(150, 163, 174, 0.40) 0%, rgba(150, 163, 174, 0.00) 100%);
}

  .automative-sec .owl-theme .owl-dots {
    transform: rotate(90deg);
    display: inline-block; }
    .automative-sec .owl-theme .owl-dots .owl-dot span {
      width: 2px;
      height: 10px;
      display: inline-block;
      background: #707070;
      margin-left: 10px;
      transition: .3s ease-in-out; }
    .automative-sec .owl-theme .owl-dots .owl-dot.active span {
      height: 15px;
      background: #9d2065;
      position: relative;
      top: 4px;
      transition: .3s ease-in-out; }
    .automative-sec .owl-theme .owl-dots .owl-theme .owl-nav {
      position: relative; }
  .automative-sec .bg-div {
    background: url(../images/dotted-pattern-left-n.png) no-repeat left 30px top 30px;
    padding: 25px 0;
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }

    .back-top-button {
    background-color: #9d2065 !important;
}
 
  .automative-sec h4 {
    color: #032450;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
    padding-bottom: 30px;
  text-transform: uppercase;margin-bottom: 0; }

    .automative-sec h4 i {
      display: block;
      font-style: normal; }
  .automative-sec p {
    color: #788ca5; 
  font-size: 16px;
        line-height: 21px;
    letter-spacing: -0.32px;
  }
  .automative-sec .owl-theme .owl-nav {
    position: relative; }
  .automative-sec .owl-theme .owl-nav:after {
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: #BCCAD8;
    position: absolute;
    top: 45%;
    left: 53px; }

.whats-sets {
  padding: 110px 0;
  /*background:#FFF url(../images/pattern-blue-full.svg) no-repeat center top;*/
  background: #FFF;
  background-size: cover; }
  .whats-sets h2 {
    color: #032450;
      max-width: 210px; 
        line-height: 46px;}
.whats-sets h2 span {
    max-width: 75px;
    display: inline-block;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
  .whats-sets .what-bx-title-sec {
    padding-top: 50px; }
  .whats-sets .what-bx-main {
    margin: 15px 0; }
  .whats-sets .what-bx {
    border-radius: 22px;
    border: 1px solid #E1E3E8;
    background: url(../images/count-text-bg-n.png) no-repeat right top 5px;
    padding: 35px 25px;
    height: 100%; }
    .whats-sets .what-bx i.icon {
      margin-bottom: 40px;
      display: inline-block; }
    .whats-sets .what-bx h4 {
      font-family: 'Dubai Bold';
      font-weight: 700;
      color: #032450;
      font-size: 24px; }
    .whats-sets .what-bx p {
      color: #999999;
          font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.28px;}

.clear {
  clear: both;
  display: block; }

.connect-with-today {
  padding: 0 0 80px 0; }
  .connect-with-today h2 {
    color: #032450; }
    .connect-with-today h2 span {
    text-align: left;
    max-width: 100px;
    display: inline-block;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: -0.02em;
    padding-left: 0;
}
  .connect-with-today p {
    color: #999999;
    font-size: 16px;
  line-height: 21px;letter-spacing: -0.32px
  }
  .our-stats .stat-bx-main:nth-child(2) .count-sec i {
    font-size: 26px;
    text-transform: lowercase;
}
  .connect-with-today .connect-content {
    max-width: 550px; }

.desktop {
  display: block; }

.mobile {
  display: none; }

.blue-bttn {
    background: #307FE2 url(../images/right-arrow-white.svg) no-repeat right 30px center;
    border-radius: 8px;
    padding: 18px 60px 18px 30px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    transition: background-color 1s ease-out;
    transition: 0.25s ease-in;
    line-height: normal;
}

.blue-bttn:hover {
  background: #1D4F91 url(../images/right-arrow-white.svg) no-repeat right 20px center;
  color: #FFF;
  text-decoration: none; }

body .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  background: url(../images/arrow.svg) no-repeat center center;
  width: 47px;
  height: 47px; }
  body .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    display: none; }

body .owl-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
  margin-right: 42px; }

.owl-theme .owl-nav {
  max-width: 150px; }

div.menu {
  margin: 5% 10%;
  background: transparent; }
  div.menu a, div.menu #showall {
    display: inline-block;
    margin: 0 1%;
    padding: 2%;
    border-radius: 10%;
    -webkit-box-shadow: 0px 3px 11px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 11px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 11px 2px rgba(0, 0, 0, 0.2); }
  div.menu a:nth-child(1) {
    background: #E63946;
    color: #eee; }
  div.menu a:nth-child(2) {
    background: #F1FAEE;
    color: #222; }
  div.menu a:nth-child(3) {
    background: #A8DADC;
    color: #222; }
  div.menu a:nth-child(4) {
    background: #457B9D;
    color: #eee; }
  div.menu a:nth-child(5) {
    background: #1D3557;
    color: #eee; }
  div.menu .cnt {
    margin: 5% 10%;
    background: transparent; }

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
/*wave-effect-css-starts*/
.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto; }

.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
  background-image: linear-gradient(to top, #86377b 20%, #27273c 80%); }

.bgTop {
  z-index: 15;
  opacity: 0.5; }

.bgMiddle {
  z-index: 10;
  opacity: 1; }

.bgBottom {
  z-index: 5; }

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 top;
  transform-origin: center top; }

.waveMiddle {
  animation: move_wave 10s linear infinite; }

.waveMiddle {
  top: 0; }

.for-fading-bg {
  overflow: hidden;
  position: relative; }

.inner-banner {
  position: relative;
  background: #032450; }
  .inner-banner .in-ban-img {
    opacity: 0.2; }
  .inner-banner .inner-banner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding-bottom: 6%; }
    .inner-banner .inner-banner-content h1 {
      color: #FFF;
      padding: 0;
      margin-bottom: 22px; }
    .inner-banner .inner-banner-content p {
      color: #FFF;
      font-size: 14px; }

.philo-our-vision-sec p {
  color: #8196B2;
  font-size: 16px; }

.philo-our-mission-sec p {
  color: #8196B2;
  font-size: 16px; }
.philo-our-mission-sec .image-sec {
  order: 2; }
.philo-our-mission-sec .content-sec {
  order: 1; }

.philo-mission-sec {
  padding-bottom: 100px;
  position: relative;
  z-index: 1; }
  .philo-mission-sec h2 {
    padding-bottom: 50px; }
  .philo-mission-sec .philo-mission-box {
    padding: 30px;
    border-radius: 11px;
    background: #FFF url(../images/count-text-bg.png) no-repeat right top 5px;
    height: 100%;
    -webkit-box-shadow: 0px 10px 42px #307fe233;
    box-shadow: 0px 10px 42px #307fe233;
    transition: 0.5s ease-in; }
    .philo-mission-sec .philo-mission-box .mission-box-icon {
      margin-bottom: 25px;
      display: inline-block; }
  .philo-mission-sec .philo-mission-box:hover {
    margin-top: -20px; }

.our-value-sec {
  background: white;
  background: linear-gradient(360deg, white 0%, #f2f8fe 100%);
  padding: 250px 0px 70px;
  position: relative;
  position: relative;
  text-align: center; }

.our-stats.facts-figures.meet-our-team-wrap .meet-our-team h2 {
    min-height: 130px;
}
.product-list-dis .product-points .media img {
    width: 32px;
}

  @media screen and (max-width: 767px) {
    .our-value-sec {
      padding: 130px 0px 70px;
      margin-top: 70px; }
      .our-value-sec h2 {
        padding-bottom: 0 !important; } }
  /* .our-value-sec::before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
     background: url(../images/Logo-car.png) no-repeat center 70px;
    height: 100%;
    width: 100%; } */
    @media screen and (max-width: 1025px) {
      .our-value-sec::before {
        background-size: 80%; } }
  .our-value-sec h2 {
    padding-bottom: 20px;    color: #415464; }
    .our-value-sec h2 i {
    font-size: 20px;
    line-height: 20px;
}
  .our-value-sec .wave {
    top: -250px; }
  .our-value-sec .value-box {
    padding: 30px;
    height: 100%;
    margin: 0px auto;
    background: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
    border-radius: 12px;
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 767px) {
      .our-value-sec .value-box {
        height: auto; } }
    .our-value-sec .value-box::before {
      height: 200px;
      box-shadow: #3080e214 0 29px 40px;
      border-radius: 12px;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
    .our-value-sec .value-box h4 {
      margin-bottom: 30px;
      color: #032450;
      font-family: 'Dubai Bold';
      font-size: 20px;
      font-weight: 700; }
    .our-value-sec .value-box .icon {
      margin-bottom: 30px;
      display: inline-block; }

      

@media screen and (min-width: 1025px) {
  .floating-form .blue-bttn {
    min-width: 200px; }

  .philo-our-vision-sec {
    padding: 100px 10%;
    align-items: center; }

  .philo-our-mission-sec {
    padding: 100px 10%;
    align-items: center; }

  .great-parts-main .close-bttn {
    display: none; }
  .great-parts-main .car-parts-show-sec-left {
    float: left;
    width: 40%; }
  .great-parts-main .car-parts-show-sec-right {
    float: left;
    width: 60%;
    position: relative; }

  .trusted-best {
    padding: 75px 0; }

  .our-stats {
    padding: 90px; }

  .stat-bx-main:nth-child(2), .stat-bx-main:nth-child(4) {
    margin-top: 132px; }

  .blue-bttn {
    min-width: 250px} }
@media screen and (max-width: 1024px) {
  .value-box::before {
    background-size: contain; }

  .blue-bttn {
    font-size: 14px; }

  .close-bttn {
    background: url(../images/close-car-open.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    justify-self: end; }

  .great-parts-main .car-section img {
    position: relative;
    bottom: auto;
    left: auto; }

  .great-parts-main p {
    color: #768CA5; }
  .great-parts-main .car-parts-show-sec-right {
    padding-top: 50px;
    padding-bottom: 100px;
    max-width: 500px;
    margin: 0px auto; }
  .great-parts-main .car-parts-icon {
    background-size: cover;
    width: 36px;
    height: 36px; }
  .great-parts-main .car-parts-icon1 {
    left: 52%;
    top: 7%; }
  .great-parts-main .car-parts-icon2 {
    left: 60%;
    top: 46%; }
  .great-parts-main .car-parts-icon3 {
    left: 19%;
    top: 50%; }
  .great-parts-main .car-parts-icon5 {
    left: 61.5%;
    top: 71%; }
  .great-parts-main .car-parts-icon4 {
    left: 15%;
    top: 75%; }
  .great-parts-main .car-section {
    min-height: auto; }
  .great-parts-main .targetDiv {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000; }
    .great-parts-main .targetDiv .parts-section {
      display: flex;
      align-items: center;
      height: 100%;
      max-width: 400px;
      margin: 0px auto; }
      .great-parts-main .targetDiv .parts-section h4 {
        color: #032450; }
      .great-parts-main .targetDiv .parts-section .part-inner-sec {
        background: #FFF;
        padding: 20px;
        display: grid;
        clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 100%, 80% 100%, 75% 97%, 0 97%, 0 67%, 0 4%, 12% 0); }
    .great-parts-main .targetDiv .show-path {
      display: none; } 
      .our-stats.facts-figures.meet-our-team-wrap .meet-our-team h2 {
    min-height:inherit;
}
    }
@media screen and (min-width: 768px) {
  body .owl-theme .owl-nav [class*='owl-']:hover {
    background-color: none;
    opacity: 0.2; }

  .automative-sec .bg-div {
    padding: 150px 0 70px 0; }
  .automative-sec .owl-theme .owl-dots {
    position: absolute;
    top: 50%;
    left: 30%; }
  .automative-sec .owl-theme .owl-nav {
    width: 66.66%;
    margin-left: 34%;
    text-align: left;
    margin-top: 50px; }

  .col-5-custom {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media screen and (max-width: 767px) {
  .our-value-sec .value-box {
    margin-bottom: 50px; }

  .philo-our-vision-sec {
    margin-bottom: 50px; }
    .philo-our-vision-sec .image-sec {
      margin-bottom: 50px; }

  .philo-mission-box-main {
    margin-bottom: 20px; }

  .trusted-best .owl-prev {
    left: 0;
    position: absolute; }
  .trusted-best .owl-next {
    position: absolute;
    right: 0; }

  .trusted-best .owl-dots {
    text-align: center; }
    .trusted-best .owl-dots button {
      width: 25px;
      height: 8px;
      margin: 0 5px;
      background: #9d2065;
      border-radius: 4px;
      opacity: 0.5; }
    .trusted-best .owl-dots button.active {
      width: 50px;
      opacity: 1; }
  .trusted-best .owl-theme .owl-nav {
    max-width: 100%;
    margin: 0px auto 0 auto;
    position: absolute;
    top: 30%;
    right: 0;
    width: 100%; }
  .trusted-best .owl-nav .disabled {
    opacity: 0.2; }
  .trusted-best .container {
    padding-right: 0; }
  .trusted-best .box-sec .overlay-text h4 {
    font-size: 20px;
    line-height: 25px; }
  .trusted-best .owl-carousel .owl-nav button.owl-prev,
  .trusted-best .owl-carousel .owl-nav button.owl-next {
    background: url(../images/blue-fill-right.png) no-repeat;
            width: 50px;
        height: 40px;
        background-size: 40px;}

  .trusted-best .box-sec {
    margin-bottom: 20px; }

  .whats-sets {
    padding: 50px 0; }
    .whats-sets .what-bx-title-sec {
      padding-top: 0; }

  .wave {
    background-size: 760px; }

  .our-stats {
    padding-left: 0;
    padding-right: 0; }
    .our-stats .count-sec i {
      font-size: 26px !important; }
    .our-stats .stat-box {
      background-size: 70px;
      padding-top: 20px;
      min-height: auto; }
      .our-stats .stat-box h2 {
        margin-bottom: 0; }
    .our-stats .stat-bx-main:nth-child(2) {
      margin-top: 60px;
      margin-bottom: 60px; }
    .our-stats .stat-bx-main:nth-child(3) {
      margin-top: -60px; }

  .great-parts-main .bg-second {
    padding: 50px 0 0 0; }
    .great-parts-main .bg-second p {
      color: #768CA5;
      margin-bottom: 35px; }
    .great-parts-main .bg-second .targetDiv {
      padding-left: 25px;
      padding-right: 25px; }

  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-right: 25px;
    padding-left: 25px; }

  .our-stats .stat-box p::before {
    bottom: -12px; }

  .banner-content .banner-copy h1 {
    font-size: 23px;
    line-height: normal; }

  h1 {
    font-size: 30px; }

  h2 {
    font-size: 26px;
    margin-bottom: 25px; }

  .owl-theme .owl-nav {
    max-width: 150px;
    margin: 26px auto 0 auto; }

  .automative-sec {
    margin-top: 0; }
    .automative-sec h2 span {
      display: block; }
   
    .automative-sec .bg-div {
      padding: 90px 0 25px 0;
      background-position: left 7px top 15px; }
    .automative-sec .owl-theme .owl-dots {
      display: none; }

  .desktop {
    display: none; }

  .mobile {
    display: block; }

  .automotive-left, .automotive-right {
    padding: 0 15px; }

  .automotive-left {
    order: 2; }

  .automotive-right {
    order: 1;
    margin-bottom: 25px; } }
@media screen and (max-width: 500px) {
  .our-stats {
    /* background: url(../images/pattern-blue-mob.png) no-repeat center top -35px;*/ }
    .our-stats h2 {
      font-weight: 700;
      padding-bottom: 0; } }
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1); }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55); }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1); } }
@media screen and (max-width: 359px) {
  .blue-bttn {
    font-size: 9px;
    padding: 13px;
    padding-right: 42px;
    background-position: right 10px center; }

  .banner-content .banner-copy {
    justify-content: flex-start;
    padding-top: 75px; }
    .banner-content .banner-copy h1 {
      font-size: 17px;
      padding-bottom: 10px; }
    .banner-content .banner-copy p {
      font-size: 12px;
      line-height: normal; } }
.pattern-on-services {
  position: absolute;
  top: -30px;
  right: 0;
  background: url(../images/count-text-bg-n.png) no-repeat right top;
  min-height: 123px;
  width: 200px;
  text-align: left;
  padding-top: 8px;
  z-index: 1;
  animation: scale 4s linear infinite; }

.blue-bttn {
  background: #307FE2 url(../images/right-arrow-white.svg) no-repeat right 30px center; }

.blue-bttn:hover {
  background: #1D4F91 url(../images/right-arrow-white.svg) no-repeat right 20px center; }

.service-list-wrapper {
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 0; }
  .service-list-wrapper .col-sm-6 {
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 45px;
    padding-bottom: 40px; }

.service-single-list h3 {
  font-family: 'Dubai Bold';
  font-weight: 700;
  font-size: 25px;
  color: #032450; }
.service-single-list p {
  color: #032450;
  opacity: .5;
  font-size: 16px; }

.service-list-content {
  padding-top: 30px; }
  .service-list-content h3 {
    font-family: 'Dubai Bold';
    font-weight: 900;
    font-size: 25px;
    color: #032450; }
  .service-list-content p {
    color: #032450;
    opacity: .5;
    font-size: 16px; }
  .service-list-content .blue-bttn {
    min-width: 200px;
    margin-top: 12px; }

.service-list-holder {
  position: relative;
  box-shadow: 0px 10px 42px #307fe233; }

.service-detail-head {
  padding: 0 50px;
  max-width: 670px; }
  .service-detail-head h2 {
    margin-bottom: 35px;
    line-height: 65px; }
  .service-detail-head p {
    color: #032450;
    opacity: .5;
    line-height: 22px;
    font-size: 16px; }

.service-single-pic {
  margin-bottom: 35px; }

.the-row-reverse .row:nth-child(odd) {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.the-row-reverse .row:nth-child(odd) .service-single-list {
  padding-right: 0; }

.the-row-reverse .row:nth-child(even) .service-single-list {
  padding-left: 40px; }

.the-row-reverse .row {
  margin-bottom: 50px; }

.the-row-reverse .row:last-child {
  margin-bottom: 50px; }

.service-single-list {
  max-width: 560px; }

.exploring-service {
  position: relative;
  overflow: hidden; }
  .exploring-service .inner-explore {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
    padding: 15px;
    transition: .3s ease-in-out; }
    .exploring-service .inner-explore h3 {
      font-family: 'Dubai Bold';
      font-size: 20px;
      font-weight: 500;
      color: #307FE2; }
    .exploring-service .inner-explore h4 {
      font-family: 'Dubai Bold';
      font-size: 18px;
      font-weight: 500;
      color: #fff; }
    .exploring-service .inner-explore p {
      color: #fff; }

.inner-explore-detail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(4, 18, 38, 0.5);
  transition: .3s ease-in-out; }

.show-on-hover {
  transform: translate(0, 108%);
  transition: .3s ease-in-out;
  z-index: 11;
  position: relative; }

.exploring-service:hover .show-on-hover {
  transform: translate(0, -30%);
  transition: .3s ease-in-out; }

.show-before-hover {
  position: absolute;
  bottom: 0;
  transition: .4s ease-in-out;
  opacity: 1;
  padding: 15px; }

.exploring-service:hover .show-before-hover {
  opacity: 0;
  transition: .2s ease-in-out; }

.exploring-service:hover {
  transition: .6s ease-in-out;
  background-color: rgba(48, 127, 226, 0.5); }

.the-service-pace {
  padding-bottom: 0; }

.top-wrapper {
  margin-top: 100px; }

.what-starts {
  background: url(../images/greater-parts-bg-n.png);
  width: 100%;
  background-size: cover;
  padding: 130px 0; }

.pattern-on-left {
  position: absolute;
  top: 50px;
  left: 40px;
  background: url(../images/dotted-pattern-left.png) no-repeat right top;
  min-height: 155px;
  width: 132px;
  text-align: left;
  padding-top: 8px;
  z-index: 1; }

.what-starts h2 {
  color: #fff; }

body .why-choose-slider .automotive-left {
  padding-right: 155px; }
body .why-choose-slider h4 {
 font-family: 'Dubai Bold';
  color: #307FE2;
  font-size: 25px;
  line-height: 35px;
  padding-bottom: 30px; }
body .why-choose-slider p {
  font-family: 'Dubai Regular';
  font-size: 16px;
  opacity: .5;
  line-height: 22px;
  color: #fff; }
body .why-choose-slider .owl-nav {
  position: relative; }
  body .why-choose-slider .owl-nav::after {
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 45%;
    left: 53px; }
  body .why-choose-slider .owl-nav button.owl-prev, body .why-choose-slider .owl-nav button.owl-next {
    filter: brightness(0) invert(1) !important;
    transition: .3s ease-in-out; }
  body .why-choose-slider .owl-nav button.owl-prev:hover, body .why-choose-slider .owl-nav button.owl-next:hover {
    opacity: .6; }
  body .why-choose-slider .owl-nav .disabled {
    opacity: 0.2 !important; }

.position-content {
  position: absolute;
  left: 15px;
  right: 0;
  line-height: 22px;
  z-index: 11; }
  .position-content p {
    max-width: 570px;
    color: #fff;
    font-family: 'Dubai Regular'; }

.slider-for .slick-prev {
  position: absolute;
  bottom: -70px;
  right: 54.3%;
  z-index: 11;
  background: url(../images/blue-left.svg) no-repeat right top;
  font-size: 0;
  width: 60px;
  height: 52px;
  border: none; }

.slider-for .slick-next {
  position: absolute;
  bottom: -70px;
  right: 45.8%;
  z-index: 11;
  background: url(../images/blue-right.svg) no-repeat right top;
  font-size: 0;
  width: 60px;
  height: 52px;
  border: none; }

.slider-nav .slide-btn {
  padding-left: 20px; }
.slider-nav .slick-current {
  font-weight: bold;
  padding-left: 28px;
  transition: .3s ease-in-out;
  position: relative; }
  .slider-nav .slick-current::after {
    position: absolute;
    left: -10px;
    top: 40%;
    width: 30px;
    height: 3px;
    background: #307FE2;
    content: "";
    display: block;
    transition: .3s ease-in-out; }
.slider-nav .slide-btn {
  cursor: pointer;
  margin: 10px 0; }

.slide-container {
  padding-bottom: 0; }

.sld-wrp {
  color: #fff !important; }

.sld-wrp .slide-btn {
  color: #366691;
  position: relative; }

.sld-wrp .slide-btn.slick-current {
  color: #fff; }

.history-bg {
  background: url(../images/history-bg.svg);
  height: 489px;
  width: 607px;
  position: absolute;
  left: 99px;
  top: 180px; }

.slick-disabled {
  opacity: 0.5 !important; }

.exploring-service::after {
  display: block;
  clear: both;
  content: '';
  position: absolute;
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: .3s ease-in-out;
  background-color: rgba(48, 127, 226, 0.5); }

.exploring-service:hover::after {
  display: block;
  clear: both;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: .3s ease-in-out; }

@media (min-width: 768px) {
  body .why-choose-slider .owl-nav {
    width: 100%;
    margin-left: 42.7%;
    text-align: left;
    margin-top: 50px; } }
@media (min-width: 991px) {
  .show-in-mobile {
    display: none; }

  body .why-choose-slider .owl-dots {
    position: absolute;
    top: 41%;
    left: 39%;
    height: 100px;
    width: 25px; }

  body .why-choose-slider .owl-dots span {
    width: 15px;
    height: 2px;
    display: block;
    background: #fff;
    margin-left: 10px;
    transition: .5s ease-in-out; }

  body .why-choose-slider .owl-dots .active span {
    width: 25px;
    height: 2px;
    background: #9d2065;
    margin: auto;
    transition: .5s ease-in-out; } }
@media (min-width: 1201px) {
  .arrows-here::after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    width: 45px;
    height: 1px;
    background: #9d2065;
    opacity: 1 !important;
    left: 64px;
    top: 41px; } }
@media (max-width: 1400px) {
  .exploring-service:hover .show-on-hover {
    transform: translate(0, -7%); }

  .slider-nav {
    margin-top: 189px; }

  .position-content p {
    max-width: 54%; } }
@media (max-width: 1300px) {
  .slider-for .slick-slide p {
    color: #fff !important; }

  .exploring-service:hover .show-on-hover {
    transform: translate(0, -20%); }

  .exploring-service > img {
    height: 400px;
    object-fit: cover; } }
@media (max-width: 1200px) {
  .slider-for {
    margin-top: 35px; }

  .sld-wrp {
    padding-top: 35px; }
    .sld-wrp .slide-btn {
      color: #366691;
      position: relative;
      overflow: hidden;
      margin: 0 7px; }
      .sld-wrp .slide-btn::after {
        position: absolute;
        content: "" !important;
        display: block !important;
        clear: both !important;
        width: 85% !important;
        height: 1px !important;
        background-color: #366691;
        z-index: 99999;
        top: 40%;
        left: 53px; }
    .sld-wrp .slide-btn:last-child::after {
      display: none !important; }

  .arrows-here .slick-prev {
    background: url(../images/blue-fill-left.svg) no-repeat;
    width: 80px;
    height: 80px;
    left: -2px;
    bottom: 21%; }

  .arrows-here .slick-next {
    background: url(../images/blue-fill-right.svg) no-repeat;
    width: 80px;
    height: 80px;
    bottom: 21%;
    right: -5px; }

  .position-content {
    position: relative;
    left: 0;
    max-width: 100%; }

  .position-content p {
    max-width: 100%; }

  .slider-nav {
    margin-top: 0; }

  .slider-nav .slick-current::after {
    display: none; }

  .slider-nav .slick-current, .slider-nav .slide-btn {
    padding-left: 0; }
  .home .banner-content .banner-copy{
  padding-left: 40px;
}

 }
@media (max-width: 991.8px) {
  .history-insider h2 {
    margin-bottom: 0px; }

  .history-bg {
    height: 225px;
    width: 300px;
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    right: 0;
    margin: 0 auto; }

  .what-starts {
    background-position: 65%; }

  .pattern-on-left {
    top: 16px;
    left: 6px; }

  .what-starts {
    padding: 60px 0; }

  body .why-choose-slider .owl-nav {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    left: 0;
    margin-top: 50px;
    right: 0; }

  body .why-choose-slider .automotive-left {
    padding-right: 15px; }

  body .why-choose-slider h4 {
    padding-bottom: 10px;
    padding-top: 30px; }

  .home-banner-sec img.inner-service-banner {
    height: 300px;
    object-fit: cover; }

  .explore-our-services {
    display: block !important; }

  .exploring-service > img {
    height: auto; }

  .show-in-desktop {
    display: none; }

  .show-in-mobile {
    display: block; }

  .show-on-hover {
    padding: 15px;
    display: none !important; }

  .show-before-hover {
    opacity: 1 !important;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 1; }

  .exploring-service .inner-explore h3 {
    display: none; }

  .exploring-service .inner-explore {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: flex;
    align-items: center; }

  .the-row-reverse .row:nth-child(even) .service-single-list {
    padding-left: 0; }

  .service-detail-head {
    padding: 30px 15px 10px; } }
@media (max-width: 767px) {
  .blue-bttn {
    font-size: 14px !important; }

  .slider-for {
    padding-left: 25px;
    padding-right: 25px; }

  .bottom-side-spacer {
    padding-bottom: 0; }

  .service-list-wrapper {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 0; }
    .service-list-wrapper .col-sm-6 {
      padding-left: 32px;
      padding-right: 32px;
      padding-top: 0;
      padding-bottom: 0; }

  .service-listdivider {
    border-bottom: solid 1px #E1E3E8;
    padding-bottom: 30px;
    padding-top: 30px; }

  .service-list-wrapper .col-sm-6:last-child .service-listdivider {
    border-bottom: none; }

  .service-list-content .blue-bttn {
    min-width: 100%; }

  .service-single-pic h3 {
    font-family: 'Dubai Bold';
    font-weight: 600;
    font-size: 16px;
    color: #032450; }

  .the-row-reverse .row {
    margin-bottom: 35px; }

  .service-single-list p {
    font-size: 14px; }

  .explore-our-services {
    display: block !important;
    margin: 0 -25px; } }
@media (max-width: 575px) {
  .whats-sets h2 span{
        vertical-align: middle;
    max-width: inherit;
    font-size: 19px;
    line-height: 18px;
  }
  .whats-sets h2{
    max-width: inherit;
  }
  .trusted-best h2 span{
    vertical-align: middle;
  }
  .blue-bttn {
    font-size: 11px !important; } }
@media (max-width: 350px) {
  .to-mob-blw {
    -ms-flex-align: end !important;
    align-items: flex-end !important; } }

/*# sourceMappingURL=style.css.map */