*, *:before, *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

html, body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

img {
  max-width: 100%;
}

a, a[href] {
  text-decoration: none;
}

input, select, button, textarea {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

button, input[type=button], input[type=submit] {
  cursor: pointer;
  border: 0;
  outline: none;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Antiga", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 96px;
  line-height: 80px;
}

h2 {
  font-size: 64px;
  line-height: 60px;
  text-transform: lowercase;
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 58px;
    line-height: 0.9375;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 675px) {
  h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 520px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 55px;
  line-height: 65px;
}

h4 {
  font-size: 45px;
  line-height: 50px;
}

h5 {
  font-size: 36px;
  line-height: 36px;
}

h6 {
  font-size: 30px;
  line-height: 38px;
}

.relative {
  position: relative;
}

.socialLinks ul {
  display: flex;
  flex-wrap: wrap;
}

.banner .bg {
  display: block;
  line-height: 0;
}
.banner .bg img, .banner .bg video {
  width: 100%;
  height: calc(100vh - 89px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1007px) {
  .banner .bg img, .banner .bg video {
    height: 500px;
  }
}
@media only screen and (max-width: 675px) {
  .banner .bg img, .banner .bg video {
    height: 300px;
  }
}

.ancher-link a {
  display: inline-block;
  color: #fff;
  padding: 9px 20px;
  border: 1px solid transparent;
  border-radius: 30px;
  transition: 0.5s ease;
  background: #37adf6;
}
.ancher-link a span, .ancher-link a img {
  display: inline-block;
  vertical-align: middle;
}
.ancher-link a img {
  margin-left: 12px;
}
.ancher-link a:hover {
  background: #37adf6;
  border-color: #37adf6;
}

.silverSouth {
  font-family: "silver-south-script";
}

.heading.text-center {
  text-align: center;
}
.heading p {
  font-size: 24px;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .heading p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 675px) {
  .heading p {
    font-size: 16px;
  }
}
.heading h5 {
  color: #000;
  font-family: "Poppins", sans-serif;
}

.img_hover .img {
  overflow: hidden;
  position: relative;
}
.img_hover .img img {
  transform: scale(1);
  transition: 2s ease;
}
.img_hover:hover .img img {
  transform: scale(1.1);
}

.link_btn.center {
  text-align: center;
}
.link_btn .btn {
  display: inline-block;
  padding: 7px 40px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.link_btn .btn.btn-white {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-white.text-black {
  color: #fff;
}
.link_btn .btn.btn-white:hover {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-red {
  border-color: #fff;
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-red.text-black {
  color: #000;
}
.link_btn .btn.btn-red:hover {
  background: #fff;
  color: #37adf6;
  border-color: #37adf6;
}
.link_btn .btn.btn-outline-red {
  background: transparent;
  border-color: #37adf6;
  color: #37adf6;
}
.link_btn .btn.btn-outline-red:hover {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.rounded-full {
  border-radius: 50px;
}
.link_btn .btn.rounded {
  border-radius: 5px;
}

.ShapR .shade {
  line-height: 0;
}
.ShapR .shade video {
  width: 474px;
  height: 474px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url(../video/R.svg);
  mask-image: url(../video/R.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .ShapR .shade video {
    width: 215px;
    aspect-ratio: 0.9397260274;
    height: auto;
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ShapR .shade video {
    width: 160px;
  }
}

.videoIcon {
  position: relative;
  width: 65px;
  height: 65px;
  border-radius: 65px;
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon {
    width: 47px;
    height: 47px;
  }
}
.videoIcon:before {
  width: 55px;
  height: 55px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--white);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon:before {
    width: 47px;
    height: 47px;
  }
}
.videoIcon img, .videoIcon svg {
  width: auto;
  position: relative;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon img, .videoIcon svg {
    width: 10px;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes menuBgAnimate {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100vw 100%;
  }
}
.socialLinks ul li a {
  width: 45px;
  height: 45px;
}

.close {
  position: absolute;
  right: 15px;
  top: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.close svg {
  color: #fff;
}
.close svg path {
  fill: #fff;
}

.Model_Video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1111;
  background: #000;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.Model_Video.is-open {
  transform: translateY(0%);
}
.Model_Video.is-open .modelBody iframe {
  display: block;
}
.Model_Video .modelBody {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Model_Video .modelBody iframe {
  width: 90%;
  height: 85%;
  border: 0;
  display: none;
}

.overlay {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background: #000;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease;
}
.overlay.open {
  opacity: 0.3;
  pointer-events: all;
}

.form .form-group {
  position: relative;
}
.form .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #999999;
  padding: 0;
  width: 100%;
  border-radius: 0;
  outline: none;
  transition: 0.4s ease;
}
.form .form-group .form-control:focus {
  border-color: #37adf6;
}
.form .form-group .form-control:focus ~ label {
  top: 0;
}
.form .form-group input.form-control, .form .form-group select.form-control {
  height: 45px;
}
.form .form-group label {
  position: absolute;
  top: 9px;
  left: 0;
  transition: 0.4s ease;
  pointer-events: none;
}
.form.border .form-group {
  margin-bottom: 15px;
}
.form.border .form-group .form-control {
  border: 1px solid #CCCCCC;
  padding: 8px;
  border-radius: 5px;
}
.form.border .form-group .form-control:focus ~ label {
  top: -12px;
  font-size: 12px;
  opacity: 0.8;
}
.form.border .form-group.valid label {
  top: -12px;
  font-size: 12px;
  opacity: 0.8;
}
.form.border .form-group label {
  left: 8px;
  top: 11px;
  color: #666;
}

.owl-carousel.arrow-circule {
  padding: 0 30px;
}
.owl-carousel.arrow-circule .owl-nav button {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 60px;
  box-shadow: -1px 0px 7.2px 3px rgba(0, 0, 0, 0.0901960784);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.owl-carousel.arrow-circule .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel.arrow-circule .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel.arrow-circule .owl-nav button.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.ModelEnquiry {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  max-width: 440px;
  background: #fff;
  z-index: 1111;
  transform: translateX(100%);
  transition: 0.5s ease;
}
.ModelEnquiry.is-open {
  transform: translateX(0);
}
.ModelEnquiry .close_model svg {
  color: #000;
  width: 23px;
}
.ModelEnquiry .close_model svg path {
  fill: #000;
}
.ModelEnquiry .modelBody {
  padding: 35px 55px;
  height: 100%;
  padding-right: 0;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody {
    padding: 35px 15px;
    padding-right: 0;
  }
}
.ModelEnquiry .modelBody .modelForm {
  overflow-y: scroll;
  padding-right: 55px;
  height: 100%;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody .modelForm {
    padding-right: 15px;
  }
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar {
  width: 5px;
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar-track {
  box-shadow: unset;
  background: #fff;
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar-thumb {
  background-color: #37adf6;
}
.ModelEnquiry .modelBody .modelForm .title {
  text-align: center;
  margin-bottom: 20px;
}
.ModelEnquiry .modelBody .modelForm .title h3 {
  color: #000;
  font-size: 32px;
  line-height: 35px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody .modelForm .title h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.ModelEnquiry .modelBody .modelForm .title p {
  color: #666;
  font-weight: 500;
  line-height: 1.3;
  font-size: 14px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group {
  margin-bottom: 15px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.ModelEnquiry .modelBody .modelForm .form .form-group .form-control {
  border-color: #b5b5b5;
  font-weight: 500;
  color: #666;
}
.ModelEnquiry .modelBody .modelForm .form .form-group textarea.form-control {
  height: 80px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group label {
  color: #666;
  font-weight: 500;
}
.ModelEnquiry .modelBody .modelForm .form .form-group.valid .form-control {
  color: #000;
  border-color: #37adf6;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon {
  position: absolute;
  top: 15px;
  right: 0;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon svg {
  width: 15px;
  height: 15px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon svg path {
  stroke: #666;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn {
  display: block;
  width: 100%;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn::before {
  display: none;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn span {
  color: #fff;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #eaeaea;
}

::-webkit-scrollbar-thumb {
  background-color: #37adf6;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #37adf6;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

html, body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

img {
  max-width: 100%;
}

a, a[href] {
  text-decoration: none;
}

input, select, button, textarea {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

button, input[type=button], input[type=submit] {
  cursor: pointer;
  border: 0;
  outline: none;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Antiga", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 96px;
  line-height: 80px;
}

h2 {
  font-size: 64px;
  line-height: 60px;
  text-transform: lowercase;
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 58px;
    line-height: 0.9375;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 675px) {
  h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 520px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 55px;
  line-height: 65px;
}

h4 {
  font-size: 45px;
  line-height: 50px;
}

h5 {
  font-size: 36px;
  line-height: 36px;
}

h6 {
  font-size: 30px;
  line-height: 38px;
}

.relative {
  position: relative;
}

.socialLinks ul {
  display: flex;
  flex-wrap: wrap;
}

.banner .bg {
  display: block;
  line-height: 0;
}
.banner .bg img, .banner .bg video {
  width: 100%;
  height: calc(100vh - 89px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1007px) {
  .banner .bg img, .banner .bg video {
    height: 500px;
  }
}
@media only screen and (max-width: 675px) {
  .banner .bg img, .banner .bg video {
    height: 300px;
  }
}

.ancher-link a {
  display: inline-block;
  color: #fff;
  padding: 9px 20px;
  border: 1px solid transparent;
  border-radius: 30px;
  transition: 0.5s ease;
  background: #37adf6;
}
.ancher-link a span, .ancher-link a img {
  display: inline-block;
  vertical-align: middle;
}
.ancher-link a img {
  margin-left: 12px;
}
.ancher-link a:hover {
  background: #37adf6;
  border-color: #37adf6;
}

.silverSouth {
  font-family: "silver-south-script";
}

.heading.text-center {
  text-align: center;
}
.heading p {
  font-size: 24px;
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .heading p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 675px) {
  .heading p {
    font-size: 16px;
  }
}
.heading h5 {
  color: #000;
  font-family: "Poppins", sans-serif;
}

.img_hover .img {
  overflow: hidden;
  position: relative;
}
.img_hover .img img {
  transform: scale(1);
  transition: 2s ease;
}
.img_hover:hover .img img {
  transform: scale(1.1);
}

.link_btn.center {
  text-align: center;
}
.link_btn .btn {
  display: inline-block;
  padding: 7px 40px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.link_btn .btn.btn-white {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-white.text-black {
  color: #fff;
}
.link_btn .btn.btn-white:hover {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-red {
  border-color: #fff;
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.btn-red.text-black {
  color: #000;
}
.link_btn .btn.btn-red:hover {
  background: #fff;
  color: #37adf6;
  border-color: #37adf6;
}
.link_btn .btn.btn-outline-red {
  background: transparent;
  border-color: #37adf6;
  color: #37adf6;
}
.link_btn .btn.btn-outline-red:hover {
  background: #37adf6;
  color: #fff;
}
.link_btn .btn.rounded-full {
  border-radius: 50px;
}
.link_btn .btn.rounded {
  border-radius: 5px;
}

.ShapR .shade {
  line-height: 0;
}
.ShapR .shade video {
  width: 474px;
  height: 474px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url(../video/R.svg);
  mask-image: url(../video/R.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .ShapR .shade video {
    width: 215px;
    aspect-ratio: 0.9397260274;
    height: auto;
    -webkit-mask-size: 100%;
            mask-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ShapR .shade video {
    width: 160px;
  }
}

.videoIcon {
  position: relative;
  width: 65px;
  height: 65px;
  border-radius: 65px;
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon {
    width: 47px;
    height: 47px;
  }
}
.videoIcon:before {
  width: 55px;
  height: 55px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--white);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon:before {
    width: 47px;
    height: 47px;
  }
}
.videoIcon img, .videoIcon svg {
  width: auto;
  position: relative;
}
@media only screen and (max-width: 767pxpx) {
  .videoIcon img, .videoIcon svg {
    width: 10px;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes menuBgAnimate {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100vw 100%;
  }
}
.socialLinks ul li a {
  width: 45px;
  height: 45px;
}

.close {
  position: absolute;
  right: 15px;
  top: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}
.close svg {
  color: #fff;
}
.close svg path {
  fill: #fff;
}

.Model_Video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1111;
  background: #000;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.Model_Video.is-open {
  transform: translateY(0%);
}
.Model_Video.is-open .modelBody iframe {
  display: block;
}
.Model_Video .modelBody {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Model_Video .modelBody iframe {
  width: 90%;
  height: 85%;
  border: 0;
  display: none;
}

.overlay {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background: #000;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease;
}
.overlay.open {
  opacity: 0.3;
  pointer-events: all;
}

.form .form-group {
  position: relative;
}
.form .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #999999;
  padding: 0;
  width: 100%;
  border-radius: 0;
  outline: none;
  transition: 0.4s ease;
}
.form .form-group .form-control:focus {
  border-color: #37adf6;
}
.form .form-group .form-control:focus ~ label {
  top: 0;
}
.form .form-group input.form-control, .form .form-group select.form-control {
  height: 45px;
}
.form .form-group label {
  position: absolute;
  top: 9px;
  left: 0;
  transition: 0.4s ease;
  pointer-events: none;
}
.form.border .form-group {
  margin-bottom: 15px;
}
.form.border .form-group .form-control {
  border: 1px solid #CCCCCC;
  padding: 8px;
  border-radius: 5px;
}
.form.border .form-group .form-control:focus ~ label {
  top: -12px;
  font-size: 12px;
  opacity: 0.8;
}
.form.border .form-group.valid label {
  top: -12px;
  font-size: 12px;
  opacity: 0.8;
}
.form.border .form-group label {
  left: 8px;
  top: 11px;
  color: #666;
}

.owl-carousel.arrow-circule {
  padding: 0 30px;
}
.owl-carousel.arrow-circule .owl-nav button {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 60px;
  box-shadow: -1px 0px 7.2px 3px rgba(0, 0, 0, 0.0901960784);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.owl-carousel.arrow-circule .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel.arrow-circule .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel.arrow-circule .owl-nav button.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.ModelEnquiry {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  max-width: 440px;
  background: #fff;
  z-index: 1111;
  transform: translateX(100%);
  transition: 0.5s ease;
}
.ModelEnquiry.is-open {
  transform: translateX(0);
}
.ModelEnquiry .close_model svg {
  color: #000;
  width: 23px;
}
.ModelEnquiry .close_model svg path {
  fill: #000;
}
.ModelEnquiry .modelBody {
  padding: 35px 55px;
  height: 100%;
  padding-right: 0;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody {
    padding: 35px 15px;
    padding-right: 0;
  }
}
.ModelEnquiry .modelBody .modelForm {
  overflow-y: scroll;
  padding-right: 55px;
  height: 100%;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody .modelForm {
    padding-right: 15px;
  }
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar {
  width: 5px;
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar-track {
  box-shadow: unset;
  background: #fff;
}
.ModelEnquiry .modelBody .modelForm::-webkit-scrollbar-thumb {
  background-color: #37adf6;
}
.ModelEnquiry .modelBody .modelForm .title {
  text-align: center;
  margin-bottom: 20px;
}
.ModelEnquiry .modelBody .modelForm .title h3 {
  color: #000;
  font-size: 32px;
  line-height: 35px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 420px) {
  .ModelEnquiry .modelBody .modelForm .title h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.ModelEnquiry .modelBody .modelForm .title p {
  color: #666;
  font-weight: 500;
  line-height: 1.3;
  font-size: 14px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group {
  margin-bottom: 15px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.ModelEnquiry .modelBody .modelForm .form .form-group .form-control {
  border-color: #b5b5b5;
  font-weight: 500;
  color: #666;
}
.ModelEnquiry .modelBody .modelForm .form .form-group textarea.form-control {
  height: 80px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group label {
  color: #666;
  font-weight: 500;
}
.ModelEnquiry .modelBody .modelForm .form .form-group.valid .form-control {
  color: #000;
  border-color: #37adf6;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon {
  position: absolute;
  top: 15px;
  right: 0;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon svg {
  width: 15px;
  height: 15px;
}
.ModelEnquiry .modelBody .modelForm .form .form-group .icon svg path {
  stroke: #666;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn {
  display: block;
  width: 100%;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn::before {
  display: none;
}
.ModelEnquiry .modelBody .modelForm .form .link_btn .btn span {
  color: #fff;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #eaeaea;
}

::-webkit-scrollbar-thumb {
  background-color: #37adf6;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #37adf6;
}

main {
  margin-top: 0;
}

header {
  background: transparent;
  box-shadow: none;
}

.contactBanner {
  overflow: hidden;
  position: relative;
}
.contactBanner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 35%), linear-gradient(to top, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0) 73%);
}
.contactBanner .bg {
  background: #37adf6;
  height: 100vh;
}
@media only screen and (max-width: 520px) {
  .contactBanner .bg {
    position: relative;
  }
}
@media only screen and (max-width: 520px) {
  .contactBanner .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
}
.contactBanner .bg img {
  width: 100%;
  height: 100%;
}
.contactBanner .bg video {
  position: relative;
  overflow: hidden;
  height: 100%;
  aspect-ratio: 2.5;
  background-size: cover;
  -webkit-mask-size: 68.5vw;
          mask-size: 68.5vw;
}
@media only screen and (max-width: 1230px) {
  .contactBanner .bg video {
    -webkit-mask-position: -10% 0%;
            mask-position: -10% 0%;
  }
}
@media only screen and (max-width: 1007px) {
  .contactBanner .bg video {
    -webkit-mask-position: -52% 0%;
            mask-position: -52% 0%;
  }
}
@media only screen and (max-width: 520px) {
  .contactBanner .bg video {
    -webkit-mask-image: none;
            mask-image: none;
    height: 300px;
  }
}
.contactBanner .banner-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 20px 0;
  border-radius: 10px;
  z-index: 1;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 40%;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1007px) {
  .contactBanner .banner-content {
    right: 15%;
  }
}
@media only screen and (max-width: 860px) {
  .contactBanner .banner-content {
    right: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .contactBanner .banner-content {
    max-width: 37%;
    right: 7%;
  }
}
@media only screen and (max-width: 520px) {
  .contactBanner .banner-content {
    max-width: 100%;
    right: 0;
    left: 0;
  }
}
.contactBanner .banner-content .content {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1600px) {
  .contactBanner .banner-content .content {
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1300px) {
  .contactBanner .banner-content .content {
    max-width: 295px;
  }
}
@media only screen and (max-width: 1024px) {
  .contactBanner .banner-content .content {
    max-width: 223px;
  }
}
@media only screen and (max-width: 767px) {
  .contactBanner .banner-content .content {
    max-width: 100%;
  }
}
.contactBanner .banner-content .content p {
  color: #fff;
  margin: 0 0 30px;
  opacity: 0.8;
}
.contactBanner .banner-content .content ul {
  display: flex;
  gap: 15px;
  color: #fff;
  margin: 0 0 30px;
}
.contactBanner .banner-content .content h1 {
  color: #fff;
  font-size: 88px;
  line-height: 74px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1300px) {
  .contactBanner .banner-content .content h1 {
    font-size: 68px;
    line-height: 54px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .contactBanner .banner-content .content h1 {
    font-size: 58px;
    line-height: 0.8;
    margin-bottom: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contactBanner .banner-content .content h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 675px) {
  .contactBanner .banner-content .content h1 {
    font-size: 42px;
    padding: 0;
  }
}
@media only screen and (max-width: 520px) {
  .contactBanner .banner-content .content h1 {
    font-size: 48px;
    max-width: 280px;
  }
}
@media only screen and (max-width: 1024px) {
  .contactBanner .banner-content .content .ancher-link {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .contactBanner .banner-content .content .ancher-link .link {
    padding-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  .contactBanner .banner-content .content .ancher-link .link {
    white-space: nowrap;
  }
}

.contact-banner .link_btn {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .contact-banner .link_btn {
    margin-top: 2rem;
  }
}
.contact-banner .link_btn .btn {
  display: flex;
  gap: 10px;
  padding: 11px 28px;
  align-items: center;
  justify-content: center;
}
.contact-banner .link_btn .btn svg {
  width: 25px;
  height: 25px;
}
.contact-banner .link_btn .btn svg path {
  fill: #37adf6;
}
.contact-banner .link_btn .btn:hover {
  background: #37adf6;
  border-color: #fff;
}
.contact-banner .link_btn .btn:hover svg path {
  fill: #fff;
}
.contact-banner .banner-content .content p {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .contact-banner .banner-content .content p {
    margin: 1.5rem 0 2rem;
  }
}
@media only screen and (max-width: 675px) {
  .contact-banner .banner-content .content .link_btn a {
    font-size: 14px;
    padding: 8px 22px;
  }
}

.contact-SceA {
  background: #fff;
  padding: 70px 0;
}
@media only screen and (max-width: 675px) {
  .contact-SceA {
    padding: 50px 0;
  }
}
.contact-SceA .heading {
  margin-bottom: 40px;
}
.contact-SceA .heading h2 {
  margin-bottom: 12px;
}
.contact-SceA .heading p {
  color: #000;
  font-size: 18px;
}
.contact-SceA .flex {
  display: flex;
  flex-wrap: wrap;
}
.contact-SceA .flex .col {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding: 10px;
}
@media only screen and (max-width: 1007px) {
  .contact-SceA .flex .col {
    flex: 0 1 50%;
    max-width: 50%;
    width: 100%;
  }
}
@media only screen and (max-width: 675px) {
  .contact-SceA .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1007px) {
  .contact-SceA .flex .col:first-child {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 675px) {
  .contact-SceA .flex .col:first-child {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-SceA .card {
  border: 1px solid #666666;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
}
.contact-SceA .card svg {
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 20px;
}
.contact-SceA .card svg path {
  fill: #37adf6;
}
.contact-SceA .card .label {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 10px;
}
.contact-SceA .card p {
  line-height: 24px;
  color: #666;
}
.contact-SceA .card p a {
  color: inherit;
  font-weight: 500;
  transition: 0.5s ease;
}
.contact-SceA .card p a:hover {
  color: #37adf6;
}
.contact-SceA .card .getD {
  margin-top: 12px;
}
.contact-SceA .card .getD a {
  font-weight: 500;
  display: inline-block;
  color: #37adf6;
}

.contact-SceB {
  background: #E4E4E4;
  padding: 70px 0;
}
@media only screen and (max-width: 675px) {
  .contact-SceB {
    padding: 50px 0;
  }
}
.contact-SceB .heading {
  margin-bottom: 60px;
}
@media only screen and (max-width: 675px) {
  .contact-SceB .heading {
    margin-bottom: 2.5rem;
  }
}
.contact-SceB .heading h2 {
  margin-bottom: 12px;
}
.contact-SceB .heading p {
  color: #000;
  font-size: 18px;
}
@media only screen and (max-width: 675px) {
  .contact-SceB .heading p {
    font-size: 16px;
  }
}
.contact-SceB .contact-form {
  max-width: 779px;
  width: 100%;
  margin: 0 auto;
}
.contact-SceB .contact-form .form .flex {
  display: flex;
  flex-wrap: wrap;
}
.contact-SceB .contact-form .form .flex .col2 {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
  padding: 0 6px;
}
@media only screen and (max-width: 675px) {
  .contact-SceB .contact-form .form .flex .col2 {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
.contact-SceB .contact-form .form .flex .col1 {
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  padding: 0 6px;
}
@media only screen and (max-width: 675px) {
  .contact-SceB .contact-form .form .flex .col1 {
    margin-top: 1rem;
    padding: 0;
  }
}
.contact-SceB .contact-form .form .form-group .form-control {
  padding: 8px 12px;
  border-radius: 5px;
  border: 0;
}
.contact-SceB .contact-form .form .form-group textarea.form-control {
  height: 100px;
}
.contact-SceB .contact-form .form .form-group label {
  left: 12px;
}
.contact-SceB .contact-form .form .link_btn {
  margin-top: 24px;
}
.contact-SceB .dropDownConSe {
  margin-bottom: 15px;
  position: relative;
}
.contact-SceB .dropDownConSe .selectedCon {
  position: relative;
  border: 0;
  padding: 10px 12px;
  border-radius: 5px;
  background: #fff url("../icons/serv.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  cursor: pointer;
  height: 45px;
}
.contact-SceB .dropDownConSe .selectedCon .placehoder, .contact-SceB .dropDownConSe .selectedCon .text {
  color: #666;
}
.contact-SceB .dropDownConSe .selectedCon .placehoder {
  position: absolute;
}
.contact-SceB .dropDownConSe .selectedCon.active .placehoder {
  top: -11px;
  font-size: 12px;
}
.contact-SceB .dropDownConSe .listDropCon {
  padding-top: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
}
.contact-SceB .dropDownConSe .listDropCon .wrap {
  background: #fff;
  border: 1px solid #E4E4E4;
}
.contact-SceB .dropDownConSe .listDropCon .wrap .li {
  display: block;
  cursor: pointer;
  padding: 7px 15px;
  color: #666;
}

.contact-SecC .map iframe {
  width: 100%;
  height: 342px;
  filter: grayscale(1);
  border-radius: 10px;
}

.RS-Service-Sec {
  background: #fff;
  padding: 30px 0 2px;
}
.RS-Service-Sec .container-fluid {
  padding: 0;
}
.RS-Service-Sec .ServiceInn .content {
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .RS-Service-Sec .ServiceInn .content {
    padding: 0 0 40px;
  }
}
.RS-Service-Sec .ServiceInn .content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  color: #666;
  margin-bottom: 20px;
}
@media only screen and (max-width: 860px) {
  .RS-Service-Sec .ServiceInn .content h2 {
    text-align: center;
  }
}
.RS-Service-Sec .ServiceInn .content p {
  color: #666;
  line-height: 28px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 860px) {
  .RS-Service-Sec .ServiceInn .content .link_btn {
    text-align: center;
  }
}
.RS-Service-Sec .ServiceInn .flex {
  display: flex;
}
@media only screen and (max-width: 860px) {
  .RS-Service-Sec .ServiceInn .flex {
    flex-wrap: wrap;
    gap: 3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .RS-Service-Sec .ServiceInn .flex {
    gap: 2rem 0;
  }
}
.RS-Service-Sec .ServiceInn .flex .col {
  flex: 0 1 50%;
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .RS-Service-Sec .ServiceInn .flex .col {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (max-width: 860px) {
  .RS-Service-Sec .ServiceInn .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.RS-Service-Sec .ServiceInn .img {
  line-height: 0;
  height: 100%;
}
.RS-Service-Sec .ServiceInn .img img, .RS-Service-Sec .ServiceInn .img video {
  width: 100%;
  min-height: 510px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 675px) {
  .RS-Service-Sec .ServiceInn .img img, .RS-Service-Sec .ServiceInn .img video {
    min-height: initial;
  }
}
.RS-Service-Sec .ServiceInn .list {
  padding: 60px 30px;
}
@media only screen and (max-width: 767px) {
  .RS-Service-Sec .ServiceInn .list {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 675px) {
  .RS-Service-Sec .ServiceInn .list {
    padding: 0 15px;
  }
}
.RS-Service-Sec .ServiceInn .list:nth-child(odd) {
  background: #fff;
}
.RS-Service-Sec .ServiceInn .list:nth-child(odd) .img {
  padding-right: 5rem;
}
@media only screen and (max-width: 1366px) {
  .RS-Service-Sec .ServiceInn .list:nth-child(odd) .img {
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 860px) {
  .RS-Service-Sec .ServiceInn .list:nth-child(odd) .img {
    padding-right: 0;
  }
}
.RS-Service-Sec .ServiceInn .list:nth-child(even) {
  background: #F3F2F2;
}
.RS-Service-Sec .ServiceInn .list:nth-child(even) .img {
  padding-left: 5rem;
}
@media only screen and (max-width: 1366px) {
  .RS-Service-Sec .ServiceInn .list:nth-child(even) .img {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 860px) {
  .RS-Service-Sec .ServiceInn .list:nth-child(even) .img {
    padding-left: 0;
  }
}
.RS-Service-Sec .ServiceInn .list:nth-child(even) .flex {
  flex-direction: row-reverse;
}/*# sourceMappingURL=contact.css.map */