/* 
  Photoshop does not apply line height to the first row, which CSS does. This creates all kinds of havock. 
  To calculate the correct offset for the first line we need the font-size and the lineheight, i.e:

  HOWTOUSE : 
              @include line-height(22,30);

  in Photoshop points/px (but with no unit)
*/
/*

This version is much more elegant since it makes a good use of both min and max functions from Sass.

Literally means keep the minimum between $max and the maximum between $number and $min.

HOWTOUSE : 
            $min_width: 320px; // What is the min width responsive screen
            $max_width: 1200px; // What is the max width responsive screen
            $min_font: 15px; 
            $max_font: 24px;
            @include smartFont($min_width, $max_width, $min_font, $max_font);

*/
html {
  scroll-behavior: smooth;
  font-size: 10px;
}

.sr-l {
  display: block !important;
}

.sr-s {
  display: none !important;
}

@media (max-width: 991px) {
  .sr-l {
    display: none !important;
  }

  .sr-s {
    display: block !important;
  }
}
.su-icon--yellow::before {
  color: yellow;
}

*:focus, *:active, *:visited {
  outline: none !important;
}

/* Util
**********/
.gradientStrip {
  background: -o-linear-gradient(1deg, #f5bf26, #dd640b, #EB2227 79%, #f5bf26);
  background: linear-gradient(89deg, #f5bf26, #dd640b, #EB2227 79%, #f5bf26);
  background-size: 200% auto;
  background-position: 0 100%;
  -webkit-animation: gradient 5s infinite;
          animation: gradient 5s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  min-height: 15px;
  display: block;
  width: 100%;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: -200% 0%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: -200% 0%;
  }
}
.gradientBg {
  background: rgb(245, 191, 38);
  background: -o-linear-gradient(308deg, rgb(245, 191, 38) 0%, rgb(243, 169, 39) 32%, rgb(234, 59, 44) 100%);
  background: linear-gradient(142deg, rgb(245, 191, 38) 0%, rgb(243, 169, 39) 32%, rgb(234, 59, 44) 100%);
}

.gradientBarleft {
  position: relative;
  margin-left: 2rem;
  background-color: #fff;
  padding: 20px;
}
@media (max-width: 1024px) {
  .gradientBarleft {
    padding: 0;
  }
}

.gradientBarleft::before {
  content: "";
  min-height: 80%;
  width: 6px;
  background: rgb(245, 191, 38);
  background: -o-linear-gradient(308deg, rgb(245, 191, 38) 0%, rgb(243, 169, 39) 32%, rgb(234, 59, 44) 100%);
  background: linear-gradient(142deg, rgb(245, 191, 38) 0%, rgb(243, 169, 39) 32%, rgb(234, 59, 44) 100%);
  display: block;
  position: absolute;
  top: 50%;
  left: -1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .gradientBarleft::before {
    display: none;
  }
}

.elementor-element-318d64d.elementor-sticky--effects {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

#rmp-search-box-653 .rmp-search-box {
  width: 80% !important;
  padding: 0 15px !important;
}

#rmp-menu-title-653 .rmp-menu-title-image {
  width: auto !important;
  height: auto !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

#rmp-container-653 {
  background: rgb(245, 191, 38) !important;
  background: -o-linear-gradient(170deg, rgb(245, 191, 38) 0%, rgb(243, 169, 39) 32%, rgb(234, 59, 44) 100%) !important;
  background: linear-gradient(280deg, rgb(245, 191, 38) 0%, rgb(243, 169, 39) 32%, rgb(234, 59, 44) 100%) !important;
}

ul#rmp-menu-653 a:hover {
  border: 1px solid #F3B326;
  border-radius: 30px;
}

ul#rmp-menu-653 > li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.postGallery .elementor-slideshow__title {
  display: none !important;
}

a.primaryButton {
  position: relative;
}
a.primaryButton:hover i {
  position: relative;
  right: -2px;
}
a.primaryButton i {
  margin-left: 7px;
  margin-top: -4px;
}

.dialog-widget .footer.elementor-slideshow__footer .elementor-slideshow__title {
  display: none !important;
}

/*=================== Nav Bar ========================*/
.navContactUs .elementor-widget-html, .navContactUs .elementor-widget-html > * {
  height: 100%;
  background: #EB2227;
  text-align: center;
}
.navContactUs .elementor-widget-html:hover, .navContactUs .elementor-widget-html > *:hover {
  background: #F3B326;
}
.navContactUs .elementor-widget-html:hover a, .navContactUs .elementor-widget-html > *:hover a {
  color: #000;
}

.navContactUs a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

@media (max-width: 1160px) {
  #menu-1-44c4610 > .menu-item > a {
    padding: 13px 10px !important;
    font-size: 14px !important;
  }
}

