/*==============================
      Table of Contaent
================================*/

/*
- fonts
- body
- other settings
- general
- rev slider
- navbar
- about us
- counters
- parallax
- team
- work
- pricing
- blog
- blog-page
- footer
- media query

*/

/*=============================
     End Of Content
============================*/

/*=========================
   Google Fonts
=========================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600");
@import url("https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap");

body {
  overflow-x: hidden;
}

.roboto {
  font-family: "Poppins", sans-serif;
}

.wrapper {
  margin-left: 0;
  display: block;
  width: 100%;
  float: left;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.Raleway {
  font-family: "Raleway", sans-serif;
}

.rev_slider_wrapper {
  right: auto !important;
  left: auto !important;
}

.Opensans {
  font-family: "Open Sans", sans-serif;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1.3rem;
}

.hidden {
  display: none;
}

.bg-blue {
  background-color: #161922;
}

.bg-light-blue {
  background-color: #373547;
}

.bg-light-blue2 {
  background-color: #2a2935;
}

.bg-grey {
  color: #9da0b2;
}

.green {
  color: #8b52c6;
}

.blue {
  color: #161922;
}

.orange {
  color: #8b52c6;
}

.text-white {
  color: #fff;
}

.black {
  color: #000;
}

.grey {
  color: #9da0b2;
}

.margin-auto {
  margin: auto !important;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.app-icon {
  width: 100%;
  min-width: 100px;
  max-width: 200px;
}

/*========================
   General
=======================*/

section,
.section-padding {
  position: relative;
  padding: 3.5rem 0;
}

.h-100 {
  height: 100vh;
}

.width-50 {
  width: 50px;
}

a,
a:active,
a:focus,
a:hover {
  text-decoration: none !important;
  outline: none;
}

.hr-line {
  width: 150px;
  height: 2px;
  background: #000;
  display: block;
}

a {
  color: #000;
}

a:hover {
  color: #76b900;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.heading-space {
  padding-bottom: 130px;
}

.text-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h-link a {
  color: #6c757d;
}

.h-link a:hover {
  color: #934ec2;
}

.tp-bullet.selected,
.tp-bullet:hover {
  background: #fff;
}

.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: #af71ef;
  border: 3px solid #ffffff;
  cursor: pointer;
  border-radius: 50px;
}

.tp-bullets {
  width: 55px;
  height: 15px;
  top: 98% !important;
  bottom: 10px;
  -webkit-transform: matrix(1, 0, 0, 1, -27, -35);
  -ms-transform: matrix(1, 0, 0, 1, -27, -35);
  transform: matrix(1, 0, 0, 1, -27, -35);
  left: 50% !important;
}

