@charset "UTF-8";

html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
}

ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}

a {
  color: inherit;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus {
  outline: none;
}

p {
  margin-bottom: 0;
  font-size: 16px;
}

.btn:hover {
  cursor: pointer;
}

.header-main {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  background: transparent;
}

.head-top-block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 50px;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.head-top-block .head-top-box {
  margin-bottom: 0;
  color: #fff;
  position: relative;
}

.head-top-block .head-top-box svg {
  fill: #fff;
}

.head-top-block .head-top-box .arrow-right {
  width: 20px;
  margin-left: 5px;
  display: inline-block;
}

.head-top-block .head-top-box .login-img {
  width: 25px;
  display: inline-block;
  position: absolute;
  left: 0;
}

.head-top-block .head-top-box:hover {
  color: #feb417;
}

.head-top-block .head-top-box:hover .arrow-right svg,
.head-top-block .head-top-box:hover .login-img svg {
  fill: #feb417;
}

.head-top-block .head-top-right-text {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 20px 15px 0;
}

.head-top-block .header-text-link {
  padding-left: 35px;
  margin-left: 20px;
}

.head-top-block p {
  font-size: 16px;
}

.navbar-toggler {
  background: #fff;
}

#myHeader {
  display: flex;
}

#mobileHeader {
  display: none;
}

.header-main-navbar {
  padding: 10px 50px;
  display: none;
}

.header-main-navbar .navbar-nav .nav-item {
  margin-right: 8px;
  position: relative;
}

.header-main-navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.header-main-navbar .navbar-nav .nav-item .dropdown-item {
  text-transform: capitalize;
  font-size: 16px;
  padding: 10px 35px;
  border-bottom: 1px solid #ddd;
}

.header-main-navbar .navbar-nav .nav-item .dropdown-item .rh-icon-dropdown {
  width: 12px;
  opacity: 0;
}

.header-main-navbar .navbar-nav .nav-item .dropdown-item:last-child {
  border-bottom: none;
}

.header-main-navbar .navbar-nav .nav-item .dropdown-item:hover {
  color: #feb417;
  background: transparent;
}

.header-main-navbar .navbar-nav .nav-item .dropdown-item:hover .rh-icon-dropdown {
  opacity: 1;
}

.header-main-navbar .navbar-nav .nav-item .dropdown-item.active-dropdown {
  color: #feb417;
}

.header-main-navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  padding-right: 17px;
  letter-spacing: 0.5px;
}

.header-main-navbar .navbar-nav .nav-item .nav-link:hover {
  color: #feb417;
  cursor: pointer;
}

.header-main-navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: transparent;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: none;
  transition: all 250ms ease-in-out;
  text-decoration: none;
  transform: rotate(-135deg);
  top: 12px;
  right: 0;
}

.header-main-navbar .navbar-nav .nav-item .rh-icon-img {
  width: 12px;
  opacity: 0;
}

.header-main-navbar .navbar-nav .nav-item .dropdown-menu-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: block;
  margin: 0.125rem 0 0;
  font-size: 16px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 8px 20px -3px rgba(0, 0, 0, 0.1);
}

.header-main-navbar .navbar-nav .nav-item:hover .rh-icon-img {
  opacity: 1;
}

.header-main-navbar .navbar-nav .nav-item:hover .dropdown-menu-list {
  opacity: 1;
  visibility: visible;
}

.header-main-navbar .navbar-nav .nav-item:hover .nav-link {
  color: #feb417;
  cursor: pointer;
}

.header-main-navbar .navbar-nav .nav-item:hover .nav-link.dropdown-toggle::after {
  border-top: 1px solid #feb417;
  border-left: 1px solid #feb417;
}

.header-main-navbar .navbar-nav .active > .nav-link {
  color: #feb417 !important;
}

.header-main-navbar .navbar-nav .active > .nav-link.dropdown-toggle::after {
  border-top: 1px solid #feb417 !important;
  border-left: 1px solid #feb417 !important;
}

.header-main-navbar .navbar-nav .active .rh-icon-img {
  opacity: 1;
}

.header-mobile-navbar {
  padding: 10px 20px;
}

.header-mobile-navbar .navbar-nav {
  background-color: #fff;
  padding: 5px;
}

.header-mobile-navbar .navbar-nav .nav-item {
  margin-right: 8px;
}

.header-mobile-navbar .navbar-nav .nav-item .dropdown-item {
  text-transform: capitalize;
  font-size: 16px;
  padding: 10px 35px;
  border-bottom: 1px solid #ddd;
}

.header-mobile-navbar .navbar-nav .nav-item .dropdown-item .rh-icon-dropdown {
  width: 12px;
  opacity: 0;
}

.header-mobile-navbar .navbar-nav .nav-item .dropdown-item:last-child {
  border-bottom: none;
}

.header-mobile-navbar .navbar-nav .nav-item .dropdown-item.active-dropdown {
  color: #feb417;
}

.header-mobile-navbar .navbar-nav .nav-item .dropdown-item.active-dropdown .rh-icon-dropdown {
  opacity: 1;
}

.header-mobile-navbar .navbar-nav .nav-item .nav-link {
  color: #212529;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.header-mobile-navbar .navbar-nav .nav-item .nav-link .rh-icon-img {
  width: 12px;
  opacity: 0;
}

.header-mobile-navbar .navbar-nav .nav-item .sub-menu a {
  font-size: 14px;
}

.header-mobile-navbar .navbar-nav .nav-item.active .rh-icon-img {
  opacity: 1;
}

.header-mobile-navbar .navbar-nav .nav-item.active .nav-link {
  color: #feb417;
  cursor: pointer;
}

.header-mobile-navbar .navbar-nav .active > .nav-link {
  color: #feb417 !important;
}

.header-mobile-navbar .navbar-nav .active .rh-icon-img {
  opacity: 1;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 10px 20px !important;
  z-index: 9;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}

.header-mobile-navbar.sticky .navbar-nav .nav-item .nav-link:hover {
  color: #feb417;
}

.user-header .header-main-navbar .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

.logo-black-active {
  display: none;
}

.header-mobile-navbar.sticky .logo-black-active {
  display: inline-block;
}

.header-mobile-navbar.sticky .white-logo-active {
  display: none;
}

.footer-main {
  background: #282828;
  color: #fff;
  padding: 30px 0 0;
  font-size: 16px;
  font-weight: 300;
}

