@import url(https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=Poppins:wght@100;300;400;500;600;700;800;900&family=Robert+Sans&family=Open+Sans&family=Montserrat:wght@100;300;400;500;600;700;800;900);
:root {
  --default-green:#97B500;
}

.map-body .map-image {
  width: 100%;
  opacity: 0.7 !important;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mobile-map .map-point {
  background-color: #97b500;
  border-radius: 100%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  display: inline-block;
  height: 15px;
  width: 15px !important;
  color: #97b500;
}
.mobile-map ._pointer {
  position: absolute;
}
.mobile-map ._pointer ul {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  list-style-type: none;
  min-width: 184px;
  padding: 3px 5px;
  position: absolute;
  text-transform: capitalize;
  top: 2%;
  left: 0;
  right: 0;
  margin-left: -75px;
  transform: translateY(30px);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-map ._pointer ul li {
  position: relative;
  border-bottom: 1px dashed #ccc;
  margin: 5px 0;
}
.mobile-map ._pointer ul li a {
  align-items: center;
  background: transparent;
  border: 0;
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  margin: 2px 2px;
  padding: 5px 7px;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
}
.mobile-map ._pointer ul li a img {
  border-radius: 50%;
  width: 15px !important;
}
.mobile-map ._pointer ul li a span {
  color: #000;
  font-size: 12px;
  margin-left: 7px;
  padding-left: 2px;
}
.mobile-map ._pointer ul li a small {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}
.mobile-map ._pointer ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .mobile-map ._pointer ul {
    opacity: 0;
    visibility: hidden;
    min-width: 160px;
  }
}
.mobile-map ._pointer:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 102;
}

.pulse-css {
  width: 1rem;
  border-radius: 3.5rem;
  height: 1rem;
  position: absolute;
  background: var(--bs-success);
  left: 5px;
  bottom: 7px;
  border: 2px solid #fff;
}
.pulse-css:after, .pulse-css:before {
  background-color: #97b500;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -0.2rem;
  background-color: #00BC8B;
  margin: auto;
  transform: scale(0.3);
  transform-origin: center center;
  animation: pulse-me 3s linear infinite;
}