button.rmp_menu_trigger {
  z-index: 999 !important;
}

/*===================HOME ========================*/
#serviceTabs .su-tabs {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  #serviceTabs .su-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 530px) {
  #serviceTabs .su-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#serviceTabs .su-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1024px) {
  #serviceTabs .su-tabs-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#serviceTabs .su-tabs-nav .serviceTab {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  min-height: 100px;
  border-radius: 0;
  position: relative;
  font-family: "Open Sans", Sans-serif;
  text-transform: capitalize;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #131313;
  background-color: #fff;
  padding: 25px 5px;
  margin: 0;
}
@media (max-width: 1024px) {
  #serviceTabs .su-tabs-nav .serviceTab {
    font-size: 14px;
    line-height: 1.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 530px) {
  #serviceTabs .su-tabs-nav .serviceTab {
    min-height: 50px;
    padding: 5px 5px;
  }
}
#serviceTabs .su-tabs-nav .serviceTab::before {
  content: "";
  --serviceIcon: 74px;
  display: block;
  max-width: var(--serviceIcon);
  min-height: var(--serviceIcon);
  margin: 0 auto 10px;
}
@media (max-width: 1024px) {
  #serviceTabs .su-tabs-nav .serviceTab::before {
    display: none;
  }
}
#serviceTabs .su-tabs-nav .serviceTab::after {
  content: "";
  width: 0%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  #serviceTabs .su-tabs-nav .serviceTab::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
#serviceTabs .su-tabs-nav .serviceTab.su-tabs-current::after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #EB2227;
}
@media (max-width: 1024px) {
  #serviceTabs .su-tabs-nav .serviceTab.su-tabs-current::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
#serviceTabs .su-tabs-panes .su-tabs-pane {
  padding: 0;
  background-color: #f2f2f2;
}
@media (max-width: 1024px) {
  #serviceTabs .su-tabs-panes .su-tabs-pane {
    height: 100%;
  }
}
#serviceTabs .su-tabs-panes .st_wrap {
  padding: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 1024px) {
  #serviceTabs .su-tabs-panes .st_wrap {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
}
@media (max-width: 530px) {
  #serviceTabs .su-tabs-panes .st_wrap {
    padding: 30px 15px;
  }
}
#serviceTabs .su-tabs-panes .st_wrap h2 {
  font-size: 24px;
  font-weight: 900;
}
#serviceTabs .su-tabs-panes .st_col1 img {
  max-height: 450px;
  height: 100%;
  width: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  #serviceTabs .su-tabs-panes .st_col1 {
    margin-bottom: 2rem;
  }
}
#serviceTabs .su-tabs-panes .st_cta {
  margin-top: 20px;
}
#serviceTabs .su-tabs-panes .primaryButton {
  font-family: "Overpass", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 100%;
  width: 273px;
  min-height: 100%;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: var(--e-global-color-8d20a78);
  border-radius: 0px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
  line-height: 0;
}
#serviceTabs .su-tabs-panes .primaryButton:hover {
  color: #000000;
  background-color: var(--e-global-color-1d81069);
}

