@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
body {
  font-family: "Inter", sans-serif;
}

section {
  overflow-x: hidden;
}

.sub-title {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 1679px) {
  .sub-title {
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1481px) {
  .sub-title {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 1441px) {
  .sub-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1281px) {
  .sub-title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .sub-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .sub-title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .sub-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
  }
}

.sub-t-top {
  color: #545959;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 5px;
}
@media (max-width: 1679px) {
  .sub-t-top {
    font-size: 26px;
    line-height: 48px;
  }
}
@media (max-width: 1481px) {
  .sub-t-top {
    font-size: 25px;
    line-height: 45px;
  }
}
@media (max-width: 1281px) {
  .sub-t-top {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .sub-t-top {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .sub-t-top {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    text-align: center;
    display: block;
  }
}

.sub-para {
  color: #545959;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1679px) {
  .sub-para {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1481px) {
  .sub-para {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .sub-para {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .sub-para {
    margin-bottom: 20px;
    text-align: center;
  }
}

.title-hldr {
  width: 100%;
}

.cta-island {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-common {
  background-color: #00C881;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0px;
  text-align: center;
  max-width: 150px;
  width: 100%;
  height: 50px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  position: relative;
  opacity: 1;
  overflow: hidden;
  border-radius: 6px;
}
@media (max-width: 1679px) {
  .cta-common {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    max-width: 140px;
  }
}
@media (max-width: 1199px) {
  .cta-common {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .cta-common {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}
.cta-common:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.cta-common:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
.cta-common:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #fff;
  display: block;
  transition: 0.5s;
  position: absolute;
  background: #EE2D33;
  line-height: 50px;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
}
@media (max-width: 1679px) {
  .cta-common:after {
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .cta-common:after {
    line-height: 40px;
  }
}
.cta-common:before {
  top: 0;
  left: 0;
  opacity: 1;
  color: #fff;
  display: block;
  padding: 0 30px;
  line-height: 50px;
  transition: 0.5s;
  position: relative;
  background: #00C881;
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
}
@media (max-width: 1679px) {
  .cta-common:before {
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .cta-common:before {
    line-height: 40px;
  }
}

.animated-btn {
  position: relative;
  overflow: hidden;
}
.animated-btn span {
  position: relative;
  z-index: 1;
}
.animated-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  background: linear-gradient(180deg, #60ade0 99.99%, rgba(0, 127, 227, 0) 100%);
  left: 0px;
  top: 0;
}
.animated-btn:hover::before {
  transform: scale(1);
}

.btn {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 0px;
  padding: 0px;
}
.btn.contact {
  background-color: #198EE7;
  color: #fff;
  font-size: 20px;
  padding: 23px 0 !important;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 211px;
  border: 1px solid #198EE7;
}
.btn.contact:focus {
  border-color: #198EE7;
  color: #fff;
}
@media (max-width: 1679px) {
  .btn.contact {
    padding: 20px 0 !important;
    font-size: 18px;
  }
}
@media (max-width: 1481px) {
  .btn.contact {
    padding: 18px 0 !important;
    font-size: 16px;
  }
}
@media (max-width: 1441px) {
  .btn.contact {
    padding: 16px 0 !important;
    font-size: 15px;
  }
}
@media (max-width: 1281px) {
  .btn.contact {
    padding: 14px 0 !important;
    font-size: 14px;
  }
}

.arrow-sign {
  width: 145px;
  height: 145px;
  flex-shrink: 0;
  display: flex;
  border-radius: 12px;
  background: #00C881;
  position: absolute;
  bottom: -80px;
  right: -40px;
  padding: 42px;
}
@media (max-width: 1679px) {
  .arrow-sign {
    width: 120px;
    height: 120px;
    padding: 30px;
    bottom: -30px;
  }
}
@media (max-width: 1281px) {
  .arrow-sign {
    width: 100px;
    height: 100px;
    padding: 25px;
  }
}
@media (max-width: 1199px) {
  .arrow-sign {
    width: 90px;
    height: 90px;
    padding: 25px;
    bottom: -30px;
  }
}
@media (max-width: 991px) {
  .arrow-sign {
    width: 60px;
    height: 60px;
    padding: 20px;
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .arrow-sign {
    width: 60px;
    height: 60px;
    padding: 20px;
    bottom: 0px;
  }
}
.arrow-sign img {
  transition: all 0.5s linear;
}
.arrow-sign:hover img {
  transform: translateX(15px) scale(0.9);
}
.arrow-sign.cta {
  position: unset;
  bottom: unset;
  right: unset;
  display: flex;
  margin-left: auto;
}/*# sourceMappingURL=common.css.map */