.jump-effect img {
  transition: transform 0.2s ease-in-out;
}
.jump-effect:hover img {
  transform: translateY(-20px);
}
small:hover {
  color: #ff9000 !important;
  text-decoration: underline;
}
.foot-email {
  color: #ff8f00 !important;
}
.foot-email:hover {
  color: #343a40 !important;
}
/* .highlight-step {
  background-color: #fea01c;
  color: #ffffff !important;
  box-shadow: 0 0 10px #159EB5;
} */
@keyframes glow {
  0% {
    box-shadow: 0 0 80px #fea01c;
  }
  50% {
    box-shadow: 0 0 80px #fea01c;
  }
  100% {
    box-shadow: 0 0 80px #fea01c;
  }
}
/* .highlight-step {
  background-color: #fea01c;
  color: #ffffff !important;
  transform: scale(1.3);
  animation: beat 0.5s infinite alternate;
} */
.highlight-step {
  position: relative;
  background-color: #fea01c;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff !important;
  transform: scale(1.3);
  animation: beat 0.5s infinite alternate;
}
.highlight-step::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fea01c;
  right: -30px; /* Adjust according to your design */
  top: 50%;
  transform: translateY(-50%);
}
.pos-cen {
  text-align: center;
}
.top-links-item > a:hover {
  text-decoration: underline !important;
  color: #ff8f00 !important;
}
.my-top-image {
  transition: transform 0.3s ease-in-out;
}
.my-top-image:hover {
  transform: scale(
    1.5
  ); /* You can adjust the scale factor as per your preference */
}
.con-inf {
  transition: transform 0.3s ease-in-out;
}
.con-inf:hover {
  transform: scale(
    1.5
  ); /* You can adjust the scale factor as per your preference */
}
.bg-white:hover {
  /* background-color: #FE9603!important; */
  color: #ffffff !important;
}
.mlp {
  padding-left: 0px !important;
}
/*.testimonial-title-main {*/
/*  color: #ffffff;*/
/*  font-size: 2.3rem !important;*/
/*  font-weight: 600 !important;*/
/*}*/
.testp-img {
  /*width: 75%;*/
  background-color: wheat;
}
.fivestar {
  font-weight: 900;
  color: #f8b805 !important;
  font-size: 25px !important;
  margin-bottom: 18px !important;
}
.test-card {
  border: 3px solid #fe9603 !important;
}
.owl-prev {
  background-color: #fe9603 !important;
  color: white !important;
}
.owl-next {
  background-color: #fe9603 !important;
  color: white !important;
}
/* Video */
.csslider {
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  display: inline-block;
  text-align: left;
  position: relative;
  margin-bottom: 22px;
}
.csslider > input {
  display: none;
}
.csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
  margin-left: -900%;
}
.csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
  margin-left: -800%;
}
.csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
  margin-left: -700%;
}
.csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
  margin-left: -600%;
}
.csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
  margin-left: -500%;
}
.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
  margin-left: -400%;
}
.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%;
}
.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%;
}
.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%;
}
.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
  margin-left: 0%;
}
.csslider > ul {
  position: relative;
  width: 820px;
  height: 420px;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  border: 10px solid #ffffff;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.csslider > ul > li {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}
.csslider > .navigation {
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 10;
  margin-bottom: -10px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.csslider > .navigation > div {
  margin-left: -100%;
}
.csslider > .navigation label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 4px;
  padding: 4px;
  background: #3a3a3a;
}
.csslider > .navigation label:hover:after {
  opacity: 1;
}
.csslider > .navigation label:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  background: #ff8f00;
  border-radius: 50%;
  padding: 6px;
  opacity: 0;
}
.csslider > .arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px;
}
.csslider
  > input:nth-of-type(1):checked
  ~ .navigation
  label:nth-of-type(1):after,
.csslider
  > input:nth-of-type(2):checked
  ~ .navigation
  label:nth-of-type(2):after,
.csslider
  > input:nth-of-type(3):checked
  ~ .navigation
  label:nth-of-type(3):after,