.footer-main h5 {
  color: #ffc600;
}

.footer-main .cn-detail svg {
  margin-right: 10px;
}

.footer-main .cn-detail svg path {
  fill: #ffc600;
}

.footer-main .footer-bootom {
  border-top: 1px solid #ffc600;
}

.footer-main .terms-seperate {
  padding: 0 7px;
}

.footer-main .site-link-list-item {
  margin-bottom: 5px;
}

.footer-main .site-link-list-item a:hover {
  color: #ffc600;
}

.footer-main .term-policy-link:hover {
  color: #ffc600;
}

.footer-main .footer-intro {
  color: #999;
}

.background-grey {
  background: #f5f5f5;
}

.text-color-white {
  color: #fff;
}

.main-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.main-section {
  margin: 60px 0;
  text-align: center;
}

.grecapta-block {
  margin-top: 60px;
}

.padd-top-50 {
  padding-top: 50px;
}

.overlay {
  position: relative;
}

.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 10%, transparent 80%);
}

.banner-full-height {
  height: 100vh;
}

.banner-full-height img {
  height: 100%;
  width: 100%;
}

.banner-height-500 {
  height: 700px;
}

.banner-height-500 img {
  height: 100%;
}

.follow-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  display: none;
}

.follow-links .follow-link-item {
  margin-right: 5px;
}

.follow-links .follow-link-icon {
  font-size: 25px;
}

.follow-links .follow-link-icon:hover {
  color: #ffc600;
}

body {
  font-family: "Poppins", sans-serif;
}

@keyframes arrowMove {
  to {
    transform: rotate(45deg) translateY(2rem) translateX(2rem);
    opacity: 0;
  }
}

@keyframes navArrowMove {
  to {
    transform: translateX(2rem);
    opacity: 0;
  }
}

.owl-carousel.owl-loaded .owl-stage-outer {
  height: 100%;
}

.owl-carousel.owl-loaded .owl-stage-outer .owl-stage {
  transition: all 0.9s ease-in-out !important;
}

.banner-main .owl-dots {
  position: relative;
  top: -50px;
  text-align: right;
  padding: 0 50px;
}

.banner-main .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #fff;
}

.banner-main .owl-dots .owl-dot.active span {
  background: #fff;
}

.banner-main .banner-block {
  position: relative;
}

.banner-main .banner-block .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  z-index: 1;
}

.banner-main .banner-block .banner-text-align {
  align-items: center;
}

.banner-main .banner-block img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-main .main-head-text {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  flex: 4;
}

.banner-main .main-head-para {
  color: #fff;
  flex: 3;
  font-size: 20px;
}

.banner-main .main-head-para span {
  text-transform: uppercase;
  font-weight: 700;
}

.banner-main .main-head-text-span {
  color: #FFC600;
  display: inline-block;
}

.banner-main .scroll-down-arrow {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.banner-main .scroll-down-arrow:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 30px;
  height: 30px;
  border: 4px solid #fff;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  animation: arrowMove 1.8s infinite;
}

.rh-course-slider .owl-item .card {
  border: none;
  border-radius: 10px;
  margin: 20px 20px;
  transition: all 0.5s ease-in-out;
}

.rh-course-slider .owl-item .card .card-img-top {
  height: 250px;
}

.rh-course-slider .owl-item .card:hover {
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.3);
}

.rh-course-slider .owl-item.center .card {
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.3);
}

.rh-course-slider .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rh-course-slider .card-title {
  font-size: 20px;
  color: #0a0a0a;
}

.rh-course-slider .card-text {
  color: #333;
  font-size: 14px;
}

.rh-course-slider .owl-theme .owl-nav {
  display: flex;
  justify-content: center;
}

.rh-course-slider .owl-theme .owl-nav .owl-prev,
.rh-course-slider .owl-theme .owl-nav .owl-next {
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #999;
  font-size: 18px;
}

.rh-course-slider .owl-theme .owl-nav .owl-prev:hover,
.rh-course-slider .owl-theme .owl-nav .owl-next:hover {
  background: #feb417;
  color: #000;
}

.rh-course-slider .owl-theme .owl-nav .owl-next {
  background: #feb417;
  color: #000;
}

.input-group-box {
  margin-bottom: 30px;
  position: relative;
}

.input-group-box .input-box {
  padding: 18px 12px;
  border: none;
  border-radius: 6px;
}

.input-group-box .input-box-label {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.input-group-box .select-box {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.input-group-box .select-box.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 20px);
}

.input-group-box .select-arrow {
  position: absolute;
  top: 49px;
  right: 15px;
  width: 20px;
}

.g-recaptcha div:first-child {
  display: inline-block;
}

.btn-main {
  background-image: linear-gradient(#e62c2d, #9c0816);
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  display: inline-block;
  padding: 12px 45px;
  font-weight: 600;
  font-size: 20px;
}

.contact-intro-text-block {
  margin: 120px 0;
}

.what-we-do-main-box {
  border: 1px solid #ddd;
  padding: 25px;
  height: 686px;
  border-radius: 20px;
  margin: 0 10px 30px;
  position: relative;
  overflow: hidden;
}

.what-we-do-main-box .what-we-do-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  height: 100%;
}

.what-we-do-main-box .what-we-do-box-title {
  font-size: 24px;
}

.what-we-do-main-box .what-we-do-box-head {
  font-size: 30px;
}

.what-we-do-main-box .what-we-do-text-icon {
  margin: 30px 0 10px;
  width: 70px;
}

.what-we-do-main-box .what-we-do-icon {
  width: 100%;
}

