* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
  /* Nav-section css start */
  /* Nav-section css end */
  /* Header Section start*/
  /* Header Section end*/
}
body .nav-sec .navigation-wrap {
  position: relative;
  width: 100%;
  z-index: 999;
  background-color: white;
  box-shadow: 0px 0px 2px 0px;
}
body .nav-sec .navigation-wrap .navbar-nav {
  gap: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  body .nav-sec .navigation-wrap .navbar-nav {
    gap: 0px;
  }
}
body .nav-sec .navigation-wrap .navbar-nav .nav-item {
  padding: 0px 15px;
}
@media screen and (max-width: 1199px) {
  body .nav-sec .navigation-wrap .navbar-nav .nav-item {
    padding: 0px 5px;
  }
}
body .nav-sec .navigation-wrap .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  color: black;
  font-family: "Aleo", serif;
}
@media screen and (max-width: 1199px) {
  body .nav-sec .navigation-wrap .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  body .nav-sec .navigation-wrap .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}
body .nav-sec .navigation-wrap .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0px;
  border: 1px solid transparent;
  box-shadow: 0 5px 10px;
}
body .nav-sec .navigation-wrap .navbar-nav .nav-item .dropdown-menu a {
  font-family: "Aleo", serif;
  font-size: 15px;
  font-weight: 600;
}
body .nav-sec .navigation-wrap .navbar-nav .contact-info {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  body .nav-sec .navigation-wrap .navbar-nav .contact-info .phone-img img {
    width: 30px;
  }
}
body .nav-sec .navigation-wrap .navbar-nav .contact-info .phone-nmbr {
  display: grid;
  text-align: center;
  margin-left: 7px;
}
body .nav-sec .navigation-wrap .navbar-nav .contact-info .phone-nmbr span {
  font-family: "Aleo", serif;
  color: black;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  body .nav-sec .navigation-wrap .navbar-nav .contact-info .phone-nmbr span {
    font-size: 13px;
  }
}
body .nav-sec .navigation-wrap .navbar-nav .contact-info .phone-nmbr a {
  text-decoration: none;
  color: black;
  font-family: "Aleo", serif;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  body .nav-sec .navigation-wrap .navbar-nav .contact-info .phone-nmbr a {
    font-size: 13px;
  }
}
body #header .mySwiper .image-swiper, body #header .mySwiper .image-swiper3, body #header .mySwiper .image-swiper2 {
  background-image: url("/images/slider-1.jpg");
  width: 100%;
  height: 650px;
  position: relative;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
