16@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://unicons.iconscout.com/release/v4.0.0/css/unicons.css");

body {
  width: 100%;
  height: auto;
  overflow-x: hidden !important;
}

a{
    text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
  margin-bottom: 0.5rem;
}

/* ========= general ============== */
.section {
  position: relative;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 100px 0px 50px 0px;
}

.section-title-wraper {
  text-align: center;
}

.section-subtitle {
  color: #010103;
  font-size: 22px;
  font-family: "Rubik", Sans-serif;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.66px;
}

.section-title {
  color: #010103;
  margin: 0px 0px 50px 0px;
  font-family: "Poppins", Sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: -1.32px;
}

.section-description {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  width: 50%;
  text-align: center;
  margin: auto;
  display: flex;
}

.section-description p {
  color: #817f91;
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.24px;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 35px;
    line-height: 1.2em;
  }
  .section-description {
    width: 100%;
  }
}

.learn-more-btn {
  background-color: #161616;
  transition: all 0.4s ease-in-out;
  padding: 19px 27px 19px 27px;
  font-family: "Rubik", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 22px;
  letter-spacing: -0.4px;
  border-style: none;
  white-space: normal;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0px 10px 15px 0px rgba(158, 158, 158, 0.07);
  color: #fff;
  position: relative;
  text-decoration: none;
}

.learn-more-btn:hover {
  color: #ff4c30;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ff4c30;
  background-color: #fff;
}

.custom-btn {
  background-image: linear-gradient(to right, #ff4c30, #ff6830, #fff, #f3806f);
  background-size: 300% 100%;
  transition: all 0.4s ease-in-out;
  padding: 19px 27px 19px 27px;
  font-family: "Rubik", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 22px;
  letter-spacing: -0.4px;
  border-style: none;
  white-space: normal;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0px 10px 15px 0px rgba(255, 83, 48, 0.35);
  color: #fff;
  position: relative;
  text-decoration: none;
}

.custom-btn::before {
  position: absolute;
  content: "";
  border-radius: inherit;
  transition: all 0.4s ease;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: 102% 102%;
  opacity: 0;
}

.learn-more-btn i {
  margin-left: 5px;
  font-size: 20px;
  font-weight: bold;
}

.custom-btn i {
  margin-left: 12px;
  font-size: 20px;
}

.custom-btn:hover {
  background-image: -o-linear-gradient(left, #f0561d, #fff, #ff6830, #f0561d);
  background-image: linear-gradient(to right, #f0561d, #fff, #ff6830, #f0561d);
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
  color: #fff;
}

.custom-label {
  display: block;
  color: #0f0f20;
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.64px;
  padding: 0px 0px 10px 0px;
}

.custom-input-field {
  background-color: #f2f2f2;
  padding: 19px 30px 19px 30px;
  margin: 0px 0px 10px 0px;
  color: #000000;
  border-radius: 0px;
  width: 100%;
  height: auto;
  border: 1px solid #eaeaea;
  outline: none;
  transition: all 0.2s linear;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
}

.custom-input-field:focus {
  border: 1px solid #93e3f6;
}

.custom-from-group {
  margin-bottom: 20px;
}
/* ========= animation ========= */
@keyframes carrental-dance {
  16% {
    transform: skew(-14deg);
  }
  33% {
    transform: skew(12deg);
  }
  49% {
    transform: skew(-8deg);
  }
  66% {
    transform: skew(6deg);
  }
  83% {
    transform: skew(-4deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgb(255 255 255);
  box-shadow: 6px 1px 10px #ccc;
}

#header .logo {
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Rubik", Sans-serif;
}

#header .logo a {
  text-decoration: none;
  color: #000000;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Rubik", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: #010103;
  padding: 0px 12px 0px 30px;
  white-space: nowrap;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #ff4c30;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #ff4c30;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #ff4c30;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.uil-apps {
  color: #ff4c30;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #333333be;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0;
  right: 5rem;
  bottom: 15px;
  left: 0;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #ff4c30;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #ff4c30;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
  visibility: visible !important;
}

/* ============= Hero ============== */
#hero {
  background-color: #f8f8f8;
  padding: 220px 0px 230px 0px;
}

#hero .hero-content {
  display: flex;
  margin-right: auto;
}

#hero .hero-content .section-title-wraper {
  text-align: left;
}

