.line-height-1-4 {
  line-height: 1.4;
}

.fs-20 {
  font-size: clamp(2rem, 2.5vw, 3rem) !important;
  text-shadow: 3px 3px 6px rgba(14, 10, 65, 0.25);
  color: #3b3950;
}

.title {
  color: #3b3950;
  text-shadow: 3px 3px 6px rgba(14, 10, 65, 0.25);
  font-weight: 700;
}

.titles {
  color: #3b3950;
  font-weight: 700;
}

.footers h4,
.footers h5 {
  font-weight: 700;
}

.para {
  color: #9e9cb9;
}

.text-theme {
  color: #17a2b8;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: transparent;
}

#home,
#service,
#feature,
#aboutus,
#contactus {
  padding-top: 100px !important;
}

.para-b {
  font-size: 17px;
}

.cls_header .lg-btn .login-btn {
  border-radius: 5px;
  font-weight: 500;
  background-color: #17a2b8;
  color: #f5f5f5;
  border-radius: 30px;
}

.cls_header .lg-btn:hover {
  transform: translatey(-2px);
  transition: 800ms;
}

.cls_header .lg-btn .active-top-2 {
  border-radius: 5px;
  font-weight: 500;
  background-color: #17a2b8;
  color: #f5f5f5;
  border-radius: 30px;
}

.cls_header .navbar-nav li .nav-link.active {
  color: #17a2b8;
  transition: 250ms;
}

.cls_header .navbar-nav li .nav-link {
  color: #918fb0;
  transition: 250ms;
}

.cls_header .navbar-nav li .nav-link:hover {
  color: #17a2b8;
}

@media screen and (max-width: 991px) {
  .cls_header .navbar-nav {
    width: 100%;
  }

  .cls_header .navbar-nav .login-btn {
    width: 100%;
    border-radius: 5px;
  }
}

.cls_mainbanners {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 100px;
}

.cls_mainbanners .mainbanner-content {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
}

.cls_mainbanners .mainbanner-content p {
  color: #9e9cb9;
}

.cls_mainbanners .mainbanner-content h1 {
  font-weight: 700;
}

.cls_mainbanners .mainbanner-service .service-desc {
  text-align: justify;
}

.cls_mainbanners .mainbanner-service p {
  color: #9e9cb9;
}

.cls_mainbanners .mainbanner-service .service-box {
  border-radius: 5px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  text-align: center;
}

.cls_mainbanners .mainbanner-service .service-box .service-icon {
  background: #17a2b836;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 75px;
  color: #5e62ff;
  font-size: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 100%;
  margin: auto;
}

