*, *: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;
}

footer .footer-wrapper .flex, footer .footerStrip .flex, .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;
}

.careerSecA {
  padding: 70px 0 40px;
  background: #fff;
}
@media only screen and (max-width: 520px) {
  .careerSecA {
    padding: 50px 0 25px;
  }
}
.careerSecA .content {
  text-align: center;
  max-width: 675px;
  margin: 0 auto;
  width: 100%;
}
.careerSecA .content h2 {
  margin-bottom: 30px;
  text-transform: lowercase;
}
.careerSecA .content p {
  color: #666;
  line-height: 28px;
}

.rsLifeat {
  padding-top: 65px;
}
.rsLifeat .heading {
  margin-bottom: 55px;
}
@media only screen and (max-width: 520px) {
  .rsLifeat .heading {
    margin-bottom: 2.5rem;
  }
}
.rsLifeat .heading h2 {
  text-transform: lowercase;
}
.rsLifeat .flex {
  display: flex;
}
@media only screen and (max-width: 520px) {
  .rsLifeat .flex {
    flex-wrap: wrap;
  }
}
.rsLifeat .flex .col {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding: 6px;
}
@media only screen and (max-width: 520px) {
  .rsLifeat .flex .col {
    flex: 0 1 50%;
    max-width: 50%;
    width: 100%;
  }
}
@media only screen and (max-width: 520px) {
  .rsLifeat .flex .col:last-child {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 520px) {
  .rsLifeat .flex .col .img {
    line-height: 0;
  }
}

.Career-CurrentOpen {
  background: #fff;
  padding: 30px 0 50px;
}
.Career-CurrentOpen .heading {
  margin-bottom: 60px;
}
@media only screen and (max-width: 675px) {
  .Career-CurrentOpen .heading {
    margin-bottom: 2.5rem;
  }
}
.Career-CurrentOpen .item {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #C1C1C1;
}
.Career-CurrentOpen .item .link_btn {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media only screen and (max-width: 767px) {
  .Career-CurrentOpen .item .link_btn {
    position: unset;
    margin-bottom: 2rem;
  }
}
.Career-CurrentOpen .item .ouesCur {
  padding: 12px 21px;
  background: #E4E4E4;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
}
@media only screen and (max-width: 675px) {
  .Career-CurrentOpen .item .ouesCur {
    font-size: 18px;
    line-height: 22px;
    padding: 8px 18px;
  }
}
.Career-CurrentOpen .item .ouesCur.current {
  background: #37adf6;
  border-color: #37adf6;
  color: #fff;
}
.Career-CurrentOpen .item .cuAns {
  display: none;
}
.Career-CurrentOpen .item .cuAns .wrap {
  padding: 20px;
}
.Career-CurrentOpen .item .cuAns .wrap .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin-bottom: 24px;
}
.Career-CurrentOpen .item .cuAns .wrap h2 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #BDB8B8;
}
.Career-CurrentOpen .item .cuAns .wrap h3 {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 15px;
}
.Career-CurrentOpen .item .cuAns .wrap h4 {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 15px;
}
.Career-CurrentOpen .item .cuAns .wrap h5 {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 15px;
}
.Career-CurrentOpen .item .cuAns .wrap p, .Career-CurrentOpen .item .cuAns .wrap li {
  color: #666;
  line-height: 24px;
}
.Career-CurrentOpen .item .cuAns .wrap p {
  margin-bottom: 24px;
  text-align: justify;
}
.Career-CurrentOpen .item .cuAns .wrap ul {
  margin-bottom: 30px;
}
.Career-CurrentOpen .item .cuAns .wrap ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 7px;
}
.Career-CurrentOpen .item .cuAns .wrap ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 13px;
  height: 13px;
  border-radius: 20px;
  background: #37adf6;
}

.fileUplodCareer label {
  display: block;
  cursor: pointer;
  position: relative;
  background: #fff;
  padding: 10px 12px;
  height: 45px;
}
.fileUplodCareer label input[type=file] {
  display: none;
}
.fileUplodCareer label .text {
  color: #666;
}
.fileUplodCareer label img {
  position: absolute;
  right: 10px;
  top: 10px;
}

.modelCalculator {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 430px;
  z-index: 111;
}
.modelCalculator .modelBody {
  padding: 40px;
  background: #fff;
  height: 100%;
}
.modelCalculator .modelBody .title {
  font-family: "Antiga", sans-serif;
  font-size: 50px;
  text-align: center;
  letter-spacing: 2px;
}