#hero .hero-content .section-title {
  margin-bottom: 20px;
  color: #010103;
  font-family: "Poppins", Sans-serif;
  font-size: 52px;
  font-weight: bold;
  line-height: 64px;
  letter-spacing: -1.56px;
}

#hero .hero-content .section-title span {
  color: #ff4d30;
}

#hero .hero-content .section-description {
  width: 70%;
  text-align: left;
  margin: initial;
}

#hero .banner-img {
  position: absolute;
  text-align: left;
  z-index: 0;
  bottom: -30%;
  right: -11%;
  overflow:hidden;
}

#hero .hero-car-img img {
  vertical-align: middle;
  text-align: right;
}

#hero .hero-car-img {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  #hero {
    padding: 170px 10px 70px 10px;
  }

  #hero .image-container {
    display: none;
  }

  #hero .hero-content .section-title {
    font-size: 35px;
    line-height: 1.2em;
  }

  #hero .hero-content .section-description {
    width: 100%;
  }
}

/* =========== overview =========== */
#overview .icon-wraper {
  padding: 20px 50px;
}

#overview .icon-wraper .icon-box {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  padding: 0px 30px 0px 30px;
  cursor: pointer;
  transition: all ease 0.2s;
}

#overview .icon-wraper .icon-box::before {
  content: "";
  position: absolute;
  background-image: url(../images/icon/border.png);
  bottom: 70%;
  left: 90%;
  width: 94px;
  height: 2px;
}

#overview .icon-wraper > :last-child .icon-box:before {
  display: none;
}

#overview .icon-wraper .icon-box:hover .info-box-icon img {
  animation-fill-mode: both;
  animation: carrental-dance 0.76s ease-in-out;
}

#overview .icon-wraper .icon-box .info-box-icon {
  margin: 0px 0px 3px 0px;
  transform: rotate(0deg);
}

#overview .icon-wraper .icon-box .info-box-icon img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#overview .icon-wraper .icon-box .info-box-title {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  color: #010103;
  font-family: "Poppins", Sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: -0.78px;
}

#overview .icon-wraper .icon-box p {
  color: #817f91;
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.24px;
}

@media (max-width: 767px) {
  #overview .icon-wraper {
    padding: 20px 0px;
  }
  #overview .icon-wraper .icon-box::before {
    display: none;
  }
  #overview .icon-wraper .icon-box {
    padding: 0px;
  }
}

/* ============= about =========== */
#about {
  padding: 90px 0px;
}

#about .section-title-wraper {
  text-align: left;
}

#about .section-description {
  width: 100%;
  text-align: left;
}

/* ============= service =========== */
#services {
  background-color: #f9f9f9;
}

#services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  cursor: pointer;
  margin-bottom: 1.5rem;
}

#services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

#services .icon-box:hover::before {
  background: #ff4c30;
  top: 0;
  border-radius: 0px;
}

#services .icon {
  margin-bottom: 15px;
}

#services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #ff4c30;
  transition: all 0.3s ease-in-out;
}

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "Poppins", Sans-serif;
  text-transform: capitalize;
}

#services .title a {
  color: #111;
  text-decoration: none;
}

#services .description {
  font-size: 15px;
  line-height: 28px;
  font-family: "Rubik", Sans-serif;
  margin-bottom: 0;
}

#services .icon-box:hover .title a,
#services .icon-box:hover .description {
  color: #fff;
}

#services .icon-box:hover .icon i {
  color: #fff;
}