.cls_mainbanners .mainbanner-service .service-box .service-icon i {
  height: 74px;
  width: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #17a2b8;
  border-radius: 100%;
  color: #fff;
  transform: translate(-5px, -10px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.cls_mainbanners .mainbanner-service .service-box .service-title {
  margin: 1.2rem 0 1rem;
  color: #3b3950;
  font-size: 22px;
  font-weight: 700;
}

.cls_mainbanners .mainbanner-features h3 {
  color: #3b3950;
  font-weight: 700;
}

.cls_mainbanners .mainbanner-features .more-features {
  display: flex;
  flex-wrap: wrap;
}

.cls_mainbanners .mainbanner-features .more-features .feature {
  padding-right: 30px;
  width: calc(25% - 40px);
  flex: 1;
}

.cls_mainbanners .mainbanner-features .more-features .feature i {
  font-size: clamp(1.5rem, 2vw, 2rem) !important;
}

.cls_mainbanners .mainbanner-features .more-features .feature .first {
  color: #17a2b8;
}

.cls_mainbanners .mainbanner-features .more-features .feature .second {
  color: #43bfd8;
}

.cls_mainbanners .mainbanner-features .more-features .feature .third {
  color: #f56e9a;
}

.cls_mainbanners .mainbanner-features .more-features .feature .fourth {
  color: #f8bb16;
}

.cls_mainbanners .mainbanner-features .more-features .feature h6 {
  margin: 0.5rem 0 1rem;
  font-size: 1.1rem;
}

.cls_mainbanners .mainbanner-design .feature i {
  font-size: 1.5rem;
  color: #17a2b8;
}

.cls_mainbanners .mainbanner-design .icons {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cls_mainbanners .mainbanner-about .about-content {
  background-color: #17a2b82b;
  border-radius: 10px;
}

.cls_mainbanners .mainbanner-about .about-content p {
  font-size: 15px;
}

.cls_mainbanners .mainbanner-touch .form-input {
  background-color: #fff !important;
}

.cls_mainbanners .mainbanner-touch .form-input:focus {
  border-color: #17a2b8;
  box-shadow: none;
}

.cls_mainbanners .mainbanner-touch .send-btn {
  background-color: #17a2b8;
  color: #f5f5f5;
  padding: 10px 1rem 10px 1.5rem;
}

.cls_mainbanners .mainbanner-touch .send-btn i {
  font-size: 14px;
  margin-left: 10px;
}

footer {
  background-color: #292838;
}

footer .footers .footer-1 {
  border-bottom: 1px solid #7c919c;
  padding-bottom: 16px;
}

footer .footers h4,
footer .footers h5 {
  color: #f5f5f5;
}

footer .footers input {
  background-color: transparent;
  border-color: #6c757d;
}

footer .footers input::-moz-placeholder {
  color: #f5f5f5bf;
}

footer .footers input:-ms-input-placeholder {
  color: #f5f5f5bf;
}

footer .footers input::placeholder {
  color: #f5f5f5bf;
}

footer .footers input:focus {
  background-color: transparent;
  color: #f5f5f5bf;
  border-color: #8c9399;
  box-shadow: none;
}

footer .footers button {
  color: #f5f5f5bf;
  border-end-end-radius: 4px !important;
  border-start-end-radius: 4px !important;
}

footer .footers button:hover {
  background-color: #6c757d7a;
  border-color: #6c757d7a;
}

footer .footers .oryo {
  white-space: nowrap;
}

footer .footers li {
  list-style: none;
  line-height: 2.5;
}

footer .footers li a {
  text-decoration: none;
  color: #f5f5f5bf;
  transition: 250ms;
  font-weight: 500;
}

footer .footers li a i {
  color: #f5f5f5ab;
  font-size: 22px;
  transition: 250ms;
}

footer .footers li a i:hover {
  color: #f5f5f5;
}

footer .footers li a .play {
  font-size: 15px;
}

footer .footers li a:hover {
  color: #f5f5f5;
}

footer .footer-2 p {
  color: #f5f5f5ab;
  font-weight: 500;
  position: relative;
  top: 3px;
}

footer .footer-2 p span {
  font-size: 20px;
  vertical-align: middle;
}

footer .footer-2 .footer-terms {
  gap: 20px;
}

footer .footer-2 .footer-terms a {
  font-size: 14px;
  color: #f5f5f5ab;
}

footer .footer-2 .footer-terms li:not(:last-child) :after {
  position: relative;
  display: inline-block;
  content: "";
  height: 17px;
  width: 2px;
  background-color: #7c919c;
  top: 4px;
  left: 10px;
}

@media screen and (min-width: 991px) {
  .text-lg-wrap {
    white-space: normal !important;
  }

  .width-75 {
    width: 80%;
  }
}

@media screen and (min-width: 1250px) {
  .cls_header .navbar {
    background-color: transparent;
    box-shadow: unset;
    padding: 15px 30px 15px 30px;
    transition: 600ms;
  }

  .cls_header .navbar li .nav-link {
    color: #fff9;
    transition: 250ms;
    font-weight: 600;
  }

  .cls_header .navbar li .nav-link:hover {
    color: #f5f5f5;
  }

  .cls_header .navbar li .home-nav-txt.active {
    color: #fff;
    font-weight: 600;
  }

  .cls_header .navbar .lg-btn .login-btn {
    border-radius: 5px;
    font-weight: 500;
    background-color: #f5f5f5;
    color: #17a2b8;
    border-radius: 30px;
  }

  .cls_header .active-top {
    background-color: #fff;
    box-shadow: 0px 2px 10px #00000014;
    padding: 15px 30px 15px 30px;
    transition: 600ms;
  }

  .cls_header .active-top li .nav-link {
    color: #918fb0;
    transition: 250ms;
  }

  .cls_header .active-top li .nav-link:hover {
    color: #17a2b8;
  }

  .cls_header .active-top li .home-nav-txt.active {
    color: #17a2b8;
  }

  .cls_header .active-top .lg-btn .login-btn {
    border-radius: 5px;
    font-weight: 500;
    background-color: #17a2b8;
    color: #f5f5f5;
    border-radius: 30px;
  }

  .background-img {
    background: url(../images/banner-curve-primary.png?4405c56ddfecf26e5bbbc4cbb2d2d014) top right/cover;
    display: flex;
    align-items: center;
    min-height: 70vh;
  }
}

.abtus-title {
  font-weight: bold;
  font-size: 16px !important;
}

.meet-us-link a {
  color: #17a2b8 !important;
  text-decoration: underline !important;
  display: block;
}

.feature-banner {
  width: 400px;
  margin: auto;
}

@media screen and (max-width: 576px) {
  .feature-banner {
    width: 330px;
  }
}

.feature-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .feature-zig-zag .row:nth-child(1),
  .feature-zig-zag .row:nth-child(3) {
    flex-direction: column-reverse !important;
  }
}

@media screen and (min-width: 577px) and (max-width: 991px) {
  .ml-app {
    margin-left: auto !important;
    margin-right: unset !important;
  }

  .mr-app {
    margin-left: unset !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 576px) {
  .home-banner {
    width: 330px;
    margin: auto;
  }

  .home-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.download_section h3 {
  font-weight: bold;
}

.download_section h4,
.download_section p {
  font-size: 18px;
}

.download_section p {
  font-weight: 700;
}