.what-we-do-main-box .what-we-do-icon .faq-icon {
  margin-left: auto;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.what-we-do-main-box .what-we-do-icon .faq-icon:hover {
  color: #fff;
}

.what-we-do-main-box .what-we-do-red-box {
  background: #fff;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.what-we-do-main-box .what-we-do-red-box .faq-icon {
  background: #9f111c;
}

.what-we-do-main-box .what-we-do-red-box .app-image {
  height: 100%;
}

.what-we-do-main-box .active-red-box {
  opacity: 1;
  visibility: visible;
}

.about-sub-page-block {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}

.about-sub-page-block:after {
  background: rgba(0, 0, 0, 0.8);
}

.about-sub-page-block .about-page-title {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.about-sub-page-block .about-sub-link-img {
  transition: all 0.5s ease-in-out;
}

.about-sub-page-block:hover .about-sub-link-img {
  transform: scale(1.1);
}

.about-sub-page-block:hover .about-page-title {
  color: #feb417;
}

.training-text-block {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  position: relative;
  margin: 40px 100px -140px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);
}

.training-text-block .training-text {
  font-size: 24px;
}

.people-feature-main .feature-space {
  margin-bottom: 60px;
}

.people-feature-main .people-feature-icon {
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.people-feature-main .feature-head {
  font-size: 24px;
}

.country-code-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.country-code-block .select-box {
  flex: 1;
  margin-right: 8px;
}

.country-code-block .input-box {
  flex: 1;
}

.country-code-block span.error {
  display: block;
  width: 100%;
  margin-top: 5px;
}

.country-code-block .select2-selection {
  height: calc(2.25rem + 20px);
  padding: 18px 12px;
  border: none;
  border-radius: 6px;
}

.country-code-block .select2-container--default .select2-selection--single {
  background: #fff url(/images/arrow2.png?9fead030ccb8e783690878ce6c5ab161) no-repeat 90% 50%/10% 20%;
}

.country-code-block .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 22px;
}

.country-code-block .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.landing-main {
  height: calc(var(--vh, 1vh) * 100);
}

.landing-main .banner-skew {
  display: inline-block;
  overflow: hidden;
}

.landing-main .banner-skew.banner-right {
  border-right: 5px solid #fff;
}

.landing-main .banner-half {
  position: relative;
}

.landing-main .banner-half .pg-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 60px 20px 40px;
  width: 55%;
}

.landing-main .banner-half .pg-btn .landing-head {
  text-transform: uppercase;
  margin-bottom: 50px;
}

.landing-main .banner-half .pg-btn .visit-btn {
  background: #feb417;
  color: #333;
  padding: 18px 50px;
  border-radius: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  text-transform: uppercase;
}

.landing-main .landing-head {
  color: #fff;
  font-size: 36px;
}

.landing-main .logo-center-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #fff;
  padding: 20px;
  top: 70px;
}