body #header .mySwiper .image-swiper::before, body #header .mySwiper .image-swiper3::before, body #header .mySwiper .image-swiper2::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
}
@media screen and (max-width: 767px) {
  body #header .mySwiper .image-swiper, body #header .mySwiper .image-swiper3, body #header .mySwiper .image-swiper2 {
    height: 500px;
  }
}
@media screen and (max-width: 414px) {
  body #header .mySwiper .image-swiper, body #header .mySwiper .image-swiper3, body #header .mySwiper .image-swiper2 {
    height: 400px;
  }
}
@media screen and (max-width: 414px) {
  body #header .mySwiper .image-swiper, body #header .mySwiper .image-swiper3, body #header .mySwiper .image-swiper2 {
    height: 350px;
  }
}
body #header .mySwiper .image-swiper .container, body #header .mySwiper .image-swiper3 .container, body #header .mySwiper .image-swiper2 .container {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
}
body #header .mySwiper .image-swiper .container .header-text, body #header .mySwiper .image-swiper3 .container .header-text, body #header .mySwiper .image-swiper2 .container .header-text {
  position: relative;
  padding: 30px;
}
@media screen and (max-width: 375px) {
  body #header .mySwiper .image-swiper .container .header-text, body #header .mySwiper .image-swiper3 .container .header-text, body #header .mySwiper .image-swiper2 .container .header-text {
    padding: 25px;
  }
}
body #header .mySwiper .image-swiper .container .header-text h1, body #header .mySwiper .image-swiper3 .container .header-text h1, body #header .mySwiper .image-swiper2 .container .header-text h1 {
  color: white;
  font-size: 45px;
  text-transform: uppercase;
  font-family: "Aleo", serif;
  letter-spacing: 2px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  body #header .mySwiper .image-swiper .container .header-text h1, body #header .mySwiper .image-swiper3 .container .header-text h1, body #header .mySwiper .image-swiper2 .container .header-text h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 518px) {
  body #header .mySwiper .image-swiper .container .header-text h1, body #header .mySwiper .image-swiper3 .container .header-text h1, body #header .mySwiper .image-swiper2 .container .header-text h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 414px) {
  body #header .mySwiper .image-swiper .container .header-text h1, body #header .mySwiper .image-swiper3 .container .header-text h1, body #header .mySwiper .image-swiper2 .container .header-text h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  body #header .mySwiper .image-swiper .container .header-text h1, body #header .mySwiper .image-swiper3 .container .header-text h1, body #header .mySwiper .image-swiper2 .container .header-text h1 {
    font-size: 17px;
  }
}
body #header .mySwiper .image-swiper .container .header-text .header-btn, body #header .mySwiper .image-swiper3 .container .header-text .header-btn, body #header .mySwiper .image-swiper2 .container .header-text .header-btn {
  padding-top: 20px;
}
body #header .mySwiper .image-swiper .container .header-text .header-btn a, body #header .mySwiper .image-swiper3 .container .header-text .header-btn a, body #header .mySwiper .image-swiper2 .container .header-text .header-btn a {
  color: black;
  font-family: "Aleo", serif;
  border-radius: 80px;
  padding: 12px 25px;
  text-decoration: none;
  font-weight: 600;
  background-color: white;
}
@media (max-width: 425px) {
  body #header .mySwiper .image-swiper .container .header-text .header-btn a, body #header .mySwiper .image-swiper3 .container .header-text .header-btn a, body #header .mySwiper .image-swiper2 .container .header-text .header-btn a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media (max-width: 414px) {
  body #header .mySwiper .image-swiper .container .header-text .header-btn a, body #header .mySwiper .image-swiper3 .container .header-text .header-btn a, body #header .mySwiper .image-swiper2 .container .header-text .header-btn a {
    font-size: 12px;
    padding: 10px 20px;
  }
}
body #header .mySwiper .image-swiper2 {
  background-image: url("/images/slider-2.jpg");
}
body #header .mySwiper .image-swiper3 {
  background-image: url("/images/slider-3.jpg");
}
body #header .mySwiper .swiper-button-prev {
  color: rgb(230, 229, 229);
  border: 1px solid rgb(230, 229, 229);
  height: 20px;
  width: 20px;
  margin-left: 3%;
  margin-top: 0%;
  background-color: transparent;
  padding: 20px 20px;
}
body #header .mySwiper .swiper-button-prev::after {
  font-size: 12px;
  font-weight: 900;
}
@media screen and (max-width: 414px) {
  body #header .mySwiper .swiper-button-prev {
    display: none;
  }
}
body #header .mySwiper .swiper-button-next {
  color: rgb(230, 229, 229);
  border: 1px solid rgb(230, 229, 229);
  height: 20px;
  width: 20px;
  background-color: transparent;
  margin-right: 3%;
  padding: 20px 20px;
  margin-top: 0%;
}
body #header .mySwiper .swiper-button-next::after {
  font-size: 12px;
  font-weight: 900;
}
@media screen and (max-width: 414px) {
  body #header .mySwiper .swiper-button-next {
    display: none;
  }
}
body .transportation_services .transportation-title {
  padding: 60px 0px;
}
body .transportation_services .transportation-title .container p {
  font-family: "Aleo", serif;
  color: #676668;
  font-weight: 400;
  text-align: justify;
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 530px) {
  body .transportation_services .transportation-title .container p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body .transportation_services .transportation-title .container .flexing {
    flex-flow: column-reverse;
  }
}
body .transportation_services .transportation-title h3 {
  font-family: "Aleo", serif;
  font-size: 35px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  body .transportation_services .transportation-title h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 414px) {
  body .transportation_services .transportation-title h3 {
    font-size: 22px;
  }
}
body .content-section {
  margin: 50px 0;
}
body .content-section .title h2 {
  font-family: "Aleo", serif;
  color: black;
  font-weight: 700;
  padding-top: 20px;
  font-size: 40px;
}
body .content-section .title p {
  color: #55595c;
  font-family: "Aleo", serif;
  font-size: 17px;
  font-weight: 400;
}
body .content-section .content h3 {
  font-family: "Aleo", serif;
  color: black;
  font-weight: 600;
  padding-top: 20px;
  font-size: 25px;
}
body .content-section .content p {
  color: black;
  font-family: "Aleo", serif;
  font-size: 16px;
  font-weight: 400;
}
body .our_fleet {
  background-image: url("/images/fleet-bckgrnd.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 335px;
  position: relative;
}
body .our_fleet h2 {
  text-align: center;
  font-family: "Aleo", serif;
  color: black;
  font-size: 35px;
  position: relative;
}
@media screen and (max-width: 575px) {
  body .our_fleet h2 {
    margin: 30px 0px;
  }
}
body .our_fleet h2::before {
  position: absolute;
  content: "";
  background: black;
  width: 100px;
  height: 2px;
  bottom: 0;
  top: auto;
}
body .our_fleet .container .mySwiper2 .swiper-wrapper .swiper-slide {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  body .our_fleet .container .mySwiper2 .swiper-wrapper .swiper-slide {
    margin-top: 0px;
  }
}
body .our_fleet .container .mySwiper2 .swiper-wrapper .swiper-slide img {
  transform: scale(0.9, 0.9) translate(0, 40px);
}
body .our_fleet .container .mySwiper2 .swiper-wrapper .swiper-slide .fleet-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  body .our_fleet .container .mySwiper2 .swiper-wrapper .swiper-slide .fleet-img img {
    width: 300px;
  }
}
body .our_fleet .container .mySwiper2 .swiper-wrapper .swiper-slide .fleet_content {
  opacity: 0;
  padding-top: 40px;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  body .our_fleet .container .mySwiper2 .swiper-wrapper .swiper-slide .fleet_content {
    padding-top: 0px;
  }
}
@media screen and (max-width: 575px) {
  body .our_fleet .container .mySwiper2 .swiper-wrapper .swiper-slide .fleet_content {
    padding-top: 30px;
  }
}
body .our_fleet .container .mySwiper2 .swiper-wrapper .swiper-slide-active img {
  transform: scale(1, 1) translate(0, 0);
}
body .our_fleet .container .mySwiper2 .swiper-wrapper .swiper-slide-active .fleet_content {
  opacity: 1;
}
body .our_fleet .container .mySwiper2 .swiper-wrapper .swiper-slide-active .fleet_content h6 {
  font-family: "Aleo", serif;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 390px) {
  body .our_fleet .container .mySwiper2 .swiper-wrapper .swiper-slide-active .fleet_content h6 {
    font-size: 15px;
  }
}
body .our_fleet .container .mySwiper2 .swiper-wrapper .swiper-slide-active .fleet_content ul {
  padding-left: 0rem;
}
body .our_fleet .container .mySwiper2 .swiper-wrapper .swiper-slide-active .fleet_content ul li {
  text-align: center;
  list-style: none;
  font-size: 13px;
  font-family: "Aleo", serif;
}
body .our_fleet .container .mySwiper2 .swiper-button-prev {
  color: black;
  border: 1px solid black;
  height: 20px;
  width: 20px;
  margin-left: 30%;
  margin-top: 8%;
  background-color: transparent;
  padding: 20px 20px;
}
body .our_fleet .container .mySwiper2 .swiper-button-prev::after {
  font-size: 12px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  body .our_fleet .container .mySwiper2 .swiper-button-prev {
    margin-left: 20%;
  }
}
@media screen and (max-width: 575px) {
  body .our_fleet .container .mySwiper2 .swiper-button-prev {
    margin-left: 10%;
  }
}
@media screen and (max-width: 414px) {
  body .our_fleet .container .mySwiper2 .swiper-button-prev {
    margin-left: 5%;
  }
}
@media screen and (max-width: 360px) {
  body .our_fleet .container .mySwiper2 .swiper-button-prev {
    margin-top: 5%;
  }
}
body .our_fleet .container .mySwiper2 .swiper-button-next {
  color: black;
  border: 1px solid black;
  height: 20px;
  width: 20px;
  background-color: transparent;
  margin-right: 30%;
  padding: 20px 20px;
  margin-top: 8%;
}
body .our_fleet .container .mySwiper2 .swiper-button-next::after {
  font-size: 12px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  body .our_fleet .container .mySwiper2 .swiper-button-next {
    margin-right: 20%;
  }
}
@media screen and (max-width: 575px) {
  body .our_fleet .container .mySwiper2 .swiper-button-next {
    margin-right: 10%;
  }
}
@media screen and (max-width: 414px) {
  body .our_fleet .container .mySwiper2 .swiper-button-next {
    margin-right: 5%;
  }
}
@media screen and (max-width: 360px) {
  body .our_fleet .container .mySwiper2 .swiper-button-next {
    margin-top: 5%;
  }
}
body .home_cards {
  margin-bottom: 40px;
  margin-top: 10%;
}
body .home_cards h2 {
  text-align: center;
  font-family: "Aleo", serif;
  color: black;
  font-size: 35px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 575px) {
  body .home_cards h2 {
    margin: 30px 0px;
  }
}
body .home_cards h2::before {
  position: absolute;
  content: "";
  background: black;
  width: 100px;
  height: 2px;
  bottom: 0;
  top: auto;
}
body .home_cards .home_card {
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 10px 0px;
  cursor: pointer;
  padding: 50px 0px;
}
body .home_cards .home_card .location-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .home_cards .home_card .location-icon i {
  font-size: 55px;
}
body .home_cards .home_card .card-title {
  text-align: center;
  padding-top: 20px;
}
body .home_cards .home_card .card-title h3 {
  font-family: "Aleo", serif;
  font-size: 25px;
}
body .footer {
  background-color: black;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 30px;
}
body .footer .footer-title h6 {
  color: white;
  font-family: "Aleo", serif;
  font-size: 20px;
}
body .footer .footer-title p {
  color: white;
  font-family: "Aleo", serif;
  font-size: 15px;
  font-weight: 300;
}
body .footer .footer-title2 h6 {
  color: white;
  font-family: "Aleo", serif;
  font-size: 20px;
}
body .footer .footer-title2 .footer-links {
  display: grid;
  line-height: 1.9;
}
body .footer .footer-title2 .footer-links a {
  text-decoration: none;
  color: white;
  font-family: "Aleo", serif;
  font-size: 15px;
  font-weight: 300;
}
body .footer .footer-title2 .main-contacts {
  line-height: 1.9;
}
body .footer .footer-title2 .main-contacts .addresses {
  gap: 15px;
  display: flex;
}
body .footer .footer-title2 .main-contacts .addresses i {
  color: white;
  font-size: 17px;
}
body .footer .footer-title2 .main-contacts .addresses a {
  text-decoration: none;
  color: white;
  font-family: "Aleo", serif;
  font-weight: 300;
  font-size: 15px;
}
body .footer .last-line {
  padding-top: 60px;
  text-align: center;
}
body .footer .last-line span {
  color: white;
  font-size: 15px;
  font-family: "Aleo", serif;
  font-weight: 300;
}
body .footer .last-line span a {
  text-decoration: none;
  color: white;
}
body .content-sec .container .row .align {
  display: flex;
  align-items: center;
}
body .content-sec .container .row .align .services-content h2 {
  font-family: "Aleo", serif;
  color: black;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  body .content-sec .container .row .align .services-content h2 {
    font-size: 22px;
  }
}
body .content-sec .container .row .align .services-content p {
  font-family: "Aleo", serif;
  font-weight: 400;
  color: black;
  padding-top: 10px;
}
body .content-sec .container .row .align-img .content-img {
  display: flex;
  justify-content: center;
}
body #hamphire {
  background-image: url("/images/1.jpg");
  width: 100%;
  position: relative;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