/* ============= call to action =========== */
#call-to-action {
  background-color: #272727;
  padding: 90px 0px 75px 0px;
  animation-fill-mode: backwards !important;
  position: relative;
}
.cta-wraper {
  background-image: url("./../images/cta_car_action.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
#call-to-action .cta-content {
  padding: 10px;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
#call-to-action .cta-content .section-title {
  color: #ffffff;
  margin: 0px 0px 10px 0px;
  font-family: "Poppins", Sans-serif;
  font-size: 52px;
  font-weight: bold;
  line-height: 62px;
  letter-spacing: -1.36px;
}
#call-to-action .cta-content p {
  color: #ffffff;
  font-family: "Rubik", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.72px;
  margin: 10px 0;
}
#call-to-action .ctn-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#call-to-action .cta-btn-wrapper {
  text-align: right;
  align-items: center;
}
@media (max-width: 767px) {
  .cta-content {
    text-align: center;
  }

  #call-to-action .cta-content .section-title {
    font-size: 35px;
    line-height: 1.2em;
  }
  #call-to-action .cta-btn-wrapper {
    margin-top: 10px;
  }
}
/* ================= why choose use ========= */
.why-choose-use-img {
  text-align: center;
}

.why-choose-use-content .section-title {
  margin-bottom: 20px;
}

.why-choose-use-content .section-title-wraper {
  color: #010103;
  margin: 0px 0px 25px 0px;
  font-family: "Poppins", Sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 52px;
  letter-spacing: -1.32px;
  text-align: left;
}

.why-choose-use-content {
  padding: 10px 70px;
}

.why-choose-use-content p {
  color: #817f91;
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.24px;
}

.why-choose-use-content .btn-wraper {
  padding-top: 30px;
}

#why-choose-use .why-choose-use-content .icon-box {
  background-color: rgba(2, 1, 1, 0);
  padding: 0px 20px 7px 40px;
  border-radius: 0px 0px 0px 0px;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  text-align: left;
  cursor: pointer;
  margin-bottom: 20px;
}
#why-choose-use .why-choose-use-content .icon-box:hover img {
  transition: 0.5s ease-in-out;
  transform: rotateY(360deg);
}

#why-choose-use .why-choose-use-content .icon-box .icon-box-icon {
  margin: 0px 29px 3px 0px;
}

#why-choose-use .why-choose-use-content .icon-info .info-box-title {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  color: #010103;
  font-family: "Poppins", Sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 35px;
  letter-spacing: -0.72px;
}

#why-choose-use .why-choose-use-content .icon-info p {
  color: #817f91;
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.24px;
}

@media (max-width: 767px) {
  .why-choose-use-content {
    padding: 10px 0px;
  }
  #why-choose-use .icon-box-wraper {
    margin-top: 3rem;
  }
  #why-choose-use .why-choose-use-content .icon-box {
    padding: 20px 0px 7px 0px;
    margin-top: 30px;
  }
  #why-choose-use .why-choose-use-content .icon-info .info-box-title {
    font-size: 20px;
  }
}
/* ==================== testimonials ============= */
#testimonials {
  background-color: #f9f9f9;
  padding: 67px 0px 170px 0px;
}

#testimonials .testimonials-card-wraper {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#testimonials .testimonials-card {
  padding: 40px;
  margin: 10px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

#testimonials .testimonials-card .testimonials-desc {
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  /*font-weight: bold;*/
  /*line-height: 36px;*/
  letter-spacing: -0.48px;
  color: #010103;
  margin: 0px 0px 20px 0px;
  transition: all 0.4s ease;
}

#testimonials .testimonials-card .testimonials-card-footer {
  display: flex;
  align-items: center;
}

#testimonials .testimonials-card .testimonials-card-footer .profile-info {
  margin-left: 10px;
}

#testimonials .testimonials-card .testimonials-card-footer .author-des {
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.24px;
}