@keyframes pulse-me {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.09;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.services-style h1, .services-style h2, .services-style h3, .services-style h4, .services-style h5, .services-style h6 {
  color: #000;
}
.services-style span.v3 {
  color: #CEADD6;
}
.services-style p {
  font-size: 13px;
  /*text-align: left;*/
}
.services-style p.title {
  font-size: 13px;
  text-align: right;
  margin-left: 25%;
}
.services-style h6 span {
  letter-spacing: 2px;
  text-transform: capitalize;
  font-size: 1rem;
  color: #000;
}
.services-style h6 span:before {
  border: 1px solid #ddd;
  content: "";
  display: inline-block;
  height: 1px;
  width: 10%;
  padding-right: 10px;
  margin-right: 10px;
  letter-spacing: 10px;
}
@media (max-width: 767px) {
  .services-style h6 span:before {
    display: none;
  }
}
.services-style .title-single-line {
  text-transform: uppercase;
  font-family: "Poppins", serif;
  font-weight: 700;
  text-align: right;
}
@media (max-width: 767px) {
  .services-style .title-single-line {
    text-align: left;
  }
}
.services-style .title-single-line .lg-content-title-in {
  line-height: 35px;
  color: #919191;
  font-size: 48px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .services-style .title-single-line .lg-content-title-in {
    font-size: 35px;
    margin-bottom: 5px;
  }
  .services-style .title-single-line .lg-content-title-in span {
    display: block;
  }
}
.services-style .title-single-line .lg-content-title-sub {
  color: #7C7C7C;
  line-height: 0.8rem;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .services-style .title-single-line .lg-content-title-sub {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .services-style .title-single-line .lg-content-title-sub {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .services-style .title-single-line .lg-content-title-sub {
    margin-top: 0;
  }
}
.services-style .latest-utv-videos {
  background: rgba(241, 241, 241, 0.65);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(151, 181, 0, 0.32);
}
.services-style .latest-utv-videos h4 {
  font-size: 18px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.services-style .latest-utv-videos .overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-style .latest-utv-videos.box-animation.active {
  background-color: #fff;
}
.services-style .latest-utv-videos.box-animation.active:before {
  animation: rotate 4s linear infinite;
}
.services-style .latest-utv-videos .utv-media {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.services-style .latest-utv-videos .utv-media img {
  width: 100%;
  border-radius: 15px;
  cursor: pointer;
  min-height: 185px;
}
.services-style .latest-utv-videos .utv-media:not(:has(video)):before {
  cursor: pointer;
  content: "";
  width: 160px;
  height: 128px;
  position: absolute;
  z-index: 10;
  background: url("../../../images/public/utv-member/icons_video.png") center 50% no-repeat;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transform: scale(0.5);
}
.services-style .latest-utv-videos .utv-info h4 {
  color: #7C7C7C;
}
.services-style .latest-utv-videos .latest-utv-info {
  padding: 24px;
}
.services-style .latest-utv-videos .latest-utv-info .utv-meta {
  margin-bottom: 10px;
}
.services-style .latest-utv-videos .latest-utv-info .utv-excerpt p {
  font-weight: 300;
  text-align: center;
}
.services-style .latest-utv-videos .latest-utv-info .btn-text {
  margin-top: 10px;
}
.services-style .latest-utv-videos .latest-utv-info .utv-title a {
  font-size: 15px;
  color: #7C7C7C;
}
.services-style .latest-utv-videos .latest-utv-info-02 {
  padding: 24px;
  background: #FBFBFB;
}
.services-style .latest-utv-videos .latest-utv-info-02 .utv-excerpt p {
  font-weight: 300;
  text-align: center;
}
.services-style .latest-utv-videos .latest-utv-info-02 .btn-text {
  margin-top: 10px;
  margin-top: 10px;
}
.services-style .latest-utv-videos .utv-media-info.utv-info {
  box-shadow: 0px 0px 54px 0px rgba(39, 40, 114, 0.14);
}
.services-style .testimonials-area .testimonials-vertical-wrap .testimonial-slider-box {
  padding: 15px 25px 57px 25px;
}
.services-style .testimonials-area .testimonials-vertical-wrap .testimonial-slider-box .testimonial-images {
  text-align: center;
}
.services-style .testimonials-area .testimonials-vertical-wrap .testimonial-slider-box .testimonial-images img {
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.services-style .testimonials-area .testimonials-vertical-wrap .testimonial-slider-box .testimonial-images small {
  padding-top: 3px;
  line-height: 13px;
}
.services-style .testimonials-area .testimonials-vertical-wrap .testimonial-slider-box .testimonial--box p {
  line-height: 15px;
}
.services-style .title-intro-head .titles-head-subs {
  color: #7C7C7C;
  letter-spacing: 0px;
  line-height: 1.43;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 15px;
  text-align: right;
  display: block;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .titles-head-subs {
    text-align: left;
  }
}
.services-style .title-intro-head .titles-head-subs span {
  letter-spacing: 0;
}
.services-style .title-intro-head .titles-head-subs span:before {
  border: 0px dashed #ddd;
  content: "";
  display: inline-block;
  height: 1px;
  width: 40%;
  padding-right: 10px;
  margin-right: 10px;
  letter-spacing: 10px;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .titles-head-subs span:before {
    display: none;
  }
}
.services-style .title-intro-head .box-cleaner {
  padding: 0 20px 20px 20px;
  background: rgba(255, 255, 255, 0.5);
}
.services-style .title-intro-head .extra-font-heads {
  font-size: 120px;
}
.services-style .title-intro-head .main-title-holder {
  text-transform: uppercase;
  font-family: "Poppins", serif;
  font-weight: 900;
  text-align: right;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder {
    text-align: center;
  }
}
.services-style .title-intro-head .main-title-holder .main-title-intro {
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: 0px;
  text-align: right;
  line-height: 65px !important;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder .main-title-intro {
    font-size: 20px;
    line-height: 20px !important;
    text-align: left;
  }
}
.services-style .title-intro-head .main-title-holder .main-title-intro span {
  display: block;
  font-size: 110px;
  color: #919191;
  text-transform: capitalize !important;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder .main-title-intro span {
    font-size: 66px;
    text-align: center;
  }
}
.services-style .title-intro-head .main-title-holder-iva {
  text-transform: uppercase;
  font-family: "Poppins", serif;
  font-weight: 900;
  text-align: right;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-iva {
    text-align: center;
  }
}
.services-style .title-intro-head .main-title-holder-iva .main-title-intro {
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 0px;
  text-align: right;
}
@media (min-width: 1024px) {
  .services-style .title-intro-head .main-title-holder-iva .main-title-intro {
    line-height: 65px !important;
  }
}
.services-style .title-intro-head .main-title-holder-iva .main-title-intro {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: capitalize;
}
.services-style .title-intro-head .main-title-holder-iva .main-title-intro span {
  display: block;
  font-size: 110px;
  font-weight: 1200;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase !important;
}
.services-style .title-intro-head .main-title-holder-iva p {
  text-transform: none;
  color: rgba(0, 0, 0, 0.7);
}
.services-style .title-intro-head .main-title-holder-iva p .text-right {
  text-align: right;
}
.services-style .title-intro-head .main-title-holder-iva .main-title-sub {
  color: #7c7c7c;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.43;
  text-align: right;
  text-transform: none;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .services-style .title-intro-head .main-title-holder-iva .main-title-sub {
    margin-top: -35px;
  }
}
.services-style .title-intro-head .main-title-holder-iva .main-title-sub span {
  letter-spacing: 0;
  text-transform: none;
}
@media (min-width: 1024px) {
  .services-style .title-intro-head .main-title-holder-iva .min-heghty {
    min-height: 200px;
  }
}
.services-style .title-intro-head .main-title-holder-left {
  text-transform: uppercase;
  font-family: "Poppins", serif;
  font-weight: 900;
  text-align: left;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-left {
    text-align: center;
  }
}
.services-style .title-intro-head .main-title-holder-left .main-title-intro {
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 0;
  text-align: right;
  line-height: 65px !important;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: capitalize;
}
.services-style .title-intro-head .main-title-holder-left .main-title-intro span {
  display: block;
  font-size: 110px;
  font-weight: 1200;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase !important;
}
.services-style .title-intro-head .main-title-holder-left p {
  text-transform: none;
  color: rgba(0, 0, 0, 0.7);
}
.services-style .title-intro-head .main-title-holder-left p .text-right {
  text-align: right;
}
.services-style .title-intro-head .main-title-holder-left .min-heghty {
  min-height: 200px;
}
.services-style .title-intro-head .main-title-holder-left .main-title-sub {
  color: #7c7c7c;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.43;
  margin-bottom: 5px;
  margin-top: -15px;
  text-align: right;
  text-transform: none;
  margin-bottom: 10px;
}
.services-style .title-intro-head .main-title-holder-left .main-title-sub span {
  letter-spacing: 0;
  text-transform: none;
}
.services-style .title-intro-head .main-title-holder-head {
  text-transform: uppercase;
  font-family: "Poppins", serif;
  font-weight: 900;
  text-align: left;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-head {
    text-align: center;
  }
}
.services-style .title-intro-head .main-title-holder-head h1 {
  font-size: 4.4rem;
  white-space: nowrap;
  text-transform: capitalize;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .services-style .title-intro-head .main-title-holder-head h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .services-style .title-intro-head .main-title-holder-head h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.services-style .title-intro-head .main-title-holder-head h1 .v3 {
  color: #CEADD6;
}
.services-style .title-intro-head .main-title-holder-head .main-title-intro {
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: 0px;
  text-align: right;
  line-height: 65px !important;
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: capitalize;
}
.services-style .title-intro-head .main-title-holder-head .main-title-intro span {
  display: block;
  font-size: 110px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.55) !important;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-head .main-title-intro span {
    font-size: 55px;
    line-height: 20px !important;
    text-align: center;
  }
}
.services-style .title-intro-head .main-title-holder-head .main-title-sub {
  color: #7c7c7c;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.43;
  margin-bottom: 5px;
  margin-top: 15px;
  text-align: right;
  text-transform: none;
}
@media only screen and (max-width: 991px) {
  .services-style .title-intro-head .main-title-holder-head .main-title-sub {
    font-size: 1rem;
  }
}
.services-style .title-intro-head .main-title-holder-head .main-title-sub span {
  letter-spacing: 0;
  text-transform: none;
}
.services-style .title-intro-head .main-title-holder-head-id {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.services-style .title-intro-head .main-title-holder-head-id.right {
  margin-left: auto;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-head-id {
    text-align: center;
  }
}
.services-style .title-intro-head .main-title-holder-head-id .main-title-intro {
  color: rgba(0, 0, 0, 0.25);
  letter-spacing: 0px;
  text-align: right;
  line-height: 45px !important;
  margin-bottom: 20px;
  font-size: 38px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-head-id .main-title-intro {
    font-size: 20px;
    line-height: 20px !important;
    text-align: left;
  }
}
.services-style .title-intro-head .main-title-holder-head-id .main-title-intro .text-right {
  text-align: right;
}
.services-style .title-intro-head .main-title-holder-head-id .main-title-intro .span-color1 {
  color: #84EEEB;
}
.services-style .title-intro-head .main-title-holder-head-idl {
  text-transform: uppercase;
  font-family: "Poppins", serif;
  font-weight: 900;
  text-align: left;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-head-idl {
    text-align: center;
  }
}
.services-style .title-intro-head .main-title-holder-head-idl .main-title-intro {
  color: rgba(0, 0, 0, 0.25);
  letter-spacing: 0px;
  text-align: left;
  line-height: 45px !important;
  margin-bottom: 20px;
  font-size: 38px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-head-idl .main-title-intro {
    font-size: 20px;
    text-align: left;
  }
}
.services-style .title-intro-head .main-title-holder-ivic {
  text-transform: uppercase;
  font-family: "Poppins", serif;
  font-weight: 900;
  text-align: right;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-ivic {
    text-align: center;
  }
}
.services-style .title-intro-head .main-title-holder-ivic .main-title-intro {
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .services-style .title-intro-head .main-title-holder-ivic .main-title-intro {
    line-height: 65px !important;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-ivic .main-title-intro {
    font-size: 20px;
    text-align: center;
  }
}
.services-style .title-intro-head .main-title-holder-ivic .main-title-intro span {
  display: block;
  font-weight: 900;
  color: #919191;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-ivic .main-title-intro span {
    font-size: 50px;
  }
}
.services-style .title-intro-head .main-title-holder-ilif {
  text-transform: uppercase;
  font-family: "Poppins", serif;
  font-weight: 900;
  text-align: left;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-ilif {
    text-align: center;
  }
}
.services-style .title-intro-head .main-title-holder-ilif .main-title-intro {
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: 0px;
  text-align: left;
  line-height: 65px !important;
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-ilif .main-title-intro {
    font-size: 20px;
    text-align: center;
  }
}
.services-style .title-intro-head .main-title-holder-ilif .main-title-intro span {
  display: block;
  font-weight: 900;
  color: #919191;
  text-transform: uppercase !important;
}
@media (min-width: 1024px) {
  .services-style .title-intro-head .main-title-holder-ilif .main-title-intro span {
    font-size: 220px;
  }
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-ilif .main-title-intro span {
    font-size: 50px;
  }
}
.services-style .title-intro-head .main-title-holder-special {
  text-transform: capitalize;
  font-family: "Poppins", serif;
  text-align: left;
}
.services-style .title-intro-head .main-title-holder-special .sub-title {
  font-size: 1.6rem;
}
.services-style .title-intro-head .main-title-holder-special .title {
  text-transform: capitalize;
  font-weight: 400;
}
.services-style .title-intro-head .main-title-holder-special .title span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-special {
    text-align: center;
  }
}
.services-style .title-intro-head .main-title-holder-special .main-title-intro {
  text-align: right;
  font-size: 2rem !important;
  text-transform: capitalize !important;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .services-style .title-intro-head .main-title-holder-special .main-title-intro {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-special .main-title-intro {
    font-size: 20px;
    text-align: center;
  }
}
.services-style .title-intro-head .main-title-holder-special .main-title-intro span {
  font-weight: 400;
  font-size: 2rem !important;
}
.services-style .title-intro-head .main-title-holder-idl {
  text-transform: capitalize;
  font-family: "Poppins", serif;
  font-weight: 900;
  text-align: left;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-idl {
    text-align: center;
  }
}
.services-style .title-intro-head .main-title-holder-idl .main-title-intro {
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: 0px;
  text-align: left;
  font-size: 70px;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .services-style .title-intro-head .main-title-holder-idl .main-title-intro {
    line-height: 65px !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-idl .main-title-intro {
    font-size: 20px;
    text-align: center;
  }
}
.services-style .title-intro-head .main-title-holder-idl .main-title-intro span {
  font-size: 70px;
  font-weight: 900;
}
.services-style .title-intro-head .main-title-holder-idl h6 span {
  text-transform: capitalize;
  font-weight: normal;
}
.services-style .title-intro-head .main-title-holder-id {
  text-transform: capitalize;
  font-family: "Poppins", serif;
  font-weight: 900;
  text-align: right;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-id {
    text-align: center;
  }
}
.services-style .title-intro-head .main-title-holder-id .main-title-intro {
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0px;
  text-align: right;
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-id .main-title-intro {
    font-size: 20px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .services-style .title-intro-head .main-title-holder-id .main-title-intro {
    line-height: 65px !important;
  }
}
.services-style .title-intro-head .main-title-holder-id .main-title-intro span {
  display: block;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.25) !important;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-holder-id .main-title-intro span {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .services-style .title-intro-head .main-title-holder-id .main-title-intro span {
    font-size: 50px;
  }
}
.services-style .title-intro-head .main-title-holder-id h6 span {
  text-transform: capitalize;
  font-weight: normal;
}
.services-style .title-intro-head .badge-text {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 25px;
  padding: 8px;
  background-color: #E9E9E9;
  border-radius: 30px;
}
.services-style .title-intro-head .badge-text p {
  margin-bottom: 0;
  line-height: 10px;
  font-size: 0.7rem;
}
.services-style .title-intro-head .main-title-sub {
  color: #000;
  letter-spacing: 0px;
  line-height: 1.43;
  margin-top: -5px;
  margin-bottom: 5px;
  font-weight: 300;
  text-align: left;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-sub {
    text-align: center;
    font-size: 0.62rem;
  }
}
@media (min-width: 1024px) {
  .services-style .title-intro-head .main-title-sub {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.services-style .title-intro-head .main-title-sub-l {
  color: #7C7C7C;
  letter-spacing: 0px;
  line-height: 1.43;
  margin-top: 55px;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-sub-l {
    text-align: left;
  }
}
.services-style .title-intro-head .main-title-subs-in {
  color: #7C7C7C;
  letter-spacing: 0px;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 13px;
  text-align: right;
}
@media (min-width: 1024px) {
  .services-style .title-intro-head .main-title-subs-in {
    line-height: 1.43;
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .services-style .title-intro-head .main-title-subs-in {
    text-align: center;
  }
}
.services-style .title-intro-head .titles-subs {
  color: #7C7C7C;
  letter-spacing: 0px;
  line-height: 1.43;
  margin-top: -5px;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 13px;
  text-align: right;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .titles-subs {
    text-align: center;
  }
}
.services-style .title-intro-head .countries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .services-style .title-intro-head .countries {
    width: 550px;
  }
}
@media only screen and (max-width: 991px) {
  .services-style .title-intro-head .countries {
    flex-wrap: wrap;
  }
}
.services-style .title-intro-head .countries .country {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
@media only screen and (max-width: 991px) {
  .services-style .title-intro-head .countries .country {
    width: 48%;
    margin: 2px;
  }
}
.services-style .title-intro-head .countries .country p {
  margin-bottom: 0;
  margin-right: 10px;
}
.services-style .title-intro-head .countries .country img {
  width: 25px;
  height: 25px;
}
.services-style .title-intro-head .titles-subs-idl {
  color: #7C7C7C;
  letter-spacing: 0px;
  line-height: 1.43;
  margin-top: -5px;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 1.05rem;
  text-align: left;
  padding-left: 5px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .services-style .title-intro-head .titles-subs-idl {
    text-align: left;
  }
}
.services-style .title-intro-head h4 {
  margin-bottom: 10px;
  font-weight: bolder;
  letter-spacing: 2px;
  text-align: right;
  letter-spacing: 2px;
  font-weight: bolder;
}
@media (max-width: 767px) {
  .services-style .title-intro-head h4 {
    text-align: left;
  }
}
.services-style .title-intro-head p {
  display: block;
  font-size: 15px;
  text-align: left;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .services-style .title-intro-head p {
    width: 100%;
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .services-style .left-mg-for-ctn {
    margin-left: 25%;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .services-style .left-mg-for-ctn {
    text-align: center;
  }
}
.services-style .left-mg-for-ctn p {
  text-align: right;
}
@media (min-width: 1024px) {
  .services-style .right-mg-for-ctn {
    margin-right: 25%;
    text-align: left;
  }
}
.services-style .right-mg-for-ctn p {
  text-align: left;
}
.services-style .service-slide {
  z-index: 5;
  position: relative;
  background: url("../../../images/svg/services-header-lines.svg") center top no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .services-style .service-slide {
    margin-top: 42px;
  }
}
@media (min-width: 1024px) {
  .services-style .service-slide {
    padding: 110px 10px 50px;
    margin: 75px auto;
  }
  .services-style .service-slide .title-intro-head {
    padding-left: 200px;
  }
}
@media (min-width: 768px) {
  .services-style .service-slide {
    margin-top: 0;
  }
}
.services-style .service-slide h3 {
  line-height: 45px;
  display: block;
  margin-bottom: 15px;
  color: rgba(112, 112, 112, 0.5);
  font-size: 3rem;
  font-weight: 500;
  font-family: Montserrat, Serif;
}
@media (max-width: 767px) {
  .services-style .service-slide h3 {
    font-size: 1rem;
  }
}
.services-style .service-slide h3 strong {
  font-size: 8rem;
  font-weight: 1200;
  line-height: 115px;
  display: block;
}
@media (max-width: 767px) {
  .services-style .service-slide h3 strong {
    font-size: 2.5rem;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .services-style .service-slide .btn__secondary {
    margin-bottom: -10px;
    font-size: 15px;
    width: 200px;
  }
}
.services-style .service-slide .heading-description-box {
  position: relative;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px;
  border: 0px dashed #444444;
  margin: 5% 27%;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23333' stroke-width='2' stroke-dasharray='8%2c 16' stroke-dashoffset='6' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 20px;
  box-shadow: 1px 50px 25px -50px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .services-style .service-slide .heading-description-box {
    border: 0;
    margin: 5% auto;
  }
}
.services-style .service-slide .heading-description-box h6, .services-style .service-slide .heading-description-box h5 {
  text-align: right;
}
@media (max-width: 767px) {
  .services-style .service-slide .heading-description-box h6, .services-style .service-slide .heading-description-box h5 {
    text-align: center;
  }
}
.services-style .service-slide .heading-description-box p {
  font-size: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .services-style .service-slide .heading-description-box p {
    text-align: center;
  }
}
.services-style .service-slide .find-members .find-utv {
  background: transparent;
  border: 0;
}
.services-style .service-slide .find-members .find-utv:focus {
  color: #97b500 !important;
}
.services-style .service-slide .find-members input {
  line-height: 30px;
  padding: 10px 80px 10px 50px;
  width: 70%;
  margin-right: -60px;
  font-weight: 300;
  color: #0c0c0c !important;
  position: relative;
  text-align: center;
  background-color: rgb(255, 255, 255);
  border: 0px dashed #444444;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' rx='30' ry='30' height='100%25' fill='none' stroke='%23333' stroke-width='2' stroke-dasharray='4%2c 8' stroke-dashoffset='6' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 50px;
}
@media (max-width: 767px) {
  .services-style .service-slide .find-members input {
    padding: 10px 60px 10px 20px;
    width: 100%;
  }
}
.services-style .service-slide .find-members input:focus {
  background-color: transparent;
  border: 1px solid #97b500;
  color: #0c0c0c;
}
.services-style .service-slide .find-members input:hover {
  /*cursor: pointer;*/
}
@media (max-width: 767px) {
  .services-style .service-slide .find-members input:focus {
    width: 300px;
    opacity: 1;
    cursor: text;
  }
}
.services-style .services-items:before {
  border: 0.11rem dashed #333;
  content: "";
  display: inline-block;
  height: 0.11rem;
  width: 800px;
  padding-right: 10px;
  margin-right: 10px;
  letter-spacing: 10px;
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .services-style .services-items:before {
    display: none;
  }
}
.services-style .services-items:after {
  border: 0.11rem dashed #333;
  content: "";
  display: inline-block;
  height: 0.11rem;
  width: 800px;
  padding-right: 10px;
  margin-right: 10px;
  letter-spacing: 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .services-style .services-items:after {
    display: none;
  }
}
.services-style .services-items .urp-service {
  background-size: contain;
  padding: 30px;
  transition: all 0.3s ease-in-out;
}
.services-style .services-items .urp-service .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.services-style .services-items .urp-service .items img {
  transform: scale(0.65);
}
@media (max-width: 767px) {
  .services-style .services-items .urp-service {
    border-bottom: 1px dotted #000;
    padding: 15px 30px;
  }
}
@media (min-width: 1024px) {
  .services-style .services-items .urp-service {
    border: 0px solid rgba(239, 244, 234, 0.73);
    border-right: 2px dashed #333;
  }
}
.services-style .services-items .iva-service {
  background-size: contain;
  padding: 30px;
}
.services-style .services-items .iva-service .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.services-style .services-items .iva-service .items img {
  transform: scale(0.65);
}
@media (max-width: 767px) {
  .services-style .services-items img {
    transform: scale(0.8);
  }
}
.services-style .services-items .about-us-btn-box {
  text-align: right;
  margin-right: 0;
}
@media (max-width: 767px) {
  .services-style .services-items .about-us-btn-box {
    text-align: center;
  }
}
.services-style .services-items .section-title-wrap h3 {
  font-size: 40px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .services-style .services-items .section-title-wrap h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .services-style .services-items :is(.urp-service, .iva-service) .main-title-intro span {
    font-size: 60px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .services-style .section-counter .mgt-110 {
    margin-top: 0 !important;
  }
}
.services-style .section-counter .section-title-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.services-style .section-counter .section-title-wrap p {
  margin-top: -35px;
  font-size: 1rem;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .services-style .section-counter .section-title-wrap p {
    text-align: center;
  }
}
.services-style .section-counter .section-title-wrap .go-style {
  background: url("../../../images/svg/go.svg") right bottom no-repeat;
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 80px;
  position: relative;
  top: -50px;
  right: -20px;
}
@media only screen and (max-width: 991px) {
  .services-style .section-counter .section-title-wrap .section-title {
    margin-bottom: 30px;
  }
}
.services-style .section-counter .section-title-wrap .section-title p {
  font-size: 3rem !important;
  font-weight: 400;
  text-transform: capitalize;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .services-style .section-counter .section-title-wrap .section-title p {
    font-size: 1.1rem !important;
    letter-spacing: -1px;
    text-align: center;
    white-space: nowrap;
  }
  .services-style .section-counter .section-title-wrap .section-title p .go-style {
    height: 42px;
    top: -21px;
    right: -4px;
    width: 34px;
  }
}
.services-style .section-counter .section-title-wrap .section-title p strong {
  font-size: 3rem !important;
}
@media only screen and (max-width: 991px) {
  .services-style .section-counter .section-title-wrap .section-title p strong {
    letter-spacing: -1px;
    font-size: 1.1rem !important;
  }
}
.services-style .section-counter .section-title-wrap .section-title .go-style {
  height: 100px;
}
.services-style .section-counter .section-title-wrap span.heads {
  color: rgba(0, 0, 0, 0.2);
  font-size: 36px;
}
@media (max-width: 767px) {
  .services-style .section-counter .section-title-wrap span.heads {
    margin-bottom: 33px;
    display: block;
  }
}
@media (min-width: 1024px) {
  .services-style .section-counter .section-title-wrap h6 span.subheads {
    margin-top: -25px;
    color: rgba(0, 0, 0, 0.2);
    font-size: 14px;
  }
}
.services-style .section-counter .section-title-wrap h6 span.subheads .dashed-lines {
  font-size: 16px;
}
.services-style .section-counter .urp-section-unique {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.services-style .section-counter .urp-section-unique .ht-service-box {
  flex: 0 1 -webkit-calc(33.3333% - 45px);
  flex: 0 1 calc(33.3333% - 45px);
  box-sizing: border-box;
}
.services-style .section-counter .urp-section-unique .ht-service-box .service-icon img {
  transform: scale(1.5);
}
.services-style .section-counter .urp-section-unique .ht-service-box .service-content {
  display: block;
  margin-top: 30px;
  text-align: center;
  text-transform: capitalize;
}
.services-style .section-counter .urp-section-unique .ht-service-box .service-content > p {
  padding: 0 45px;
  color: #000;
  font-weight: 500;
}
.services-style .section-counter .urp-section-unique .ht-service-box .service-content h4 {
  font-size: 2rem;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
  margin-bottom: 5px;
  font-weight: 400;
  color: #707070;
}
.services-style .section-counter .urp-section-unique .ht-service-box .service-content h4 strong {
  display: inline;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}
@media (max-width: 767px) {
  .services-style .section-counter .urp-section-unique .ht-service-box .service-content h4 {
    font-size: 20px;
  }
}
.services-style .section-counter .urp-section-unique .ht-service-box .service-content p {
  text-align: center !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  font-size: 11px;
}
@media (max-width: 767px) {
  .services-style .section-counter .urp-section-unique .ht-service-box .service-content p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .services-style .section-counter .urp-section-unique .ht-service-box .service-content {
    margin-top: 0 !important;
  }
}
.services-style .section-counter .urp-section-unique .ht-service-box a {
  color: #97B500 !important;
  font-size: 13px;
  letter-spacing: 2px;
  display: block;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .services-style .section-counter .urp-section-unique .ht-service-box {
    flex-basis: 100%;
  }
}
.services-style .section-counter .urp-section-unique .ht-service-box:nth-child(4),
.services-style .section-counter .urp-section-unique .ht-service-box:nth-child(5) {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.services-style .section-counter .urp-section-unique-id {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.services-style .section-counter .urp-section-unique-id .ht-service-box {
  flex: 0 1 -webkit-calc(33.3333% - 20px);
  flex: 0 1 calc(33.3333% - 20px);
  box-sizing: border-box;
}
.services-style .section-counter .urp-section-unique-id .ht-service-box .service-icon img {
  transform: scale(1.5);
}
@media (max-width: 767px) {
  .services-style .section-counter .urp-section-unique-id .ht-service-box {
    flex-basis: 100%;
  }
}
.services-style .section-counter .urp-section-unique-id .ht-service-box .service-content {
  display: block;
  margin-top: 30px;
  text-align: center;
}
.services-style .section-counter .urp-section-unique-id .ht-service-box .service-content p {
  text-align: center !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
}
.services-style .section-counter .urp-section-unique-id .ht-service-box a {
  color: #97B500 !important;
  font-size: 13px;
  letter-spacing: 2px;
  display: block;
  margin-top: 20px;
}
.services-style .section-counter .urp-section-unique-id .ht-service-box:nth-child(4),
.services-style .section-counter .urp-section-unique-id .ht-service-box:nth-child(5) {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.services-style .urp-map {
  margin: 100px auto 0px auto;
}
.services-style .urp-map .sec-title {
  text-align: right;
}
.services-style .urp-map .sec-title h2 {
  font-size: 30px;
  text-transform: capitalize;
  line-height: 30px;
}
@media (max-width: 767px) {
  .services-style .urp-map .sec-title h2 {
    font-size: 22px;
    text-align: center;
  }
}
.services-style .urp-map .sec-title .section-sub-title {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .services-style .urp-map .sec-title .section-sub-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .services-style .certifications {
    margin-top: 100px;
  }
  .services-style .certifications .mt-40 {
    margin-top: 0 !important;
    padding: 0 !important;
  }
}
.services-style .certifications .dashed-line:before {
  background: url("../../../images/svg/srv-dashed-line.svg") right bottom no-repeat;
  content: "";
  height: 380px;
  position: absolute;
  width: 900px;
  margin-top: 500px;
  margin-left: 100px;
}
@media (max-width: 767px) {
  .services-style .certifications .dashed-line:before {
    display: none;
  }
}
.services-style .certifications .dashed-line-rev {
  position: relative;
}
.services-style .certifications .dashed-line-rev:after {
  background: url("../../../images/svg/srv-dashed-line-rev.png") right bottom no-repeat;
  content: "";
  height: 655px;
  position: absolute;
  width: 885px;
  top: 281px;
  z-index: -1;
}
@media (max-width: 767px) {
  .services-style .certifications .dashed-line-rev:after {
    display: none;
  }
}
.services-style .certifications .title-intro-head h2 {
  font-size: 2rem !important;
  font-weight: 500;
  text-transform: capitalize !important;
}
@media only screen and (min-width: 992px) {
  .services-style .certifications .title-intro-head h2 {
    white-space: nowrap;
    text-align: right;
  }
}
@media only screen and (max-width: 991px) {
  .services-style .certifications .title-intro-head h2 {
    text-align: center !important;
    font-size: 1.1rem !important;
  }
}
.services-style .certifications .title-intro-head h2 span {
  font-size: 2rem;
}
@media only screen and (max-width: 991px) {
  .services-style .certifications .title-intro-head h2 span {
    font-size: 1.1rem !important;
  }
}
.services-style .certifications .title-intro-head p {
  font-size: 1.28rem;
}
@media only screen and (max-width: 991px) {
  .services-style .certifications .title-intro-head p {
    font-size: 1rem !important;
  }
}
.services-style .certifications .about-us-btn-box a {
  color: #000 !important;
  font-size: 1.5rem;
  height: 50px;
  line-height: 50px;
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
}
.services-style .utm-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #ADC537;
  border: 1px solid #dfdfdf;
  color: #f9f9f9;
  padding-right: 0;
}
.services-style .utm-box-wrap.pink-style {
  background-color: #CEADD6;
  margin-top: 80px;
}
.services-style .utm-box-wrap.purple {
  background-color: #838EEB;
}
@media (min-width: 1024px) {
  .services-style .utm-box-wrap {
    padding: 20px;
    border-radius: 100px;
  }
}
@media (max-width: 767px) {
  .services-style .utm-box-wrap {
    border-radius: 20px;
  }
}
.services-style .utm-box-wrap h3 {
  color: #ffffff !important;
  text-align: center;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .services-style .utm-box-wrap h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 24px;
    line-height: 30px;
    padding-top: 0;
    margin-bottom: 0;
  }
}
.services-style .utm-box-wrap p {
  font-size: 13px;
  display: block;
  padding-bottom: 0;
  text-align: center;
}
.services-style .utm-box-wrap .btn--white {
  background: #fff;
  color: #000;
  width: 100%;
  text-align: center;
  font-family: Poppins, serif;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 20px 4px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (min-width: 1024px) {
  .services-style .utm-box-wrap .btn--white {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .services-style .utm-box-wrap .btn--white {
    font-size: 18px;
    padding: 12px 36px;
    margin-bottom: 9px;
  }
}
.services-style .id-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #5A5FEF;
  border: 1px solid #dfdfdf;
  color: #f9f9f9;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .services-style .id-box-wrap {
    padding-right: 80px;
    border-radius: 100px;
  }
}
@media (max-width: 767px) {
  .services-style .id-box-wrap {
    border-radius: 20px;
  }
}
.services-style .id-box-wrap h3 {
  color: #ffffff !important;
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  .services-style .id-box-wrap h3 {
    font-size: 35px;
    line-height: 5px;
  }
}
@media (max-width: 767px) {
  .services-style .id-box-wrap h3 {
    font-size: 18px;
    text-align: center;
  }
}
.services-style .id-box-wrap p {
  font-size: 13px;
  display: block;
  padding-top: 25px;
}
@media (min-width: 1024px) {
  .services-style .id-box-wrap p {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .services-style .id-box-wrap p {
    text-align: center;
  }
}
.services-style .id-box-wrap .btn--white {
  background: #838EEB;
  color: #fff;
  width: 100%;
  text-align: center;
  border: 5px solid rgba(255, 255, 255, 0.88);
  font-family: Poppins, serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1px;
}
@media (min-width: 1024px) {
  .services-style .id-box-wrap .btn--white {
    margin-left: -15px;
    padding: 39px 36px;
  }
}
@media (max-width: 767px) {
  .services-style .id-box-wrap .btn--white {
    border-radius: 20px;
    padding: 12px 36px;
    margin-top: 15px;
  }
}
.services-style .latest-urp-videos-aria .latest-urp-videos {
  background: rgba(241, 241, 241, 0.65);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(151, 181, 0, 0.32);
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.services-style .latest-urp-videos-aria .latest-urp-videos .overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-style .latest-urp-videos-aria .latest-urp-videos.box-animation.active {
  background-color: #fff;
}
.services-style .latest-urp-videos-aria .latest-urp-videos.box-animation.active:before {
  animation: rotate 4s linear infinite;
}
.services-style .latest-urp-videos-aria .latest-urp-videos:hover.box-animation {
  position: relative;
  height: 450px;
  width: 350px;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
}
.services-style .latest-urp-videos-aria .latest-urp-videos:hover.box-animation::before {
  content: "";
  height: 140%;
  position: absolute;
  width: 100%;
  transform: scale(2.5);
  background-size: cover;
  top: -20%;
  background-image: conic-gradient(transparent, transparent, transparent, #fff);
}
.services-style .latest-urp-videos-aria .latest-urp-videos:hover.box-animation .overlay {
  position: absolute;
  height: 440px;
  width: 340px;
  font-size: 40px;
  font-weight: 500;
}
.services-style .latest-urp-videos-aria .latest-urp-videos .urp-media a {
  display: block;
  position: relative;
}
.services-style .latest-urp-videos-aria .latest-urp-videos .urp-media a img {
  width: 100%;
  border-radius: 15px;
}
.services-style .latest-urp-videos-aria .latest-urp-videos .urp-media a:before {
  content: "";
  width: 160px;
  height: 128px;
  position: absolute;
  z-index: 10;
  background: url("../../../images/icons/icons_video.png") center 50% no-repeat;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0.5);
}
.services-style .latest-urp-videos-aria .latest-urp-videos .latest-urp-info {
  padding: 24px;
}
.services-style .latest-urp-videos-aria .latest-urp-videos .latest-urp-info .urp-meta {
  margin-bottom: 10px;
}
.services-style .latest-urp-videos-aria .latest-urp-videos .latest-urp-info .urp-excerpt p {
  font-weight: 300;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}
.services-style .latest-urp-videos-aria .latest-urp-videos .latest-urp-info .btn-text {
  margin-top: 10px;
}
.services-style .latest-urp-videos-aria .latest-urp-videos .latest-urp-info .urp-title a {
  font-size: 15px;
}
.services-style .latest-urp-videos-aria .latest-urp-videos .latest-urp-info-02 {
  padding: 24px;
  background: #FBFBFB;
}
.services-style .latest-urp-videos-aria .latest-urp-videos .latest-urp-info-02 .urp-excerpt p {
  font-weight: 300;
  text-align: center;
}
.services-style .latest-urp-videos-aria .latest-urp-videos .latest-urp-info-02 .btn-text {
  margin-top: 10px;
  margin-top: 10px;
}
.services-style .latest-urp-videos-aria .latest-urp-videos .urp-media-info.urp-info {
  box-shadow: 0px 0px 54px 0px rgba(39, 40, 114, 0.14);
}
.services-style .latest-urp-videos-aria .sec-title {
  margin-bottom: 50px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.services-style .latest-urp-videos-aria .sec-title h2 {
  font-size: 3.2rem;
  text-transform: uppercase;
  font-weight: 200;
}
@media only screen and (min-width: 992px) {
  .services-style .latest-urp-videos-aria .sec-title h2 {
    line-height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .services-style .latest-urp-videos-aria .sec-title h2 {
    font-size: 1.5rem;
    text-align: center;
  }
}
.services-style .latest-urp-videos-aria .sec-title .title-sub span {
  letter-spacing: 0;
  font-size: 0.9rem;
}
@media (min-width: 1024px) {
  .services-style .qualified-urp {
    padding: 120px 0;
  }
}
.services-style .qualified-urp .ht-service-box .service-icon img {
  transform: scale(1.2);
  height: 175px;
}
.services-style .qualified-urp .ht-service-box .service-icon .scale-1 {
  transform: scale(1.1) !important;
  width: 100%;
}
.services-style .qualified-urp .ht-service-box .service-icon .scale-2 {
  transform: scale(0.9);
}
.services-style .qualified-urp .ht-service-box .service-icon .scale-3 {
  transform: scale(1.2);
  height: 175px;
}
.services-style .qualified-urp .ht-service-box .service-icon .scale-4 {
  transform: scale(0.9);
}
.services-style .qualified-urp .ht-service-box .service-content h4 {
  font-size: 12px;
}
@media (max-width: 767px) {
  .services-style .qualified-urp .ht-service-box .service-content h4 {
    font-size: 20px;
  }
}
.services-style .qualified-urp .ht-service-box .service-content p {
  font-size: 11px;
}
@media (max-width: 767px) {
  .services-style .qualified-urp .ht-service-box .service-content p {
    font-size: 15px;
    line-height: 20px;
  }
}
.services-style .urp-section-id {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.services-style .urp-section-id .ht-service-box {
  flex: 0 1 -webkit-calc(33.3333% - 20px);
  flex: 0 1 calc(33.3333% - 20px);
  box-sizing: border-box;
}
.services-style .urp-section-id .ht-service-box .service-icon img {
  transform: scale(1.2);
  height: 175px;
}
.services-style .urp-section-id .ht-service-box .service-icon .scale-1 {
  transform: scale(1.1) !important;
  width: 100%;
}
.services-style .urp-section-id .ht-service-box .service-icon .scale-2 {
  transform: scale(0.9);
}
.services-style .urp-section-id .ht-service-box .service-icon .scale-3 {
  transform: scale(1.2);
  height: 175px;
}
.services-style .urp-section-id .ht-service-box .service-icon .scale-4 {
  transform: scale(0.9);
}
.services-style .urp-section-id .ht-service-box .service-content {
  display: block;
  margin-top: 30px;
  text-align: center;
}
.services-style .urp-section-id .ht-service-box .service-content h4 {
  font-size: 10px;
  text-transform: capitalize;
}
.services-style .urp-section-id .ht-service-box .service-content p {
  font-size: 11px;
  text-align: center !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
}
.services-style .urp-section-id .ht-service-box a {
  color: #97B500 !important;
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
  margin-top: 20px;
}
.services-style .urp-section-id .ht-service-box:nth-child(4),
.services-style .urp-section-id .ht-service-box:nth-child(5) {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.services-style .style-08 {
  background: url("../../../images/svg/bg-blue-id.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  padding: 80px;
}
@media (min-width: 1024px) {
  .services-style .style-08 {
    margin-top: -50px;
  }
}
.services-style .style-08 .service-icon {
  min-height: 150px;
  width: 180px;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  z-index: 1;
  padding-top: 35px;
}
.services-style .style-08 .service-icon h2 {
  color: #f5f5f5 !important;
  font-size: 3rem;
}
.services-style #head_net {
  position: absolute;
  opacity: 0.3;
  width: 100%;
  z-index: 0;
  height: 680px;
  top: 0;
}

.service-area .title {
  font-weight: 300;
}
.service-area .title strong {
  font-weight: 600;
}
.service-area .under-title {
  font-size: 1.15rem !important;
}

.right {
  margin-left: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.line-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media only screen and (min-width: 992px) {
  .line-base {
    white-space: nowrap;
  }
}

.line-base,
.line-base__before,
.line-base__after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .line-base,
  .line-base__before,
  .line-base__after {
    white-space: nowrap;
  }
}

.line-base span {
  font-size: 0.8rem;
  font-weight: 300;
  color: #707070;
  letter-spacing: 3px;
}
.line-base__before::before, .line-base__after::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #000;
}
.line-base__before::before {
  margin-right: 10px;
}
.line-base__after::after {
  margin-left: 10px;
}

#individual_visa_applicants .titles-subs-idl {
  border-bottom: 1px solid #ccc;
}

.testimonials-area .titles-subs-idl span {
  color: #97B500;
}
.testimonials-area .testimonial-slider__author .name {
  text-align: left;
}
.testimonials-area .testimonial-slider__author .designation {
  white-space: nowrap;
  color: #97B500;
  font-size: 0.9rem;
}

.brand-area a {
  transition: 0.3s;
  white-space: nowrap;
}
.brand-area a:hover {
  letter-spacing: 1px;
}

/*# sourceMappingURL=services.min.css.map*/