.homegallery img {
  border: 1px solid red;
  max-width: 100%;
  min-height: 100%;
  width: 335px !important;
  height: 230px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/*=================== ABOUT ========================*/
.aboutMoto {
  font-size: 72px;
  line-height: 1em;
  color: #fff;
  font-weight: 900;
  font-family: var(--e-global-typography-b50717e-font-family), sans-serif;
}
@media (max-width: 1530px) {
  .aboutMoto {
    font-size: 60px;
  }
}
@media (max-width: 1280px) {
  .aboutMoto {
    font-size: 50px;
  }
}
@media (max-width: 1090px) {
  .aboutMoto {
    font-size: 45px;
  }
}
@media (max-width: 333px) {
  .aboutMoto {
    font-size: 34px;
    padding: 15px 0;
  }
}
.aboutMoto .qoute {
  font-size: 50px;
}
.aboutMoto span.moto {
  font-size: 30px;
  font-weight: bold !important;
}

.temdesc {
  margin: 0 15px;
}

.teamProfile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .teamProfile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.teamProfile h4 {
  font-size: 16px;
  font-weight: 900;
  color: #eb2227;
  line-height: 1.1em;
  text-transform: uppercase;
}
.teamProfile h2 {
  font-size: 21px;
  color: #131313;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: -5px;
}
.teamProfile ul {
  list-style: none;
  padding: 0;
}
.teamProfile ul li {
  color: #131313;
  margin-bottom: 0;
}
.teamProfile ul li i {
  color: #eb2227;
  margin-right: 5px;
}

.teamContent {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .teamContent {
    text-align: center;
  }
}

.menagementTeamWrap > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 800px) {
  .menagementTeamWrap > ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 530px) {
  .menagementTeamWrap > ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.menagementTeamWrap ul {
  list-style: none;
  padding: 0;
}
.fancybox__container .temdesc {
  max-width: 80rem;
}
.fancybox__container .teamProfile img {
  width: 20rem;
}

/*===================Contact us ======================*/
.contactDetailsTabs .elementor-tabs-wrapper {
  border-bottom: 1px solid #cccccc;
}
.contactDetailsTabs .elementor-tabs-wrapper .elementor-tab-title {
  position: relative;
}
.contactDetailsTabs .elementor-tabs-wrapper .elementor-tab-title:not(:last-child)::before {
  content: "";
  width: 1px !important;
  height: 70% !important;
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  right: 0 !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contactDetailsTabs .elementor-tabs-wrapper .elementor-tab-title::after {
  content: "";
  width: 0% !important;
  height: 5px !important;
  background-color: #EB2227;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
}
.contactDetailsTabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active::after {
  width: 100% !important;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  .contactDetailsTabs .contact-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
    max-width: 50rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .contactDetailsTabs .elementor-tab-content {
    padding: 10px;
    padding-bottom: 50px !important;
    padding-top: 30px !important;
  }
}

.elementor-tab-mobile-title {
  padding: 25px 15px !important;
  border: 1px solid #cccccc !important;
  background: #fff;
}

.elementor-element-7fd2b88 {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-container .contact-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-container .contact-col--address .contact_content {
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
.contact-container .contact-col--address .contact_content::before {
  content: "";
  min-height: 100%;
  width: 6px;
  background: rgb(245, 191, 38);
  background: -o-linear-gradient(308deg, rgb(245, 191, 38) 0%, rgb(243, 169, 39) 32%, rgb(234, 59, 44) 100%);
  background: linear-gradient(142deg, rgb(245, 191, 38) 0%, rgb(243, 169, 39) 32%, rgb(234, 59, 44) 100%);
  display: block;
  position: absolute;
  top: 50%;
  left: -2.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .contact-container .contact-col--address .contact_content::before {
    display: none;
  }
}
.contact-container .contact-col--address h2 {
  font-weight: bold;
  font-size: 24px;
  text-transform: capitalize;
  color: #131313;
}
.contact-container .contact-col--address p {
  margin-bottom: 0;
  line-height: 1.2em;
  color: #131313;
}
.contact-container .contact-col--address ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}
.contact-container .contact-col--address ul li {
  margin-bottom: 0;
}
.contact-container .contact-col--address ul li i {
  color: #EB2227;
  font-size: 16px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cf7_col-99-1 {
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
/*===================Foating========================*/
#floating-widget {
  right: 0px;
  bottom: 15%;
}

#floating-widget ul {
  margin: 0;
}

#floating-widget ul .floating-item {
  width: 43px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

#floating-widget ul .floating-item a {
  width: 100%;
  height: 101%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#floating-widget ul .floating-item i {
  font-size: 25px;
  color: #fff;
}

#floating-widget ul .floating-item.floating__whatsapp {
  background-color: #25d366;
  border-top-left-radius: 10px;
}

#floating-widget ul .floating-item.floating__facebook {
  background-color: #4267B2;
}

#floating-widget ul .floating-item.floating__linkedin-in {
  background-color: #0e76a8;
}

#floating-widget ul .floating-item.floating__call {
  background-color: #ea3713;
}

#floating-widget ul .floating-item.floating__call i {
  font-size: 21px;
}

#floating-widget ul .floating-item.floating__contact {
  background-color: #424242;
  min-height: 165px;
  border-bottom-left-radius: 10px;
}

#floating-widget ul .floating-item.floating__contact a {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  white-space: pre;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 991px) {
  #floating-widget {
    right: 0;
    left: 0;
    bottom: 0%;
  }

  #floating-widget li.floating-item {
    border-radius: 0px;
    width: 33.3333333333%;
    float: left;
  }

  #floating-widget li.floating-item.floating__email {
    margin-bottom: 0;
  }

  #floating-widget .floating-btn {
    position: absolute;
    bottom: -2px;
    left: -41px;
    right: 0;
  }

  #floating-widget ul .floating-item a {
    width: 100%;
    height: 101%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #floating-widget ul .floating-item.floating__whatsapp {
    border-top-left-radius: 0px;
  }

  #floating-widget ul .floating-item.floating__contact {
    min-height: 43px;
    border-bottom-left-radius: 0px;
  }

  #floating-widget ul .floating-item.floating__contact a {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}