.blog-listing-secA {
  padding: 65px 0;
}
@media only screen and (max-width: 545px) {
  .blog-listing-secA {
    padding: 15px 0;
  }
}
.blog-listing-secA .grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 20px;
}
@media only screen and (max-width: 1007px) {
  .blog-listing-secA .grid-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 545px) {
  .blog-listing-secA .grid-wrap {
    grid-template-columns: 100%;
    grid-gap: 15px;
  }
}

.blog-col {
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  overflow: hidden;
}
.blog-col .figure {
  overflow: hidden;
  display: block;
  line-height: 0;
}
.blog-col .figure img {
  transition: 0.6s ease;
}
.blog-col .figure:hover img {
  transform: scale(1.05);
}
.blog-col figcaption {
  padding: 20px 25px 30px;
}
@media only screen and (max-width: 545px) {
  .blog-col figcaption {
    padding: 18px;
  }
}
.blog-col figcaption h5 {
  font-size: 20px;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.blog-col figcaption h5 a {
  color: inherit;
  display: block;
  transition: 0.6s ease;
}
.blog-col figcaption h5 a:hover {
  color: #37adf6;
}
.blog-col figcaption p {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.banner.blog-detail-banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  height: 70%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.64) 51%, transparent 99%);
  z-index: 0;
}
.banner.blog-detail-banner .banner-content {
  position: absolute;
  z-index: 1;
  bottom: 8rem;
  top: auto;
  left: 0;
  right: 0;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 4rem;
}
@media only screen and (max-width: 1007px) {
  .banner.blog-detail-banner .banner-content {
    padding: 0 2rem;
    bottom: 4rem;
  }
}
@media only screen and (max-width: 675px) {
  .banner.blog-detail-banner .banner-content {
    padding: 0 1rem;
    bottom: 2rem;
  }
}
.banner.blog-detail-banner .banner-content .content {
  max-width: 690px;
  margin-left: 0;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .banner.blog-detail-banner .banner-content .content {
    max-width: 520px;
  }
}
@media only screen and (max-width: 520px) {
  .banner.blog-detail-banner .banner-content .content {
    max-width: 270px;
  }
}
@media only screen and (max-width: 360px) {
  .banner.blog-detail-banner .banner-content .content {
    max-width: 250px;
  }
}
.banner.blog-detail-banner .banner-content .content h1 {
  font-size: 36px;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 1007px) {
  .banner.blog-detail-banner .banner-content .content h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner.blog-detail-banner .banner-content .content h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 520px) {
  .banner.blog-detail-banner .banner-content .content h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 360px) {
  .banner.blog-detail-banner .banner-content .content h1 {
    font-size: 18px;
  }
}
.banner.blog-detail-banner .banner-content .content p {
  margin-bottom: 17px;
  color: #fff;
}
@media only screen and (max-width: 320px) {
  .banner.blog-detail-banner .banner-content .content p {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.banner.blog-detail-banner .banner-content .share_btn {
  flex: 0 1 auto;
  position: relative;
}
.banner.blog-detail-banner .banner-content .share_btn .share-btn-ico {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 520px) {
  .banner.blog-detail-banner .banner-content .share_btn .share-btn-ico img {
    width: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .banner.blog-detail-banner .banner-content .share_btn .share-btn-ico img {
    width: 20px;
  }
}
.banner.blog-detail-banner .banner-content .share_btn .side_ico-m {
  position: absolute;
  bottom: 100%;
  margin-bottom: 15px;
  left: 50%;
  translate: -50% 0;
  display: flex;
  gap: 15px;
  flex-direction: column;
  border-radius: 5px;
  opacity: 0;
  transform: scale(0.75) translateY(21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transform-origin: bottom;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.banner.blog-detail-banner .banner-content .share_btn .side_ico-m.open {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.banner.blog-detail-banner .banner-content .share_btn .side_ico-m li svg {
  fill: #fff;
  width: 25px;
}
.banner.blog-detail-banner .banner-content .share_btn .side_ico-m li svg:hover {
  fill: #37adf6;
}

.blog-detail-secA, .privacy-secA {
  padding: 35px 0 45px;
}
@media only screen and (max-width: 520px) {
  .blog-detail-secA, .privacy-secA {
    padding: 25px 0 15px;
  }
}

.website-content h1, .website-content h2, .website-content h3, .website-content h4, .website-content h5, .website-content h6 {
  font-family: "Poppins", sans-serif;
}
.website-content h1, .website-content h2, .website-content h3 {
  font-weight: 600;
}
.website-content h4, .website-content h5, .website-content h6 {
  font-weight: 500;
}
.website-content h1 {
  font-size: 56px;
  margin-bottom: 45px;
  text-align: center;
}
@media only screen and (max-width: 365px) {
  .website-content h1 {
    font-size: 32px;
    margin-bottom: 35px;
  }
}
.website-content h2 {
  font-size: 34px;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .website-content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 675px) {
  .website-content h2 {
    font-size: 22px;
  }
}
.website-content h3 {
  font-size: 28px;
  line-height: 1.2;
}
@media only screen and (max-width: 675px) {
  .website-content h3 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.website-content h4 {
  font-size: 22px;
}
.website-content h5 {
  font-size: 20px;
}
.website-content h6 {
  font-size: 18px;
}
.website-content h2, .website-content h3, .website-content h4 {
  margin: 45px 0 30px;
}
.website-content h5, .website-content h6 {
  margin: 30px 0 25px;
}
.website-content p, .website-content li {
  color: #666;
  text-align: justify;
}
.website-content a {
  color: #37adf6;
}
.website-content a:hover {
  text-decoration: underline;
}
.website-content p, .website-content ul {
  margin-bottom: 25px;
}
.website-content ul {
  padding-left: 18px;
}
@media only screen and (max-width: 675px) {
  .website-content ul {
    padding-left: 10px;
  }
}
.website-content ul li {
  position: relative;
  padding-left: 28px;
}
@media only screen and (max-width: 675px) {
  .website-content ul li {
    padding-left: 20px;
  }
}
.website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.website-content ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #37adf6;
}
@media only screen and (max-width: 520px) {
  .website-content ul li::before {
    width: 8px;
    top: 9px;
  }
}

.blog-detail-seB {
  padding: 5rem 0;
}
@media only screen and (max-width: 1007px) {
  .blog-detail-seB {
    padding: 2rem 0 4rem;
  }
}
@media only screen and (max-width: 675px) {
  .blog-detail-seB .container {
    padding-right: 0;
  }
}
.blog-detail-seB .heading {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 675px) {
  .blog-detail-seB .heading {
    padding-right: 15px;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 675px) {
  .blog-detail-seB .more-blog-slider {
    padding: 0;
  }
}

@media only screen and (max-width: 767pxpx) {
  footer {
    margin-bottom: 42px;
  }
}
footer .logo img {
  max-width: 150px;
}
footer .footerStrip {
  background: #EEEEEE;
}
@media only screen and (max-width: 991px) {
  footer .footerStrip .container {
    padding: 0;
  }
}
@media only screen and (max-width: 675pxpx) {
  footer .footerStrip .flex {
    flex-wrap: wrap;
  }
}
footer .footerStrip .flex .col {
  flex: 0 1 25%;
  max-width: 25%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  footer .footerStrip .flex .col {
    flex: 0 1 50%;
    max-width: 50%;
    width: 100%;
  }
}
@media only screen and (max-width: 520px) {
  footer .footerStrip .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid #D4D4D4;
  }
}
footer .footerStrip .flex .col:nth-child(2) {
  border-left: 1px solid #D4D4D4;
  border-right: 1px solid #D4D4D4;
}
@media only screen and (max-width: 675pxpx) {
  footer .footerStrip .flex .col:nth-child(2) {
    border-right: 0;
  }
}
@media only screen and (max-width: 520pxpx) {
  footer .footerStrip .flex .col:nth-child(2) {
    border-left: 0;
  }
}
footer .footerStrip .flex .col:nth-child(3) {
  border-right: 1px solid #D4D4D4;
}
@media only screen and (max-width: 675pxpx) {
  footer .footerStrip .flex .col:nth-child(3) {
    border-right: 0;
    border-top: 1px solid #D4D4D4;
  }
}
@media only screen and (max-width: 520pxpx) {
  footer .footerStrip .flex .col:nth-child(3) {
    border-top: 0;
  }
}
@media only screen and (max-width: 675pxpx) {
  footer .footerStrip .flex .col:nth-child(4) {
    border-top: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
    border-right: 0;
  }
}
@media only screen and (max-width: 520pxpx) {
  footer .footerStrip .flex .col:nth-child(4) {
    border: 0;
  }
}
footer .footerStrip .item {
  position: relative;
}
footer .footerStrip .item a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 20px;
  position: relative;
}
@media only screen and (max-width: 675px) {
  footer .footerStrip .item a {
    padding: 12px;
  }
}
@media only screen and (max-width: 991pxpx) {
  footer .footerStrip .item .icon svg {
    width: 25px;
    height: 25px;
  }
}
footer .footerStrip .item .icon svg path {
  fill: #37adf6;
}
footer .footerStrip .item .titl {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
footer .footerStrip .item p {
  font-size: 12px;
  color: #666;
  line-height: 16px;
}
footer .footer-wrapper {
  padding: 30px 0 25px;
}
@media only screen and (max-width: 520px) {
  footer .footer-wrapper {
    padding: 30px 0 calc(var(--footerstrip) + 20px);
  }
}
footer .footer-wrapper .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-wrapper .colB {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 991pxpx) {
  footer .footer-wrapper .colB {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-wrapper .colB {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 991pxpx) {
  footer .logo img {
    width: 100%;
  }
}
footer .navWrap .navList {
  display: flex;
  padding-left: 30px;
  padding-bottom: 55px;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  footer .navWrap .navList {
    padding-left: 0;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 675px) {
  footer .navWrap .navList {
    flex-wrap: wrap;
  }
}
footer .navWrap .navList .col1 {
  flex: 0 1 22%;
  max-width: 22%;
  width: 100%;
}
@media only screen and (max-width: 675px) {
  footer .navWrap .navList .col1 {
    flex: 0 1 33.33%;
    max-width: 33.33%;
    width: 100%;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 520px) {
  footer .navWrap .navList .col1 {
    flex: 0 1 50%;
    max-width: 50%;
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .navWrap .navList .col1:first-child {
  flex: 0 1 28%;
  max-width: 28%;
  width: 100%;
}
footer .navWrap .navList .col1:first-child img {
  width: 100%;
}
footer .navWrap .navList .col2 {
  flex: 0 1 34%;
  max-width: 34%;
  width: 100%;
}
@media only screen and (max-width: 675px) {
  footer .navWrap .navList .col2 {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 25px;
  }
}
footer .navWrap .navList ul li a {
  color: #666;
  display: inline-block;
  padding: 2px 0px;
  font-size: 14px;
  transition: 0.5s ease;
}
footer .navWrap .navList ul li a:hover {
  color: #37adf6;
}
footer .navWrap .navList .socialLinks ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .navWrap .navList .socialLinks ul li a:hover g {
  -webkit-mask: none;
          mask: none;
}
footer .navWrap .navList .socialLinks ul li a:hover path {
  fill: #37adf6;
}
footer .navWrap .title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 520pxpx) {
  footer .navWrap .title {
    margin-bottom: 8px;
  }
}
footer .copyRight {
  border-top: 2px solid #37adf6;
  padding: 25px 0 0;
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 767pxpx) {
  footer .copyRight {
    padding-top: 15px;
  }
}
footer .copyRight p {
  line-height: 1;
}
footer .copyRight p span {
  padding: 0 10px;
}
footer .copyRight p span:last-child {
  border-left: 1px solid #666;
}
@media only screen and (max-width: 520px) {
  footer .copyRight p span:last-child {
    border: 0;
    margin-top: 10px;
  }
}
footer .copyRight span, footer .copyRight em, footer .copyRight img, footer .copyRight a {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
}
footer .copyRight a {
  transition: 0.5s ease;
}
footer .copyRight a:hover {
  color: #37adf6;
}
footer .copyRight a img {
  margin-left: 15px;
  width: 60px;
}
footer .ShapR .shade video {
  width: 277px;
  height: 248px;
  -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;
  -webkit-mask-size: 235px;
          mask-size: 235px;
}
@media only screen and (max-width: 991px) {
  footer .ShapR .shade video {
    height: auto;
    aspect-ratio: 0.8953068592;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    width: 201px;
  }
}

:root {
  --footerstrip: 40px;
}

.footer-strip {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background: #37adf6;
  display: none;
}
@media only screen and (max-width: 520px) {
  .footer-strip {
    display: block;
  }
}
.footer-strip ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-strip ul li {
  flex: 1;
}
.footer-strip ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-strip ul li a {
  display: block;
  text-align: center;
  color: #fff;
  height: var(--footerstrip);
  line-height: var(--footerstrip);
}
.footer-strip ul li a svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}
.footer-strip ul li a svg path {
  fill: #fff;
}/*# sourceMappingURL=style.css.map */