/* opacity */
.opacity-full {
  opacity: 1;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-0 {
  opacity: 0;
}

.dnone {
  opacity: 0;
  visibility: hidden;
  display: none;
}

/*font-weight*/
.bold {
  font-weight: bold;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.underline {
  text-decoration: underline;
}

/* z index */
.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-2 {
  z-index: 3;
}

.z-index-2 {
  z-index: 4;
}

.z-index-2 {
  z-index: 5;
}

/* button */
.btn {
  display: inline-block;
  font-size: 17px;
  border: 1px solid transparent;
  letter-spacing: 0.5px;
  line-height: inherit;
  border-radius: 0;
  width: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/* button size */
.btn.btn-small {
  font-size: 11px;
  padding: 4px 24px;
}

.btn.btn-medium {
  font-size: 12px;
  padding: 6px 25px 5px;
}

.btn.btn-large.rev-slider {
  font-size: 16px;
  padding: 12px 34px;
  line-height: 25px;
  width: 150px;
  letter-spacing: 0.5px;
}

.btn.btn-rounded {
  border-radius: 50px;
}

.btn.btn-large {
  font-size: 14px;
  padding: 9px 34px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

/* button background */
.btn.btn-green {
  background: #8b52c6;
  border-color: #8b52c6;
  color: #ffffff !important;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  cursor: pointer;
}

.btn.btn-green:hover {
  background: #161922 !important;
  border-color: #161922;
  color: #ffffff !important;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  cursor: pointer;
}

.btn.btn-blue {
  background: #161922;
  border-color: #161922;
  color: #ffffff !important;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  cursor: pointer;
}

.btn.btn-blue:hover {
  background: #8b52c6 !important;
  border-color: #8b52c6;
  color: #ffffff !important;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  cursor: pointer;
}

.btn.btn-green-orange {
  background: #8b52c6;
  border-color: #8b52c6;
  color: #ffffff !important;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  cursor: pointer;
}

.btn.btn-green-orange:hover {
  background: #8b52c6;
  border-color: #8b52c6;
  color: #ffffff !important;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  cursor: pointer;
}

.btn-purple {
  background: #7c41bd;
  outline: none;
  border: none;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  font-weight: 500;
  margin-top: 20px;
  width: 200px;
  border-bottom: 3px solid #7c41bd;
}

.btn-purple:focus {
  border: none !important;
  outline: none !important;
  border-bottom: 3px solid #7c41bd !important;
}

.btn-contact {
  background: #5c5b5d;
  outline: none;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  width: 200px;
  border-bottom: 3px solid #202020;
}

.btn-contact:focus,
.btn-contact:hover {
  color: #fff;
  border: none !important;
  outline: none !important;
  border-bottom: 3px solid #7c41bd !important;
}

.purple-bg {
  background-color: #f8f2fe;
}

.light-purple-bg {
  background-color: #dfcaf6;
}

.color-purple {
  color: #8b52c6;
}

/*icon bg bover */
.facebook-bg-hvr:hover {
  background: #4267b2 !important;
  color: #fff !important;
  padding: 1px 2px;
  border-radius: 20%;
  height: 50px;
  width: 50px;
}

.twitter-bg-hvr:hover {
  background: #1da1f2 !important;
  color: #fff !important;
}

.instagram-bg-hvr:hover {
  padding: 1px 2px;
  border-radius: 20%;
  height: 50px;
  width: 50px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#aa2fb5),
    color-stop(93%, #f1762c)
  ) !important;
  background: -o-linear-gradient(top, #aa2fb5 0%, #f1762c 93%) !important;
  background: linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%) !important;
  color: #fff !important;
}

.linkedin-bg-hvr:hover {
  background: #0077b5 !important;
  color: #fff !important;
}

.pinterest-bg-hvr:hover {
  background: #bd081c !important;
  color: #fff !important;
  border: 1px solid #bd081c !important;
}

.google-bg-hvr:hover {
  background: #db4437 !important;
  color: #fff !important;
}

.mail-bg-hvr:hover {
  background: #c32aa3 !important;
  color: #fff !important;
  border: 1px solid #c32aa3 !important;
}

/*icon text bover */
.facebook-text-hvr:hover {
  color: #4267b2 !important;
}

.twitter-text-hvr:hover {
  color: #1da1f2 !important;
}

.instagram-text-hvr:hover {
  color: #aa2fb5;
}

.linkedin-text-hvr:hover {
  color: #0077b5 !important;
}

.pinterest-text-hvr:hover {
  color: #bd081c !important;
}

.google-text-hvr:hover {
  color: #db4437 !important;
}

.mail-text-hvr:hover {
  color: #c32aa3 !important;
}

/* Headings Fonts Size*/

/*Margin & Paddind*/

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}


.mt-80 {
  margin-top: 80px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mr-40 {
  margin-right: 40px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-25 {
  padding-left: 25px;
}

.clock {
  border-radius: 60px 60px 0px 60px;
  border: 10px solid #7751d7;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  transform: rotate(45deg);
}

.clock:after {
  content: "";
  position: absolute;
  background-color: #333;
  top: 6px;
  left: 47%;
  height: 25px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 97%;
  transform-origin: 50% 97%;
  -webkit-animation: grdAiguille 2s linear infinite;
  animation: grdAiguille 2s linear infinite;
}

@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.clock:before {
  content: "";
  position: absolute;
  background-color: #333;
  top: 16px;
  left: 47%;
  height: 15px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 94%;
  transform-origin: 50% 94%;
  -webkit-animation: ptAiguille 12s linear infinite;
  animation: ptAiguille 12s linear infinite;
}

@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader {
  background: #fff;
  text-align: center;
  height: 100vh;
  z-index: 999;
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.load {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.load span {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #262626;
  -webkit-animation: animate 4s infinite forwards ease-in-out;
  animation: animate 4s infinite forwards ease-in-out;
}

.load span:nth-child(1) {
  background: #161922;
  left: -24px;
  top: -34px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load span:nth-child(2) {
  background: #8b52c6;
  left: 5px;
  top: -34px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.load span:nth-child(4) {
  background: #8b52c6;
  left: -24px;
  top: 3px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.load span:nth-child(3) {
  background: #161922;
  left: 5px;
  top: 3px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  20% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }

  40% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  60% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  80% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }

  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

@keyframes animate {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  20% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }

  40% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  60% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  80% {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }

  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

/* nav top default */

.navbar-top-default {
  position: absolute;
  top: 0;
  z-index: 99;
  overflow: hidden;
  height: 90px;
  width: 100%;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  /*   background-color:#623a8d;*/
}

.navbar-top-default .navbar-nav .nav-link {
  font-size: 16px;
  color: black;
  font-weight: 500;
  padding: 0 0 0;
  margin-right: 1.1rem;
  margin-left: 1.1rem;
  text-transform: capitalize;
}

.navbar-top-default .navbar-nav .nav-link:hover {
  color: #75b900;
}

.header-appear .navbar-top-default .navbar-nav .nav-link {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  color: white;
  color: #1d2433;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.857px;
  text-transform: capitalize;
}

.header-appear .navbar-top-default .navbar-nav .nav-link:hover {
  color: #161922;
}

/* Nav Radius Hover Effect */
.nav-radius .navbar-nav .nav-link {
  padding: 0.3rem 1.3rem;
  border-radius: 36px;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #1d2433;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.857px;
  text-transform: capitalize;
}

.header-appear .nav-radius .navbar-nav .nav-link {
  padding: 0.3rem 1.3rem;
  border-radius: 36px;
}

.nav-radius .navbar-nav .nav-link.active {
  background: #8b52c6;
  color: #ffffff !important;
}

.header-appear .nav-radius .navbar-nav .nav-link.active {
  background: #8b52c6;
  color: #ffffff !important;
}

.nav-radius .navbar-nav .nav-link.active:hover {
  color: #ffffff;
}

.nav-radius .navbar-nav .nav-link {
  margin: 0 0.1rem;
  cursor: pointer;
}

.signup-link {
  width: 118px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 36px;
  background: #6ba20a;
  color: white !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.header-appear .navbar-top-default {
  height: 80px;
  position: fixed;
  z-index: 999;
  background: #f5faff;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.08);
  -webkit-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

header {
  height: 90px;
  background: #f5faff;
  box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.08);
}

.header-appear .navbar .logo-default,
.navbar .logo-scrolled {
  display: none;
}

.header-appear .navbar .logo-scrolled,
.navbar .logo-default {
  display: inline-block;
}

.card {
  border-radius: 20px;
  border: 0px;
  padding: 30px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.terms-page p {
  color: black;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
}

.terms-page h4,
h6 {
  color: black;
  letter-spacing: 0;
  font-weight: 800;
}

.h-100 {
  height: 100% !important;
}

.account-modal {
  margin-top: 30px;
  border: 1px solid white;
  background: white;
  border-radius: 10px;
  padding: 20px 15px;
}

.radio-item {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 40px 0;
}

.radio-item input[type="radio"] {
  display: none;
}

.radio-item label {
  font-weight: 600;
  font-size: 19px;
  color: #000;
  cursor: pointer;
}

.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 10px;
  margin: 0 5px 0 0;
  width: 28px;
  height: 28px;
  border-radius: 20px;
  border: 2px solid #bfbbbb;
  background-color: transparent;
}

.radio-item input[type="radio"]:checked + label:after {
  border-radius: 11px;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 17px;
  left: 14px;
  content: " ";
  display: block;
  background: #8b52c6;
}

.radio-btn ul {
  padding-left: 0px !important;
  margin-bottom: 5px !important;
}

.radio-btn ul li {
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 0px;
  line-height: 0px;
}

.radio-btn ul li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.radio-btn ul li label {
  display: block;
  position: relative;
  font-weight: bolder;
  font-size: 18px;
  font-weight: 500;
  padding: 0px 10px 0px 40px;
  text-align: left;
  margin-top: 20px;
  line-height: 27px;
  z-index: 9;
  cursor: pointer;
  color: #fff !important;
  -webkit-transition: all 0.25s linear;
}

ul li input[type="radio"]:checked ~ li {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 10px 42px 5px rgba(0, 0, 0, 0.06);
}

.radio-btn ul li label span {
  font-size: 13px;
  font-weight: 400;
}

ul li .check {
  display: block;
  position: absolute;
  border: 4px solid #606060;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  top: 22px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

ul li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type="radio"]:checked ~ .check {
  border: 4px solid #76B900;
}

/* input[type="radio"]:checked~label {
  color: #9a64d4;
} */

.signup-page .navbar-top-default {
  position: relative;
}

.login-bg-img {
  /*background: url("../../assets/img/bg-img.jpg");*/
  background: url("../../assets/img/ats-home-banner.png");
  background-size: cover;
  background-position: center bottom;
  object-fit: cover;
  min-height: 620px;
}

.logo-default {
  width: 200px;
}

.logo-scrolled {
  width: 200px;
}

.rev_slider_wrapper {
  left: auto !important;
}

.ml-250 {
  margin-left: 250px;
}

.product-list {
  padding: 0px 10px;
}

.modal-footer {
  border-top: 0px solid #dee2e6;
  justify-content: center;
}

.cancel-btn {
  width: 150px;
  background-color: #a2a2a2;
  color: #fff;
  letter-spacing: 0;
  border-radius: 5px;
}

.plan-btn {
  width: 150px;
  background-color: #8b52c6;
  color: #fff;
  letter-spacing: 0;
  border-radius: 5px;
}

.modal-header {
  padding: 0px;
  border-bottom: 0px solid #dee2e6;
  margin-bottom: 25px;
}

.modal-header .fa {
  border: 1px solid;
  border-radius: 50%;
  padding: 8px;
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.modal-content .close {
  padding: 0px;
  margin: -1rem -1rem -1rem auto;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  width: 35px;
  height: 35px;
  opacity: 1;
  position: absolute;
  right: 0;
}

.modal-title {
  margin-bottom: 0;
  line-height: 0.5;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #8b52c6;
  padding: 0px 30px;
  color: #fff;
  border-radius: 0px 0px 10px 10px;
  font-size: 20px !important;
  font-weight: 600;
  letter-spacing: 0;
}

.form-check {
  padding: 7px 5px;
}

.form-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-check label {
  position: relative;
  cursor: pointer;
}

.form-check input:disabled + label:before {
  border: 2px solid #ccc;
  cursor: not-allowed;
  background-color: #ccc;
}

.form-check-input:disabled ~ .form-check-label {
  cursor: not-allowed;
  color: #ccc;
}

.form-check label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
}

.form-check input:checked + label:before {
  border: 2px solid #44ae04;
}

.form-check input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 13px;
  border: solid #44ae04;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.pointer {
  cursor: pointer;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
  width: 25%;
  position: fixed;
  right: 0;
  top: 0;
  background: #402268;
  z-index: 1032;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  overflow: hidden;
}

.side-menu.left {
  left: 0;
  right: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
  width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
  visibility: visible;
  opacity: 1;
}

.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  display: none;
  z-index: 1031;
  opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
  height: 33px;
  width: 33px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 15px;
  cursor: pointer;
}

.side-menu.before-side .btn-close {
  display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
  position: absolute;
  left: 16px;
  content: " ";
  height: 24px;
  width: 2px;
  background: #fff;
  top: 5px;
}

.side-menu .btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side-menu .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
  display: none;
  position: relative;
}

.sidemenu_btn.left {
  left: 15px;
  right: auto;
}

.sidemenu_btn span {
  height: 2px;
  width: 25px;
  background: #000;
  display: block;
}

.navbar-collapse {
  flex-grow: 0 !important;
}

.header-appear .sidemenu_btn span {
  height: 2px;
  width: 25px;
  background: #000;
  display: block;
}

.header-appear .navbar-simple .sidemenu_btn span {
  background: #666666;
}

.header-appear .navbar-gradient .sidemenu_btn span {
  background: #ffffff;
}

.sidemenu_btn span:nth-child(2) {
  margin: 4px 0;
}

.side-menu .inner-wrapper {
  padding: 3.5rem 5rem;
  height: 100%;
  position: relative;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: baseline;
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.signup-mob-link {
  border-radius: 36px !important;
  background: #6ba20a;
  width: 178px;
  height: 48px;
  flex-shrink: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

.login-mob-link {
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-section {
  position: absolute;
  bottom: 23px;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
  padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
  display: block;
}

.side-nav .navbar-nav .nav-item {
  display: block;
  margin: 10px 0;
  padding: 0 !important;
  opacity: 0;
  -webkit-transition: all 0.8s ease 500ms;
  -o-transition: all 0.8s ease 500ms;
  transition: all 0.8s ease 500ms;

  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.side-nav .navbar-nav .nav-link {
  color: #fff;
  padding: 2px 0 3px 0;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  position: relative;
  border-radius: 0;
  gap: 20px;
  display: flex;
  align-items: center;
  line-height: 48px;
  letter-spacing: 1.857px;
  text-transform: capitalize;
}

.side-nav .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  background: #fff;
  display: inline-block;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
  width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
  background: transparent;
}

.side-menu p {
  font-size: 13px;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.social-icons-simple {
  margin-bottom: 0;
  margin-left: -10px;
}

.social-icons-simple li {
  display: inline-block;
}

.social-icons-simple li a {
  display: block;
  font-size: 16px;
  height: 36px;
  line-height: 38px;
  border: 1px solid transparent;
  text-align: center;
  width: 36px;
  color: #ffffff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.social-icons-simple.darkcolor li a {
  color: #fff;
}

.social-icons-simple.whitecolor li a {
  color: #fff;
}

.social-icons-simple li a:hover {
  background-color: #ffffff;
}

.social-icons-simple li.animated-wrap a:hover {
  background-color: transparent;
  color: #ffffff;
}

/*========================
   About Section
   =======================*/
.about-banner {
  padding-top: 5.5rem !important;
}

.about-max {
  max-width: 700px;
  margin: 0 auto;
}

.max-151 {
  max-width: 151px;
  margin: 0 auto;
}

.icon-hover-effect {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

/*
.icon-hover-effect:hover .laptop-icon, .icon-hover-effect:hover .chart-icon, .icon-hover-effect:hover .pencil-icon {
    transform: translateY(-20px);
    transition: 1s;
}*/

.about-padding {
  padding: 25px;
  background-color: #e9daf9;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  margin: 0 auto;
}

.about-padding:hover {
  background-color: #073755;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.about-padding2 {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 35px;
  padding-left: 35px;
  background-color: #161922;
  border-radius: 50%;
  max-width: 115px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  margin: 0 auto;
}

.about-padding2:hover {
  background-color: #8b52c6;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.line-padding2::before {
  height: 1px;
  top: 115px;
  background: #000;
  width: 30%;
  z-index: -1;
  margin: 0;
  left: 10px;
}

.line-padding2::after {
  height: 1px;
  top: 115px;
  background: #000;
  width: 30%;
  z-index: -1;
  margin: 0;
  right: 10px;
}

.lh-26 {
  line-height: 26px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.lh-34 {
  line-height: 34px;
}

.lh-36 {
  line-height: 36px;
}

.lh-38 {
  line-height: 38px;
}

.lh-40 {
  line-height: 40px;
}

.lh-52 {
  line-height: 52px;
}

.icon {
  font-size: 40px;
  color: #fff;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

/*========================================
Counters Sec
========================================*/

.serial-box {
  text-align: center;
}

.serial-box p {
  color: #161922;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.serial-box span {
  font-size: 40px;
  font-family: "Open Sans", sans-serif;
  color: #161922;
  text-align: center;
  font-weight: 600;
  padding-bottom: 20px;
}

/*===========================================
Carousel
=========================================*/

.team-box {
  background: #161922;
  padding: 65px 9px;
}

.team-box h6 {
  padding-bottom: 20px;
}

.social_icons li {
  display: inline-block;
  text-align: center;
}

.social_icons li a {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  color: #fff;
  background: transparent;
  display: block;
  line-height: 32px;
  font-size: 14px;
}

.carousel-date {
  background: #8b52c6;
  padding: 86px;
}

.date-padding {
  font-size: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#team-carousel .owl-dots {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  top: 76%;
  -webkit-transform: translateX(27%);
  -ms-transform: translateX(27%);
  transform: translateX(27%);
}

#team-carousel .owl-dots .owl-dot.active {
  background: #8b52c6;
  height: 2px;
  width: 20px;
}

#team-carousel .owl-dots .owl-dot {
  background-color: #fff;
  height: 2px;
  width: 20px;
  margin-top: 40px;
  margin-right: 10px;
}

/* ===================================
    Pricing
====================================== */

.price-sec {
  background: #f9f8fa;
}

#price-slider {
  text-align: center;
}

.price-item {
  padding: 32px 22px;
  border-radius: 10px;
  max-width: 380px;
  margin: 80px 0 0 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.price {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.price-tag {
  padding: 15px 0;
  text-align: left;
  border-top: 2px solid rgba(111, 123, 133, 0.18);
  border-bottom: 2px solid rgba(111, 123, 133, 0.18);
}

.price-text {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  max-width: 212px;
}

.price .sign {
  font-size: 22px;
  font-weight: 500;
  vertical-align: super;
  padding-right: 5px;
}

.price .currency {
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 60px;
  padding: 0;
  vertical-align: middle;
}

.price .month {
  font-size: 14px;
  font-weight: 300;
  display: block;
  text-align: right;
  padding-right: 8px;
  padding-top: 8px;
}

ul.packages {
  padding: 20px 0;
  margin: 0;
}

ul.packages li {
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  list-style-type: none;
  color: #161922;
}

ul.packages li i {
  display: inline-block;
  width: 24px;
  padding-right: 5px;
}

ul.packages li i.fa-check {
  color: #8b52c6;
}

ul.packages li i.fa-times {
  color: #e04645;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-slides {
  position: relative;
}

.feedback-slides .client-feedback {
  position: relative;
}

.feedback-slides .client-feedback .single-feedback {
  text-align: center;
  position: relative;
  padding-top: 20px;
}

.feedback-slides .client-feedback .single-feedback p {
  position: relative;
  max-width: 650px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: normal;
}

.feedback-slides .client-thumbnails {
  position: relative;
  max-width: 450px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.feedback-slides .client-thumbnails .item .img-fill {
  cursor: pointer;
  position: relative;
  text-align: center;
}

.feedback-slides .client-thumbnails .item .img-fill img {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.feedback-slides .client-thumbnails .item .title {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 20px -100px 0;
  text-align: center;
}

.feedback-slides .client-thumbnails .item .title h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
}

.feedback-slides .client-thumbnails .item .title span {
  display: block;
  color: #3aade1;
  font-size: 14px;
  margin-top: 5px;
}

.feedback-slides .client-thumbnails .item.slick-center .title {
  opacity: 1;
  visibility: visible;
}

.feedback-slides .client-thumbnails .item.slick-center .img-fill img {
  border-color: #002e5b;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #8b52c6;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.feedback-slides:hover .next-arrow,
.feedback-slides:hover .prev-arrow {
  opacity: 1;
  visibility: visible;
}

.feedback-slides .slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.single-feedback-item {
  position: relative;
  margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 8px;
}

.client-feedback {
  text-align: center;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slick-dots li.slick-active button:before {
  opacity: 0;
  color: black;
}

.slick-dots li button::before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0;
}

/* ===================================
    Blog Section
====================================== */

.blog-text {
  max-width: 500px;
}

.blog-right {
  text-align: right;
}

.blog-text h2 {
  font-size: 40px;
  margin-bottom: 1.2rem;
  font-weight: 500;
  font-family: "Open Sans";
  line-height: 1.3;
}

.blog-image,
.blog-image2 {
  max-width: 500px;
}

.date,
.date-2 {
  position: absolute;
  top: 5px;
  background: #ffffff;
  right: 60px;
  z-index: 99;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-size: 14px;
  color: #3c3f46;
  padding: 18px 22px 18px 22px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog-image,
.blog-image2 {
  overflow: hidden;
}

.blog-image img,
.blog-image2 img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-image:hover img,
.blog-image2:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.date.date-hvr,
.date-2.date-2-hvr {
  background: #8b52c6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.date.date-hvr h5,
.date-2.date-2-hvr h5 {
  color: #ffffff;
}

/* ===================================
    Contact
====================================== */

.address h2,
.address p,
.address h5 {
  color: #222d38;
}

.address img {
  max-width: 100%;
  height: auto;
  position: relative;
  top: 55px;
}

.address p {
  font-size: 16px;
  margin-bottom: 0px;
}

.address ul {
  list-style: none;
  padding: 0;
}

.address ul li {
  display: inline-block;
  text-align: center;
}

.address a {
  color: #222d38;
  height: 38px;
  width: 38px;
  line-height: 38px;
  border-radius: 34px;
  background: transparent;
  display: block;
  border: 1px solid transparent;
}

.contact-form {
  margin-top: 140px;
  position: relative;
  overflow: hidden;
}

.contact-form .form-group {
  margin-top: 30px;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0px;
  font-size: 14px;
  padding: 0;
  height: 40px;
  background: transparent;
}

.contact-form label {
  font-size: 13px;
  color: #a4a0a0;
  margin-bottom: 0;
  margin-top: 10px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.check-box {
  margin: 12px 20px 0px;
}

.message {
  margin-top: 41px;
}

.message textarea {
  width: 100%;
  resize: none;
  margin-top: 14px;
  border: none;
  border-bottom: 1px solid #ced4da;
  background: transparent;
  line-height: 26px;
}

.message .form-group {
  margin-bottom: 0px;
}

.circle-bg2:before {
  position: absolute;
  right: -10px;
  top: 10px;
}

.angle-font {
  font-size: 14px;
}

/* ===================================
    Address , Map % Contact
====================================== */

#google-map {
  height: 400px;
  width: 100%;
}

.col-map #google-map {
  height: 418px;
}

.map {
  background: url("../img/map.jpg");
}

.address-text {
  padding: 4.5rem 0;
}

.address-social li {
  display: inline-block;
}

.address-social a {
  display: block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 34px;
  color: #2c3459;
  font-size: 16px;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.address-social a:hover {
  background-color: #ffffff;
}

.contact-form {
  max-width: 750px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #e2e2e2;
  padding: 12px 0;
  background: #fff;
  letter-spacing: 0.7px;
  font-weight: 300;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 44px;
  color: #a5a5a5;
  font-size: 14px;
  position: relative;
  -webkit-transition: border 0.9s ease;
  -o-transition: border 0.9s ease;
  transition: border 0.9s ease;
}

.contact-form textarea {
  min-height: 175px;
  resize: none;
}

.contact-form .form-group {
  margin-bottom: 1.5rem;
}

.w-30 {
  width: 30% !important;
}

.tittle p {
  max-width: 720px;
  margin: 0 auto;
}

/*====================================
    Contact-us
=================================*/

.contact-us {
  position: unset;
}

/* ===================================
   Footer
====================================== */

.footer-social li {
  display: inline-block;
}

.footer-social a {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  font-size: 17px;
  margin: 10px 5px;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.company-about {
  color: #fff;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 36px;
  right: 25px;
  color: #ffffff;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
}

.go-top.active {
  -webkit-animation: bounceInDown 2s;
  animation: bounceInDown 2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #161922;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover,
.go-top:focus {
  color: #ffffff;
  background-image: url(../icons/green-scroll.svg);
}

.go-top:hover::before,
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
  background-image: url(../icons/green-scroll.svg);
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

/*=====================================
      About page
===================================*/

.about-img {
  background: url(../img/about-cover.jpg) no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
  background-attachment: fixed;
  background-size: cover;
  background-position: initial;
}

.price-img {
  background: url(../img/plan-cover.jpg) no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
  background-attachment: fixed;
  background-size: cover;
  background-position: initial;
}

.news-img {
  background: url(../img/news-cover.jpg) no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
  background-attachment: fixed;
  background-size: cover;
  background-position: initial;
}

.contact-img {
  background: url(../img/contact-cover.jpg) no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
  background-attachment: fixed;
  background-size: cover;
  background-position: initial;
}

.breadcrumb-img {
  background: url(../img/breadcrumb.png) no-repeat;
  padding: 8px;
  background-size: cover !important;
  background-position: initial !important;
  background-attachment: inherit !important;
}

.blog-detail-img {
  background: url(../img/blog-details-cover.jpg) no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
  background-attachment: fixed;
  background-size: cover;
  background-position: initial;
}

.page_nav {
  text-align: center;
}

.year-max {
  max-width: 179px;
  margin: 0 auto;
}

ul.social-icons li a {
  height: 40px;
  line-height: 42px;
  width: 40px;
  font-size: 15px;
  border-radius: 50%;
  margin: 0 1px;
  text-align: center;
  display: inline-block;
  color: #444;
  position: relative;
  z-index: 1;
}

/*============================
     About Section
===========================*/

.about ul li:before {
  font-family: "Font Awesome 5 Free";
  padding-right: 15px;
  font-weight: 700;
  content: "\f061";
  background-color: #8b52c6;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.rare-box {
  height: 195px;
  width: 100%;
  position: relative;
  left: 0.5rem;
  background: #8b52c6;
}

.image-about {
  top: -155px;
  margin-left: 30px;
  margin-bottom: -145px;
}

ul li {
  list-style: none;
}

.pr-5 {
  padding-right: 4rem !important;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}
.font-25 {
  font-size: 25px;
}
.font-26 {
  font-size: 26px;
}

.font-28 {
  font-size: 28px;
}

.font-30 {
  font-size: 30px;
}

.font-32 {
  font-size: 32px;
}

.font-34 {
  font-size: 34px;
}

.font-36 {
  font-size: 36px;
}

.font-38 {
  font-size: 38px;
}

.font-40 {
  font-size: 40px;
}

.font-42 {
  font-size: 42px;
}

.font-44 {
  font-size: 44px;
}

.font-46 {
  font-size: 46px;
}

.font-48 {
  font-size: 48px;
}

.font-50 {
  font-size: 50px;
}

.max-200 {
  max-width: 210px !important;
  margin: 0 auto;
}

/*=============================
    End about
===========================*/

.shadow-effect {
  background: #fff;
  padding: 0px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #d3d3d3;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding-bottom: 60px;
}

.owl-carousel .owl-stage {
  display: flex;
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}

.testimonial-name {
  display: block;
  color: #934ec2;
  padding: 20px 15px 14px 15px;
  font-size: 16px;
  text-align: center;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 1px 3px 3px #a5a4a4bf;
  border-radius: 4px;
  width: 250px;
  margin: auto;
  margin-top: -53px;
}

.testimonial-name-mobile {
  display: none;
}

.testimonial-list {
  padding: 5px 15px;
}

.testimonial-list ul {
  padding-left: 0px;
  margin-top: 5px;
}

.testimonial-list ul li {
  text-align: left;
  display: flex;
  padding: 5px 0px;
}

.testimonial-list ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #13b713;
  margin-right: 10px;
  font-size: 18px;
}

#customers-testimonials .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
  text-align: center;
  padding: 50px 10px;
  margin-bottom: 80px;
  opacity: 1;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

#customers-testimonials .owl-item.active.center .item .shadow-effect {
  border: 2px solid #934ec2;
  border-top-width: 2px !important;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.pricing-btn {
  width: 90%;
  bottom: 10px !important;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  right: 0px;
  left: 0px;
  background-image: linear-gradient(
    to right,
    #7f50a1,
    #9861c1,
    #7e4aa6,
    #783da6,
    #672d93,
    #460e72
  );
}

.monthly-bill {
  position: absolute;
  height: 50px;
  width: 100%;
  margin-top: 70px;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  padding: 10px 25px !important;
  font-size: 18px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190e7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
  display: none;
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active {
  background: #f5e6ff;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190e7;
  display: none;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

#customers-testimonials.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}

#customers-testimonials.owl-carousel .prev-slide {
  left: -50px;
  border: 1px solid #cfcdcd;
  border-radius: 50%;
  padding: 10px 12px;
}

#customers-testimonials.owl-carousel .next-slide {
  right: -50px;
  border: 1px solid #cfcdcd;
  border-radius: 50%;
  padding: 10px 15px;
}

#customers-testimonials.owl-carousel .prev-slide .fa,
#customers-testimonials.owl-carousel .next-slide .fa {
  font-size: 30px;
  color: #934ec2;
}

#customers-testimonials.owl-carousel .nav-btn {
  height: 50px;
  position: absolute;
  width: 50px;
  cursor: pointer;
  top: 10%;
}

#customers-testimonials.owl-carousel .owl-stage-outer {
  padding-top: 70px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  background: #fff;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot:nth-child(1) {
  border: 1px solid #934ec2;
  border-right: 0px !important;
  border-radius: 15px 0px 0px 15px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot:nth-child(2) {
  border: 1px solid #934ec2;
  border-right: 0px !important;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot:nth-child(3) {
  border: 1px solid #934ec2;
  border-right: 0px !important;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot:nth-child(4) {
  border: 1px solid #934ec2;
  border-radius: 0px 15px 15px 0px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot:nth-child(1):after {
  content: "Basic";
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot:nth-child(2):after {
  content: "Pro";
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot:nth-child(3):after {
  content: "Pro Plus";
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot:nth-child(4):after {
  content: "Custom";
}

@media (min-width: 360px) and (max-width: 400px) {
  #customers-testimonials.owl-carousel .owl-dots .owl-dot {
    padding: 5px 8px !important;
    font-size: 16px;
  }

  #customers-testimonials.owl-carousel .nav-btn {
    top: 4% !important;
  }
}

@media (max-width: 768px) {
  .rev_slider_wrapper {
    height: 350px !important;
  }

  #customers-testimonials.owl-carousel .nav-btn {
    top: 6%;
  }

  #customers-testimonials.owl-carousel .prev-slide {
    left: -10px;
  }

  #customers-testimonials.owl-carousel .next-slide {
    right: -10px;
  }

  .shadow-effect {
    width: 100%;
  }

  .testimonial-name {
    margin: 5px 0px;
    display: block;
    width: 100%;
  }

  .testimonial-name-mobile {
    display: block;
    line-height: 30px;
    padding-top: 10px;
  }

  #customers-testimonials .owl-item.active.center .item .shadow-effect {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), 0 0px 0px rgba(0, 0, 0, 0.02);
  }

  #customers-testimonials .owl-item .item .shadow-effect {
    display: block;
    flex-direction: column;
    align-items: stretch;
  }

  #customers-testimonials .item {
    height: auto;
  }

  #customers-testimonials.owl-carousel .owl-dots .owl-dot {
    padding: 5px 12px;
    font-size: 16px;
  }
}

/* Slides */
.mySlides {
  display: none;
  text-align: center;
}

.testimonialSlides {
  display: none;
  text-align: center;
  margin-top: 30px;
}

.personalSlides {
  display: none;
  text-align: center;
}

.eventsSlides {
  display: none;
  text-align: center;
}

.businessSlides {
  display: none;
  text-align: center;
}

.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* On hover, add a black background color with a little bit see-through */

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
}

/* The dots/bullets/indicators */

.dot.active,
.dot:focus {
  opacity: 1;
  color: black;
  font-weight: 600;
}

.dot.active img {
  width: 100px;
  border-radius: 125.46px;
  box-shadow: 0px 12.29997px 15.98997px 0px rgba(0, 0, 0, 0.25);
}

/* Next & previous buttons */
.prev,
.next {
  border: none;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 20px;
  width: 50px;
  height: 50px;
}

/* Position the "next button" to the right */
.next {
  right: 26px;
  border-radius: 50%;
  padding: 8px 8px 8px 10px;
}

.prev {
  left: 26px;
  border-radius: 50%;
  padding: 8px 10px 8px 8px;
}

/* On hover, add a black background color with a little bit see-through */

.dot {
  font-size: 18px;
  color: #4d4d4d;
  margin: 20px;
  cursor: pointer;
}

.client-dot {
  margin: 0px 15px;
}

.center-align {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.vertical-align {
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.business-icon img {
  height: 80px;
}

.common-title {
  color: white !important;
  font-weight: bold !important;
  font-size: 60px;
}

.qr-row {
  height: 100%;
  text-align: center;
}

.bar-box {
  position: relative;
  width: 150px;
  height: 150px;
  padding: 9px 11px;
  transition: transform 0.6s ease-out;
}

.bar-box > :first-child:before {
  bottom: 0;
  right: 0;
  border-width: 0 4px 4px 0;
}

.bar-box > :first-child:after {
  bottom: 0;
  left: 0;
  border-width: 0 0 4px 4px;
}

.bar-item {
  display: inline-block;
  background-color: white;
  height: 100px;
}

.bar-box:hover .scanner {
  animation-play-state: paused;
}

.scanner {
  height: 3px;
  background-color: #75b900;
  opacity: 0.7;
  width: 190px;
  left: 21px;
  box-shadow: #9a63d4;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: auto;
  position: relative;
  animation-name: scan;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

@keyframes scan {
  0% {
    box-shadow: 0px 0px 8px 10px rgb(117 185 0 / 36%);
    top: 50%;
  }

  25% {
    box-shadow: 0px 6px 8px 10px rgb(117 185 0 / 47%);
    top: 5px;
  }

  75% {
    box-shadow: 0px -6px 8px 10px rgb(117 185 0 / 63%);
    top: 98%;
  }
}

.blink-soft {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.qr-text {
  color: white;
  font-size: 25px;
  font-weight: 500;
}

.qr-blink {
  -webkit-animation: blinker 1.5s linear infinite;
  animation: blinker 1.5s linear infinite;
  font-size: 26px;
  color: #caa3f5;
}

.font-30 {
  font-size: 30px !important;
}

.device-img {
  bottom: 0px;
  position: absolute;
}

.responsive-screen {
  background-image: url(../../assets/img/banner.png);
  background-size: cover;
}

.responsive-screen a {
  text-decoration: none !important;
}

/*========================
   Blog.html Section
==========================*/

.comment {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.comment li a > i {
  margin-right: 5px;
  vertical-align: middle;
  color: #8b52c6;
  font-size: 16px;
}

ul {
  padding: 0;
  list-style-type: none;
}

.commment li a {
  display: block;
  color: #444;
  font-size: 14px;
}

.heading_space {
  margin-bottom: 2rem;
}

.commment li:first-child {
  margin-left: 0;
}

.widget {
  /* -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35); */
  /* box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35); */
  padding: 25px 15px;
  background: #f6f6f6;
  border-radius: 5px;
}

.widget_search .input-group {
}

.widget_search .form-control,
.widget_search .input-group-addon {
  border-color: #d6d5d5;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: table-cell;
}

.widget_search .form-control {
  width: 214px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.widget_search .form-control {
  border: 1px solid #c2c4ca;
  padding: 0 0 0 10px;
  line-height: 40px;
  height: 40px;
  border-radius: 3px;
  font-size: 15px;
  z-index: 9;
}

.widget_search .input-group-addon {
  height: 40px;
  background-color: #8b52c6;
  color: #fff;
  position: relative;
  top: 0;
  width: 40px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: none;
  cursor: pointer;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.widget_search .input-group-addon:hover {
  background-color: #8b52c6;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.single_post {
  overflow: hidden;
}

.single_post .post,
.single_post .text {
  display: table-cell;
}

.single_post .post {
  height: 60px;
  width: 60px;
  padding-right: 10px;
}

.single_post .post > img {
  width: 100%;
  border-radius: 50%;
  vertical-align: text-top;
}

.webtags li {
  margin: 1px;
}

ul.social_icon li,
.webtags li,
.commment li {
  display: inline-block;
}

.webtags li a {
  border-radius: 24px;
  color: #2c3459;
  font-size: 12px;
  margin: 2px 0;
  padding: 5px 16px;
  border: 1px solid #c7c7c7;
  display: block;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.webtags li a:hover {
  background: #8b52c6;
  color: #fff;
}

.webcats {
  list-style: none;
}

.webcats li:first-child a {
  margin-top: 0;
}

.webcats li a {
  display: block;
  margin: 5px 0;
  font-weight: 400;
  padding-bottom: 7px;
  border-bottom: 1px solid #c7c7c7;
  text-decoration: none;
}

.webcats li a > span {
  display: inline-block;
  margin-left: 5px;
  border-radius: 50%;
  font-size: 12px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: #c7c7c7;
  line-height: 24px;
  float: right;
}

.news_box,
.webcats li a > span,
ul.links li a::before {
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.webcats li a {
  display: block;
  margin: 5px 0;
  font-weight: 400;
  padding-bottom: 7px;
  border-bottom: 1px solid #c7c7c7;
  text-decoration: none;
}

.webcats li a:hover {
  color: #8b52c6;
}

.webcats li a:hover > span {
  background: #8b52c6;
  color: #fff;
}

.webcats li:first-child a {
  margin-top: 0;
}

.a-recent {
  display: inline-block;
  font-weight: 400;
  position: relative;
  color: #2c3459;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  font-size: 14px;
}

.blog-pic {
  font-size: 15px;
}

.readmore {
  font-size: 14px;
}

.blog-15 {
  font-size: 16px;
}

.page_nav {
  text-align: center;
  font-size: 13px;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  float: left;
  list-style: none;
  border-radius: 0.25rem;
}

.pagination li > .page-link,
.pagination li:first-child .page-link,
.pagination li:last-child .page-link {
  border-radius: 50% !important;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #8b52c6;
  border-color: #8b52c6;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #8b52c6;
  border-color: #8b52c6;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8b52c6;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link {
  margin-left: 4px;
  margin-right: 4px;
}

.color-blockquote {
  font-size: 20px;
  font-weight: 500;
}

.p_pic {
  display: inline-block;
}

.profile_text {
  max-width: 500px;
  margin-left: 30px;
}

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile_text {
  max-width: 500px;
  margin-left: 30px;
}

form.findus textarea {
  width: 100%;
  min-height: 160px;
}

.footer-para {
  text-align: right;
}

.btn-hvr-green:hover {
  -webkit-text-fill-color: #8b52c6;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.pagi-50 {
  margin-bottom: 50px;
}

.widget_search .form-control {
  border: 1px solid #c2c4ca;
  padding: 0 0 0 10px;
  line-height: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 15px;
  z-index: 9;
}

.widget {
  /* -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35); */
  /* box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35); */
  padding: 25px 15px;
  background: #f6f6f6;
  border-radius: 5px;
}

.heading_space {
  margin-bottom: 2rem;
}

/*end blog.html section*/

/*Blog*/

.blog-para {
  font-size: 24px;
}

.blog-width {
  max-width: 730px;
}

.angle-right {
  font-weight: 500;
  padding-left: 5px;
  font-size: 10px;
}

.angle-right2 {
  font-weight: 600;
  padding-left: 5px;
  font-size: 10px;
}

.blog-taste {
  max-width: 249px;
}

.blog-taste2 {
  max-width: 296px;
}

.img-blog {
  overflow: hidden;
}

.img-blog img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.img-blog:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.scale {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.widget_search .form-control {
  border: 1px solid #c2c4ca;
  padding: 0 0 0 10px;
  line-height: 40px;
  height: 40px;
  font-size: 15px;
  z-index: 9;
}

/*End Blog*/

/*=============================
    End blog-details
===========================*/

/*====================================
    swiper vertical slider
=================================*/
.swiper-container {
  width: 100%;
  height: 100%;
  max-height: 325px;
}

.swiper-slide {
  text-align: center;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 50%;
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
  background: #8b52c6;
  width: 2px;
  height: 22px;
  border-radius: 0;
}

.swiper-slide p {
  max-width: 292px;
  margin: 0 auto;
  padding-bottom: 20px;
}

/* ===================================
    Media Queries
====================================== */

@media (max-width: 1199px) and (min-width: 992px) {
  .team-box {
    background: #2c3459;
    padding: 52px 9px;
  }
}

@media screen and (max-width: 991px) {
  .center-about {
    text-align: center;
  }

  .left-about {
    text-align: left;
  }

  .sm-pt-3 {
    padding-top: 1.5rem;
  }

  .widget_search {
    max-width: 330px;
    margin: 0 auto;
    padding-bottom: 15px;
  }

  .text-11 {
    text-align: center;
  }

  .single_post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .side-menu {
    width: 50%;
  }
}

@media (max-width: 992px) {
}

@media (max-width: 768px) and (min-width: 767px) {
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px !important;
  }

  h3 {
    font-size: 22px !important;
  }

  body p {
    font-size: 12px;
  }

  .btn.btn-large.rev-slider {
    font-size: 14px !important;
    padding: 12px 34px !important;
  }

  section,
  .section-padding,
  .testimonial-item {
    position: relative;
    padding: 4.5rem 0;
    overflow: hidden;
  }

  .price .month {
    padding-right: 5px;
    padding-top: 5px;
  }

  .tp-bullets {
    left: 50% !important;
  }

  .padding-50 {
    padding-bottom: 70px;
  }

  #team-carousel .owl-dots {
    top: 88%;
    -webkit-transform: translateX(2%);
    -ms-transform: translateX(2%);
    transform: translateX(2%);
  }

  .bottom-20 {
    padding-bottom: 20px;
  }

  .side-menu .inner-wrapper {
    padding: 3.5rem 2rem;
  }

  .font-42 {
    font-size: 30px;
  }

  .about ul li {
    font-size: 14px;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .price .currency {
    font-size: 50px !important;
  }

  .blog-right {
    text-align: center;
    padding-top: 30px;
  }

  .blog-text {
    text-align: center;
    padding-top: 30px;
  }

  .address-box {
    text-align: center;
  }

  .address-text {
    padding: 4.5rem 0;
  }

  .blog-text h2 {
    font-size: 30px;
  }

  .blog-image,
  .blog-image2 {
    max-width: 540px;
  }

  .date,
  .date-2 {
    right: 30px;
  }

  .navbar-top-default {
    height: 70px;
  }

  .blog-panel {
    padding: 25px 45px 40px 45px;
  }

  .blog-panel {
    text-align: center;
    margin-bottom: 20px;
  }

  .blog-panel .panel-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .comment-text {
    text-align: center;
  }

  .blog-img-p {
    margin: 0 auto;
    display: block;
    padding-bottom: 10px;
  }

  .comment-btn {
    margin-bottom: 30px;
  }

  .pagination {
    text-align: center;
    float: unset;
    margin-top: 50px;
  }

  .blog-0 {
    margin-top: 0;
  }

  .max-237 {
    max-width: 237px;
    margin: 0 auto;
  }

  .reser-blog {
    text-align: center;
  }

  .contact-social-icon {
    text-align: center !important;
    margin: 0 auto;
    display: table;
  }

  .margin-sm {
    margin-bottom: 40px;
  }

  .center-leave {
    text-align: center;
  }

  .about-banner {
    padding-top: 75px !important;
  }

  .price-item {
    max-width: none;
  }

  .comment-para {
    padding-bottom: 40px;
  }

  .price {
    margin-right: 14px;
  }

  .price-item {
    margin: 40px 0 0 0;
  }
}

@media screen and (max-width: 678px) {
  #home {
    height: 320px !important;
  }

  .rev_slider_wrapper {
    height: 320px !important;
  }
}

@media screen and (max-width: 575px) {
  #home {
    height: 270px !important;
  }

  .rev_slider_wrapper {
    height: 270px !important;
  }

  #team-carousel .owl-dots {
    top: 88%;
    -webkit-transform: translateX(1%);
    -ms-transform: translateX(1%);
    transform: translateX(1%);
  }
}

@media screen and (max-width: 400px) {
  .side-menu {
    width: 80%;
  }

  .margin-50 {
    margin-top: 50px;
  }

  .serial-box span {
    font-size: 24px;
  }

  #team-carousel .owl-dots {
    top: 81%;
    -webkit-transform: translateX(2%);
    -ms-transform: translateX(2%);
    transform: translateX(2%);
  }

  .side-menu .inner-wrapper {
    padding: 3.5rem 3rem;
  }
}

@media screen and (max-width: 480px) {
  #home {
    height: 230px !important;
  }

  .rev_slider_wrapper {
    height: 230px !important;
  }

  .tp-bullets {
    left: 50% !important;
  }

  .side-menu {
    width: 76%;
  }

  .max-237 {
    max-width: 237px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 340px) {
  #home {
    height: 170px !important;
  }

  .rev_slider_wrapper {
    height: 170px !important;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 15px;
  }

  .margin-50 {
    margin-top: 50px;
  }

  .padding-50 {
    padding-bottom: 50px;
  }

  .price {
    margin-right: 4px;
  }

  .bottom-20 {
    padding-bottom: 20px;
  }

  #team-carousel .owl-dots {
    top: 83%;
    -webkit-transform: translateX(2%);
    -ms-transform: translateX(2%);
    transform: translateX(2%);
  }

  .serial-box span {
    font-size: 24px;
  }

  .side-menu {
    width: 85%;
  }

  .side-menu .inner-wrapper {
    padding: 3.5rem 2rem;
  }

  .blog-text h2 {
    font-size: 26px !important;
  }

  .price .currency {
    font-size: 30px !important;
    line-height: 1;
  }

  .price .sign {
    font-size: 15px;
  }

  .price .month {
    font-size: 11px;
    font-weight: 300;
    display: block;
    text-align: right;
    padding-right: 11px;
    padding-top: 5px !important;
  }

  .footer-social a {
    margin: 10px -1px;
  }

  .price-item {
    margin: 40px 0 0 0;
  }
}

panel,
.panel-body {
  box-shadow: none;
}

.mailID {
  color: #5c3a8f;
  font-size: 22px;
  font-style: normal;
  font-weight: 500 !important;
}

.panel-group .panel-heading {
  padding: 0;
  border-radius: 15px;
}

.panel-content {
  border-image: initial;
  border-radius: 0px 0px 15px 15px;
  padding: 25px 15px 15px;
  margin-top: -15px;
  border-top: none;
}

.faq-right-border {
  border-right: 1px solid #dcd5e4;
}

.rev_slider li.tp-revslider-slidesli {
  background-color: #8b52c6 !important;
}

.rev_slider li.tp-revslider-slidesli:nth-child(2) {
  background-color: #fff !important;
}

.question-bg {
  background: url(../../assets/img/faq-bg.png);
  background-size: contain;
  background-repeat: no-repeat !important;
  min-height: 400px;
}

.font-18 {
  font-size: 18px;
}

.line-height-33 {
  line-height: 33px;
}

.width-250 {
  width: 250px;
}

.white {
  color: #fff;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.lowercase {
  text-transform: lowercase;
}

.justify {
  text-align: justify;
}

app-support .panel-group .panel-heading {
  padding: 0;
  border-radius: 0px !important;
  background-color: inherit !important;
  border-left: 0;
  border-right: 0;
  border: 0;
}

app-support .panel-group .panel-heading a.collapsed:after {
  content: "+";
  font-size: 40px;
  color: #934ec4;
}

app-support .panel-group .panel-heading a:after {
  content: "-";
  float: right;
  border-radius: 0px;
  font-size: 40px;
  color: #934ec4;
}

app-support .panel-content {
  border: 0;
  border-bottom: solid 1px #ddd3e6;
  border-radius: 0;
  border-image: initial;
  padding: 25px 15px 15px;
  margin-top: -15px;
  border-top: none;
  font-size: 18px;
  font-weight: 500;
  color: black;
}

.flex {
  display: flex;
}

.margin-auto {
  margin: auto;
}

.pricing-btn a {
  color: white;
}

.pricing-btn:hover {
  color: white !important;
}

.pricing-btn:focus {
  color: white !important;
}

.absolute {
  position: absolute;
}

.modal-class .modal-dialog {
  padding: 15px;
  max-width: 500px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-class .modal-header .fa {
  border: 1px solid;
  border-radius: 50%;
  padding: 17px;
  width: 70px;
  color: #fff;
  height: 70px;
  font-size: 33px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -38px;
  background-color: #8bc34a;
}

.modal-class .modal-body {
  font-family: "Open Sans";
  font-size: 18px;
  text-align: center;
}

app-select-products .mat-checkbox-disabled .mat-checkbox-frame {
  border-radius: 5px;
  width: 23px;
  height: 23px;
  border-width: 0px;
  background-image: url(assets/img/checkbox-disabled.svg);
}

.mat-checkbox-disabled {
  cursor: not-allowed !important;
}

a:hover {
  color: #8940ca !important;
}

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #51ba42;
  border-radius: 5px;
}

.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
  cursor: not-allowed;
}

.mat-checkbox-layout .mat-checkbox-label {
  font-size: 16px;
  font-weight: 500;
}

.mat-checkbox-inner-container {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.mat-checkbox-frame {
  border-radius: 5px;
  width: 23px;
  height: 23px;
  border-width: 0px;
  background-image: url(assets/img/checkbox-grey.svg);
}

.mat-checkbox-background {
  width: 23px;
  height: 23px;
}

.mat-checkbox .mat-checkbox-ripple {
  display: none;
}

.close span {
  position: relative;
  top: -2px;
}

.mat-checkbox-disabled .mat-checkbox-frame {
  border-radius: 5px;
  width: 23px;
  height: 23px;
  border-width: 0px;
  /*background-image: url(../../assets/img/checkbox-grey.svg);*/
}

.mat-checkbox-disabled {
  cursor: not-allowed !important;
}

a:hover {
  color: #76b900 !important;
}

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #51ba42;
  border-radius: 5px;
}

.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
  cursor: not-allowed;
}

.mat-checkbox-layout .mat-checkbox-label {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  margin-left: 5px;
}

.mat-checkbox-inner-container {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.mat-checkbox-frame {
  border-radius: 5px !important;
  border-width: inherit !important;
  width: 23px;
  height: 23px;
  border-width: 0px;
  background-color: white !important;
  border: 1px solid rgba(173, 167, 167, 0.7294117647) !important;
  /* background-image: url(../../assets/img/checkbox-grey.svg);*/
}

.mat-checkbox-background {
  width: 23px;
  height: 23px;
}

.mat-checkbox .mat-checkbox-ripple {
  display: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

.line {
  width: 19px;
  height: 3px;
  flex-shrink: 0;
  border-radius: 1.5px;
  background: #6ba20a;
}

.test-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 400;
}

.feature-section {
  background: #f5faff;
}

.feature-dot .dot.active,
.dot:focus {
  width: 40px;
  height: 4px;
  flex-shrink: 0;
  border-radius: 3px;
  background: #6ba20a;
  border: 1px solid #6ba20a;
}

.feature-dot {
  display: flex;
}

.feature-dot .dot {
  width: 40px;
  height: 4px;
  flex-shrink: 0;
  border-radius: 3px;
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
  margin: 6px;
}

.test-container {
  text-align: center;
}

.test-container {
  text-align: center;
  gap: 18px;
  display: flex;
}

.test.active,
.test:focus {
  opacity: 1;
  color: black;
  font-weight: 600;
}

.test.active img {
  width: 173px;
  box-shadow: 0px 12.29997px 15.98997px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}

.border-none {
  border: none;
}
.cebos-button {
  color: #fff;
  background-color: #76b900;
  border-radius: 13px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
.cebos-button:hover {
  color: #fff;
}
.z-index111 {
  z-index: 1111111;
}

/* NEW-UI */
/* header-ui */
.header-appear{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  position: sticky;
  top: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index:1000;
}

.header-appear::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #8850D2 0%, #8466A6 23%, #76B900 48%, #4B2B76 75%);
  z-index: 1;

}

.header-appear::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #8850D2 0%, #8466A6 23%, #76B900 48%, #4B2B76 75%);
  animation: animateBorder 3s infinite linear;
  z-index: 2;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
  padding: 8px 15px;
  font-size:14px;
  font-weight:500;
  font-family: "Poppins", sans-serif;
}

.menu a.active {
  color: #76b900!important;
}
.button .text_button {
  position: relative;
  z-index: 10;
  font-size: 15px;
  color: #fff;
}
/* animated-button */
.button {
  cursor: pointer;
  position: relative;

  display: flex;
  align-items: center;
height:40px;
  transform-origin: center;
  width:150px;
  justify-content: center;
  background-color: transparent;

  border: 1px solid #fff;
  border-radius: 9999px;
  transform: scale(1);

  transition: transform  0.3s ease-in-out;
}

.button .dots_border {

  overflow: hidden;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width:calc(100% + 5px);
  height: calc(100% + 5px);
  background-color: transparent;

  border-radius: 9999px;
  z-index: -10;
}

.button .dots_border::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  transform: rotate(0deg);

  width: 100%;
  height: 2rem;
  background-color: white;

  mask: linear-gradient(transparent 0%, white 120%);
  animation: rotate 2s linear infinite;
}

.button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100%;
  height: 100%;
  background-color: #0A0118;

  border-radius: 9999px;
  transition: all  0.3s ease-in-out;
  z-index: 0;
}

.button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100%;
  height: 100%;
  background-color: rgba(151, 0, 255, 0.75);
  background-image: radial-gradient(
      at 51% 89%,
      rgba(188, 153, 222, 1) 0px,
      transparent 50%
    ),
    radial-gradient(at 100% 100%, rgba(151, 118, 186, 1) 0px, transparent 50%),
    radial-gradient(at 22% 91%, rgba(151, 118, 186, 1) 0px, transparent 50%);

  background-position: top;

  opacity: 0;
  border-radius: 9999px;
  transition: opacity  0.3s ease-in-out;
  z-index: 2;
}

a:not([href]) {
  color: #fff;
}
.header-between{
  display: flex;
  width:85%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.section-1{
  background: url(../images/Main-BG.png);
  background-position: center 25%;
  background-repeat: no-repeat;
  background-size: cover;
  height:650px;
  padding-top:50px;
  position: relative;
}
.bg-color-violet{
  background-color:#0A0118;
  color:#fff;
}
.glow-text {
  font-size: 42px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-top:70px;
  margin-bottom: 10px;
  text-shadow: 0 0 10px rgba(118, 185, 0,0.3),
               0 0 20px rgba(118, 185, 0,0.3),
               0 0 30px rgba(118, 185, 0,0.3),
               0 0 70px rgba(118, 185, 0,0.3),
               0 0 80px rgba(118, 185, 0,0.3);

}
.mobile-background{
background-image: url(../images/iPhone.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
height: 100%;
position: absolute;
right: 0;
left: 0;
z-index: 2;
width: 100%;
}
.bubbles-bg{
  width: 80px;
    margin-left: auto;
    margin-right: auto;
    top: -50px;
    right: 0;
    left: 0;
    position: absolute;
}
.bubbles-size{
  width: 80px;
    height: 80px;
    opacity: .5;
}
.dots {
  position: relative;
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  margin:0px;
}

.dot.active {
  width: 18px;
  height: 10px;
  border-radius: 10px;
  background-color: #76b900;
}

.slide-up {
  position: relative;
  animation: slideUp 0.5s forwards;
}
.font-60{
  font-size:60px;
}
#mobile-video {
     width: 100%;
    height: 95%;
    object-fit: contain;
}
.coin-rotate{
  position: absolute;
    top: 25%;
    margin-right: auto;
    left: 0;
    margin-left: auto;
    text-align: center;
    width: 100%;
}
.coin-rotate img{
  width: 80px;
    height: 80px;
    opacity: 30%;
}
.star-line-img{
  background-image: url(../images/star-line.gif);
  background-repeat: repeat;
height:100%;
width:100%;
background-position: top;
background-size:contain;
position: absolute;
transform: scaleY(-1) scaleX(-1);
opacity:20%;
}
.shade-line1{
  position: absolute;
  left:0;
}
.shade-line2{
  position: absolute;
  right:0;
  top:0;
}
.section-5{
  background: url(../images/experience-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  height:auto;
  background-position: center;
}
/* animations */
@keyframes animateBorder {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.random-color{
  background-color:#76b900!important;
  border:none!important;
}
.random-color::before{
  background-color:#76b900!important;

}
.burger-menu {
  display: none;
  font-size: 30px;
  cursor: pointer;
}
html {
  scroll-behavior: smooth;
}
.gap-26{
  gap:26px;
}
.close-btn{
  background-color: #000;
  font-size:14px;
  font-weight:600;
  border-radius: 10px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  cursor:pointer;
}
.cookies-popup{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  background-color: #fff;
  box-shadow: 0px 1px 20px #00000059;
  border-radius: 15px;
  color: #000;
  width: 100%;
  padding: 0px 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.cookies-position{
  position: fixed;
  bottom: 50px;
  width: 50%;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  z-index:111111;
}
.cookies-position.show {
  display: block;
}
.coming-soon-bg{
  background: url(../images/Cmg-Soon-Bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
  height:fit-content;
}
.txt-shadow{
  font-size:45px;
  text-shadow:5px 0px 10px #0A011899;
  font-weight:500;
margin-top: 20px;
}
.countdown {
  display: flex;
  gap: 60px;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 40px;
}
.value{
  font-size:28px;
  font-weight:500;
  color:#fff;
  display: block;
  background: linear-gradient(180deg,#6B3DA8,#512E80);
  border-radius: 5px;
  height:60px;
  width:60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.countdown-label {
  font-size:12px;
  font-weight:500;
  text-transform: uppercase;
  border-radius: 5px;
}
.fixed-footer-section{
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.gif-container{
  position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    top: -3rem;
}
.coming-soon-height{
  height:100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.progress-indicators {
  display: flex;
  gap:10px;
}
.progress-line {
  width: 30px;
  height: 4px;
  border-radius:6px;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.progress-line.active {
  background-color: #76B900;
}
.content{
  height:300px;
}

.ml-15{
  margin-left:15px;
}
img {
-webkit-user-drag: none;
-webkit-touch-callout: none;
pointer-events: auto;
}
.sub-heading-font{
  font-size:22px;
}
.lh-19{
  line-height: 1.9em;
  height:115px;
  overflow: hidden;
}
.lh-30{
  line-height:30px;
}
.text-underline{
  text-decoration: underline;
}
.coming-soon-label{
  background:linear-gradient(114deg,#5C3A8F,#2F1354);
  font-size:10px;
  font-weight: 500;
  color:#fff;
  text-align: center;
  padding:5px 10px;
  border-radius: 15px;
  margin-left: 10px;
}
.fixed-feature-bottom{
  position: fixed;
  left:0;
  right:0;
  bottom:0;
}
.section-content {
  display: none;
}

.section-content.active {
  display: block;
  text-align: left;
}
.sub-heading-width{
  width:65%;
  margin-left:auto;
  margin-right:auto;
}
.vh-web-100{
  height: 100vh;
}
.no-scroll {
  overflow: hidden;
}
.mobile-container{
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.mob-inside-video{
  position: absolute;
  top: 15px;
  left: 0;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
}