.csslider
  > input:nth-of-type(4):checked
  ~ .navigation
  label:nth-of-type(4):after,
.csslider
  > input:nth-of-type(5):checked
  ~ .navigation
  label:nth-of-type(5):after,
.csslider
  > input:nth-of-type(6):checked
  ~ .navigation
  label:nth-of-type(6):after,
.csslider
  > input:nth-of-type(7):checked
  ~ .navigation
  label:nth-of-type(7):after,
.csslider
  > input:nth-of-type(8):checked
  ~ .navigation
  label:nth-of-type(8):after,
.csslider
  > input:nth-of-type(9):checked
  ~ .navigation
  label:nth-of-type(9):after,
.csslider
  > input:nth-of-type(10):checked
  ~ .navigation
  label:nth-of-type(10):after,
.csslider
  > input:nth-of-type(11):checked
  ~ .navigation
  label:nth-of-type(11):after {
  opacity: 1;
}
.csslider > .arrows {
  position: absolute;
  left: -31px;
  top: 50%;
  width: 100%;
  height: 26px;
  padding: 0 31px;
  z-index: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.csslider > .arrows label {
  display: none;
  position: absolute;
  top: -50%;
  padding: 13px;
  box-shadow: inset 2px -2px 0 1px #3a3a3a;
  cursor: pointer;
  -moz-transition: box-shadow 0.15s, margin 0.15s;
  -o-transition: box-shadow 0.15s, margin 0.15s;
  -webkit-transition: box-shadow 0.15s, margin 0.15s;
  transition: box-shadow 0.15s, margin 0.15s;
}
.csslider > .arrows label:hover {
  box-shadow: inset 3px -3px 0 2px #ff8f00;
  margin: 0 0px;
}
.csslider > .arrows label:before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%;
}
.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
  display: block;
  left: 0;
  right: auto;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
  display: block;
  right: 0;
  left: auto;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