body #hamphire::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 3;
}
body #hamphire .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body #hamphire .container .header-text {
  position: relative;
  text-align: center;
  padding: 30px;
}
@media screen and (max-width: 375px) {
  body #hamphire .container .header-text {
    padding: 25px;
  }
}
body #hamphire .container .header-text h1 {
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Aleo", serif;
  letter-spacing: 2px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  body #hamphire .container .header-text h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  body #hamphire .container .header-text h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 518px) {
  body #hamphire .container .header-text h1 {
    font-size: 19px;
  }
}
@media screen and (max-width: 414px) {
  body #hamphire .container .header-text h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  body #hamphire .container .header-text h1 {
    font-size: 17px;
  }
}
body #hamphire .container .header-text p {
  font-size: 20px;
  color: white;
  font-family: "Aleo", serif;
  font-weight: 400;
}
body #hamphire .container .header-text .btn {
  padding-top: 20px;
  border: none;
}
body #hamphire .container .header-text .btn a {
  text-decoration: none;
  color: black;
  background-color: white;
  border-radius: 80px;
  padding: 12px 40px;
  font-weight: 600;
  font-size: 21px;
  font-family: "Aleo", serif;
}
body .rhode-img {
  background-image: url("/images/hamphire-img.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 80px 0px;
  position: relative;
}
body .rhode-img::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0.9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
body .rhode-img .rhode-title {
  text-align: center;
  padding: 0px 90px;
  z-index: 99;
  position: relative;
}
@media (max-width: 992px) {
  body .rhode-img .rhode-title {
    padding: 0px 0px;
  }
}
body .rhode-img .rhode-title h2 {
  color: white;
  font-family: "Aleo", serif;
  font-weight: 700;
  font-size: 40px;
}
@media (max-width: 767px) {
  body .rhode-img .rhode-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 465px) {
  body .rhode-img .rhode-title h2 {
    font-size: 22px;
  }
}
@media (max-width: 390px) {
  body .rhode-img .rhode-title h2 {
    font-size: 30px;
  }
}
body .rhode-img .rhode-title p {
  color: white;
  font-family: "Aleo", serif;
  font-size: 17px;
  font-weight: 300;
}
@media (max-width: 465px) {
  body .rhode-img .rhode-title p {
    font-size: 15px;
    text-align: justify;
  }
}
body .rhode-img .rhode-title .rhode-btn {
  margin-top: 30px;
}
body .rhode-img .rhode-title .rhode-btn a {
  color: black;
  background-color: white;
  font-family: "Aleo", serif;
  font-size: 19px;
  padding: 12px 45px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 80px;
}
@media (max-width: 465px) {
  body .rhode-img .rhode-title .rhode-btn a {
    font-size: 17px;
  }
}
body .services .container .services-card-title {
  text-align: center;
  margin: 30px 0px;
}
@media (max-width: 575px) {
  body .services .container .services-card-title {
    margin: 0px;
    margin-top: 30px;
  }
}
body .services .container .services-card-title h4 {
  font-family: "Aleo", serif;
  font-size: 16px;
  font-weight: 500;
  color: black;
}
body .services .container .services-card-title h2 {
  font-family: "Aleo", serif;
  color: black;
  font-weight: 700;
  padding-top: 20px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  body .services .container .services-card-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 465px) {
  body .services .container .services-card-title h2 {
    font-size: 30px;
  }
}
body .services .container .row .service-card {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  width: 90%;
  margin: 20px 0px;
  height: 550px;
  position: relative;
}
@media (max-width: 992px) {
  body .services .container .row .service-card {
    width: 100%;
  }
}
@media (max-width: 575px) {
  body .services .container .row .service-card {
    height: 100%;
  }
}
body .services .container .row .service-card .card-img {
  overflow: hidden;
}
body .services .container .row .service-card .card-img img {
  width: 100%;
  transition: 0.6s ease-in-out;
}
body .services .container .row .service-card .card-img img:hover {
  transform: scale(1.1);
}
body .services .container .row .service-card .card-title {
  margin: 20px 0px;
  padding: 0px 30px;
}
@media (max-width: 1192px) {
  body .services .container .row .service-card .card-title {
    padding: 0px 20px;
  }
}
@media (max-width: 992px) {
  body .services .container .row .service-card .card-title {
    padding: 0px 10px;
  }
}
body .services .container .row .service-card .card-title h5 {
  font-family: "Aleo", serif;
  font-weight: 600;
  color: black;
  font-size: 25px;
}
body .services .container .row .service-card .card-title p {
  color: #55595c;
  font-family: "Aleo", serif;
  font-size: 17px;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 992px) {
  body .services .container .row .service-card .card-title p {
    font-size: 16px;
  }
}
body .services .container .row .service-card .card-title .card-btn {
  margin-top: 30px;
  margin-bottom: 20px;
}
body .services .container .row .service-card .card-title .card-btn a {
  color: white;
  background-color: black;
  font-family: "Aleo", serif;
  font-size: 19px;
  padding: 12px 40px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 80px;
}
@media (max-width: 992px) {
  body .services .container .row .service-card .card-title .card-btn a {
    font-size: 16px;
  }
}
body .reason-clr {
  background-color: #F8F8F8;
  width: 100%;
  padding: 70px 0px;
}
body .reason-clr .reason-title {
  text-align: center;
}
body .reason-clr .reason-title h4 {
  font-family: "Aleo", serif;
  font-size: 20px;
  font-weight: 600;
  color: grey;
}
body .reason-clr .reason-title h2 {
  font-family: "Aleo", serif;
  color: black;
  font-weight: 700;
  padding-top: 20px;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  body .reason-clr .reason-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 465px) {
  body .reason-clr .reason-title h2 {
    font-size: 30px;
  }
}
body .reason-clr .container .quick-response {
  text-align: center;
}
body .reason-clr .container .quick-response .response-title {
  padding: 0px 50px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  body .reason-clr .container .quick-response .response-title {
    padding: 0px 0px;
  }
}
body .reason-clr .container .quick-response .response-title h3 {
  font-family: "Aleo", serif;
  color: black;
  font-size: 24px;
}
@media (max-width: 465px) {
  body .reason-clr .container .quick-response .response-title h3 {
    font-size: 20px;
  }
}
body .reason-clr .container .quick-response .response-title p {
  color: #7A7A7A;
  font-family: "Aleo", serif;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 465px) {
  body .reason-clr .container .quick-response .response-title p {
    font-size: 16px;
  }
}
body .testimonial-title {
  text-align: center;
  margin: 25px 0px;
}
body .testimonial-title h4 {
  font-family: "Aleo", serif;
  font-size: 20px;
  font-weight: 600;
  color: grey;
}
body .testimonial-title h3 {
  font-family: "Aleo", serif;
  color: black;
  font-weight: 700;
  padding-top: 20px;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  body .testimonial-title h3 {
    font-size: 35px;
  }
}
@media (max-width: 465px) {
  body .testimonial-title h3 {
    font-size: 30px;
  }
}
body .testimonial-title .container .teams .slick-card .slick-content {
  margin: 20px 200px;
}
@media (max-width: 992px) {
  body .testimonial-title .container .teams .slick-card .slick-content {
    margin: 0px 0px;
  }
}
@media (max-width: 465px) {
  body .testimonial-title .container .teams .slick-card .slick-content {
    margin: 30px 0px;
  }
}
body .testimonial-title .container .teams .slick-card .slick-content p {
  font-family: "Aleo", serif;
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
}
@media (max-width: 465px) {
  body .testimonial-title .container .teams .slick-card .slick-content p {
    font-size: 16px;
  }
}
body .testimonial-title .container .teams .slick-dots {
  display: flex;
  justify-content: center;
  gap: 15px;
}
body .testimonial-title .container .teams .slick-dots li {
  display: inline-block;
}
body .testimonial-title .container .teams .slick-dots li button {
  background-color: #D9D9D9;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  font-size: 0px;
  border: 1px solid #D9D9D9;
}
body .testimonial-title .container .teams .slick-dots li button::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-radius: none;
  background-color: white;
  font-size: 0;
}
body .testimonial-title .container .teams .slick-dots .slick-active button {
  height: 16px;
  width: 16px;
  border: 1px solid black;
  background-color: black;
}/*# sourceMappingURL=style.css.map */