.landing-main .bottom-text {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 25px 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

.landing-main .height-100 {
  height: 100%;
}

@media (min-width: 576px) {
  .main-container {
    max-width: 540px;
  }

  .banner-main .banner-block .banner-text {
    top: 55%;
    transform: translate(-50%, -45%);
  }

  .banner-main .main-head-text br {
    display: none;
  }
}

@media (min-width: 768px) {
  .main-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .main-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .main-container {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .main-container {
    max-width: 1390px;
  }
}

@media (max-width: 1439px) {
  .banner-main .main-head-text {
    font-size: 42px;
  }

  .footer-main .quick-contact p br {
    display: none;
  }
}

@media (max-width: 1199px) {
  .banner-main .main-head-text {
    font-size: 36px;
  }

  .landing-main .banner-half .pg-btn {
    text-align: center;
    padding: 60px 10px 40px;
    width: 55%;
  }

  .landing-main .banner-half .pg-btn .visit-btn {
    padding: 15px 35px;
    border-radius: 14px;
    font-size: 14px;
  }

  .landing-main .logo-center-img {
    padding: 12px;
    text-align: center;
    width: 20%;
  }

  .landing-main .landing-head {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  #myHeader {
    display: none;
  }

  #mobileHeader {
    display: flex;
  }

  .training-text-block {
    margin: 40px 0px -140px;
  }

  .training-text-block .training-text {
    font-size: 20px;
  }

  .select2-container--default.select2-container {
    width: 20% !important;
    flex: 1;
  }

  .logo-center-img {
    padding: 10px 0;
  }

  .landing-main .banner-half .pg-btn {
    padding: 30px 10px 30px;
    width: 50%;
  }

  .landing-main .banner-half .pg-btn .landing-head {
    margin-bottom: 30px;
  }

  .landing-main .banner-half .pg-btn .visit-btn {
    padding: 10px 22px;
    border-radius: 5px;
    font-size: 14px;
  }

  .landing-main .logo-center-img {
    width: 20%;
  }

  .landing-main .landing-head {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .banner-main .main-head-text br {
    display: block;
  }

  .android-img .app-img {
    flex-basis: 49%;
  }

  .landing-main .banner-skew {
    transform: none;
  }

  .landing-main .banner-skew.banner-right,
  .landing-main .banner-skew.banner-left {
    flex-basis: 100%;
  }

  .landing-main .banner-skew.banner-right {
    margin-left: 0;
    border-bottom: 5px solid #fff;
    border-right: 0;
  }

  .landing-main .banner-skew.banner-left {
    margin-right: 0;
  }

  .landing-main .banner-half {
    transform: none;
  }

  .landing-main .logo-center-img {
    width: 30%;
  }

  .landing-main .bottom-text {
    padding: 15px 0;
  }

  .landing-main .height-50 {
    height: 50%;
  }

  .people-feature-main .feature-head {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .head-top-block {
    padding: 0 20px;
  }

  .head-top-block p {
    font-size: 14px;
  }

  .banner-main .banner-block .banner-text {
    top: 55%;
    transform: translate(-50%, -45%);
  }

  .banner-main .main-head-text {
    font-size: 28px;
  }

  .banner-main .main-head-text br {
    display: none;
  }

  .banner-main .main-head-para {
    font-size: 16px;
  }

  .section-main .section-head {
    font-size: 28px;
  }

  .training-text-block {
    padding: 20px;
  }

  .training-text-block .training-text {
    font-size: 18px;
  }

  .landing-main .banner-half .pg-btn {
    width: 80%;
  }

  .landing-main .banner-half .pg-btn .visit-btn {
    padding: 8px 12px;
    font-size: 12px;
  }

  .landing-main .landing-head {
    font-size: 16px;
  }
}

@media (max-height: 575px) and (orientation: landscape) {
  .banner-main .banner-block .banner-text {
    top: 65%;
  }

  .banner-main .main-head-text {
    font-size: 22px;
    margin-bottom: 10px !important;
  }

  .banner-main .main-head-text br {
    display: none;
  }

  .banner-main .main-head-para {
    font-size: 14px;
  }
}

@media (min-width: 1366px), (max-width: 1600px) and (height: 768px) {
  .banner-main .main-head-text {
    font-size: 42px;
    margin-bottom: 10px !important;
  }
}

span.error {
  color: #e9292f;
  font-size: 12px;
}

.cookie-bottom {
  background: rgba(255, 197, 0, 0.9);
  padding: 30px 50px 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.cookie-bottom .cookie-btn {
  background: #000;
  color: #ffc500;
}

.cookie-bottom .cookie-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.cookie-bottom .cookie-text {
  font-size: 18px;
}

.breadcrumb {
  background: transparent;
  padding: 10px 0;
  margin: 0;
}

.breadcrumb .breadcrumb-item.active {
  color: #feb417;
}

.support-main-details a {
  color: #007bff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0a0a0a;
}

.pad-btm-80 {
  padding-bottom: 80px;
}

.red-text {
  color: #9c0816 !important;
}

.green-text {
  color: #00661b;
}

.yellow-text {
  color: #ff6e02;
}

.pink-color {
  color: #fc3168;
}

.black-text {
  color: #131313;
}

.blue-text {
  color: #3993f4;
}

.section-main {
  padding: 80px 0 0;
}

.section-main .section-head-block {
  margin-bottom: 50px;
}

.section-main .section-head {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.4;
  color: #0a0a0a;
}

.section-main .head-sub-text {
  color: #333;
  font-size: 18px;
}

.section-main .head-sub-text.red-text {
  font-weight: 500;
}

.faq-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #999;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.home-faq-icon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F068";
}

.faq-question.collapsed .home-faq-icon:before {
  content: "\F067";
}

.margin-btm-30 {
  margin-bottom: 30px;
}

.why-rh-main .why-rh-main-block:nth-of-type(even) {
  margin-right: 200px;
}

.why-rh-main .why-rh-main-block:nth-last-of-type(2) {
  align-items: flex-start;
}

.why-rh-main .why-rh-main-block:nth-last-of-type(2) .why-rh-box {
  padding: 0 50px 0;
}

.why-rh-main .why-rh-box {
  z-index: 1;
  padding: 0 50px 50px;
}

.why-rh-main .why-rh-box:nth-child(odd) .why-rh-title-block {
  text-align: right;
  margin-right: 20px;
}

.why-rh-main .why-rh-box:nth-child(even) .why-rh-title-block {
  text-align: left;
  margin-left: 20px;
}

.why-rh-main .why-rh-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.why-rh-main .why-rh-title-block {
  flex: 1;
}

.why-rh-main .why-rh-img {
  width: 95px;
}

.why-rh-main .why-rh-title {
  font-size: 16px;
  font-weight: 600;
}

.why-rh-main .why-rh-text {
  font-size: 14px;
}

.why-rh-main .why-rh-mob-img {
  position: relative;
  width: 100%;
  text-align: center;
  top: -25px;
  z-index: 0;
}

.home-course-list .rh-course-block {
  padding-top: 60px;
}

.home-course-list .rh-course-block .row {
  align-items: center;
}

.home-course-list .rh-course-block .section-head,
.home-course-list .rh-course-block .head-sub-text {
  color: #fff;
}

.home-course-list .rh-course {
  background-image: linear-gradient(to left, #9c0816, #e62c2d);
}

.home-course-list .rh-roadrating {
  background-image: linear-gradient(to left, #ffc600 10%, #ff6e02 90%);
}

.home-course-list .rh-rewards {
  background-image: linear-gradient(to left, #00661b, #34a853);
}

.home-course-list .rh-roadhub {
  background-image: linear-gradient(to left, #333333, #131313);
}

.faq-main .card {
  margin-bottom: 10px;
  border: none;
}

.faq-main .card:last-child {
  margin-bottom: 0;
}

.faq-main .card .card-header {
  background: #fff;
}

.faq-main .card .card-header:first-child {
  border: none;
}

.faq-main .card .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}

.faq-main .card .faq-question-text {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
}

.faq-main .card .faq-collapse-body.show {
  border-top: 1px solid #ddd;
}

.rh-data-count {
  padding: 80px 0;
}

.rh-data-count .data-counter-block {
  text-align: center;
  padding: 60px 20px;
  border-radius: 20px;
}

.rh-data-count .data-counter-box:first-child .data-counter-block {
  background: #fff;
}

.rh-data-count .data-counter-box:nth-child(2) .data-counter-block {
  background: #ffefef;
}

.rh-data-count .data-counter-box:nth-child(3) .data-counter-block {
  background: #fee0e0;
}

.rh-data-count .data-counter-box:nth-child(4) .data-counter-block {
  background: #fbbbbc;
}

.rh-data-count .data-counter-title {
  font-weight: 600;
  font-size: 34px;
  margin: 30px 0 10px;
}

.rh-data-count .data-counter-text {
  font-size: 20px;
  margin-bottom: 0;
}

.rh-data-count .data-counter-text .data-counter-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.rh-data-count .data-counter-text .data-counter-list .data-counter-list-item {
  color: #feb417;
  margin-right: 3px;
  font-size: 22px;
}

.insurer-bkg {
  position: relative;
}

.insurer-bkg .insurer-text-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  z-index: 1;
  color: #fff;
}

.insurer-bkg .section-head {
  font-size: 48px;
}

.insurer-bkg .head-sub-text {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.insurer-bkg .learn-more-link {
  color: #feb417;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: all 0.3s ease-in-out;
  font-size: 22px;
}

.insurer-bkg .learn-more-link svg {
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}

.insurer-bkg .learn-more-link:hover svg {
  transform: translateX(5px);
}

.client-head-background {
  background: #333;
  padding: 5px 0;
  margin-bottom: 15px;
}

.client-head-background .section-head {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
}

.client-main-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 70px 80px;
  margin: 0 20px;
}

.client-banner .owl-stage {
  display: flex;
}

.client-banner .owl-item {
  margin: 0 10px;
}

.client-banner .client-logo-box {
  border: 1px solid #ddd;
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.client-banner .client-logo-box img {
  width: auto;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.team-section-block .team-block .team-main-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  z-index: 1;
}

.team-section-block .team-block .team-main-box.overlay:after {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.9) 100%);
  z-index: -1;
}

.team-section-block .team-block .team-main-box .team-name-text {
  font-size: 24px;
  color: #fff;
}

.team-section-block .team-block .team-main-box .team-designation-text {
  font-size: 17px;
  font-weight: 300;
  color: #fff;
}

.about-title-block .about-image {
  width: 72%;
}

.about-box {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 50px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.about-box.about-top-box {
  padding: 40px 0 40px 50px;
}

.about-box.about-bottom-box {
  padding: 40px 50px 0 50px;
}

.insurer-block {
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  height: 100%;
}

.insurer-block .card-header {
  background: transparent;
  border: none;
  padding: 0;
}

.insurer-block .insurer-collapse {
  width: 100%;
}

.insurer-block .card-body {
  padding: 0;
}

.support-bg {
  background: url(/images/bg-feature.jpg?e2ff45cbc55412a0be16972c9c4923eb) no-repeat top center/cover;
  padding-bottom: 260px;
}

.support-bg .people-feature-icon {
  background: #fff;
}

.support-bg .feature-space {
  margin-bottom: 30px;
}

.people-support-bg {
  background: url(/images/bg-support-driver.jpg?9f52e61b9122f62a75279c51c344d391) no-repeat top center/cover;
  padding-bottom: 260px;
}

.people-support-bg .people-feature-icon {
  background: #fff;
}

.insurance-main h2 {
  font-weight: 600;
}

.insurance-main .insurance-block-3 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  padding-bottom: 80px;
  margin-top: 100px;
}

.insurance-main .insurance-block-3 .grid .item {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  padding: 100px 20px 40px 20px;
}

.insurance-main .insurance-block-3 .grid .item h4 {
  font-weight: 600;
}

.insurance-main .insurance-block-3 .grid .item .item-img {
  background-color: #282828;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.insurance-main .insurance-block-4 .row-img {
  position: relative;
}

.insurance-main .insurance-block-4 .row-img .img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-weight: bold;
}

.testimonials-block {
  background: #fafafa;
  text-align: center;
}

.testimonials-block .main-container .testimonial-slider {
  position: relative;
}

.testimonials-block .main-container .testimonial-slider .testimonial {
  display: flex;
}

.testimonials-block .main-container .testimonial-slider .testimonial img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials-block .main-container .testimonial-slider .testimonial .testimonial-desc {
  text-align: left;
}

.testimonials-block .main-container .testimonial-slider .testimonial .testimonial-desc .head-sub-text span {
  color: #9d0816;
  font-size: 30px;
  line-height: 30px;
}

.testimonials-block .main-container .testimonial-slider .testimonial .testimonial-desc .testimonial-info p {
  font-size: 20px;
  color: #e62c2d;
}

.testimonials-block .main-container .testimonial-slider .testimonial .testimonial-desc .testimonial-info .company {
  font-size: 16px;
  color: #e62c2d;
}

.testimonials-block .main-container .testimonial-slider .owl-prev {
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%) scale(2);
}

.testimonials-block .main-container .testimonial-slider .owl-next {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%) scale(2);
}

.contact-block {
  background-color: #ffc600;
  text-align: center;
}

.contact-block .block-title {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-block .contact-btn {
  background-color: #282828;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #ffc600;
  padding: 15px 20px;
}

.insurance-inter-block {
  text-align: center;
}

.insurance-inter-block .block-title {
  font-size: 60px;
  font-weight: 600;
  margin: 50px 0 30px 0;
}

.insurance-inter-block .block-subtitle {
  font-size: 18px;
  color: #333;
  margin: 0 auto;
  margin-bottom: 70px;
}

.insurance-inter-block .inter-slider .item .row {
  padding: 50px 0;
}

.insurance-inter-block .inter-slider .item .row .row-img img {
  border-radius: 30px;
}

.insurance-inter-block .inter-slider .item .row .row-heading {
  text-align: left;
  margin: auto 0;
}

.insurance-inter-block .inter-slider .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.insurance-inter-block .inter-slider .owl-nav .owl-next,
.insurance-inter-block .inter-slider .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-yellow {
  background: #ffc600;
  color: #333;
}

.img-backgound-training {
  background: url(/images/bg.png?f54a80f95aa802e7f9e5399689cf5146) no-repeat top center/cover;
}

.img-backgound-training-section {
  background: url(/images/bg.png?f54a80f95aa802e7f9e5399689cf5146) no-repeat top center/cover;
  padding: 120px 60px 60px !important;
}

.rh-roadhub-training {
  background-image: linear-gradient(to left, #151515, #151515);
}

.rh-roadhub-training-light {
  background-image: linear-gradient(to left, #252525, #252525);
}

.training-text-block {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  position: relative;
  margin: 40px 100px -140px;
}

.training-text-block .training-text {
  font-size: 20px;
}

.read-more-btn {
  background: #e62c2d;
  color: #fff;
  padding: 12px 40px;
  border-radius: 6px;
  text-transform: uppercase;
  width: 80%;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}

.insurer-main h4 {
  color: #333;
}

.insurer-main .head-sub-text {
  font-size: 16px;
  color: #666;
}

.insurer-main .insurer-block {
  padding: 30px;
}

.training-course-list {
  border-bottom: 1px solid #feb417;
}

.training-course-list .rh-course-block {
  padding-top: 60px;
}

.training-course-list .rh-course-block .row {
  align-items: center;
}

.training-course-list .rh-course-block .section-head,
.training-course-list .rh-course-block .head-sub-text {
  color: #fff;
}

.training-course-list .rh-course-block .head-sub-text {
  font-size: 18px;
}

.training-course-list .rh-course-block .read-more-btn {
  width: 50%;
}

.training-course-list .rh-course {
  background-image: linear-gradient(to left, #9c0816, #e62c2d);
}

.training-course-list .rh-roadrating {
  background-image: linear-gradient(to left, #ffc600 10%, #ff6e02 90%);
}

.training-course-list .rh-rewards {
  background-image: linear-gradient(to left, #00661b, #34a853);
}

.training-course-list .rh-roadhub {
  background-image: linear-gradient(to left, #333333, #131313);
}

.telematics-main .provider {
  margin-bottom: 100px;
  padding-left: 5%;
}

.client-partner-main .row {
  margin: 80px 0;
}

.client-partner-main .clients-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  place-items: center;
  grid-gap: 60px 120px;
}

.client-partner-bottom-block {
  background: url(/images/Clients-Partners-Contact-Us.jpg?9255e1e0970aa183a5c13321bf6617ab) no-repeat top center/cover;
  position: relative;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.client-partner-bottom-block::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.client-partner-bottom-block .main-container {
  z-index: 1;
}

.client-partner-bottom-block .main-container h1,
.client-partner-bottom-block .main-container p {
  color: #fff;
}

.client-partner-bottom-block .main-container h1 {
  text-transform: uppercase;
  font-weight: 600;
}

.client-partner-bottom-block .main-container p {
  font-size: 20px;
}

.client-partner-bottom-block .main-container .contact-btn {
  color: #ffc600;
  font-weight: 600;
  font-size: 22px;
}

.associate-service-main {
  margin-bottom: 80px;
}

.associate-service-main .row-info ul li {
  margin-bottom: 30px;
}

.associate-service-main .row-info ul li img,
.associate-service-main .row-info ul li p {
  display: inline-block;
}

.associate-service-main .row-info ul li p {
  line-height: 28px;
}

.associate-service-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  padding-bottom: 80px;
  margin-top: 100px;
}

.associate-service-bottom .item {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  padding: 100px 20px 40px 20px;
}

.associate-service-bottom .item .item-img {
  background-color: #282828;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.tech-buyer-main {
  position: relative;
}

.tech-buyer-main .section-head-block {
  padding-top: 80px;
}

.tech-buyer-main .section-head-block h2,
.tech-buyer-main .section-head-block p {
  color: #fff;
}

.tech-buyer-main .red-bg {
  background-color: #9d0816;
  width: 100%;
  height: 420px;
  position: absolute;
  z-index: -1;
}

.tech-buyer-main .tech-buyer-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  padding-bottom: 80px;
  margin-top: 70px;
}

.tech-buyer-main .tech-buyer-block .item {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: left;
  height: 550px;
  background: #fff;
}

.tech-buyer-main .tech-buyer-block .item .item-img {
  height: 50%;
}

.tech-buyer-main .tech-buyer-block .item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tech-buyer-main .tech-buyer-block .item .item-info {
  padding: 30px 20px;
}

.tech-buyer-main .tech-buyer-block-bottom {
  padding-bottom: 80px;
}

.tech-buyer-main .tech-buyer-block-bottom .left-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.tech-buyer-main .tech-buyer-block-bottom .left-grid .grid-item .grid-img {
  display: inline-block;
  background: #e9292f;
  border-radius: 50%;
  padding: 15px;
}

.tech-buyer-main .tech-buyer-block-bottom .section-head-block h1,
.tech-buyer-main .tech-buyer-block-bottom .section-head-block p {
  color: inherit;
}

.tech-buyer-main .tech-buyer-block-bottom .section-head-block p {
  font-size: 20px;
  font-weight: 500;
}

.fleet-main .nav #nav-two-tab {
  margin: 0 70px;
}

.fleet-main .nav .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: none;
  border-bottom: 3px solid transparent;
  outline: none;
}

.fleet-main .nav .nav-item.active {
  border-bottom: 3px solid #9d0816;
}

.fleet-main .nav .nav-item.active .nav-img {
  display: none;
}

.fleet-main .nav .nav-item.active .hover-img {
  display: block;
}

.fleet-main .nav .nav-item .hover-img {
  display: none;
}

.fleet-points-list {
  margin-left: 15px;
}

.fleet-points-list .fleet-points-list-item {
  list-style-type: disc;
  margin-bottom: 10px;
  font-size: 18px;
}

.what-we-do-block .owl-item:nth-child(odd) .what-we-do-main-box {
  background: #F7F7F7;
}

.what-we-do-block .owl-item:nth-child(even) .what-we-do-main-box {
  background: #FEE0E0;
}

.news-main .row-info .date {
  color: #666;
}

.news-main .row-info .readmore-btn {
  color: #9d0816;
  font-weight: 500;
}

.news-details-main {
  padding-bottom: 80px;
}

.news-details-main .news-slider news-detail-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.news-details-main .news-slider .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 95%;
}

.news-details-main .news-slider .owl-nav .owl-prev,
.news-details-main .news-slider .owl-nav .owl-next {
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #999;
  font-size: 18px;
  background: #feb417;
  color: #000;
}

.news-details-main .news-slider .owl-nav.disabled .owl-prev,
.news-details-main .news-slider .owl-nav.disabled .owl-next {
  display: none;
}

.news-details-main .path span {
  color: #f3b416;
}

.news-details-main .date {
  color: #666;
}

.news-details-main .readmore-btn {
  color: #9d0816;
  font-weight: 500;
}

.news-details-main .news-body {
  margin-bottom: 100px;
}

.news-details-main .news-body p a {
  color: #ea2830;
  text-decoration: underline;
  font-weight: 500;
}

.news-details-main .news-body ul {
  list-style-type: none;
}

.news-details-main .news-body ul li {
  position: relative;
  margin: 15px 0;
  padding-left: 20px;
}

.news-details-main .news-body ul li p {
  display: inline-block;
  margin-left: 30px;
}

.news-details-main .news-body ul li p a {
  color: #ea2830;
}

.news-details-main .news-body ul li::before {
  content: "\2022";
  color: #000;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.support-main {
  padding-bottom: 80px;
}

.support-main ul {
  list-style-type: none;
}

.support-main ul li {
  margin: 15px 0;
}

.support-main ul li p {
  display: inline-block;
  margin-left: 30px;
}

.support-main ul li::before {
  content: "\2022";
  color: #ffc600;
  font-size: 27px;
  line-height: 27px;
  font-weight: bold;
  display: inline-block;
  width: 27px;
  position: absolute;
}

.section-title {
  font-size: 28px;
  color: #000;
  text-align: center;
  font-weight: 600;
}

.section-sub-title {
  color: #fbad17;
}

.top-block .top-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding-bottom: 40px;
}

.top-block .top-box .yellow-background {
  background: #fbad17;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 0;
  flex: 1;
  margin-right: 50px;
  position: relative;
}

.top-block .top-box .yellow-background:after {
  content: "";
  position: absolute;
  top: 60px;
  left: 25px;
  width: 92.3%;
  height: 70%;
  background: #222;
  transform: skewX(50deg);
}

.top-block .top-box .section-para span {
  font-weight: 600;
}

.top-block .top-box:last-child .yellow-background {
  background: transparent;
}

.top-block .top-box:last-child .yellow-background:after {
  display: none;
}

.top-block .top-box:last-child .yellow-background:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 328px solid transparent;
  border-right: 328px solid transparent;
  border-top: 120px solid #fbad17;
  left: 0;
  top: 0px;
  z-index: -1;
}

.top-block .top-box .section-para {
  flex: 1;
}

.intermediaries-block {
  text-align: left;
}

.section-main .press-slider-main .section-head {
  color: #fff;
}

.press-slider-main {
  background: #9e0918;
  padding: 50px 0;
}

.press-slider-main .press-block .card {
  background: transparent;
  color: #fff;
  border: none;
  margin: 0 10px;
}

.press-slider-main .card-title {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
}

.press-slider-main .card-body {
  padding: 15px 0;
}

.press-slider-main .card-subtitle {
  color: #fff;
  font-size: 14px;
  margin: 8px 0 12px;
}

.press-slider-main .head-sub-text {
  color: #fff;
}

.press-slider-main .press-banner .owl-dot span {
  background: #c2c2c2;
}

.press-slider-main .press-banner .owl-dot.active span {
  background: #e82c2e;
}

.support-dark-bkg-main {
  position: relative;
  border-radius: 15px;
  margin-top: 100px;
}

.support-dark-bkg-main .support-mob-img {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  left: 10px;
}

.support-dark-bkg-main .support-dark-bkg {
  position: relative;
  background: #333;
  border-radius: 15px;
  padding: 0 70px 20px 230px;
  height: 170px;
  display: flex;
  align-items: end;
}

.support-dark-bkg-main .support-dark-bkg .head-sub-text {
  color: #fff;
}

.support-detail-bottom {
  margin-top: 35px;
  border-top: 1px solid #C2C2C2;
  padding-top: 30px;
}

.support-detail-bottom .support-step {
  padding-left: 230px;
  color: #333;
  font-weight: 700;
}

@media (max-width: 1439px) {
  .client-partner-main .clients-grid {
    grid-gap: 60px;
  }

  .team-section-block .team-block .team-main-box .team-name-text {
    font-size: 24px;
  }

  .team-section-block .team-block .team-main-box .team-designation-text {
    font-size: 16px;
  }

  .team-section-block .why-rh-main .why-rh-mob-img {
    top: -12px;
  }

  .top-block .top-box:last-child .yellow-background:before {
    border-left: 270px solid transparent;
    border-right: 270px solid transparent;
    border-top: 120px solid #fbad17;
  }
}

@media (max-width: 1199px) {
  .section-main .section-head {
    font-size: 36px;
  }

  .section-main .head-sub-text {
    font-size: 16px;
  }

  .tech-buyer-main .tech-buyer-block .item .item-info h4 {
    font-size: 22px;
  }

  .tech-buyer-main .tech-buyer-block .item .item-info p {
    font-size: 16px;
  }

  .associate-service-main .row-info ul li {
    margin: 20px 0;
  }

  .associate-service-main .row-info ul li img {
    width: 20px;
  }

  .associate-service-main .row-info ul li p {
    line-height: 20px;
  }

  .why-rh-main .why-rh-main-block:nth-of-type(even) .why-rh-box,
  .why-rh-main .why-rh-main-block:nth-last-of-type(2) .why-rh-box {
    padding: 0 10px 50px;
  }

  .why-rh-main .why-rh-main-block .why-rh-box {
    padding: 0 10px 50px;
  }

  .news-details-main .related-news-block h4 {
    font-size: 20px;
  }

  .news-details-main .related-news-block .date {
    font-size: 14px;
  }

  .team-section-block .team-block .team-main-box .team-name-text {
    font-size: 22px;
  }

  .team-section-block .team-block .team-main-box .team-designation-text {
    font-size: 14px;
  }

  .training-text-block {
    margin: 40px 0px -140px;
  }

  .training-text-block .training-text {
    font-size: 16px;
  }

  .why-rh-main .why-rh-mob-img {
    top: -66px;
  }

  .top-block .top-box {
    padding-bottom: 36px;
  }

  .top-block .top-box .yellow-background:after {
    top: 60px;
    width: 89%;
  }

  .top-block .top-box:last-child .yellow-background:before {
    border-left: 220px solid transparent;
    border-right: 220px solid transparent;
    border-top: 120px solid #fbad17;
  }
}

@media (max-width: 991px) {
  .why-rh-main .why-rh-main-block .why-rh-box .why-rh-title-block {
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
  }

  .why-rh-main .why-rh-main-block:nth-of-type(even) {
    margin-right: 0;
  }

  .rh-course-block .feature-text {
    text-align: center;
    margin-bottom: 25px;
  }

  .rh-course-block .feature-img {
    text-align: center;
  }

  .about-title-block .about-image {
    width: 100%;
  }

  .about-box.about-top-box {
    padding: 40px 40px 40px 50px;
  }

  .section-main .section-head {
    font-size: 28px;
  }

  .section-main .head-sub-text {
    font-size: 14px;
  }

  .fleet-main h2 {
    font-size: 24px;
  }

  .tech-buyer-main .tech-buyer-block .item .item-img {
    height: 35%;
  }

  .tech-buyer-main .tech-buyer-block .item .item-info h4 {
    font-size: 20px;
  }

  .tech-buyer-main .tech-buyer-block .item .item-info p {
    font-size: 14px;
  }

  .tech-buyer-main .tech-buyer-block-bottom .left-grid .grid-item .grid-img {
    transform: scale(0.9);
  }

  .tech-buyer-main .tech-buyer-block-bottom .left-grid .grid-item .grid-body h4 {
    font-size: 20px;
  }

  .tech-buyer-main .tech-buyer-block-bottom .section-head-block p {
    font-size: 18px;
  }

  .associate-service-main .row-info ul li {
    margin: 15px 0;
  }

  .insurance-inter-block .inter-slider .item .row {
    padding: 30px 0;
  }

  .insurance-inter-block .inter-slider .item .row .row-heading .section-head {
    font-size: 28px;
  }

  .telematics-main .provider {
    margin-bottom: 50px;
  }

  .telematics-main .provider .provider-head h2 {
    font-size: 24px;
  }

  .client-partner-main .row .row-info h2 {
    font-size: 24px;
  }

  .client-partner-main .clients-grid {
    grid-gap: 40px;
  }

  .insurance-partners-block .partners-slider .item .slide {
    grid-template-columns: repeat(2, 1fr);
  }

  .insurance-main h2 {
    font-size: 24px;
  }

  .insurance-main h4 {
    font-size: 20px;
  }

  .testimonials-block .main-container .testimonial-slider .testimonial .testimonial-desc .head-sub-text span {
    color: #9d0816;
    font-size: 24px;
    line-height: 24px;
  }

  .top-block .top-box {
    flex-wrap: wrap;
  }

  .top-block .top-box .yellow-background {
    font-size: 24px;
    flex: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .top-block .top-box .yellow-background:after {
    display: none;
  }

  .top-block .top-box:last-child .yellow-background {
    background: #fbad17;
  }

  .top-block .top-box:last-child .yellow-background:after,
  .top-block .top-box:last-child .yellow-background:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .why-rh-main .why-rh-main-block .why-rh-box .why-rh-title-block {
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
  }

  .why-rh-main .why-rh-main-block:nth-of-type(even) {
    margin-right: 0;
  }

  .rh-course-block .feature-text {
    text-align: center;
    margin-bottom: 25px;
  }

  .rh-course-block .feature-img {
    text-align: center;
  }

  .about-title-block .about-image {
    width: 100%;
  }

  .about-box.about-top-box {
    padding: 40px 40px 40px 50px;
  }

  .section-main .head-sub-text {
    font-size: 14px;
  }

  .section-main .section-head {
    font-size: 28px;
  }

  .fleet-main .tab-content .head-sub-text {
    margin-bottom: 20px;
  }

  .why-rh-main .why-rh-main-block:nth-of-type(even) {
    margin-right: 0;
  }

  .why-rh-main .why-rh-img {
    width: 75px;
  }

  .faq-main .card-header {
    padding: 5px 10px;
  }

  .faq-main .card .faq-question-text {
    font-size: 14px;
  }

  .faq-main .card .faq-icon {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }

  .about-box.about-bottom-box {
    padding: 40px 20px 0 20px;
  }

  .insurer-main .insurer-block {
    text-align: center;
  }

  .insurer-main .insurer-block img {
    margin-bottom: 10px;
  }

  .tech-buyer-main .tech-buyer-block {
    grid-template-columns: repeat(1, 1fr);
  }

  .tech-buyer-main .tech-buyer-block .item {
    height: 400px;
  }

  .tech-buyer-main .tech-buyer-block .item .item-img {
    height: 50%;
  }

  .tech-buyer-main .tech-buyer-block .item .item-info h4 {
    font-size: 22px;
  }

  .tech-buyer-main .tech-buyer-block .item .item-info p {
    font-size: 16px;
  }

  .tech-buyer-main .tech-buyer-block-bottom .left-grid {
    margin-bottom: 50px;
  }

  .associate-service-main .row-info ul li {
    margin: 20px 0;
  }

  .associate-service-main .row-info ul li img {
    width: 20px;
  }

  .associate-service-main .row-info ul li p {
    line-height: 20px;
  }

  .associate-service-bottom {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 100px;
  }

  .associate-service-bottom .item {
    padding-top: 80px;
  }

  .associate-service-bottom .item .item-img {
    width: 100px;
    height: 100px;
    top: -50px;
  }

  .insurance-main .insurance-block-3 .grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 100px;
  }

  .insurance-main .insurance-block-3 .grid .item {
    padding-top: 80px;
  }

  .insurance-main .insurance-block-3 .grid .item .item-img {
    width: 100px;
    height: 100px;
    top: -50px;
  }

  .client-partner-main .clients-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px 60px;
  }

  .client-partner-bottom-block .main-container h1 {
    font-size: 32px;
  }

  .client-partner-bottom-block .main-container p {
    font-size: 18px;
  }

  .testimonials-block .main-container .testimonial-slider .testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .testimonials-block .main-container .testimonial-slider .testimonial .testimonial-desc {
    text-align: center;
  }

  .news-main .row-img img {
    width: 100%;
  }

  .news-details-main .related-news-block h4 {
    font-size: 24px;
  }

  .news-details-main .related-news-block .date {
    font-size: 14px;
  }

  .training-course-list .rh-course-block .read-more-btn {
    width: 50%;
  }

  .img-backgound-training-section {
    padding: 140px 20px 60px !important;
  }

  .section-main {
    padding: 50px 0 0;
  }
}