#testimonials .testimonials-card .testimonials-card-footer .author-name {
  color: #010103;
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.36px;
  margin-bottom: 0px;
}

#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #d5d7da;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  transition: all ease-in-out 0.4s;
  width: 14px;
  height: 14px;
  background-color: #ff4c30;
}

@media (max-width: 767px) {
  #testimonials .testimonials-card {
    padding: 50px 20px 50px 20px;
  }
}

/* ========== faq =========== */
#faq {
  background-image: url("./../images/accordian_car.png");
  background-position: 0px 70%;
  background-repeat: no-repeat;
  background-size: auto;
}

#faq .accordion {
  max-width: 780px;
  margin: auto;
}

#faq .accordion .accordion-item {
  border: none;
  background-color: transparent;
}

#faq .accordion .accordion-button {
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.36px;
  color: #010103;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
  padding: 18px 45px 18px 45px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#faq .accordion .accordion-button:not(.collapsed) {
  background-color: #ff4c30;
  color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0px 10px 15px 0px rgba(255, 83, 48, 0.35);
  border: 1px solid transparent;
  align-items: center;
  transition: all 0.4s ease;
  position: relative;
}

#faq .accordion .accordion-button i {
  font-size: 30px;
}

#faq .accordion .accordion-button:not(.collapsed) i {
  transition: all 0.3s ease;
  transform: rotate(180deg);
}

#faq .accordion .accordion-body {
  background-color: #ffffff;
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.24px;
  border: none;
  color: #817f91;
  padding: 40px 45px 35px 45px;
}
#faq .accordion-button::after {
  display: none;
}
@media (max-width: 767px) {
  #faq {
    background-image: none;
  }

  #faq .accordion .accordion-button {
    font-size: 14px;
    padding: 10px 10px 10px 10px;
  }

  #faq .accordion .accordion-body {
    padding: 20px 20px 20px 20px;
  }

  #faq .accordion .accordion-button i {
    font-size: 20px;
  }
}
/* ================= Contact us =========== */
#contact-us {
  padding: 110px 0px 90px 0px;
  background-image: url("./../images/contact-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  text-align: left;
}

#contact-us .contact-content .section-title,
#contact-us .contact-content .section-description {
  text-align: left;
}

#contact-us .contact-content .section-title {
  margin-bottom: 15px;
}

#contact-us .contact-content .section-description {
  width: 60%;
  margin: initial;
}

#contact-us .contact-content ul {
  list-style: none;
  padding: 0px 250px 0px 0px;
}

#contact-us .contact-content ul li {
  padding-bottom: calc(15px / 2);
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 10px 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

#contact-us .contact-content ul li i {
  font-size: 24px;
}

#contact-us .contact-content ul li span,
#contact-us .contact-content ul li a {
  color: #010103;
  padding-left: 15px;
}
@media (max-width: 767px) {
  #contact-us .contact-content ul {
    padding: 0;
    margin-bottom: 2rem;
  }
  #contact-us .contact-content .section-description {
    width: 100%;
  }
}

/* ============== footer ================ */
#footer .section-title {
  color: #010103;
  margin: 0px 0px 10px 0px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

#footer ul {
  padding: 0;
}

#footer ul li {
  list-style: none;
  color: #010103;
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  cursor: pointer;
}

#footer ul li span {
  color: #817f91;
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}

#footer .services-list li:hover span {
  transition: all ease-in-out 0.4s;
  margin-left: 5px;
}

#footer ul li i {
  padding-right: 10px;
  font-size: 18px;
}

#footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #333e48;
  margin: 0px 0px 0px 0px;
  font-family: "Rubik", Sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#footer .credits {
  font-size: 13px;
  color: #fff;
  color: #333E48;
  margin: 0px 0px 0px 0px;
  font-family: "Rubik", Sans-serif;
  font-size: 14px;
  font-weight: 400;
}
