/*Assan saas web app landing template stylesheet
*/
/*@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700");
*/

/*
Moved to <link> in css.html: https://stackoverflow.com/questions/12316501/including-google-fonts-link-or-import/12380004#12380004
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;900&display=swap")
*/

/*
Basic of template
*/

body {
  overflow-x: hidden;
}

html, body, .fullScreen {
  height: 100%; }

html {
  scroll-padding-top: 70px;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; }

@media (min-width: 1200px) {
  .container {
    width: 1070px; }
}

button, input, optgroup, select, textarea {
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
}

button:focus {
  outline: 0 !important; }

/*a, .simple-hover img, button, .btn, .pricing-faq, .pricing-card, .carousel-browser.owl-carousel.owl-theme .owl-dots .owl-dot span {
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }
*/
a {
  color: #1ecfca;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none;
    outline: 0 !important;
    color: #1ecfca !important; }

p a, li a, h3 a {
  color: #1ecfca;}

  p a:hover, li a:hover, h3 a:hover {
    text-decoration: underline;
  }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  color: #46495c;
  font-weight: 700;
  font-family: "Poppins", system-ui, -apple-system, sans-serif !important;
}

p {
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16pt;
  line-height: 24pt;
  margin-top: 0;
  margin-bottom: 2rem;
}

.highlight {
  background: linear-gradient(90deg,#fad308 0, #ecfa08 100%);
  padding: 4px;
  border-radius: 5px;
  opacity: 0.9;
}

.img-shadow {
  /* #1 from https://getcssscan.com/css-box-shadow-examples */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

h1, .h1 {
  font-size: 54px;
  line-height: 1.2;
}

h1.hero {
  font-size: 54px !important;
  line-height: 1.2;
}

h2, .h2 {
  font-size: 44px;
  line-height: 1.2;}

h3, .h3 {
  font-size: 34px;
  line-height: 1.2;}


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

h5, .h5 {
  font-size: 24px; }

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

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #1ecfca;
  text-decoration: none; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
  h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
    text-decoration: underline;
    outline: 0 !important;
    color: #1ecfca !important; }

.title-font {
  font-size: 3.4rem;
  letter-spacing: -2px;
  font-weight: 300; }

.border-btm1 .container {
  position: relative; }
  .border-btm1 .container:after {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #eee; }

hr {
  margin-top: 1rem;
  border: 0;
  border-top: 1px solid rgba(30, 207, 202, 0.04); }

.small, small {
  font-size: 80%;
  font-weight: 400; }

ul, ol {
  margin: 0 0 15px 0; }

.main-content {
  padding-top: 8rem;
}

.font-base-400 {
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
  font-weight: 400 !important; }

.font-base {
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
}

.font12 {
  font-size: 12px !important; }

.font14 {
  font-size: 14px !important; }

.font16 {
  font-size: 16px !important; }

.font18 {
  font-size: 18px !important;
  line-height: 27px !important;}

.font20 {
  font-size: 20px !important; }

.font300 {
  font-weight: 300 !important; }

.font400 {
  font-weight: 400 !important; }

.font700 {
  font-weight: 700 !important; }

.font900 {
  font-weight: 900 !important; }

.label {
  display: inline-block;
  padding: 1px 7px;
  border-radius: 2px;
  font-size: 10px; }

.bg-faded {
  background: #f0f4f7 !important; }

.badge {
  font-weight: 400;
  font-size: 13px; }

.badge-primary {
  background: #1ecfca !important; }

.bg-primary {
  background: #1ecfca !important;
  border-color: #1ecfca; }

.bg-primary-dark {
  background: #344880 !important;
  border-color: #344880; }

.bg-primary-dark a:not(.btn):hover, .bg-white a:not(.btn):not(.dropdown-item):not(.nav-link):hover{
  text-decoration: underline;}


.bg-success {
  background: #46da60 !important;
  border-color: #46da60; }

.bg-warning {
  background: #fa9140;
  border-color: #fa9140; }

.bg-info {
  background-color: #19b0f5;
  border-color: #19b0f5; }

.bg-danger {
  background-color: #fa5240;
  border-color: #fa5240; }

.bg-dark {
  border-color: #46495c !important;
  background-color: #46495c !important; }

.bg-white {
  background: #fff; }

.text-primary {
  color: #1ecfca !important; }

.text-danger {
  color: #fa5240 !important; }

.text-success {
  color: #46da60 !important; }

.text-warning {
  color:#ffc107!important }

.text-info {
  color: #19b0f5 !important; }

.text-white {
  color: white !important; }

.text-dark {
  color: #46495c !important; }

.text-white-gray {
  color: rgba(255, 255, 255, 0.8) !important; }

.text-dark-gray {
  color: rgba(70, 73, 92, 0.5) !important; }

.border-round {
  border-radius: 6px;
  -webkit-border-radius: 6px; }

.pos-relative {
  position: relative; }


.lead {
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;}

  .lead a {
  color: #1ecfca;
  text-decoration: none; }

strong, b {
  font-weight: 700; }

.fWidth {
  width: 100% !important; }

.oHidden {
  overflow: hidden !important; }

strong, b {
  font-weight: 700; }

.ml0 {
  margin-left: 0px !important; }

.ml-10, .ml10 {
  margin-left: 10px !important; }

.ml-20, .ml20 {
  margin-left: 20px !important; }

.ml-30, .ml30 {
  margin-left: 30px !important; }

.mr0 {
  margin-right: 0px !important; }

.pt0 {
  padding-top: 0 !important; }

.pt4 {
  padding-top: 4px !important;
}


.pt10 {
  padding-top: 10px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

.pt120 {
  padding-top: 120px !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

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

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.pr10 {
  padding-right: 10px !important;
}
.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr60 {
  padding-right: 60px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.bg-default {
  background-color: #fbfbfb !important; }

.bg-gray {
  background-color: rgba(70, 73, 92, 0.02) !important; }

.pd-card {
  padding: 40px 20px; }

.border.border-primary {
  border-color: #1ecfca !important; }

.border.border-success {
  border-color: #46da60 !important; }

.border.border-danger {
  border-color: #fa5240 !important; }

.border.border-warning {
  border-color: #fa9140 !important; }

.border.border-faded {
  border-color: #f7f7f7 !important; }

.back-to-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  -webkit-radius: 5px;
  bottom: 10px;
  right: 10px;
  background: #1ecfca;
  color: #fff;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transform: translate3d(0, 15px, 0);
  -webkit-transform: translate3d(0, 15px, 0); }
  .back-to-top i {
    display: block;
    font-size: 16px;
    line-height: 50px;
    text-align: center; }
  .back-to-top:hover {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
    color: #fff; }
  .back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0); }

/**preloader**/
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.center-img {
  display: block;
  margin: 0 auto; }

.section-subtitle {
  opacity: 0.5;
  font-size: 13px;
  color: #46495c;
  text-transform: uppercase;
  font-weight: 400; }

.section-title {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 25px;
  font-size: 2.2rem;
  letter-spacing: -1px;
  font-weight: 400; }
  .section-title:after {
    content: "";
    position: absolute;
    margin-left: -25px;
    width: 50px;
    height: 2px;
    background-color: #eee;
    bottom: 0;
    left: 50%; }

.gradien-primary {
  background: #344880;
  background: -webkit-linear-gradient(left, #344880, #1ecfca);
  background: -moz-linear-gradient(left, #344880, #1ecfca);
  background: -webkit-linear-gradient(left, #344880, #1ecfca); }

.gradient-faded {
  background: #fbfbfb;
  background: -webkit-linear-gradient(bottom, #fbfbfb, #fff);
  background: -moz-linear-gradient(bottom, #fbfbfb, #fff);
  background: -webkit-linear-gradient(bottom, #fbfbfb, #fff); }

/**angle backgrounds**/
.transparent-angle {
  position: absolute;
  top: 0;
  background-image: url("../images/angle-right.png");
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  height: 90px%;
  width: 100%; }
  .transparent-angle.angle-top-right {
    right: 0;
    top: 0; }

.content-table {
  display: table;
  width: 100%;
  height: 100%; }
  .content-table .content-middle {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }
  .content-table .content-bottom {
    display: table-cell;
    vertical-align: bottom;
    width: 100%; }

/*
Preloader style
*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999; }

#preloader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 5px;
  width: 5em;
  height: 5em;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  border-top: 0.5em solid #46495c;
  border-right: 0.5em solid rgba(204, 204, 204, 0.5);
  border-bottom: 0.5em solid rgba(204, 204, 204, 0.5);
  border-left: 0.5em solid rgba(204, 204, 204, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

#preloader-inner,
#preloader-inner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*
Buttons
*/
/*.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  font-size: .8rem; }
.form-control-xl {
  font-size: inherit !important }
*/

.btn {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  letter-spacing: 1px;
  cursor: pointer;
  font-weight: 400 !important;
  font-size: 0.95rem !important;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 13px 28px 13px;
  text-transform: capitalize !important;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }
  .btn i {
    display: inline-block;
    margin-right: 8px; }
  .btn.btn-rounded {
    border-radius: 100px; }
  .btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: all .3s;
    -webkit-transition: all .3s; }
  .btn:hover, .btn:focus {
    box-shadow: none;
    outline: 0 !important;
    color: #fff !important;}
    .btn:hover:before, .btn:focus:before {
      transition: all .3s;
      -webkit-transition: all .3s;
      z-index: -1; }
  .btn.btn-link {
    border: 0px;
    padding: 0px !important; }
  .btn.btn-sm {
    padding: 10px 18px 10px;
    font-size: .65rem; }
  .btn.btn-lg {
    padding: 18px 38px 18px;
    font-size: .95rem; }
  .btn.btn-xl {
    padding: 22px 42px 22px;
    font-size: 1.3rem !important }
  .btn.btn-link {
    color: #1ecfca;
    text-transform: uppercase;
    width: 130px;
    text-align: center;
    padding: 0px; }
    .btn.btn-link:after {
      font-family: 'Linearicons';
      content: "\e93c";
      margin-left: 5px;
      font-size: 10px;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .btn.btn-link:hover {
      text-decoration: none;
      color: #999; }
      .btn.btn-link:hover:after {
        margin-left: 10px; }
    .btn.btn-link.btn-lg {
      font-size: .95rem;
      width: 210px; }

.btn.btn-pink {
  color: #fff !important;
  background-color: #da70d6;
  border-color: #da70d6;
}
  .btn.btn-pink:hover, .btn.btn-pink:focus:not(.disabled):not([disabled]), .btn.btn-pink.focus:not(.disabled):not([disabled]), .btn.btn-pink:active:not(.disabled):not([disabled]), .btn.btn-pink.active:not(.disabled):not([disabled]) {
    border-color: #db27d5;
    background-color: #db27d5;
    border-color: rgba(16, 114, 206, 0.5);
    color: #e5f2ff;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px); }
  .btn.btn-pink.btn-shadow {
    box-shadow: 0px 5px 10px 2px rgba(245, 40, 145, 0.24) !important; }


.btn-white {
  background-color: #fff;
  color: #46495c; }
  .btn-white:hover, .btn-white:focus, .btn-white:active {
    color: #46495c !important; }

.btn-white-outline {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff; }
  .btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline:active {
    color: #333 !important;
    border-color: #fff;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px); }
    .btn-white-outline:hover:before, .btn-white-outline:focus:before, .btn-white-outline:active:before {
      width: 100%;
      background-color: #fff; }

.btn-outline-primary {
  border: 2px solid #1ecfca;
  background-color: transparent;
  color: #1ecfca !important; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    color: #fff !important;
    border-color: #1ecfca;
    background-color: transparent;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px); }
    .btn-outline-primary:hover:before, .btn-outline-primary:focus:before, .btn-outline-primary:active:before {
      width: 100%;
      background-color: #1ecfca; }

.btn-outline-info {
  border: 2px solid #19b0f5;
  background-color: transparent;
  color: #19b0f5; }
  .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active {
    color: #fff;
    border-color: #19b0f5;
    background-color: transparent; }
    .btn-outline-info:hover:before, .btn-outline-info:focus:before, .btn-outline-info:active:before {
      width: 100%;
      background-color: #19b0f5; }

.btn-outline-success {
  border: 2px solid #46da60;
  background-color: transparent;
  color: #46da60; }
  .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active {
    color: #fff;
    border-color: #46da60;
    background-color: transparent;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px); }
    .btn-outline-success:hover:before, .btn-outline-success:focus:before, .btn-outline-success:active:before {
      width: 100%;
      background-color: #46da60; }

.btn-outline-danger {
  border: 2px solid #fa5240;
  background-color: transparent;
  color: #fa5240; }
  .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
    color: #fff;
    border-color: #fa5240;
    background-color: transparent;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px); }
    .btn-outline-danger:hover:before, .btn-outline-danger:focus:before, .btn-outline-danger:active:before {
      width: 100%;
      background-color: #fa5240; }

.btn-outline-warning {
  border: 2px solid #fa9140;
  background-color: transparent;
  color: #fa9140; }
  .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active {
    color: #fff;
    border-color: #fa9140;
    background-color: transparent;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px); }
    .btn-outline-warning:hover:before, .btn-outline-warning:focus:before, .btn-outline-warning:active:before {
      width: 100%;
      background-color: #fa9140; }

.btn-outline-secondary {
  border: 2px solid #fbfbfb;
  background-color: transparent;
  color: #46495c; }
  .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
    color: #fff;
    border-color: #46495c;
    background-color: transparent;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px); }
    .btn-outline-secondary:hover:before, .btn-outline-secondary:focus:before, .btn-outline-secondary:active:before {
      width: 100%;
      background-color: #46495c;
      color: #fff; }

/**fill buttons**/
.btn-pink, .btn-primary, .btn-success, .btn-warning, .btn-danger, .btn-info, .btn-secondary, .btn-dark, .btn-white {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.18);
  border: 0px; }
  .btn-pink:hover, .btn-primary:hover, .btn-success:hover, .btn-warning:hover, .btn-danger:hover, .btn-info:hover, .btn-secondary:hover, .btn-dark:hover, .btn-white:hover {
    border: 0px;
    box-shadow: 0 8px 23px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px); }

.btn-secondary {
  background: #f9f9f9;
  box-shadow: none;
  color: #333; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    border: 0px;
    background-color: #1ecfca;
    color: #fff !important; }

.btn-primary {
  background: #1ecfca;
  color: #fff !important; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #1ecfca;
    color: #fff; }

.btn-success {
  background: #46da60;
  color: #fff !important; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #46da60;
    color: #fff; }

.btn-dark {
  background: #46495c;
  color: #fff; }
  .btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    background: #46495c;
    color: #fff; }

.btn-outline-dark {
  border: 2px solid #46495c;
  color: #46495c;
  background-color: transparent; }
  .btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active {
    color: #fff;
    border-color: #46495c;
    background-color: transparent;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px); }
    .btn-outline-dark:hover:before, .btn-outline-dark:focus:before, .btn-outline-dark:active:before {
      width: 100%;
      background-color: #46495c; }

/****************

SOCIAL BUTTONS

**********************/
/**social icons default size**/
.social-icon {
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA; }

.social-icon:hover {
  border-color: transparent; }

.social-icon i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 40px;
  position: relative; }

.social-icon i:last-child {
  color: #FFF !important; }

.social-icon:hover i:first-child {
  margin-top: -40px; }

/***social icons lg (big)***/
.social-icon-lg {
  margin: 0 5px 5px 0;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA; }

.social-icon-lg:hover {
  border-color: transparent; }

.social-icon-lg i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 60px;
  position: relative; }

.social-icon-lg i:last-child {
  color: #FFF !important; }

.social-icon-lg:hover i:first-child {
  margin-top: -60px; }

/***social icons small***/
.social-icon-sm {
  margin: 0 5px 5px 0;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px !important;
  color: #555;
  text-shadow: none;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #AAA; }

.social-icon-sm:hover {
  border-color: transparent; }

.social-icon-sm i {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 30px;
  position: relative; }

.social-icon-sm i:last-child {
  color: #FFF !important; }

.social-icon-sm:hover i:first-child {
  margin-top: -30px; }

si-border {
  border: 1px solid #AAA !important; }

.si-border-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.si-dark-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.si-gray-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.si-gray {
  background: #f3f3f3;
  border: 0px; }

.si-dark {
  background-color: #46495c;
  border: 0px !important;
  color: #fff !important; }

/**icons hover colored**/
.si-colored-facebook, .si-facebook:hover {
  background-color: #3B5998 !important; }

.si-colored-twitter, .si-twitter:hover {
  background-color: #00ACEE !important; }

.si-colored-google-plus, .si-g-plus:hover {
  background-color: #DD4B39 !important; }

.si-colored-skype, .si-skype:hover {
  background-color: #00AFF0 !important; }

.si-linkedin:hover, .si-colored-linkedin {
  background-color: #0E76A8 !important; }

.si-pin:hover, .si-colored-pinterest {
  background-color: #C8232C !important; }

.si-rss:hover, .si-colored-rss {
  background-color: #EE802F !important; }

.si-pinterest:hover, .si-colored-pinterest {
  background-color: #C8232C !important; }

.si-tumblr:hover, .si-colored-tumblr {
  background-color: #34526F !important; }

.si-vimeo:hover, .si-colored-vimeo {
  background-color: #86C9EF !important; }

.si-digg:hover, .si-colored-digg {
  background-color: #191919 !important; }

.si-instagram:hover, .si-colored-instagram {
  background-color: #3F729B !important; }

.si-flickr:hover, .si-colored-flickr {
  background-color: #FF0084 !important; }

.si-paypal:hover, .si-colored-paypal {
  background-color: #00588B !important; }

.si-yahoo:hover, .si-colored-yahoo {
  background-color: #720E9E !important; }

.si-android:hover, .si-colored-andriod {
  background-color: #A4C639 !important; }

.si-appstore:hover, .si-colored-apple {
  background-color: #000 !important; }

.si-dropbox:hover {
  background-color: #3D9AE8 !important; }

.si-dribbble:hover, .si-colored-dribbble {
  background-color: #EA4C89 !important; }

.si-soundcloud:hover, .si-colored-soundcoloud {
  background-color: #F70 !important; }

.si-xing:hover, .si-colored-xing {
  background-color: #126567 !important; }

.si-phone:hover, .si-colored-phone {
  background-color: #444 !important; }

.si-behance:hover, .si-colored-behance {
  background-color: #053eff !important; }

.si-github:hover, .si-colored-github {
  background-color: #171515 !important; }

.si-stumbleupon:hover, .si-colored-stumbleupon {
  background-color: #F74425 !important; }

.si-email:hover, .si-colored-email {
  background-color: #6567A5 !important; }

.si-wordpress:hover, .si-colored-wordpress {
  background-color: #1E8CBE !important; }

.circle-button {
  display: inline-block;
  vertical-align: middle; }
  .circle-button span {
    vertical-align: middle;
    display: inline-block; }

.circle-icon-button {
  width: 3.92857rem;
  height: 3.92857rem;
  border-radius: 50%;
  font-size: 1.28571rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle; }
  .circle-icon-button > i {
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    padding-left: 3px;
    padding-top: 3px; }

/*
Header style
*/

.navbar {
  height: 85px;
}

.navbar .container, .navbar .container-fluid {
  position: relative;}

@media (max-width:991.98px) {
  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    z-index: 10;
    background-color: #fff;
  }

  /* when in mobile, align testimonial photo above testimonial */
  .testimonial-photo {
    text-align: center;
    margin-bottom: 20px;
  }

  /* when in mobile, show CTA button on separate line above secondary text CTA */
  .btn_cta {
    margin-bottom: 20px !important;
    display: block;
  }

  /* when in mobile, pad columns on both sides */
  .col-lg-6, .col-lg-8 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

}

.navbar .navbar-nav .nav-link {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-top: 2px solid transparent;
  cursor: pointer; }

.navbar-light.navbar .navbar-nav .nav-link {
  color: #46495c; }
/*  .navbar-light.navbar .navbar-nav .nav-link:hover, .navbar-light.navbar .navbar-nav .nav-link:focus, .navbar-light.navbar .navbar-nav .nav-link:active, .navbar-light.navbar .navbar-nav .nav-link.active {
    color: #1ecfca;
    border-top-color: #1ecfca; }
*/
@media (min-width: 992px) {
  .navbar.navbar-sticky.bg-white {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;}
    .navbar.navbar-sticky.bg-white .navbar-brand > img {
      position: absolute;
      top: 0px; }
      .navbar.navbar-sticky.bg-white .navbar-brand > img.logo-scroll {
        opacity: 1; }
    .navbar.navbar-sticky.bg-white .navbar-nav .nav-link {
      color: #46495c; }
      .navbar.navbar-sticky.bg-white .navbar-nav .nav-link:hover, .navbar.navbar-sticky.bg-white .navbar-nav .nav-link.active, .navbar.navbar-sticky.bg-white .navbar-nav .nav-link:active, .navbar.navbar-sticky.bg-white .navbar-nav .nav-link:focus {
        color: #1ecfca !important; }
    .navbar.navbar-sticky.bg-white .navbar-nav .nav-link.btn {
      color: #fff !important; }

  .navbar-expand-lg.navbar {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999; }
    .navbar-expand-lg.navbar .navbar-nav .nav-item {
      padding-left: 1rem;
      padding-right: 1rem; }
/*      .navbar-expand-lg.navbar .navbar-nav .nav-item:last-child {
        padding-left: 0px;
        padding-right: 0px; }
*/    .navbar-expand-lg.navbar .navbar-nav .nav-link {
      padding-top: 1.3rem;
      padding-bottom: 1.3rem;
      padding-left: 0;
      padding-right: 0; }
  .navbar-nav .nav-item .nav-link.btn {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border: 0px !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 13px;
    margin-left: 1rem; }
  .navbar.bg-white.navbar-sticky.fixed-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    animation: fadeInDown .4s;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 0.98) !important; }

/* KM: Uncomment to have white header */
/*    .navbar.bg-white.navbar-sticky.fixed-top .navbar-brand > img.logo-scroll {
      opacity: 1; }
    .navbar.bg-white.navbar-sticky.fixed-top .navbar-brand > img.logo-trans {
      opacity: 0; }
    .navbar.bg-white.navbar-sticky.fixed-top .navbar-nav .nav-link {
      color: rgba(0, 0, 0, 0.73); }
      .navbar.bg-white.navbar-sticky.fixed-top .navbar-nav .nav-link:hover, .navbar.bg-white.navbar-sticky.fixed-top .navbar-nav .nav-link.active, .navbar.bg-white.navbar-sticky.fixed-top .navbar-nav .nav-link:active, .navbar.bg-white.navbar-sticky.fixed-top .navbar-nav .nav-link:focus {
        color: #1ecfca; } */}

/* hellobar on homepage */
#hello_bar{
  text-align: center;
  border: 1px solid #c428bf;
  background-color: #db4cd6;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

#hello_bar a{
  color: #fff !important;
  text-decoration: underline;
}

#hello_bar a:hover {
  background-color: #fff;
  color: #db4cd6 !important;
  text-decoration: none;
}

.custom-wide-div {
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 999;
}

/* end hellobar on homepage, except media query below for mobile.  */

@media (max-width: 992px) {
  .logo.mr50 {
    margin-right: 0 !important;
  }

  .navbar.bg-white .navbar-brand > img.logo-scroll {
    opacity: 1; }
  .navbar.bg-white .navbar-brand > img.logo-trans {
    opacity: 0; }

  /* Hide nav feature names on feature pages*/
  .nav_feature {
    display: none;
  }


  .hellobar_navbar {
    height: 200px !important;
  }
}

@media (max-width: 576px) {
  /* Hide nav arrows on feature pages*/
  .feature_next, .feature_prev {
    display: none;
  }
}

/*
Dropdown menu styles
*/
.dropdown-menu {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  min-width: 12rem;
  background-color: #fff;
  border: 0px;
  padding: 1rem .0rem;
  border-radius: 0px;
  margin: 0px;
}

.dropdown-menu .dropdown-item {
  font-weight: 400;
  font-size: 1.1rem;
  color: #333c4e;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  word-wrap: break-word;
}
  .dropdown-menu .dropdown-item.current-demo {
    pointer-events: none;
    cursor: default;
    opacity: 0.4; }


@media (max-width: 576px) {
  /* hide submenu borders in nav on mobile */
  .dropdown-menu {
    border: 0 !important;
  }

  /* prevent text from breaking out of nav menu bounding box on mobile */
  .dropdown-menu .dropdown-item {
    white-space: normal;
  }
}

@media (min-width: 992px) {
  .dropdown-menu, .dropdown-submenu .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
/*    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;*/}

  .show > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }

  .dropdown-submenu {
    position: relative;
  }
/*
Parallax backgrounds
*/
.gradient-bg-hero {
  position: relative;
  overflow: hidden;
  z-index: 3;
  padding-top: 8rem;
  padding-bottom: 0;
  background: linear-gradient(215deg, #1ecfca 0%, #9c51f5 70%, #b88ee7 100%);
  background: -webkitlinear-gradient(215deg, #1ecfca 0%, #9c51f5 70%, #b88ee7 100%); }
  .gradient-bg-hero h3.h1 {
    font-weight: 400;
    color: #444;
    font-size: 44px;
    line-height: 1.3;
      font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }


.hero-gradient-dark-small {
  padding-bottom: 0rem;
  padding-top: 6rem; }

.hero-gradient-dark {
/*  padding-bottom: 6rem; */
  padding-top: 8rem;
  position: relative;
  z-index: 3; }
  .hero-gradient-dark h3 {
    font-weight: 400;
    color: #444;
    font-size: 44px;
    line-height: 1.3;
      font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.parallax-video-fc {
  position: relative;
  z-index: 3;
  height: 100%;
  overflow: hidden; }

.fullScreen-particles {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .fullScreen-particles .content-table {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

/*
Cards features,  icons, images, teams etc.
*/
.feature-icon {
  padding-top: 30px;
  padding-bottom: 30px; }
  .feature-icon i {
    font-size: 3rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; }
  .feature-icon h4 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px; }
    .feature-icon h4:after {
      content: "";
      width: 40px;
      height: 1px;
      background-color: #1ecfca;
      position: absolute;
      left: 50%;
      margin-left: -20px;
      bottom: 0; }

.feature-img {
  max-width: 500px;
  position: absolute; }
  .feature-img.img-right {
    right: 0; }
  .feature-img.img-left {
    left: 0; }

.feature-list li, .problem-list li {
  padding-left: 30px;
  display: block;
  margin-bottom: 28px;
  position: relative;
  font-size: 20px; }
  .feature-list li:before {
    content: "\e959";
    font-family: 'Linearicons';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
/*    font-size: 1rem;
*/    color: #1ecfca; }

  .problem-list li:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00d";
    position: absolute;
    font-weight: 600;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #fa5240; }


@media (min-width: 992px) {
  .feature-img-section {
    position: relative; }
  .feature-img {
    position: absolute;
    max-width: 600px; }
    .feature-img.pos-left {
      left: 0; }
    .feature-img.pos-right {
      right: 0; } }

/*
Pricing tables
*/
.pricing-card, .pricing-faq {
  flex: 1;
  text-align: center;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px; }
  .pricing-card h4, .pricing-faq h4 {
    padding: 25px 20px;
    margin: 0; }
  .pricing-card .price-value {
    padding: 50px 20px;
    background-color: rgba(0, 0, 0, 0.03);
    font-size: 72px;
    line-height: 40px;
    font-weight: 700;
    color: #1ecfca; }
    .pricing-card .price-value sup {
      font-size: 13px;
      color: #1ecfca;
      vertical-align: top;
      font-weight: 400; }
    .pricing-card .price-value sub {
      font-size: 13px;
      font-weight: 400;
      color: #aeaeae;
      vertical-align: bottom;
      opacity: 0.5; }
    .pricing-card .card-price {
        color: #aeaeae;
        padding-top: 30px;
    }
    .pricing-card .card-price a {
        color: #aeaeae;
        text-decoration: underline;
    }

  .pricing-card ul.list-unstyled {
    padding: 35px 0px;
    margin: 0px; }
    .pricing-card ul.list-unstyled li {
      position: relative;
      display:block;
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 7px;
      text-align: center !important;
      border-bottom: 1px solid #eee;
      margin-bottom: 7px; }
      .pricing-card ul.list-unstyled li a {
        padding-left: 20px;
        color: #818181 !important;
      }
      .pricing-card ul.list-unstyled li:last-child {
        margin-bottom: 0px; }
  .pricing-card .pricing-footer {
    display: block;
    padding: 60px 20px 35px 20px;
    position: relative; }
  .pricing-card:hover, .pricing-card.active, .pricing-faq:hover {
    box-shadow: 0px 15px 50px rgba(70, 73, 92, 0.1); }
  .pricing-card.active {
      background-image: linear-gradient(to bottom, #da70d6 0%, #000 100%);

/*    background: linear-gradient(215deg, #1ecfca 0%, #9c51f5 70%, #b88ee7 100%);
    background: -webkitlinear-gradient(215deg, #1ecfca 0%, #9c51f5 70%, #b88ee7 100%);
    background-color: #1ecfca;*/ }
    .pricing-card.active h4 {
      color: #fff; }
    .pricing-card.active > ul > li > .feature > .text-muted {
      opacity: 0.5 !important;
      color: #fff !important;
    }

    .pricing-card.active .price-value {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.1); }
      .pricing-card.active .price-value sub, .pricing-card.active .price-value sup {
        color: #fff;
        opacity: 0.5; }
        .pricing-card.active .card-price {
            color: #fff;
        }
        .pricing-card.active .card-price a {
            color: #fff;
            text-decoration: underline;
        }
    .pricing-card.active ul.list-unstyled li {
      border-bottom-color: rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.8); }

      .pricing-card.active span.feature {
        text-decoration: none;
        color: #fff !important;
      }

      .pricing-card p {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 24px;   /* font size * 1.618 */
      }
        .pricing-card.active p {
          color: #fff;
        }

    .pricing-card.active .text-muted {
      color: #fff !important;
      opacity: 0.5;
    }


    .pricing-card.active .pricing-footer {
      border-top-color: rgba(255, 255, 255, 0.1); }

/*
Clients & reviews
*/
.client-reviews-card {
  text-align: center;
  position: relative; }
/*  .client-reviews-card:before {
    content: "\e7e0";
    font-family: 'Linearicons';
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    font-size: 32px;
    border: 1px solid #eee;
    z-index: 2;
    border-radius: 50%; }
*/  .client-reviews-card .client-reviews-content {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px 20px;
    text-align: left;
/*    font-size: 1rem;
    font-style: italic;
*/    font-weight: 400;
    margin-bottom: 20px; }
  .client-reviews-card .client-reviews-content:after, .client-reviews-card .client-reviews-content:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .client-reviews-card .client-reviews-content:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  .client-reviews-card .client-reviews-content:before {
    border-color: rgba(238, 238, 238, 0);
    border-top-color: #eee;
    border-width: 11px;
    margin-left: -11px; }
  .client-reviews-card .client-reviews-author {
    display: inline-block; }
    .client-reviews-card .client-reviews-author .img-fluid {
/*      width: 60px;
*/      margin: 0 auto;
      margin-bottom: 15px; }
    .client-reviews-card .client-reviews-author h5 {
      text-transform: capitalize;
      font-weight: 700;
      letter-spacing: 0px;
      margin-bottom: 0px;
      }
    .client-reviews-card .client-reviews-author span {
      color: #1ecfca;
      font-style: italic;
      opacity: 0.5; }

.owl-carousel.owl-clients .item img {
  display: block;
  margin: 0 auto;
  border: 2px solid rgba(30, 207, 202, 0.04); }

/*
Parallax backgrounds
*/
.bg-parallax {
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  overflow: hidden; }
  .bg-parallax .container {
    position: relative;
    z-index: 3; }

.parallax-overlay {
  background: #344880;
  background: -webkit-linear-gradient(left, #344880, #1ecfca);
  background: -moz-linear-gradient(left, #344880, #1ecfca);
  background: -webkit-linear-gradient(left, #344880, #1ecfca);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0.8;
  z-index: 0; }

/*
Tweeter feeds style
*/
.tweets-container ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .tweets-container ul li {
    padding-bottom: 10px;
    color: rgba(70, 73, 92, 0.7);
    font-size: 16px;
    font-weight: 400; }
    .tweets-container ul li a {
      color: #46495c; }
      .tweets-container ul li a:hover {
        text-decoration: underline; }

/*
Owl carousel sliders style
*/
.carousel-outer {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 13; }
  .carousel-outer .owl-theme .owl-dots {
    position: absolute;
    z-index: 99;
    width: 100%;
    bottom: 0; }
  .carousel-outer .item img {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    max-width: 800px;
    height: auto; }

.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%; }
  .owl-carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0; }
  .owl-carousel.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0; }

  .owl-carousel.owl-theme.carousel-dark .owl-nav .owl-next {
    margin-right: 5px; }
  .owl-carousel.owl-theme.carousel-dark .owl-nav .owl-prev {
    margin-left: 5px; }


.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #999;
  height: auto;
  width: auto; }

.owl-carousel.owl-theme.carousel-dark .owl-nav [class*=owl-] {
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #000;
}



.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  padding: 0px;
  border-radius: 50%;
  background-color: #999;
  opacity: .7;
  margin-bottom: 0px; }
  .owl-theme .owl-dots .owl-dot span:hover {
    background-color: #1ecfca; }

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1ecfca;
  opacity: 1; }

.owl-carousel.owl-theme.carousel-review p {
  font-size: 26px;
  margin-bottom: 30px;
  line-height: 1.8; }

.owl-carousel.owl-theme.carousel-review .img-fluid {
  width: 125px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px; }

.owl-theme .owl-nav [class*=owl-], .owl-theme .owl-nav [class*=owl-], .owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  opacity: 0.8;
  transition: all .3s;
  background-color: transparent;
  -webkit-transition: all .3s; }
  .owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1; }

/*.bg-primary .owl-theme .owl-nav [class*=owl-], .bg-primary-dark .owl-theme .owl-nav [class*=owl-], .bg-dark .owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  opacity: 0.8;
  transition: all .3s;
  background-color: transparent;
  -webkit-transition: all .3s; }
  .bg-primary .owl-theme .owl-nav [class*=owl-]:hover, .bg-primary-dark .owl-theme .owl-nav [class*=owl-]:hover, .bg-dark .owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1; }
*/
/*
Footer style
*/
.footer {
/*  padding-top: 90px; */
  padding-bottom: 60px;
  background-color: #fbfbfb; }
  .footer ul.list-unstyled li {
    position: relative;
    color: rgba(70, 73, 92, 0.7);
    font-size: 15px;
    display: block;
    padding-bottom: 8px; }
    .footer ul.list-unstyled li:last-child {
      padding-bottom: 0; }
    .footer ul.list-unstyled li a {
      color: rgba(70, 73, 92, 0.7); }
      .footer ul.list-unstyled li a:hover {
        color: #46495c; }
  .footer hr {
    border-top: 2px solid rgba(30, 207, 202, 0.05); }
  .footer .copyright span {
    color: rgba(70, 73, 92, 0.7); }
    .footer .copyright span a {
      color: #46495c; }

@media (max-width: 991px) {

  .hero-gradient-dark {
    padding-bottom: 0rem;
    padding-top: 4rem; }
  .navbar-toggler {
/*    position: absolute;
    right: 15px;
    background-image: none;
*//*    border: 0px;
    padding: 0px;
    top: 1px;
    width: 40px;
    height: 36px;
    line-height: 1; */}
/*    .navbar-toggler .navbar-toggler-icon {
      background-image: none; }
      .navbar-toggler .navbar-toggler-icon:after {
        font-family: 'Linearicons';
        content: "\e92b";
        position: absolute;
        right: 0;
        font-size: 2em;
        top: 3px;
        transition: all .3s;
        -webkit-transition: all .3s;
        color: #000;
        cursor: pointer; }
*/  .navbar .navbar-nav .nav-link {
    border-top: 0px; }
  .navbar.navbar-expand-lg .nav-link.btn {
    width: 33%; }

  .navbar.navbar-expand-lg .navbar-collapse.show {
    height: 400px;
    overflow-y: scroll; }
  .dropdown-menu {
    box-shadow: none; }
/*  .feature-img-section {
    text-align: center; }
*//*  .feature-list li {
    padding-left: 21px;
    margin-left: 20px;
    display: inline-block;}*/
  .feature-img {
    position: static;
    margin-bottom: 30px;
    width: 100%;
    display: table;
    margin: 0 auto;
    display: block; } }

/* KM Added styles */

.blog a, .blog-cta a {
  /* border-bottom: 1px solid #1ecfca; */
}

.blog .inline-cta {
  border: 1px solid #aaa;
  padding: 0 40px 0 40px;
  background-color: #eee;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}

.blog .info-block {
  border-bottom: 1px solid #ccc !important;
  border-top: 1px solid #ccc !important;
}

.blog .small, small {
  font-size: 16px;
  line-height: 25.888px; /* font size * 1.618 */
  font-weight: 400;
}

.blog p {
  font-size: 21px;
  line-height: 31.5px;   /* font size * 1.618 */
  padding: 0px;
  color: #333;
  margin: 0 auto 30px 0;
}

.blog p > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blog .image {
  margin-top: 0px !important;
}

.blog ul, .blog ol {
  margin: 0 0 30px 0; }

.blog li {
  font-size: 21px;
  line-height: 31.5px;  /* font size * 1.618 */
  margin-left: 10px;
  color: #333;
}

.blog li p {
  margin: 0 0 5px auto;
}

.blog.left-nav-div {
  height: 100%;
  top: 100px !important;
  position:-webkit-sticky;
  position:sticky;
  z-index:1;
}

@media (max-width: 600px) {
   .blog.left-nav-div {
    position: static;
    height: auto;
    top: auto;
    z-index:1;
   }

}


.blog ul.left-nav, .blog ul.left-nav {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.blog ol.left-nav li, .blog ul.left-nav li {
  font-size: 16px;
  margin-left: 0px;
  color: #333;
  font-weight: normal;
  line-height: 28px;
}
.blog blockquote {
  border-left: 10px solid #ddd;
  padding-left: 20px;
  margin-left: 0px;
  font-size: 28px;
  margin: 35px auto;
}

.blog h4 a {
  color: #1ecfca;
}

.blog h4 a:hover {
  text-decoration: underline;
}

.blog .email-sub-response {
  text-align: center;
  padding: 20px;
}

.blog .email-sub-response.success {
  background-color: #e5fcd0;
  color: #4b7920;
  border: 1px solid #bee49a;
  font-weight: normal;
}

.blog .email-sub-response.error {
  background-color: #fee5e4;
  color: #e3423d;
  border: 1px solid rgba(250, 98, 94, 0.15);
  font-weight: normal;
}

.alert-primary {
  border: 1px solid #b8daff !important;
  background-color: #e5f2ff !important;
  color: #46495c !important;
}

.alert-primary > .alert-heading {
  color: rgb(16, 114, 206);
  font-weight: bold;
}

.blog .h1, .blog .h2, .blog .h3, .blog .h4, .blog .h5, .blog .h6, .blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6 {
  margin-bottom: .5rem;
  font-family: "Poppins", system-ui, -apple-system, sans-serif,;
  font-weight: bold;
  line-height: 1.3;
  color: #46495c;
}

/* Hack so tocbot shows full header when you use it to navigate in-page:
https://github.com/tscanlin/tocbot/issues/133#issue-425189459 */

.h2_leading h2::before, .h3_leading h3::before {
    display: block;
    content: " ";
    height: 90px;
    margin-top: -90px;
    visibility: hidden;
}

/* end hack */

.h2_leading h2, .h3_leading h3{
  margin-top: 85px !important;
}

.blog h2, .blog h3{
  margin: 0px auto 30px 0;
}

.docs h3, .docs h4 {
  margin: 0 auto 30px 0;
}

.docs .image, .blog .image, .image {
  border: 1px solid #ddd;
}

.docs .image, .image {
  margin-top: 20px;
}

.header-link {
  display: inline-block;
  margin-left: -20px;
  padding-right: 8px;
  border: none !important;
  }

.header-link svg {
  visibility: hidden;
}

/* KM: doesn't add anchors for h1 */
h2:hover .header-link svg,
h3:hover .header-link svg,
h4:hover .header-link svg,
h5:hover .header-link svg,
h6:hover .header-link svg {
  visibility: visible;
}

.no-anchor > .header-link svg {
  display: none;
}

.no-anchor > .header-link {
  margin-left: 0px;
  padding-right: 0px;
  border: none !important;
}



.hide {
  display: none !important;
  opacity: 0;
  transition: all 1s ease;
}

.logo {
  margin-top: 10px;
  margin-bottom: 10px;
  }

.not-last {
  margin-right: 50px;
}

.flex {
  display: flex;
}

@media (min-width: 766px) {
/*  .blog-title {
    padding-left: 50px;
    padding-right: 50px;
  }
*/}

@media (max-width: 765px) {

  .logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .not-last {
    margin-right: 0px;
  }

  #intercom-container {
    display: none;
  }


  /* The CTA is fixed position so that it's always on screen.  But on mobile
     the fixed positioning overlaps the footer.  So when the screen size changes,
     we replace position: fixed with position: inline so it doesn't overlap the footer; */
  .blog-cta {
    display: block;
    padding: 20px;
    margin-left: 20px;
    margin-top: 20px;
    border: 1px solid #ddd;
    width: 305px;
    position: fixed;
  }

  .logos img {
    width: 75px !important;
    height: 75px !important;
  }
}

@media (max-width: 576px) {
  .video {
    width: 350px  !important;
    height: 197px !important;}
}



/* KM: add styles for blog TOC */

#toc {
  background-color: #f0f4f7;
  border: 1px solid #b8daff;
  padding: 0 40px 0px 40px;
  margin-bottom: 30px;
  margin-top: 30px;
}

#toc-list ul {
  margin-bottom: 20px !important;
}

#toc-list li {
  padding-bottom: 5px;
}

a.toc-link  {
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
}


/*
Tables style
*/
.table thead th {
  border-color: #e1eaea;
  border-bottom-width: 1px; }

.table thead th.right, .table td.right {
  text-align: right; }

.table thead th a {
  text-decoration: underline;
  color: rgba(24, 35, 89, 0.85);}

.table thead th a:hover {
  color: #0084ff;}

.table thead th i.fa-sort-desc {
  padding-bottom: 8px;
  margin-left: 3px;
  vertical-align: middle;
}

.table thead th i.fa-sort-up {
  padding-top: 8px;
  margin-left: 3px;
  vertical-align: middle;
}


.table .customUi-checkbox {
  position: relative;
  height: 20px; }
  .table .customUi-checkbox input {
    width: 20px !important;
    height: 20px !important;
    z-index: 1 !important;
    cursor: pointer; }

.table th:hover a.text-muted, .table th:hover a .text-muted, .table td:hover a.text-muted, .table td:hover a .text-muted {
  opacity: 0.85 !important; }

.table td, .table th {
  border-color: #e1eaea;
}

.table td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

.table td p {
  font-size: 16px;
}

.table.table-primary.table, .table.table-primary > td, .table.table-primary > th {
  background-color: rgba(229, 242, 255, 0.5); }
  .table.table-primary.table thead, .table.table-primary.table th, .table.table-primary > td thead, .table.table-primary > td th, .table.table-primary > th thead, .table.table-primary > th th {
    border-color: rgba(16, 114, 206, 0.05); }

/*.table.table-primary tbody tr:hover {
  background-color: rgba(0, 132, 255, 0.05); }
*/
.table-hover tbody tr:hover {
  background-color: #f3f8fa; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f3f8fa; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.table-dark {
  background-color: #2c2d3a;
  color: #bcbdc5; }

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: rgba(188, 189, 197, 0.25); }

.table-active, .table-active > td, .table-active > th {
  background-color: #e5f2ff; }

.table-success, .table-success > td, .table-success > th {
  background-color: #e5fcd0; }

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #fef8e2; }

.table-info, .table-info > td, .table-info > th {
  background-color: #e7f7fe; }

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #fee5e4; }

.table-teal, .table-teal > td, .table-teal > th {
  background-color: #d9fff8; }

.table-purple, .table-purple > td, .table-purple > th {
  background-color: #f4daff; }

.table-pink, .table-pink > td, .table-pink > th {
  background-color: #fde6f3; }

.table-bordered {
  border-color: #e1eaea; }

table.table-data.dataTable {
  border-collapse: collapse !important; }
  table.table-data.dataTable tr {
    border-collapse: collapse; }
  table.table-data.dataTable thead th {
    border-bottom: 0px; }

table.dataTable {
  border-collapse: collapse !important; }

.dataTables_wrapper select.form-control {
  margin: 0rem .5rem; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  background-color: #0084ff;
  box-shadow: none;
  width: 16px;
  height: 16px;
  display: block;
  border: 0px;
  border-radius: 2px;
  line-height: 19px; }

.table-contacts tr td, .table-contacts tr th {
  vertical-align: middle;
  text-align: left; }

.text-muted {
  opacity: 0.3;
}

.caption {
  display: block;
  text-align: center;
}

/*h3.anchor::before {
  content: ' ';
  display: block;
  position: relative;
  width: 0;

  height: 200px;
  margin-top: -200px;
  pointer-events: none;
  visibility: hidden;
}
*/
/**[id]:before {
  display: block;
  content: " ";
  margin-top: -75px;
  height: 75px;
  visibility: hidden;
}
*/

#pricing-slider > .irs--round > .irs-bar{
  background-color: #1ecfca !important;
}


#pricing-slider > .irs--round .irs-handle {
  background-color: #1ecfca !important;
  border: 4px solid #1ecfca !important;
}

.headshot {
  border-radius: 50%;
  border: 1px solid #ccc;
}

hr.separator, hr.feature-group-separator {
  border-color: #1ecfca;
  width: 50%;
  text-align: center;
  margin: 35px auto;
}

hr.feature-group-separator {
  margin: 80px auto 50px auto;
}


.pointer:hover {
  cursor: pointer;
}

.badge {
  letter-spacing: 0px;
  padding: 0px;
  padding-top: 0px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  border-radius: 100px;
  display: inline-block !important;
  text-align: center;
  font-size: .7rem;
  font-weight: 500;
  position: relative; }
 .badge.badge-text {
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    padding: .25rem .35rem;
    border-radius: 4px;
    font-size: .65rem;
    position: relative; }
  .badge.large-badge {
    font-size: 28px !important;
  }

  @media (max-width: 576px) {
    .badge.large-badge {
      font-size: 22px !important;
    }
  }

  .bg-danger, .badge-danger {
    background-color: #fa5240  !important;
    color: #fff;
    color: #fee5e4; }
    .bg-danger .b-b, .bg-danger .b-t, .bg-danger .b-r, .bg-danger .b-l, .badge-danger .b-b, .badge-danger .b-t, .badge-danger .b-r, .badge-danger .b-l {
      border-color: rgba(254, 229, 228, 0.2) !important; }

  .bg-success, .badge-success {
    background-color: #46da60  !important;
    color: #e5fcd0; }
    .bg-success .b-b, .bg-success .b-t, .bg-success .b-r, .bg-success .b-l, .badge-success .b-b, .badge-success .b-t, .badge-success .b-r, .badge-success .b-l {
      border-color: rgba(229, 252, 208, 0.2) !important; }

.integration-logos .logo-hover:hover {
  background-color: #eee;
}

/* Apply to div.row to make columns inside the row the same height */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.img-glow {
  border-radius: 10px;
  box-shadow: 2rem 2rem 6rem rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .clickable {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #1ecfca;
    transition: all 0.2s;
  }

  .clickable_embiggen, .clickable:hover {
    font-size:3em;
    transition: all 0.2s;
  }
}


.clickable_video {
  position: absolute;
  color: #1ecfca;
  font-size: 7em;
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.clickable_video_embiggen, .clickable_video:hover {
  font-size: 9em;
  transition: all 0.3s;
}


.subhead {
   color: #888;
}

.font36 {
  font-size: 36px;
}

.feature-faq {
  margin-top: 50px !important;
}

.feature-faq h3 {
  margin-bottom: 10px !important;
}

.feature-faq p {
  margin-bottom: 60px !important;
}


/* Next & previous buttons on Feature Pages */
#feature_nav_container {
  top: 50%;
  position: -webkit-sticky;
  position: fixed;
  z-index: 1000;
}

.feature_prev, .feature_next {
  cursor: pointer;
  width: auto;
  padding: 5px;
  font-weight: normal;
  font-size: 58px;/* size buttons */
  transition: 0.6s ease;
  border-radius: 3px;
  user-select: none;
  color: #000;
}

/* Position the "next button" to the right */
.feature_prev {
  margin-left: 20px;
  position: fixed;
  left: 0;
}

/* Position the "next button" to the right */
.feature_next {
  margin-right: 20px;
  right: 0;
  position: fixed;
}

/* On hover, add a black background color with a little bit see-through */
.feature_prev:hover, .feature_next:hover {
  background-color: rgba(0,0,0,0.8);
}

.neighbour_feature_name {
  font-size: 18px;
  vertical-align: middle;
}

.nav_feature {
  vertical-align:middle;
}

.feature_box {
  height: 100%;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 1px solid #ddd;
}

@media (max-width: 576px) {
  .feature_col {
    padding-bottom: 20px;
  }

  .neighbour_feature .btn {
    white-space: normal;
  }
}



.feature_image {
  box-shadow: 2rem 2rem 6rem rgba(0, 0, 0, 0.1);
}

.neighbour_feature {
  padding: 5px 8px;
  font-weight: 400;
  font-size: 12px;
}


.modal-backdrop.in {
    filter: alpha(opacity=5);
    opacity: 0.5;
}

#image_modal .modal-dialog {
  max-width: 70%;
  height: auto;
}


@media (max-width:576px) {
  #image_modal .modal-dialog {
    max-width: 100%;
    height: auto;
  }
}


#video_modal .modal-dialog {
  max-width: 80%;
  height: auto;
}

@media (max-width:576px) {
  #video_modal .modal-dialog {
    max-width: 100%;
    height: auto;
  }
}

#video_modal .modal-body {
  padding: 0 25px 25px 25px;
}


#video_modal .modal-header {
  padding: 25px 25px 15px 25px;
  border: 0;
  text-align: right;
}

#video_modal .modal-content {
  background: none;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;"
}

#video_modal .close {
  float: none;
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
}

.screenshot-bg {
  position: absolute;
  background-image: linear-gradient(to bottom, #da70d6 0%, #000 100%);
  transform: matrix(0.999848, -0.0174524, 0.0174524, 0.999848, 0, 0);
  transform-origin: bottom left;
  border-radius: .75rem;
}

@media (max-width:1200px) {

  .screenshot-bg {
    position: relative !important;
    background-image: unset !important;
    transform: none !important;
    transform-origin: unset  !important;
    border-radius: unset !important;
  }
}


.fs14 {
  font-size: 14px !important; }

.fs15 {
  font-size: 15px !important; }

.fs16 {
  font-size: 16px !important; }

.fs16pt {
  font-size: 16pt !important; }

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


/***********checkboxes***/
.customUi-switchToggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -user-select: none;
  display: inline-block;
  vertical-align: middle; }
  .customUi-switchToggle label {
    display: inline-block !important;
    cursor: pointer; }
    .customUi-switchToggle label span.label-helper {
      line-height: inherit;
      display: inline-block;
      margin-left: .5rem;
      vertical-align: middle; }
  .customUi-switchToggle input {
    opacity: 0 !important;
    height: 20px !important;
    width: 20px !important;
    position: absolute !important; }

/**switch toggler**/
.customUi-switchToggle label .label-switchToggle {
  width: 36px;
  height: 18px;
  border-radius: 100px;
  background-color: #f3f8fa;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: all .3s;
  -webkit-transition: all .3s; }
  .customUi-switchToggle label .label-switchToggle:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 4px;
    background-color: #edf4f7;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 100px; }

.customUi-switchToggle input:checked + label .label-switchToggle {
  background-color: #a8adb9; }
  .customUi-switchToggle input:checked + label .label-switchToggle:after {
    transform: translateX(18px);
    -webkit-transform: translateX(18px);
    background-color: #fff; }

.customUi-switchToggle.switchToggle-primary label .label-switchToggle {
  background-color: #e5f2ff; }
  .customUi-switchToggle.switchToggle-primary label .label-switchToggle:after {
    background-color: #0084ff; }

.customUi-switchToggle.switchToggle-primary input:checked + label .label-switchToggle {
  background-color: #0084ff; }
  .customUi-switchToggle.switchToggle-primary input:checked + label .label-switchToggle:after {
    background-color: #fff; }

.customUi-switchToggle.switchToggle-info label .label-switchToggle {
  background-color: #e7f7fe; }
  .customUi-switchToggle.switchToggle-info label .label-switchToggle:after {
    background-color: #86d4f5; }

.customUi-switchToggle.switchToggle-info input:checked + label .label-switchToggle {
  background-color: #86d4f5; }
  .customUi-switchToggle.switchToggle-info input:checked + label .label-switchToggle:after {
    background-color: #fff; }


.customUi-switchToggle.switchToggle-purple label .label-switchToggle {
  background-color: #f4daff; }
  .customUi-switchToggle.switchToggle-purple label .label-switchToggle:after {
    background-color: #a95ec7; }

.customUi-switchToggle.switchToggle-purple input:checked + label .label-switchToggle {
  background-color: #a95ec7; }
  .customUi-switchToggle.switchToggle-purple input:checked + label .label-switchToggle:after {
    background-color: #fff; }

.customUi-switchToggle.switchToggle-pink label .label-switchToggle {
  background-color: #da70d6; }
  .customUi-switchToggle.switchToggle-pink label .label-switchToggle:after {
    background-color: #fff; }

.customUi-switchToggle.switchToggle-pink input:checked + label .label-switchToggle {
  background-color: #da70d6; }
  .customUi-switchToggle.switchToggle-pink input:checked + label .label-switchToggle:after {
    background-color: #fff; }

.customUi-switchToggle.switchToggle-dark label .label-switchToggle {
  background-color: #bcbdc5; }
  .customUi-switchToggle.switchToggle-dark label .label-switchToggle:after {
    background-color: #2c2d3a; }

.customUi-switchToggle.switchToggle-dark input:checked + label .label-switchToggle {
  background-color: #2c2d3a; }
  .customUi-switchToggle.switchToggle-dark input:checked + label .label-switchToggle:after {
    background-color: #fff; }

.customUi-switchToggle input:disabled + label {
/*  opacity: .5; */
  pointer-events: none; }

.customUi-switchToggle.switchToggle-square label .label-switchToggle {
  border-radius: 0px; }
  .customUi-switchToggle.switchToggle-square label .label-switchToggle:after {
    border-radius: 0px; }

.customUi-switchToggle.switchToggle-lg label .label-switchToggle {
  width: 50px;
  height: 24px; }
  .customUi-switchToggle.switchToggle-lg label .label-switchToggle:after {
    width: 12px;
    height: 12px;
    top: 6px;
    left: 6px; }

.customUi-switchToggle.switchToggle-lg input:checked + label .label-switchToggle:after {
  transform: translateX(26px); }

.customUi-switchToggle.switchToggle-air label .label-switchToggle {
  width: 42px;
  height: 14px; }
  .customUi-switchToggle.switchToggle-air label .label-switchToggle:after {
    width: 20px;
    height: 20px;
    left: 0px;
    top: -3px;
    box-shadow: 0px 0px 2px 1px rgba(44, 45, 58, 0.15); }

.customUi-switchToggle.switchToggle-air input:checked + label .label-switchToggle:after {
  transform: translateX(22px); }

.customUi-switchToggle.switchToggle-air.switchToggle-lg label .label-switchToggle {
  width: 52px;
  height: 24px; }
  .customUi-switchToggle.switchToggle-air.switchToggle-lg label .label-switchToggle:after {
    width: 28px;
    height: 28px;
    left: 0px;
    top: -2px; }

.customUi-switchToggle.switchToggle-air.switchToggle-lg input:checked + label .label-switchToggle:after {
  transform: translateX(26px); }

.inhert-color {
  color: inherit !important;
}

.height100 {
  height: 100% !important;
}

.homepage-question {
  box-shadow: 0 4px 8px rgba(53,54,54,.15);
  border-radius: 20px;
  padding: 20px;
  margin: 20px;
  font-size: 18px;
  display: inline-block;
  color: #000;
  border: 3px solid #1ecfca;
  background-color: #fff;
}

.gradient-bg-horiz, .gradient-bg-vert, .gradient-bg-horiz-wide {
  display: inline-block;
  position: relative;
  z-index: 0;
}

.gradient-bg-horiz-wide::before {
    content: "";
    position: absolute;
    width: 100%; /* Match or exceed the container size if you want */
    height: 98%; /* Match or exceed the container size if you want */
    background: linear-gradient(to bottom, #db4cd6, #000); /* Example gradient */
    transform: rotate(-.5deg) translateX(15px) translateY(-4px); /* Rotate 5 degrees and offset right by 10px */
    z-index: -1; /* Ensure it sits behind the image */
    top: 0;
    left: 0;
    border-radius: 8px;
}

.gradient-bg-horiz::before {
    content: "";
    position: absolute;
    width: 100%; /* Match or exceed the container size if you want */
    height: 96%; /* Match or exceed the container size if you want */
    background: linear-gradient(to bottom, #db4cd6, #000); /* Example gradient */
    transform: rotate(-1deg) translateX(15px) translateY(-4px); /* Rotate 5 degrees and offset right by 10px */
    z-index: -1; /* Ensure it sits behind the image */
    top: 0;
    left: 0;
    border-radius: 8px;
}

.gradient-bg-vert::before {
    content: "";
    position: absolute;
    width: 100%; /* Match or exceed the container size if you want */
    height: 98%; /* Match or exceed the container size if you want */
    background: linear-gradient(to bottom, #db4cd6, #000); /* Example gradient */
    transform: rotate(-2deg) translateX(15px) translateY(-4px); /* Rotate 5 degrees and offset right by 10px */
    z-index: -1; /* Ensure it sits behind the image */
    top: 0;
    left: 0;
    border-radius: 8px;
}