@media (max-width: 575px) {
  .training-text-block {
    padding: 20px;
  }

  .training-text-block .training-text {
    font-size: 18px;
  }

  .why-rh-main .why-rh-main-block:nth-of-type(even) .why-rh-main .why-rh-box {
    padding: 0 10px 50px;
  }

  .why-rh-main .why-rh-main-block:nth-last-of-type(2) .why-rh-box {
    padding: 0 10px 50px;
  }

  .fleet-main .nav #nav-two-tab {
    margin: 0;
  }

  .fleet-main .nav .nav-item .nav-img,
  .fleet-main .nav .nav-item .hover-img {
    transform: scale(0.75);
  }

  .tech-buyer-main .section-head-block {
    padding-top: 40px;
  }

  .tech-buyer-main .tech-buyer-block {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 35px;
  }

  .tech-buyer-main .tech-buyer-block .item .item-info {
    padding: 10px 15px;
  }

  .tech-buyer-main .tech-buyer-block .item .item-info h4 {
    font-size: 20px;
  }

  .tech-buyer-main .tech-buyer-block .item .item-info p {
    font-size: 14px;
  }

  .insurance-inter-block .inter-slider .item .row {
    padding: 25px 0;
  }

  .insurance-inter-block .inter-slider .item .row .row-heading .section-head {
    font-size: 24px;
  }

  .client-partner-main .clients-grid {
    grid-gap: 30px;
  }

  .insurance-partners-block .partners-slider .item .slide {
    grid-template-columns: repeat(1, 1fr);
  }

  .testimonials-block .main-container .testimonial-slider .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .testimonials-block .main-container .testimonial-slider .owl-nav .owl-prev {
    position: relative;
    margin-right: 20px;
    transform: translate(0, 0) scale(2);
  }

  .testimonials-block .main-container .testimonial-slider .owl-nav .owl-next {
    position: relative;
    transform: translate(0, 0) scale(2);
  }

  .team-section-block .team-block .team-main-box .team-name-text {
    font-size: 24px;
  }

  .team-section-block .team-block .team-main-box .team-designation-text {
    font-size: 16px;
  }
}

