@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.home-banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.95) 100%);
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .banner-wrapper {
    bottom: 10%;
  }
}
.banner.home-banner .contact-g .scroll-btn {
  margin-top: 20px;
  animation: scroll 1.5s ease-in-out infinite forwards;
  margin-bottom: 25px;
}
.banner.home-banner .content h1 {
  font-size: 80px;
}
@media only screen and (max-width: 1024px) {
  .banner.home-banner .content h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .content h1 {
    font-size: 65px;
  }
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .content h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .content h1 {
    font-size: 35px;
  }
}
.banner.home-banner .content h1 span {
  display: block;
  line-height: 1;
}
.banner.home-banner .content h1 .span-a {
  font-size: 0.3em;
  margin-bottom: 16px;
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .content h1 .span-a {
    font-size: 0.5em;
  }
}
.banner.home-banner .content h1 .span-b {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.banner.home-banner .content h1 .span-c {
  font-size: 0.5em;
}
.banner.home-banner .content .btn-div {
  margin-top: 56px;
}
@media only screen and (max-width: 1024px) {
  .banner.home-banner .content .btn-div {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .content .btn-div {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .content .btn-div {
    margin-top: 15px;
  }
}

@keyframes scroll {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(10px);
  }
}
.home-secA {
  background: var(--gradient-c);
  display: flex;
}
@media only screen and (max-width: 768px) {
  .home-secA {
    flex-direction: column;
  }
}
.home-secA .sec-left, .home-secA .sec-right {
  width: 250px;
}
@media only screen and (max-width: 991px) {
  .home-secA .sec-left, .home-secA .sec-right {
    width: 150px;
  }
}
.home-secA .sec-left {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  line-height: 1;
  width: 150px;
  color: var(--white);
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .home-secA .sec-left {
    width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secA .sec-left {
    width: 100px;
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .sec-left {
    display: none;
  }
}
.home-secA .sec-left .rot-text {
  writing-mode: tb-rl;
  transform: rotate(180deg);
  margin-left: 1rem;
}
.home-secA .sec-center {
  flex: 1;
  padding: 100px 0 85px;
}
@media only screen and (max-width: 1024px) {
  .home-secA .sec-center {
    padding: 100px 0 85px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secA .sec-center {
    padding: 70px 20px 80px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .sec-center {
    padding: 40px 20px 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .sec-center {
    padding: 30px 10px 20px;
  }
}
.home-secA .sec-center .content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.home-secA .sec-center .content .heading {
  width: 350px;
  margin: 0 auto;
}
@media only screen and (max-width: 540px) {
  .home-secA .sec-center .content .heading {
    width: 100px;
  }
}
.home-secA .sec-center .content .heading img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secA .sec-center .content p {
  margin: 26px 0;
}
@media only screen and (max-width: 540px) {
  .home-secA .sec-center .content {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .sec-right {
    width: 100%;
    padding-bottom: 20px;
  }
}
.home-secA .sec-right .count-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .home-secA .sec-right .count-wrap {
    flex-direction: row;
    justify-content: center;
    align-items: start;
    width: 100%;
  }
}
.home-secA .sec-right .count-wrap .count-info-wrap {
  flex: 1;
  border-left: 1px solid #C6C3C3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home-secA .sec-right .count-wrap .count-info-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--gradient-a);
}
@media only screen and (max-width: 768px) {
  .home-secA .sec-right .count-wrap .count-info-wrap {
    border-left: none;
    padding: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .sec-right .count-wrap .count-info-wrap {
    padding: 10px;
  }
}
.home-secA .sec-right .count-wrap .count-info-wrap::before {
  opacity: 0;
  transition: 0.5s ease;
}
.home-secA .sec-right .count-wrap .count-info-wrap:not(:last-child) {
  border-bottom: 1px solid #C6C3C3;
}
@media only screen and (max-width: 768px) {
  .home-secA .sec-right .count-wrap .count-info-wrap:not(:last-child) {
    border-bottom: none;
  }
}
.home-secA .sec-right .count-wrap .count-info-wrap:hover::before {
  opacity: 1;
}
.home-secA .sec-right .count-wrap .count-info-wrap:hover .count-info p {
  color: var(--black);
}
.home-secA .sec-right .count-wrap .count-info-wrap .count-info {
  min-width: 84px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .home-secA .sec-right .count-wrap .count-info-wrap .count-info {
    text-align: center;
  }
}
.home-secA .sec-right .count-wrap .count-info-wrap .count-info h5 {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (max-width: 540px) {
  .home-secA .sec-right .count-wrap .count-info-wrap .count-info h5 {
    font-size: 20px;
  }
}
.home-secA .sec-right .count-wrap .count-info-wrap .count-info p {
  line-height: 1.25;
  margin-top: 9px;
  font-weight: 500;
  transition: 0.5s ease;
}
@media only screen and (max-width: 540px) {
  .home-secA .sec-right .count-wrap .count-info-wrap .count-info p {
    font-size: 14px;
    line-height: 1;
  }
}

.home-secB {
  height: calc(100vh - var(--headerfixed));
}
.home-secB::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
@media only screen and (max-width: 991px) {
  .home-secB {
    height: 80vh;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB {
    height: 60vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB {
    height: 50vh;
  }
}
.home-secB figure video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.home-secB figcaption {
  bottom: 15%;
}
.home-secB figcaption .flex {
  flex-direction: column;
  gap: 2rem;
}
.home-secB figcaption .flex .heading {
  flex: 1;
}
.home-secB figcaption .flex .heading h3 {
  line-height: 1.041;
}
.home-secB figcaption .flex .btn-wrap {
  display: block;
  max-width: 100px;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}
.home-secB figcaption .flex .play-btn {
  --spansize: 62px;
}

.home-secC {
  background: var(--gradient-d);
  padding: 95px 0 85px;
}
@media only screen and (max-width: 991px) {
  .home-secC {
    padding: 60px 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC {
    padding: 50px 0 40px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC {
    padding: 40px 0;
  }
}
.home-secC .container {
  --top: 40%;
  --right: 16%;
  --container: 1280px;
}
@media only screen and (max-width: 768px) {
  .home-secC .container {
    position: relative;
  }
}
.home-secC .heading {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .home-secC .heading {
    margin-bottom: 1rem;
  }
}
.home-secC .about-journey-pagination {
  margin-bottom: 74px;
  text-align: center;
  --spansize: 18px;
  --btnwidth: 40px;
  --btngap: 90px;
  --border: 1px;
  border-top: var(--border) solid var(--black);
}
@media only screen and (max-width: 1024px) {
  .home-secC .about-journey-pagination {
    --btngap: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secC .about-journey-pagination {
    --btngap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC .about-journey-pagination {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    padding: 40px 0 10px;
    border-top: none;
    margin-bottom: 0;
  }
  .home-secC .about-journey-pagination::-webkit-scrollbar {
    width: 0;
  }
}
.home-secC .about-journey-pagination .journey-btn {
  width: var(--btnwidth);
  text-align: center;
  position: relative;
  margin-top: calc(var(--spansize) / -2);
}
.home-secC .about-journey-pagination .journey-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--primary);
}
@media only screen and (max-width: 768px) {
  .home-secC .about-journey-pagination .journey-btn {
    z-index: 2;
  }
  .home-secC .about-journey-pagination .journey-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: var(--black);
  }
}
.home-secC .about-journey-pagination .journey-btn::before {
  left: calc(var(--btnwidth) / 2 + var(--spansize) / 2);
  right: auto;
  width: 0;
  height: var(--border);
  bottom: auto;
  top: calc(var(--spansize) / 2 - var(--border));
  transition: 0.6s ease;
  z-index: 1;
}
.home-secC .about-journey-pagination .journey-btn::after {
  left: calc(var(--btnwidth) / 2 + var(--spansize) / 2);
  right: auto;
  width: calc(var(--btngap) + var(--btnwidth) - var(--spansize));
  height: var(--border);
  bottom: auto;
  top: calc(var(--spansize) / 2 - var(--border));
  transition: 0.6s ease;
  z-index: 0;
}
.home-secC .about-journey-pagination .journey-btn span {
  display: inline-block;
  height: var(--spansize);
  width: var(--spansize);
  border-radius: 50%;
  border: 1px solid var(--black);
  background: #CCCCCC;
  transition: 0.5s ease;
}
.home-secC .about-journey-pagination .journey-btn p {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 10px;
}
@media only screen and (max-width: 540px) {
  .home-secC .about-journey-pagination .journey-btn p {
    font-size: 16px;
  }
}
.home-secC .about-journey-pagination .journey-btn.active span {
  background: var(--black);
}
.home-secC .about-journey-pagination .journey-btn.active p {
  color: var(--black);
}
.home-secC .about-journey-pagination .journey-btn.prev span {
  border-color: var(--primary);
}
.home-secC .about-journey-pagination .journey-btn.prev::before {
  width: calc(var(--btngap) + var(--btnwidth) - var(--spansize));
}
.home-secC .about-journey-pagination .journey-btn:not(:last-child) {
  margin-right: var(--btngap);
}
.home-secC .line {
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 13.8%;
}
.home-secC .journey-parent {
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .home-secC .journey-parent {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.home-secC .journey-parent .left-col {
  width: 30%;
  flex: 0 1 30%;
}
@media only screen and (max-width: 768px) {
  .home-secC .journey-parent .left-col {
    width: 100%;
    flex: 1;
  }
}
.home-secC .journey-parent .left-col img {
  width: 100%;
  border-radius: 10px;
}
.home-secC .about-journey-wrap {
  width: 60%;
  flex: 0 1 60%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home-secC .about-journey-wrap {
    width: 100%;
    flex: 0 1 100%;
  }
}
.home-secC .about-journey-wrap .about-journey-slider {
  max-width: 100%;
}
.home-secC .about-journey-wrap .about-journey-slider .item {
  display: flex;
  gap: 62px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .home-secC .about-journey-wrap .about-journey-slider .item {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC .about-journey-wrap .about-journey-slider .item {
    flex-direction: column;
  }
}
.home-secC .about-journey-wrap .about-journey-slider .item figure, .home-secC .about-journey-wrap .about-journey-slider .item figcaption {
  flex: 1;
}
.home-secC .about-journey-wrap .about-journey-slider .item figure {
  line-height: 0;
}
.home-secC .about-journey-wrap .about-journey-slider .item figure img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .home-secC .about-journey-wrap .about-journey-slider .item figcaption {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .about-journey-wrap .about-journey-slider .item figcaption {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC .about-journey-wrap .about-journey-slider .item figcaption .content {
    text-align: center;
  }
}
.home-secC .about-journey-wrap .about-journey-slider .item figcaption h5 {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 540px) {
  .home-secC .about-journey-wrap .about-journey-slider .item figcaption h5 {
    font-size: 20px;
    margin-bottom: 1rem;
    line-height: 1.2;
  }
}
.home-secC .about-journey-wrap .about-journey-slider .item figcaption .desc {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 991px) {
  .home-secC .about-journey-wrap .about-journey-slider .item figcaption .desc {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .about-journey-wrap .about-journey-slider .item figcaption .desc {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .home-secC .about-journey-wrap .about-journey-slider .item figcaption .desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secC .about-journey-wrap .about-journey-slider .item figcaption .btn-div {
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .about-journey-wrap .about-journey-slider .item figcaption .btn-div {
    display: none;
  }
}
.home-secC .about-journey-wrap .about-journey-nav {
  width: -moz-fit-content;
  width: fit-content;
  top: 100%;
  gap: 20px;
  left: 0%;
  translate: unset;
  justify-content: left;
}
@media only screen and (max-width: 768px) {
  .home-secC .about-journey-wrap .about-journey-nav {
    left: 50%;
    transform: translateX(-50%);
  }
}
.home-secC .about-journey-wrap .about-journey-nav button {
  border: 1px solid var(--black);
  border-radius: 50%;
  width: 38px;
  height: 38px;
}
.home-secC .about-journey-wrap .about-journey-nav button:hover {
  border-color: var(--primary);
}
.home-secC .about-journey-wrap .about-journey-nav button:hover svg path {
  stroke: var(--primary);
}
.home-secC .about-journey-wrap .about-journey-nav button svg {
  height: 20px;
}
.home-secC .about-journey-wrap .about-journey-nav button svg path {
  stroke: var(--black);
  transition: 0.5s ease;
}

.home-secD {
  background: var(--gradient-e);
  padding: 75px 0 150px;
}
@media only screen and (max-width: 991px) {
  .home-secD {
    padding: 60px 0 100px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secD {
    padding: 40px 0 80px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secD {
    padding: 0 0 40px;
  }
}
.home-secD .heading {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 540px) {
  .home-secD .heading {
    margin-bottom: 2rem;
  }
}
.home-secD .logo-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.home-secD .logo-slider img {
  height: 140px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-secE {
  background: var(--gray);
  padding-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .home-secE {
    padding-bottom: 3rem;
  }
}
.home-secE .upper-sec {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 540px) {
  .home-secE .upper-sec {
    margin-bottom: 2rem;
  }
}
.home-secE .upper-sec .swiper-nav {
  bottom: -85px;
}
.home-secE .tab-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 10px 0 50px;
}
@media only screen and (max-width: 540px) {
  .home-secE .tab-nav {
    padding: 10px 0 30px;
  }
}
.home-secE .tab-nav li {
  font-size: 18px;
  padding: 5px 22px;
  border-radius: 25px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 540px) {
  .home-secE .tab-nav li {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.home-secE .tab-nav li:hover, .home-secE .tab-nav li.active {
  background-color: var(--primary);
  color: var(--white);
}
@media only screen and (max-width: 540px) {
  .home-secE .home-news-slider .news-col .figcaption {
    --pdt: 9px;
    --pdlr: 10px;
    --pdb: 20px;
    --btnsize: 40px;
    --btnmargin: 10px;
  }
  .home-secE .home-news-slider .news-col .figcaption a:not(.btn) {
    font-size: 18px;
  }
  .home-secE .home-news-slider .news-col .figcaption p {
    font-size: 14px;
  }
  .home-secE .home-news-slider .news-col .figcaption a.btn {
    font-size: 14px;
  }
}

.banner.contact .banner-wrapper .content h1 {
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .banner.contact .banner-wrapper .content h1 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.contact .banner-wrapper .content h1 {
    font-size: 30px;
  }
}
.banner.contact .banner-wrapper .content p {
  font-size: 20px;
  line-height: 1;
}
@media only screen and (max-width: 540px) {
  .banner.contact .banner-wrapper .content p {
    font-size: 16px;
  }
}

.contact-secA {
  padding: 70px 0;
  background: linear-gradient(270deg, #F5F5F5, #F6F6F6, #D6D4D4);
}
@media only screen and (max-width: 768px) {
  .contact-secA {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secA {
    padding: 50px 0;
  }
}
.contact-secA .heading {
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .contact-secA .heading {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secA .heading {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-secA .heading figure {
    width: 70%;
  }
}
.contact-secA .flex {
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .contact-secA .flex {
    gap: 20px;
  }
}
.contact-secA .flex .item {
  flex: 1;
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 540px) {
  .contact-secA .flex .item.contact_item .contact_col svg {
    flex: 0 1 auto;
    width: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-secA .flex .item {
    padding: 30px 20px;
    flex: 0 1 100%;
  }
}
.contact-secA .flex .item:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 3px 5px #dadada;
}
.contact-secA .flex .item > p {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}
.contact-secA .flex .item .calltoaction {
  display: flex;
  gap: 20px;
  padding-top: 25px;
  color: #666666;
}
@media only screen and (max-width: 540px) {
  .contact-secA .flex .item .calltoaction {
    padding-top: 15px;
    gap: 10px;
  }
}
.contact-secA .flex .item .calltoaction svg {
  width: 45px;
}
@media only screen and (max-width: 540px) {
  .contact-secA .flex .item .calltoaction svg {
    flex: 0 1 30%;
  }
}
.contact-secA .flex .item .calltoaction .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.contact-secA .flex .item .calltoaction .content.person {
  gap: 0;
}
@media only screen and (max-width: 540px) {
  .contact-secA .flex .item .calltoaction .content.person p:nth-child(2), .contact-secA .flex .item .calltoaction .content.person p:nth-child(3) {
    font-size: 14px;
  }
}
.contact-secA .flex .item .calltoaction .content a {
  display: block;
}
.contact-secA .flex .item .calltoaction .content a:not(.get-directions) {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.contact-secA .flex .item .calltoaction .content a:not(.get-directions):hover {
  color: #000;
}
.contact-secA .flex .item .calltoaction .content a.get-directions {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #EA882F;
}
.contact-secA .flex .item .calltoaction .content a.get-directions:hover svg {
  transform: translateX(4px);
}
.contact-secA .flex .item .calltoaction .content a.get-directions svg {
  width: 20px;
  transition: 0.5s ease;
}

.contact-secB {
  padding: 70px 0;
  background: linear-gradient(270deg, #F5F5F5, #F6F6F6, #D6D4D4);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .contact-secB {
    padding: 0 20px 70px;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secB {
    padding: 0 0 60px;
  }
}
.contact-secB .container {
  --container: 700px;
  text-align: center;
  z-index: 0;
  position: relative;
}
.contact-secB .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #FFFFFF;
}
.contact-secB .container::before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  filter: blur(90px);
  left: unset;
  right: -40%;
  top: 0%;
  z-index: -1;
}
.contact-secB .container .heading {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .contact-secB .container .heading {
    padding-bottom: 40px;
  }
}
.contact-secB .container .heading h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .contact-secB .container .heading h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 540px) {
  .contact-secB .container .heading h2 {
    font-size: 28px;
  }
}
.contact-secB .container .heading p {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width: 540px) {
  .contact-secB .container .heading p {
    line-height: 1.2;
  }
}
.contact-secB .container .form {
  --item: 2;
}
@media only screen and (max-width: 540px) {
  .contact-secB .container .form {
    --gaplr: 12px;
  }
}
.contact-secB .container .form .form-group.phone {
  --width: 30px;
}
.contact-secB .container .form .form-group.phone img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: var(--width);
}
.contact-secB .container .form .form-group.phone .phone-input {
  padding-left: calc(var(--width) + 40px);
}
.contact-secB .container .form .form-group.phone label {
  padding-left: calc(var(--width) + 10px);
}
@media only screen and (max-width: 540px) {
  .contact-secB .container .form .form-group label {
    font-size: 12px;
  }
}
.contact-secB .container .form .sbmt-grp .btn {
  --padding: 60px;
}

.contact-secC {
  line-height: 0;
}
@media only screen and (max-width: 540px) {
  .contact-secC iframe {
    height: 400px;
  }
}/*# sourceMappingURL=home.css.map */