/*#region MODULES */
/*#endregion */
/*___________________________________ LAYOUT ___________________________________ */
/* * {
  margin: 0;
  padding: 0;
}
ul {
  padding-left: 40px;
} */
#slider1 {
  margin: 20px;
  font-family: "Lato";
}
#slider1 > input:nth-of-type(3):checked ~ ul #bg {
  width: 80%;
  padding: 22px;
  -moz-transition: 0.5s 0.5s;
  -o-transition: 0.5s 0.5s;
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
#slider1 > input:nth-of-type(3):checked ~ ul #bg div {
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  -moz-transition: 0.5s 0.9s;
  -o-transition: 0.5s 0.9s;
  -webkit-transition: 0.5s 0.9s;
  transition: 0.5s 0.9s;
}
/*#videos */
/*___________________________________ LAYOUT ___________________________________ */
video {
  width: 710px;
  height: 400px;
  background: transparent url("") no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* p {
  margin-left:3em;
} */
/* Hide context menu items */
/* .no-context-menu {
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
} */
.legal-emoji {
  font-size: 34px !important;
  margin-left: 45px !important;
  color: #fd9f19 !important;
}
.map-title-mob {
  font-size: 42px !important;
  font-weight: 600 !important;
}
.design-team-mob {
  font-size: 42px !important;
  font-weight: 600 !important;
}
.slide-container {
  /* max-width: 1120px; */
  width: 100%;
  padding: 30px 0;
}
.slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.testimonial-card {
  border-radius: 25px;
  background-color: #f3f3f3;
  height: 286px;
  /* width: 330px;
  height: 218px; */
}
.testimonial-card-content {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  padding: 10px 14px;
}
.star-row {
  /* margin-bottom: 5px; */
  margin-top: 5px;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070f4;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070f4;
}
.overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #fff;
}
.name {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  text-align: left !important;
  padding-top: 7px;
  margin-bottom: 0px !important;
  /* padding-bottom: 15px; */
  /* margin-top: -40px;*/
  margin-left: -7px;
}
.name:hover {
  text-decoration: underline !important;
}
.review-readmore {
  color: #000000 !important;
  font-weight: 600;
}
.description {
  font-size: 16px;
  color: #000;
  text-align: justify;
  /* padding-bottom: 25px; */
  line-height: 1.5;
}
.swiper-navBtn {
  background-color: #fea01c;
  transition: color 0.3s ease;
  color: #ffffff;
}
.swiper-navBtn:hover {
  color: #ffffff;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 25px;
}
.swiper-button-next {
  right: 57px;
}
.swiper-button-prev {
  left: 57px;
}
.swiper-pagination-bullet {
  background-color: #fea01c;
  opacity: 1;
  z-index: 9999;
}
.swiper-pagination-bullet-active {
  background-color: #fea01c;
}
@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 -25px;
  }
  .swiper-navBtn {
    display: none;
  }
}
.google-col {
  text-align: end;
  margin-top: 4px;
  padding-right: 26px;
}
.icon-rate {
  color: rgb(252, 191, 2) !important;
  font-size: 24px;
}
.google-img-col {
  padding-right: 0px !important;
  padding-left: 14px !important;
}
/* Media query for devices with a maximum width of 767 pixels (typically smartphones) */
@media only screen and (max-width: 480px) {
  .google-col {
    text-align: end;
    margin-top: -80px;
    padding-right: 26px;
  }
  .client-img-60 {
    width: 60px !important;
  }
  .card {
    height: auto !important;
  }
  .csslider > .arrows {
    position: absolute;
    left: -15px !important;
    top: 50% !important;
    width: 100%;
    height: 26px;
    padding: 0 14px !important;
    z-index: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  /* video  {
  width: 350px;
  height: 200px;
} */
  /*.mob-btn {*/
  /*  left: 4% !important;*/
  /*  top: -212% !important;*/
  /*}*/
  /*.next-mob-video {*/
  /*  right: 4% !important;*/
  /*  top: -212% !important;*/
  /*}*/
  .csslider {
    display: block !important;
  }
  .csslider > ul {
    position: relative;
    width: 820px;
    height: auto !important;
  }
  .fluid-width-video-wrapper {
    height: auto !important;
  }
  /* Mobile styles */
  @media only screen and (max-width: 768px) {
    .csslider ul {
      width: 100%;
    }
    .csslider {
      display: block !important;
    }
    .csslider li {
      display: block;
      text-align: center;
    }
    .csslider li p {
      margin: 0;
    }
    .csslider li iframe,
    .csslider li video {
      width: 100%;
      height: 100% !important;
    }
  }
  /* Testimonial Page CSS */
  .testimonial-card-page {
    height: 260px;
  }

  .testpage-title-video {
    color: red !important;
    font-weight: bold !important;
    font-size: 18px !important;
  }
  .testimonial-card-page {
    margin-bottom: 20px;
    border: 1px solid #fe9603 !important;
  }
  .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .banner-heading {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
  }
  .card-title-testimonial {
    font-size: 18px !important;
    color: #000 !important;
  }
}
@media only screen and (max-width: 480px) {
  .testimonial-title-main {
    font-size: 32px !important;
    font-weight: 600 !important;
    color: #333333 !important;
  }
  .map-title-mob {
    font-size: 32px !important;
    font-weight: 600 !important;
  }
  .design-team-mob {
    font-size: 32px !important;
    font-weight: 600 !important;
  }
  .banner-section {
    padding: 30px 0px !important;
  }
  .page-google-slider {
    height: 450px !important;
  }
  .testp-img {
    margin-bottom: 30px;
  }
  .home-title-h {
    font-size: 32px !important;
  }
}
.tool-subheading {
  font-size: 16px !important;
  margin-top: 15px !important;
  font-weight: 500 !important;
}
.banner-section {
  position: relative;
  background-image: url("images/map4.png");
  background-size: cover;
  background-position: center;
  padding: 125px 0px;
  text-align: center;
  color: #fff;
  height: 400px !important;
}
.banner-heading {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
}
.page-google-slider {
  height: 360px;
}