/* Template Name: Culead - Co-working HTML Template
   Author: Uniquecrew
   Website: http://Uniquecrew.in
   Email: uniquecrewdesign@gmail.com
   Version: 1.0
   Created: September 2020
   File Description: Main Css file of the template
*/
/****************************/
/*         INDEX            */
/*===========================
 *     01.  Variables       *
 *     02.  General         *
 *     03.  Helper          *
 *     04.  Boostrap Custom *
 *     05.  Components      *
 *     06.  Menu            *
 *     07.  Home            *
 *     08.  Features        *
 *     09.  CTA             *
 *     10.  Work            *
 *     11.  Price           *
 *     12.  Testi           *
 *     13.  Blog / News     *
 *     14.  Contact         *
 *     15.  Footer         *
 ===========================*/
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700&display=swap");
/************************
    2.  General
************************/
body {
  font-family: "Nunito Sans", sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
  color: #3c4858;
  background: #f6f9fc;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5;
  font-weight: 600 !important;
}

::-moz-selection {
  background: #465467;
  color: #ffffff;
}

::selection {
  background: #465467;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.6;
}

/************************
    3.  Helper
************************/
.section {
  padding: 100px 0;
  position: relative;
}

.section-two {
  padding: 60px 0;
  position: relative;
}

.bg-overlay {
  background-color: rgba(60, 72, 88, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay-white {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-overlay-primary {
  background-color: rgba(101, 99, 255, 0.65);
}

.title-heading {
  line-height: 26px;
}

.title-heading .heading {
  font-size: 40px !important;
  letter-spacing: 1px;
}

.title-heading .para-desc {
  font-size: 17px;
  letter-spacing: 0.5px;
}

.section-title {
  position: relative;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 28px !important;
}

.para-desc {
  max-width: 600px;
}

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

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

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

.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -1px;
  left: 0;
}

.shape > svg {
  -webkit-transform: scale(2);
  transform: scale(2);
  width: 100%;
  height: auto;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.feature-posts-placeholder {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 66.6%;
}

.feature-top {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: -170px 0 0px;
}

.mover {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@media (min-width: 768px) {
  .margin-top-100 {
    margin-top: 100px;
  }
  .margin-top-60 {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .title-heading .heading {
    font-size: 30px !important;
  }
  .title-heading .para-desc {
    font-size: 15px;
  }
  .mt-60 {
    margin-top: 60px;
  }
}

@media (max-width: 425px) {
  .shape {
    bottom: -3px;
  }
  .feature-posts-placeholder {
    height: 80%;
  }
}

/*****************************
    4.  Bootstrap Custom
******************************/
h1 {
  font-size: 42px !important;
}

h2 {
  font-size: 36px !important;
}

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

h4 {
  font-size: 24px !important;
}

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

h6 {
  font-size: 16px !important;
}

.display-1 {
  font-size: 80px !important;
}

.display-2 {
  font-size: 72px !important;
}

.display-3 {
  font-size: 64px !important;
}

.display-4 {
  font-size: 56px !important;
}

.bg-primary {
  background-color: #6563ff !important;
}

.bg-soft-primary {
  background-color: rgba(101, 99, 255, 0.2) !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #4c4aff !important;
}

.bg-secondary {
  background-color: #efeff7 !important;
}

.bg-soft-secondary {
  background-color: rgba(239, 239, 247, 0.2) !important;
}

.text-secondary {
  color: #efeff7 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #dedeef !important;
}

.bg-success {
  background-color: #52cc99 !important;
}

.bg-soft-success {
  background-color: rgba(82, 204, 153, 0.2) !important;
}

.text-success {
  color: #52cc99 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #3ec68d !important;
}

.bg-warning {
  background-color: #ffbf66 !important;
}

.bg-soft-warning {
  background-color: rgba(255, 191, 102, 0.2) !important;
}

.text-warning {
  color: #ffbf66 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ffb44d !important;
}

.bg-info {
  background-color: #66ccff !important;
}

.bg-soft-info {
  background-color: rgba(102, 204, 255, 0.2) !important;
}

.text-info {
  color: #66ccff !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #4dc4ff !important;
}

.bg-danger {
  background-color: #f86446 !important;
}

.bg-soft-danger {
  background-color: rgba(248, 100, 70, 0.2) !important;
}

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

a.text-danger:hover,
a.text-danger:focus {
  color: #f74f2d !important;
}

.bg-dark-blue {
  background-color: #08083d !important;
}

.bg-soft-dark-blue {
  background-color: rgba(8, 8, 61, 0.2) !important;
}

.text-dark-blue {
  color: #08083d !important;
}

a.text-dark-blue:hover,
a.text-dark-blue:focus {
  color: #050526 !important;
}

.bg-dark {
  background-color: #3c4858 !important;
}

.bg-soft-dark {
  background-color: rgba(60, 72, 88, 0.2) !important;
}

.text-dark {
  color: #3c4858 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #323c49 !important;
}

.bg-muted {
  background-color: #8492a6 !important;
}

.bg-soft-muted {
  background-color: rgba(132, 146, 166, 0.2) !important;
}

.text-muted {
  color: #8492a6 !important;
}

a.text-muted:hover,
a.text-muted:focus {
  color: #75859b !important;
}

.pricing-features .text-muted {
  color: #3c467e !important;
}

.bg-light {
  /* background-color: #f9fcff !important; */
  background-color: #e4f1ff !important;
}

.bg-soft-light {
  background-color: rgba(249, 252, 255, 0.2) !important;
}

.text-light {
  color: #e4f1ff !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #e0efff !important;
}

.bg-footer {
  background-color: #35404e !important;
}

.bg-soft-footer {
  background-color: rgba(53, 64, 78, 0.2) !important;
}

.text-footer {
  color: #35404e !important;
}

a.text-footer:hover,
a.text-footer:focus {
  color: #2b343f !important;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 5px;
}

.rounded {
  border-radius: 6px !important;
}

.rounded-top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-left {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-right {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-pill {
  border-radius: 30px !important;
}

.rounded-md {
  border-radius: 10px !important;
}

.rounded-lg {
  border-radius: 30px !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-top {
  border-top: 1px solid #e9ecef !important;
}

.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

.border-left {
  border-left: 1px solid #e9ecef !important;
}

.border-right {
  border-right: 1px solid #e9ecef !important;
}

.modal-open {
  padding-right: 0 !important;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 56px !important;
  }
  .display-2 {
    font-size: 50px !important;
  }
  .display-3 {
    font-size: 42px !important;
  }
  .display-4 {
    font-size: 36px !important;
  }
}

@media (min-width: 576px) {
  .modal-sm {
    max-width: 400px;
  }
}

/************************
    5.  Components
************************/
.btn-primary {
  background-color: #6563ff !important;
  border: 1px solid #6563ff !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(101, 99, 255, 0.5);
  box-shadow: 0 3px 7px rgba(101, 99, 255, 0.5);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus {
  background-color: #4c4aff !important;
  border-color: #4c4aff !important;
  color: #ffffff !important;
}

.btn-soft-primary {
  background-color: rgba(101, 99, 255, 0.15) !important;
  border: 1px solid rgba(101, 99, 255, 0.1) !important;
  color: #6563ff !important;
  -webkit-box-shadow: 0 3px 7px rgba(101, 99, 255, 0.2);
  box-shadow: 0 3px 7px rgba(101, 99, 255, 0.2);
}

.btn-soft-primary:hover,
.btn-soft-primary:focus,
.btn-soft-primary:active,
.btn-soft-primary.active,
.btn-soft-primary.focus {
  background-color: #6563ff !important;
  border-color: #6563ff !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(101, 99, 255, 0.5);
  box-shadow: 0 3px 7px rgba(101, 99, 255, 0.5);
}

.btn-outline-primary {
  border: 1px solid #6563ff;
  color: #6563ff;
  background-color: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #6563ff;
  border-color: #6563ff;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(101, 99, 255, 0.5);
  box-shadow: 0 3px 7px rgba(101, 99, 255, 0.5);
}

.btn-secondary {
  background-color: #efeff7 !important;
  border: 1px solid #efeff7 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(239, 239, 247, 0.5);
  box-shadow: 0 3px 7px rgba(239, 239, 247, 0.5);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus {
  background-color: #dedeef !important;
  border-color: #dedeef !important;
  color: #ffffff !important;
}

.btn-soft-secondary {
  background-color: rgba(239, 239, 247, 0.15) !important;
  border: 1px solid rgba(239, 239, 247, 0.1) !important;
  color: #efeff7 !important;
  -webkit-box-shadow: 0 3px 7px rgba(239, 239, 247, 0.2);
  box-shadow: 0 3px 7px rgba(239, 239, 247, 0.2);
}

.btn-soft-secondary:hover,
.btn-soft-secondary:focus,
.btn-soft-secondary:active,
.btn-soft-secondary.active,
.btn-soft-secondary.focus {
  background-color: #efeff7 !important;
  border-color: #efeff7 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(239, 239, 247, 0.5);
  box-shadow: 0 3px 7px rgba(239, 239, 247, 0.5);
}

.btn-outline-secondary {
  border: 1px solid #efeff7;
  color: #efeff7;
  background-color: transparent;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #efeff7;
  border-color: #efeff7;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(239, 239, 247, 0.5);
  box-shadow: 0 3px 7px rgba(239, 239, 247, 0.5);
}

.btn-success {
  background-color: #52cc99 !important;
  border: 1px solid #52cc99 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(82, 204, 153, 0.5);
  box-shadow: 0 3px 7px rgba(82, 204, 153, 0.5);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus {
  background-color: #3ec68d !important;
  border-color: #3ec68d !important;
  color: #ffffff !important;
}

.btn-soft-success {
  background-color: rgba(82, 204, 153, 0.15) !important;
  border: 1px solid rgba(82, 204, 153, 0.1) !important;
  color: #52cc99 !important;
  -webkit-box-shadow: 0 3px 7px rgba(82, 204, 153, 0.2);
  box-shadow: 0 3px 7px rgba(82, 204, 153, 0.2);
}

.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success:active,
.btn-soft-success.active,
.btn-soft-success.focus {
  background-color: #52cc99 !important;
  border-color: #52cc99 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(82, 204, 153, 0.5);
  box-shadow: 0 3px 7px rgba(82, 204, 153, 0.5);
}

.btn-outline-success {
  border: 1px solid #52cc99;
  color: #52cc99;
  background-color: transparent;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #52cc99;
  border-color: #52cc99;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(82, 204, 153, 0.5);
  box-shadow: 0 3px 7px rgba(82, 204, 153, 0.5);
}

.btn-warning {
  background-color: #ffbf66 !important;
  border: 1px solid #ffbf66 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(255, 191, 102, 0.5);
  box-shadow: 0 3px 7px rgba(255, 191, 102, 0.5);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus {
  background-color: #ffb44d !important;
  border-color: #ffb44d !important;
  color: #ffffff !important;
}

.btn-soft-warning {
  background-color: rgba(255, 191, 102, 0.15) !important;
  border: 1px solid rgba(255, 191, 102, 0.1) !important;
  color: #ffbf66 !important;
  -webkit-box-shadow: 0 3px 7px rgba(255, 191, 102, 0.2);
  box-shadow: 0 3px 7px rgba(255, 191, 102, 0.2);
}

.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning:active,
.btn-soft-warning.active,
.btn-soft-warning.focus {
  background-color: #ffbf66 !important;
  border-color: #ffbf66 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(255, 191, 102, 0.5);
  box-shadow: 0 3px 7px rgba(255, 191, 102, 0.5);
}

.btn-outline-warning {
  border: 1px solid #ffbf66;
  color: #ffbf66;
  background-color: transparent;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #ffbf66;
  border-color: #ffbf66;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(255, 191, 102, 0.5);
  box-shadow: 0 3px 7px rgba(255, 191, 102, 0.5);
}

.btn-info {
  background-color: #66ccff !important;
  border: 1px solid #66ccff !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(102, 204, 255, 0.5);
  box-shadow: 0 3px 7px rgba(102, 204, 255, 0.5);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus {
  background-color: #4dc4ff !important;
  border-color: #4dc4ff !important;
  color: #ffffff !important;
}

.btn-soft-info {
  background-color: rgba(102, 204, 255, 0.15) !important;
  border: 1px solid rgba(102, 204, 255, 0.1) !important;
  color: #66ccff !important;
  -webkit-box-shadow: 0 3px 7px rgba(102, 204, 255, 0.2);
  box-shadow: 0 3px 7px rgba(102, 204, 255, 0.2);
}

.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info:active,
.btn-soft-info.active,
.btn-soft-info.focus {
  background-color: #66ccff !important;
  border-color: #66ccff !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(102, 204, 255, 0.5);
  box-shadow: 0 3px 7px rgba(102, 204, 255, 0.5);
}

.btn-outline-info {
  border: 1px solid #66ccff;
  color: #66ccff;
  background-color: transparent;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #66ccff;
  border-color: #66ccff;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(102, 204, 255, 0.5);
  box-shadow: 0 3px 7px rgba(102, 204, 255, 0.5);
}

.btn-danger {
  background-color: #f86446 !important;
  border: 1px solid #f86446 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(248, 100, 70, 0.5);
  box-shadow: 0 3px 7px rgba(248, 100, 70, 0.5);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus {
  background-color: #f74f2d !important;
  border-color: #f74f2d !important;
  color: #ffffff !important;
}

.btn-soft-danger {
  background-color: rgba(248, 100, 70, 0.15) !important;
  border: 1px solid rgba(248, 100, 70, 0.1) !important;
  color: #f86446 !important;
  -webkit-box-shadow: 0 3px 7px rgba(248, 100, 70, 0.2);
  box-shadow: 0 3px 7px rgba(248, 100, 70, 0.2);
}

.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger:active,
.btn-soft-danger.active,
.btn-soft-danger.focus {
  background-color: #f86446 !important;
  border-color: #f86446 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(248, 100, 70, 0.5);
  box-shadow: 0 3px 7px rgba(248, 100, 70, 0.5);
}

.btn-outline-danger {
  border: 1px solid #f86446;
  color: #f86446;
  background-color: transparent;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #f86446;
  border-color: #f86446;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(248, 100, 70, 0.5);
  box-shadow: 0 3px 7px rgba(248, 100, 70, 0.5);
}

.btn-dark-blue {
  background-color: #08083d !important;
  border: 1px solid #08083d !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(8, 8, 61, 0.5);
  box-shadow: 0 3px 7px rgba(8, 8, 61, 0.5);
}

.btn-dark-blue:hover,
.btn-dark-blue:focus,
.btn-dark-blue:active,
.btn-dark-blue.active,
.btn-dark-blue.focus {
  background-color: #050526 !important;
  border-color: #050526 !important;
  color: #ffffff !important;
}

.btn-soft-dark-blue {
  background-color: rgba(8, 8, 61, 0.15) !important;
  border: 1px solid rgba(8, 8, 61, 0.1) !important;
  color: #08083d !important;
  -webkit-box-shadow: 0 3px 7px rgba(8, 8, 61, 0.2);
  box-shadow: 0 3px 7px rgba(8, 8, 61, 0.2);
}

.btn-soft-dark-blue:hover,
.btn-soft-dark-blue:focus,
.btn-soft-dark-blue:active,
.btn-soft-dark-blue.active,
.btn-soft-dark-blue.focus {
  background-color: #08083d !important;
  border-color: #08083d !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(8, 8, 61, 0.5);
  box-shadow: 0 3px 7px rgba(8, 8, 61, 0.5);
}

.btn-outline-dark-blue {
  border: 1px solid #08083d;
  color: #08083d;
  background-color: transparent;
}

.btn-outline-dark-blue:hover,
.btn-outline-dark-blue:focus,
.btn-outline-dark-blue:active,
.btn-outline-dark-blue.active,
.btn-outline-dark-blue.focus,
.btn-outline-dark-blue:not(:disabled):not(.disabled):active {
  background-color: #08083d;
  border-color: #08083d;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(8, 8, 61, 0.5);
  box-shadow: 0 3px 7px rgba(8, 8, 61, 0.5);
}

.btn-dark {
  background-color: #3c4858 !important;
  border: 1px solid #3c4858 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(60, 72, 88, 0.5);
  box-shadow: 0 3px 7px rgba(60, 72, 88, 0.5);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus {
  background-color: #323c49 !important;
  border-color: #323c49 !important;
  color: #ffffff !important;
}

.btn-soft-dark {
  background-color: rgba(60, 72, 88, 0.15) !important;
  border: 1px solid rgba(60, 72, 88, 0.1) !important;
  color: #3c4858 !important;
  -webkit-box-shadow: 0 3px 7px rgba(60, 72, 88, 0.2);
  box-shadow: 0 3px 7px rgba(60, 72, 88, 0.2);
}

.btn-soft-dark:hover,
.btn-soft-dark:focus,
.btn-soft-dark:active,
.btn-soft-dark.active,
.btn-soft-dark.focus {
  background-color: #3c4858 !important;
  border-color: #3c4858 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(60, 72, 88, 0.5);
  box-shadow: 0 3px 7px rgba(60, 72, 88, 0.5);
}

.btn-outline-dark {
  border: 1px solid #3c4858;
  color: #3c4858;
  background-color: transparent;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #3c4858;
  border-color: #3c4858;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(60, 72, 88, 0.5);
  box-shadow: 0 3px 7px rgba(60, 72, 88, 0.5);
}

.btn-muted {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
  box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus {
  background-color: #75859b !important;
  border-color: #75859b !important;
  color: #ffffff !important;
}

.btn-soft-muted {
  background-color: rgba(132, 146, 166, 0.15) !important;
  border: 1px solid rgba(132, 146, 166, 0.1) !important;
  color: #8492a6 !important;
  -webkit-box-shadow: 0 3px 7px rgba(132, 146, 166, 0.2);
  box-shadow: 0 3px 7px rgba(132, 146, 166, 0.2);
}

.btn-soft-muted:hover,
.btn-soft-muted:focus,
.btn-soft-muted:active,
.btn-soft-muted.active,
.btn-soft-muted.focus {
  background-color: #8492a6 !important;
  border-color: #8492a6 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
  box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
}

.btn-outline-muted {
  border: 1px solid #8492a6;
  color: #8492a6;
  background-color: transparent;
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active {
  background-color: #8492a6;
  border-color: #8492a6;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
  box-shadow: 0 3px 7px rgba(132, 146, 166, 0.5);
}

.btn-light {
  background-color: #f9fcff !important;
  border: 1px solid #f9fcff !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(249, 252, 255, 0.5);
  box-shadow: 0 3px 7px rgba(249, 252, 255, 0.5);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus {
  background-color: #e0efff !important;
  border-color: #e0efff !important;
  color: #ffffff !important;
}

.btn-soft-light {
  background-color: rgba(249, 252, 255, 0.15) !important;
  border: 1px solid rgba(249, 252, 255, 0.1) !important;
  color: #f9fcff !important;
  -webkit-box-shadow: 0 3px 7px rgba(249, 252, 255, 0.2);
  box-shadow: 0 3px 7px rgba(249, 252, 255, 0.2);
}

.btn-soft-light:hover,
.btn-soft-light:focus,
.btn-soft-light:active,
.btn-soft-light.active,
.btn-soft-light.focus {
  background-color: #f9fcff !important;
  border-color: #f9fcff !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(249, 252, 255, 0.5);
  box-shadow: 0 3px 7px rgba(249, 252, 255, 0.5);
}

.btn-outline-light {
  border: 1px solid #f9fcff;
  color: #f9fcff;
  background-color: transparent;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active {
  background-color: #f9fcff;
  border-color: #f9fcff;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(249, 252, 255, 0.5);
  box-shadow: 0 3px 7px rgba(249, 252, 255, 0.5);
}

.btn-footer {
  background-color: #35404e !important;
  border: 1px solid #35404e !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
  box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
}

.btn-footer:hover,
.btn-footer:focus,
.btn-footer:active,
.btn-footer.active,
.btn-footer.focus {
  background-color: #2b343f !important;
  border-color: #2b343f !important;
  color: #ffffff !important;
}

.btn-soft-footer {
  background-color: rgba(53, 64, 78, 0.15) !important;
  border: 1px solid rgba(53, 64, 78, 0.1) !important;
  color: #35404e !important;
  -webkit-box-shadow: 0 3px 7px rgba(53, 64, 78, 0.2);
  box-shadow: 0 3px 7px rgba(53, 64, 78, 0.2);
}

.btn-soft-footer:hover,
.btn-soft-footer:focus,
.btn-soft-footer:active,
.btn-soft-footer.active,
.btn-soft-footer.focus {
  background-color: #35404e !important;
  border-color: #35404e !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
  box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
}

.btn-outline-footer {
  border: 1px solid #35404e;
  color: #35404e;
  background-color: transparent;
}

.btn-outline-footer:hover,
.btn-outline-footer:focus,
.btn-outline-footer:active,
.btn-outline-footer.active,
.btn-outline-footer.focus,
.btn-outline-footer:not(:disabled):not(.disabled):active {
  background-color: #35404e;
  border-color: #35404e;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
  box-shadow: 0 3px 7px rgba(53, 64, 78, 0.5);
}

.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 6px;
}

.btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}

.btn.btn-lg {
  padding: 14px 30px;
  font-size: 20px;
}

.btn.searchbtn {
  padding: 6px 20px;
}

.btn.btn-pills {
  border-radius: 30px;
}

.btn.btn-light {
  color: #3c4858 !important;
  background: #f9fcff;
  border: 1px solid #e9ecef !important;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
  background-color: #e0efff !important;
  color: #3c4858;
}

.btn.btn-outline-light {
  border: 1px solid #e9ecef !important;
  color: #3c4858 !important;
  background-color: transparent;
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active,
.btn.btn-outline-light.focus {
  background-color: #f9fcff;
}

.btn.btn-icon {
  height: 36px;
  width: 36px;
  line-height: 32px;
  padding: 0;
}

.btn.btn-icon .icons {
  height: 16px;
  width: 16px;
  font-size: 16px;
}

.btn.btn-icon.btn-lg {
  height: 48px;
  width: 48px;
  line-height: 46px;
}

.btn.btn-icon.btn-lg .icons {
  height: 20px;
  width: 20px;
  font-size: 20px;
}

.btn.btn-icon.btn-sm {
  height: 30px;
  width: 30px;
  line-height: 28px;
}

button:not(:disabled) {
  outline: none;
  border: 0;
}

.shadow {
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.2) !important;
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.2) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.2) !important;
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.2) !important;
}

.shadow-md {
  -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}

.badge-primary {
  background-color: #6563ff !important;
  color: #ffffff !important;
}

.badge-outline-primary {
  background-color: transparent !important;
  color: #6563ff !important;
  border: 1px solid #6563ff !important;
}

.badge-secondary {
  background-color: #efeff7 !important;
  color: #ffffff !important;
}

.badge-outline-secondary {
  background-color: transparent !important;
  color: #efeff7 !important;
  border: 1px solid #efeff7 !important;
}

.badge-success {
  background-color: #52cc99 !important;
  color: #ffffff !important;
}

.badge-outline-success {
  background-color: transparent !important;
  color: #52cc99 !important;
  border: 1px solid #52cc99 !important;
}

.badge-warning {
  background-color: #ffbf66 !important;
  color: #ffffff !important;
}

.badge-outline-warning {
  background-color: transparent !important;
  color: #ffbf66 !important;
  border: 1px solid #ffbf66 !important;
}

.badge-info {
  background-color: #66ccff !important;
  color: #ffffff !important;
}

.badge-outline-info {
  background-color: transparent !important;
  color: #66ccff !important;
  border: 1px solid #66ccff !important;
}

.badge-danger {
  background-color: #f86446 !important;
  color: #ffffff !important;
}

.badge-outline-danger {
  background-color: transparent !important;
  color: #f86446 !important;
  border: 1px solid #f86446 !important;
}

.badge-dark-blue {
  background-color: #08083d !important;
  color: #ffffff !important;
}

.badge-outline-dark-blue {
  background-color: transparent !important;
  color: #08083d !important;
  border: 1px solid #08083d !important;
}

.badge-dark {
  background-color: #3c4858 !important;
  color: #ffffff !important;
}

.badge-outline-dark {
  background-color: transparent !important;
  color: #3c4858 !important;
  border: 1px solid #3c4858 !important;
}

.badge-muted {
  background-color: #8492a6 !important;
  color: #ffffff !important;
}

.badge-outline-muted {
  background-color: transparent !important;
  color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
}

.badge-light {
  background-color: #f9fcff !important;
  color: #ffffff !important;
}

.badge-outline-light {
  background-color: transparent !important;
  color: #f9fcff !important;
  border: 1px solid #f9fcff !important;
}

.badge-footer {
  background-color: #35404e !important;
  color: #ffffff !important;
}

.badge-outline-footer {
  background-color: transparent !important;
  color: #35404e !important;
  border: 1px solid #35404e !important;
}

.badge {
  padding: 5px 8px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  font-size: 10px;
}

.badge.badge-light {
  color: #3c4858 !important;
  background-color: #f9fcff !important;
}

.badge.badge-outline-light {
  color: #3c4858 !important;
  border: 1px solid #93c9ff !important;
  background-color: transparent !important;
}

.badge.badge-pill {
  border-radius: 20px;
}

.badge:focus,
.badge.focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.dropdown-primary .dropdown-menu .dropdown-item:hover,
.dropdown-primary .dropdown-menu .dropdown-item.active,
.dropdown-primary .dropdown-menu .dropdown-item:active,
.dropdown-primary .dropdown-menu .dropdown-item.focus,
.dropdown-primary .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #6563ff !important;
}

.dropdown-secondary .dropdown-menu .dropdown-item:hover,
.dropdown-secondary .dropdown-menu .dropdown-item.active,
.dropdown-secondary .dropdown-menu .dropdown-item:active,
.dropdown-secondary .dropdown-menu .dropdown-item.focus,
.dropdown-secondary .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #efeff7 !important;
}

.dropdown-success .dropdown-menu .dropdown-item:hover,
.dropdown-success .dropdown-menu .dropdown-item.active,
.dropdown-success .dropdown-menu .dropdown-item:active,
.dropdown-success .dropdown-menu .dropdown-item.focus,
.dropdown-success .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #52cc99 !important;
}

.dropdown-warning .dropdown-menu .dropdown-item:hover,
.dropdown-warning .dropdown-menu .dropdown-item.active,
.dropdown-warning .dropdown-menu .dropdown-item:active,
.dropdown-warning .dropdown-menu .dropdown-item.focus,
.dropdown-warning .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #ffbf66 !important;
}

.dropdown-info .dropdown-menu .dropdown-item:hover,
.dropdown-info .dropdown-menu .dropdown-item.active,
.dropdown-info .dropdown-menu .dropdown-item:active,
.dropdown-info .dropdown-menu .dropdown-item.focus,
.dropdown-info .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #66ccff !important;
}

.dropdown-danger .dropdown-menu .dropdown-item:hover,
.dropdown-danger .dropdown-menu .dropdown-item.active,
.dropdown-danger .dropdown-menu .dropdown-item:active,
.dropdown-danger .dropdown-menu .dropdown-item.focus,
.dropdown-danger .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f86446 !important;
}

.dropdown-dark-blue .dropdown-menu .dropdown-item:hover,
.dropdown-dark-blue .dropdown-menu .dropdown-item.active,
.dropdown-dark-blue .dropdown-menu .dropdown-item:active,
.dropdown-dark-blue .dropdown-menu .dropdown-item.focus,
.dropdown-dark-blue .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #08083d !important;
}

.dropdown-dark .dropdown-menu .dropdown-item:hover,
.dropdown-dark .dropdown-menu .dropdown-item.active,
.dropdown-dark .dropdown-menu .dropdown-item:active,
.dropdown-dark .dropdown-menu .dropdown-item.focus,
.dropdown-dark .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #3c4858 !important;
}

.dropdown-muted .dropdown-menu .dropdown-item:hover,
.dropdown-muted .dropdown-menu .dropdown-item.active,
.dropdown-muted .dropdown-menu .dropdown-item:active,
.dropdown-muted .dropdown-menu .dropdown-item.focus,
.dropdown-muted .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #8492a6 !important;
}

.dropdown-light .dropdown-menu .dropdown-item:hover,
.dropdown-light .dropdown-menu .dropdown-item.active,
.dropdown-light .dropdown-menu .dropdown-item:active,
.dropdown-light .dropdown-menu .dropdown-item.focus,
.dropdown-light .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #f9fcff !important;
}

.dropdown-footer .dropdown-menu .dropdown-item:hover,
.dropdown-footer .dropdown-menu .dropdown-item.active,
.dropdown-footer .dropdown-menu .dropdown-item:active,
.dropdown-footer .dropdown-menu .dropdown-item.focus,
.dropdown-footer .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #35404e !important;
}

.btn-group .dropdown-toggle:after {
  content: "";
  position: relative;
  right: -4px;
  top: -2px;
  border: solid #ffffff;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 0;
  vertical-align: 0;
}

.btn-group .dropdown-menu {
  margin-top: 10px;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
}

.btn-group .dropdown-menu:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 7px solid #495057;
  border-radius: 0.5px;
  border-color: transparent transparent #ffffff #ffffff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
  box-shadow: -2px 2px 2px -1px rgba(22, 28, 45, 0.15);
}

.alert-primary {
  background-color: #7977ff;
  color: #ffffff;
  border-color: #6563ff;
}

.alert-primary .alert-link {
  color: #0300c9;
}

.alert-outline-primary {
  background-color: #ffffff;
  color: #6563ff;
  border-color: #6563ff;
}

.alert-secondary {
  background-color: #fdfdfe;
  color: #ffffff;
  border-color: #efeff7;
}

.alert-secondary .alert-link {
  color: #8989c4;
}

.alert-outline-secondary {
  background-color: #ffffff;
  color: #efeff7;
  border-color: #efeff7;
}

.alert-success {
  background-color: #62d1a2;
  color: #ffffff;
  border-color: #52cc99;
}

.alert-success .alert-link {
  color: #1e6748;
}

.alert-outline-success {
  background-color: #ffffff;
  color: #52cc99;
  border-color: #52cc99;
}

.alert-warning {
  background-color: #ffc87a;
  color: #ffffff;
  border-color: #ffbf66;
}

.alert-warning .alert-link {
  color: #cc7700;
}

.alert-outline-warning {
  background-color: #ffffff;
  color: #ffbf66;
  border-color: #ffbf66;
}

.alert-info {
  background-color: #7ad3ff;
  color: #ffffff;
  border-color: #66ccff;
}

.alert-info .alert-link {
  color: #0088cc;
}

.alert-outline-info {
  background-color: #ffffff;
  color: #66ccff;
  border-color: #66ccff;
}

.alert-danger {
  background-color: #f9745a;
  color: #ffffff;
  border-color: #f86446;
}

.alert-danger .alert-link {
  color: #9f2006;
}

.alert-outline-danger {
  background-color: #ffffff;
  color: #f86446;
  border-color: #f86446;
}

.alert-dark-blue {
  background-color: #0a0a4f;
  color: #ffffff;
  border-color: #08083d;
}

.alert-dark-blue .alert-link {
  color: black;
}

.alert-outline-dark-blue {
  background-color: #ffffff;
  color: #08083d;
  border-color: #08083d;
}

.alert-dark {
  background-color: #445264;
  color: #ffffff;
  border-color: #3c4858;
}

.alert-dark .alert-link {
  color: black;
}

.alert-outline-dark {
  background-color: #ffffff;
  color: #3c4858;
  border-color: #3c4858;
}

.alert-muted {
  background-color: #909caf;
  color: #ffffff;
  border-color: #8492a6;
}

.alert-muted .alert-link {
  color: #3d4654;
}

.alert-outline-muted {
  background-color: #ffffff;
  color: #8492a6;
  border-color: #8492a6;
}

.alert-light {
  background-color: white;
  color: #ffffff;
  border-color: #f9fcff;
}

.alert-light .alert-link {
  color: #60b0ff;
}

.alert-outline-light {
  background-color: #ffffff;
  color: #f9fcff;
  border-color: #f9fcff;
}

.alert-footer {
  background-color: #3d4a5a;
  color: #ffffff;
  border-color: #35404e;
}

.alert-footer .alert-link {
  color: black;
}

.alert-outline-footer {
  background-color: #ffffff;
  color: #35404e;
  border-color: #35404e;
}

.alert {
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 13px;
}

.alert.alert-light {
  background-color: #f9fcff;
  color: #3c4858;
  border-color: #dee2e6;
}

.alert.alert-dismissible {
  padding-right: 30px;
}

.alert.alert-dismissible .close {
  top: -2px;
  right: -10px;
  font-size: 16px !important;
}

.alert.alert-pills {
  border-radius: 30px;
  display: inline-block;
}

.alert.alert-pills .content {
  font-weight: 600;
}

.nav-pills {
  margin-bottom: 15px;
  background: #f4f9ff;
}

.nav-pills .nav-link {
  color: #495057 !important;
  padding: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-pills .nav-link.active {
  background: #6563ff;
  color: #ffffff !important;
}

.nav-pills .nav-link.active .tab-para {
  color: #f9fcff !important;
}

.nav-pills a .title {
  font-size: 17px;
  font-weight: 700;
}

.fea {
  stroke-width: 1.8;
}

.fea.icon-sm {
  height: 16px;
  width: 16px;
}

.fea.icon-ex-md {
  height: 20px;
  width: 20px;
}

.fea.icon-m-md {
  height: 28px;
  width: 28px;
}

.fea.icon-md {
  height: 35px;
  width: 35px;
}

.fea.icon-lg {
  height: 42px;
  width: 42px;
}

.fea.icon-ex-lg {
  height: 52px;
  width: 52px;
}

.avatar.avatar-ex-sm {
  max-height: 25px;
}

.avatar.avatar-md-sm {
  height: 45px;
  width: 45px;
}

.avatar.avatar-small {
  height: 70px;
  width: 70px;
}

.avatar.avatar-m-md {
  height: 90px;
  width: 90px;
}

.avatar.avatar-medium {
  height: 110px;
  width: 110px;
}

.avatar.avatar-large {
  height: 140px;
  width: 140px;
}

.avatar.avatar-ex-large {
  height: 180px;
  width: 180px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #f9fcff, #f9fcff);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-content .card a.faq[data-toggle="collapse"] {
  background-color: #ffffff;
  color: #6563ff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle="collapse"]:before {
  content: "\F0143";
  position: absolute;
  right: 20px;
  top: 27% !important;
  font-family: "Material Design Icons";
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #6563ff;
}

.faq-content .card a.faq[data-toggle="collapse"].collapsed {
  background-color: #ffffff;
  color: #3c4858 !important;
}

.faq-content .card a.faq[data-toggle="collapse"].collapsed:before {
  top: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #3c4858 !important;
}

.home-shape-arrow {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  left: 0;
}

.home-shape-arrow i {
  height: 50px;
  width: 50px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
  border-radius: 30px;
}

.home-shape-arrow .arrow-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.home-shape-arrow {
  bottom: 25px;
}

.map {
  line-height: 0;
}

.map iframe {
  width: 100%;
  height: 440px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-size: 13px;
  font-weight: 500;
}

.form-group .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid rgba(60, 72, 88, 0.1) !important;
  color: #3c4858;
  height: 40px;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-group .form-control:focus,
.form-group .form-control.active {
  border-color: #6563ff;
}

.form-group textarea {
  height: 120px !important;
}

.form-group textarea.form-control {
  line-height: 25px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}

.custom-control-input:checked ~ .custom-control-label:before {
  border-color: #6563ff;
  background-color: #6563ff;
}

.custom-control-input:focus ~ .custom-control-label::before,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #6563ff;
}

.custom-control-label:before {
  background: transparent;
}

.custom-control-label {
  cursor: pointer;
}

.custom-control-label:before,
.custom-control-label:after {
  top: 1px;
}

.subcribe-form input {
  padding: 12.5px 20px;
  width: 100%;
  color: #3c4858 !important;
  border: none;
  outline: none !important;
  padding-right: 130px;
  background-color: rgba(255, 255, 255, 0.9);
}

.subcribe-form .btn {
  padding: 9.5px 20px !important;
}

.subcribe-form button {
  position: absolute;
  top: 26px;
  right: 17px;
  outline: none !important;
}

.title-heading .breadcrumb-position {
  position: relative;
  top: 110px;
  z-index: 99;
}

.breadcrumb {
  letter-spacing: 0.5px;
  padding: 8px 24px;
  display: block;
}

.breadcrumb .breadcrumb-item {
  font-size: 14px;
  font-weight: 700;
  padding-left: 0;
  display: inline-block;
}

.breadcrumb .breadcrumb-item a {
  color: #3c4858;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #6563ff;
}

.breadcrumb .breadcrumb-item.active {
  color: #6563ff;
}

.breadcrumb .breadcrumb-item:before {
  content: "";
}

.breadcrumb .breadcrumb-item:after {
  content: "\F0142" !important;
  font-size: 14px;
  color: #3c4858;
  font-family: "Material Design Icons";
  padding-left: 5px;
}

.breadcrumb .breadcrumb-item:last-child:after {
  display: none;
}

.pagination .page-item .page-link {
  color: #3c4858;
  border: 1px solid #dee2e6;
  padding: 12px 18px;
  font-size: 14px;
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination .page-item .page-link:hover {
  color: #ffffff;
  background: rgba(101, 99, 255, 0.9);
  border-color: rgba(101, 99, 255, 0.9);
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background: #6563ff !important;
  border-color: #6563ff;
  cursor: not-allowed;
}

.social-icon li a {
  color: #3c4858;
  border: 1px solid #3c4858;
  display: inline-block;
  height: 32px;
  text-align: center;
  font-size: 15px;
  width: 32px;
  line-height: 27px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.social-icon li a .fea-social {
  stroke-width: 2;
}

.social-icon li a:hover {
  background-color: #6563ff;
  border-color: #6563ff !important;
  color: #ffffff !important;
}

.social-icon li a:hover .fea-social {
  fill: #4c4aff;
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.back-to-home {
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 1;
}

.back-to-home a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  background: #6563ff;
}

.back-to-home a .fea {
  stroke-width: 2;
}

.partner-img {
  opacity: 0.6;
}

[class^="uil-"]:before,
[class*=" uil-"]:before {
  margin: 0;
}

.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

@media (max-width: 425px) {
  .back-to-top {
    bottom: 10px;
    right: 10px;
  }
}

@media (min-width: 1024px) {
  .padding-ten {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media (min-width: 1025px) {
  .padding-ten {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (max-width: 768px) {
  .title-heading .breadcrumb-position {
    top: 70px;
  }
}

/************************
    6.  Menu
************************/
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
}

#topnav .logo {
  float: left;
  color: #7c7aff;
  font-weight: 700;
  font-size: 20px;
  padding: 3px 0;
  line-height: 68px;
}

#topnav .logo .logo-icon {
  height: 32px;
  margin-right: 10px !important;
}

#topnav .logo .l-dark {
  display: none;
}

#topnav .logo .l-light {
  display: inline-block;
}

#topnav .has-submenu.active a {
  color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active > a {
  color: #6563ff !important;
}

#topnav .has-submenu.active.active .menu-arrow {
  border-color: #6563ff;
}

#topnav .has-submenu {
  position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 14px;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 28px 20px 28px;
  height: 18px;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #3c4858;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}

#topnav .buy-button {
  float: right;
  line-height: 68px;
  padding: 3px 0;
}

#topnav .buy-button .login {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#topnav .buy-button .login.login-light {
  color: rgba(255, 255, 255, 0.6) !important;
}

#topnav .buy-button .login.login-light:hover {
  color: #ffffff !important;
}

#topnav .buy-button .login:hover {
  color: #6563ff !important;
}

#topnav .buy-button .login-btn-primary {
  display: none;
}

#topnav .buy-button .login-btn-light {
  display: inline-block;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
  background-color: #6563ff;
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover,
#topnav .navbar-toggle:focus {
  background-color: transparent;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}

#topnav .navigation-menu > li > a {
  display: block;
  color: #3c4858;
  font-size: 16px;
  background-color: transparent !important;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Nunito Sans", sans-serif;
  padding-left: 10px;
  padding-right: 10px;
}

#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:active {
  color: #6563ff;
}

#topnav .navigation-menu > li:hover > a,
#topnav .navigation-menu > li.active > a {
  color: #6563ff !important;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
  border: solid #3c4858;
  border-radius: 0.5px;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: -5px;
  top: 34px;
}

#topnav .menu-extras {
  float: right;
}

#topnav.scroll {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
}

#topnav.scroll .navigation-menu > li > a {
  color: #3c4858;
}

#topnav.scroll .navigation-menu > li > .menu-arrow {
  border-color: #3c4858;
}

#topnav.scroll .navigation-menu > li:hover > a,
#topnav.scroll .navigation-menu > li.active > a {
  color: #6563ff;
}

#topnav.scroll .navigation-menu > li:hover > .menu-arrow,
#topnav.scroll .navigation-menu > li.active > .menu-arrow {
  border-color: #6563ff;
}

#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}

#topnav.nav-sticky {
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
}

#topnav.nav-sticky .navigation-menu.nav-light > li > a {
  color: #3c4858;
}

#topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #6563ff !important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow,
#topnav.nav-sticky .navigation-menu.nav-light > li.active > .menu-arrow {
  border-color: #6563ff !important;
}

#topnav.nav-sticky .navigation-menu.nav-light > li:hover > a,
#topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #6563ff !important;
}

#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
  border-color: #3c4858;
}

#topnav.nav-sticky .buy-button .login.login-light {
  color: #3c4858 !important;
}

#topnav.nav-sticky .buy-button .login.login-light:hover {
  color: #6563ff !important;
}

#topnav.nav-sticky .buy-button .login-btn-primary {
  display: inline-block;
}

#topnav.nav-sticky .buy-button .login-btn-light {
  display: none;
}

#topnav.nav-sticky .logo .l-dark {
  display: inline-block;
}

#topnav.nav-sticky .logo .l-light {
  display: none;
}

 /*-------*/
#topnav .reg-menu-btn {
  margin-top: 16px;
}
#topnav .buy-button a {
  font-weight: bold;
  font-size: large;
  color: #6765c9;
}
#topnav .buy-button a:hover,
#topnav .buy-button a:active {
  color: #4c4aff;
}
 /*-------*/



@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #topnav .navigation-menu > .has-submenu > .submenu > .has-submenu > .submenu::before {
    top: 20px;
    margin-left: -35px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
    border-color: transparent #ffffff #ffffff transparent;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    list-style: none;
    min-width: 170px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-top: 2px solid #6563ff;
    border-radius: 3px 3px 12px 12px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
  }
  #topnav .navigation-menu > li .submenu:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 7px solid #495057;
    border-color: transparent transparent #6563ff #6563ff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 106%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }
  #topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: #6563ff;
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 7px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #3c4858 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #6563ff !important;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }
  #topnav .navigation-menu > li .submenu.megamenu li a {
    padding: 10px 25px;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu:before {
    left: auto;
    right: 10px;
  }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navigation-menu.nav-light > li > a {
    color: rgba(255, 255, 255, 0.6);
  }
  #topnav .navigation-menu.nav-light > li.active > a {
    color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
    border-color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > a {
    color: #ffffff !important;
  }
  #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: rgba(255, 255, 255, 0.6);
  }
  #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
    border-color: #ffffff !important;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #topnav .navigation-menu > li {
    margin: 0 2px !important;
  }
}

@media (max-width: 991px) {
  #topnav {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.2);
    min-height: 74px;
  }
  #topnav .logo .l-dark {
    display: inline-block !important;
  }
  #topnav .logo .l-light {
    display: none !important;
  }
  #topnav .container {
    width: auto;
  }
  #topnav #navigation {
    max-height: 400px;
  }
  #topnav .navigation-menu {
    float: none;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
    font-size: 14px;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #3c4858 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }
  #topnav .navigation-menu > li > a {
    color: #3c4858;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li > a:hover,
  #topnav .navigation-menu > li .submenu li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #6563ff;
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .buy-button .login-btn-primary {
    display: inline-block !important;
  }
  #topnav .buy-button .login-btn-light {
    display: none;
  }
  #topnav .has-submenu .submenu .submenu-arrow {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #topnav .has-submenu.active a {
    color: #6563ff;
  }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #eff7ff;
    border-bottom: 1px solid #eff7ff;
    background-color: #ffffff;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }

  #topnav .reg-menu-btn {
    margin-top: 8px;
    margin-bottom: 22px;
    margin-left: 16px;
  }
}

@media (max-width: 768px) {
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 16px;
    top: 16px;
  }
  #topnav .buy-button .login.login-light {
    color: #3c4858 !important;
  }
  #topnav .buy-button .login.login-light:hover {
    color: #6563ff !important;
  }
}

@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}

@media (max-width: 550px) {
  #topnav .buy-menu-btn {
    padding-top: 0 !important;
  }
  #topnav .buy-menu-btn a {
    display: block !important;
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: large;
    color: #6765c9;
  }
  #topnav .buy-menu-btn a:hover,
  #topnav .buy-menu-btn a:active {
    color: #4c4aff;
  }

}

@media (max-width: 425px) {
  #topnav .navbar-toggle .lines {
    margin-right: 0 !important;
  }
  #topnav .buy-button {
    display: none;
  }
}

/************************
    7.  HOme
************************/
.bg-home {
  height: 100vh;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-260 {
  padding: 260px 0;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-170 {
  padding: 170px 0;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half {
  padding: 184px 0 90px;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}

.user-pages {
  height: 100vh;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}

.shape-before .shape-img {
  position: absolute;
  top: -60px;
  left: -75px;
  z-index: -1;
  height: auto;
  overflow: hidden;
}

.home-dashboard {
  margin: 60px 0 60px;
}

.home-dashboard img {
  position: relative;
  top: 0px;
  z-index: 1;
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
  width: 30px;
  height: 30px;
  margin: auto;
}

.home-slider .carousel-item,
.home-slider .carousel {
  height: 100vh;
  width: 100%;
}

.home-slider .carousel-item {
  background-position: center center;
  background-size: cover;
}

.home-slider .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 8px;
  height: 8px;
}

.index-wrapper:before {
  content: "";
  position: absolute;
  bottom: 35rem;
  right: 55rem;
  width: 60rem;
  height: 35rem;
  -webkit-transform: rotate(75deg);
  transform: rotate(75deg);
  background: -webkit-gradient(linear, left top, right top, from(#9796ff), to(transparent));
  background: linear-gradient(90deg, #9796ff, transparent);
  z-index: 1;
}

.dashboard-shape-two:before {
  content: "";
  position: absolute;
  bottom: 5rem;
  right: -35rem;
  width: 70rem;
  height: 50rem;
  z-index: -1;
  background-color: #6563ff;
  border-radius: 30rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0.8;
}

@media (max-width: 768px) {
  .bg-half {
    padding: 169px 0 50px;
  }
  .index-wrapper:before {
    right: 0;
    -webkit-transform: rotate(61deg);
    transform: rotate(61deg);
  }
}

@media (max-width: 767px) {  
  .bg-half-170,
  .bg-half-260,
  .main-slider .slides .bg-slider,
  .bg-marketing,
  .user-pages {
    padding: 150px 0;
    height: auto;
  }
  .bg-home {
    padding: 50px 0;
    height: auto;
  }
  .dashboard-shape-two:before {
    bottom: -5rem;
    right: -10rem;
    width: 30rem;
    height: 24rem;
    border-radius: 8rem;
  }
  .app-image-fluid img {
    width: 100%;
    height: auto;
  }
  .home-dashboard {
    margin-bottom: 0;
  }
}

/************************
    8.  Features
************************/
.feature.explore-feature {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.feature.explore-feature .icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.feature.explore-feature:hover {
  -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2) !important;
}

.feature.explore-feature:hover .icon {
  color: #6563ff !important;
}

.feature .icons {
  height: 80px;
  line-height: 76px;
  background: linear-gradient(45deg, transparent, rgba(101, 99, 255, 0.1));
}

.feature .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.feature .content .title:hover {
  color: #6563ff !important;
}
.feature img {
  max-height: 150px;
}
/************************
    9.  CTA
************************/
.watch-video a.watch {
  font-size: 14px;
  font-weight: 700;
}

.watch-video a .play-icon-circle {
  height: 36px;
  width: 36px;
  background-color: #6563ff;
  line-height: 36px;
}

.watch-video a .play-icon-circle.play-iconbar {
  font-size: 16px;
}

.watch-video a .play-icon-circle.play {
  top: 77%;
}

.bg-cta {
  padding: 150px 0;
}

.play-btn {
  height: 78px;
  width: 78px;
  font-size: 30px;
  line-height: 72px;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
}

.play-icon {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  right: 0;
  left: 0;
  text-align: center;
}

.play-icon i {
  height: 75px;
  -webkit-text-stroke: 2px #6563ff;
  -webkit-text-fill-color: transparent;
  width: 75px;
  font-size: 25px;
  line-height: 75px;
  display: inline-block;
}

.play-icon i:hover {
  -webkit-text-stroke: 2px #6563ff;
  -webkit-text-fill-color: #6563ff;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1110px;
}

.counter-border {
  border-top: 2px solid #6563ff;
}

/************************
    10.  Work
************************/
.container-filter li a {
  font-size: 13px;
  padding: 0px 15px;
  margin: 5px 3px;
  font-weight: 700;
  letter-spacing: 0.8px;
  cursor: pointer;
  line-height: 34px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.container-filter li a.active,
.container-filter li a:hover {
  color: #6563ff !important;
  border-color: #6563ff !important;
  background-color: rgba(101, 99, 255, 0.1) !important;
}

.work-container.work-modern .content .title {
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-container.work-modern .content .title:hover {
  color: #6563ff !important;
}

.work-container.work-modern .content .tag {
  font-size: 15px !important;
}

.work-container.work-modern img,
.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .icons,
.work-container.work-modern .icons .work-icon {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .icons {
  position: absolute;
}

.work-container.work-modern .overlay-work {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.work-container.work-modern .content {
  z-index: 1;
  bottom: 5%;
  left: 5%;
}

.work-container.work-modern .content {
  opacity: 0;
}

.work-container.work-modern .icons {
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
}

.work-container.work-modern .icons .work-icon {
  height: 45px;
  width: 45px;
  line-height: 42px;
}

.work-container.work-modern .icons .work-icon:hover {
  background: #6563ff !important;
  color: #ffffff !important;
}

.work-container.work-modern:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.work-container.work-modern:hover .overlay-work {
  opacity: 0.65;
}

.work-container.work-modern:hover .content {
  opacity: 1;
}

.work-container.work-modern:hover .icons {
  opacity: 1;
}

.event-schedule {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.event-schedule .date .day {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: rgba(101, 99, 255, 0.1);
  line-height: 48px;
  border: 3px solid #ffffff;
}

.event-schedule .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.event-schedule .content .title:hover {
  color: #6563ff !important;
}

/************************
    11.  Price
************************/
.pricing {
  /* background-color: #e6e6ff; */
  background-color: #f0efff;
}
h5.price-title {
  font-size: 30px !important;
  font-weight: 600;
}
.price-header {
  background-color: #726ae9;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.price-header span {
  font-size: 14px;
}

.cost {
  font-weight: 700 !important;
  color: #6563ff !important;
  font-size: 60px;
}
.cost > sub {
  margin-bottom: 0 !important;
}
.cost > sub > span {
  position: relative;
}
.cost > sub > span:first-child {
  display: block;
  font-size: 36px;
  top: 30px;
}
.cost > sub > span:last-child {
  font-size: 12px;
  top: 43px;
}

.pricing-rates {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pricing-rates .price {
  font-weight: 400;
}

.pricing-rates .feature .feature-list {
  margin: auto auto 5px;
  font-size: 15px;
}

.pricing-rates.best-plan .lable {
  width: 200px;
  position: absolute;
  top: 15px;
  right: -65px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

.pricing-rates.best-plan .lable .best {
  font-size: 12px !important;
}


.privacy_content ul > li {
  overflow: hidden;;
}
.privacy_content ul > li > svg,
.privacy_content ul > li > span {
  display: inline-block;
  float: left;
}
.privacy_content ul > li > svg {
  margin-top: 5px;
}
.privacy_content ul > li > span {
  width: 90%;
  vertical-align: top;
}



/************************
    12.  Testi
************************/
.owl-theme .owl-dots .owl-dot span {
  background: #6563ff !important;
}

.client-testi .testi-img {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
}

.client-testi .quote-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots.clickable .owl-dot:hover span {
  background: #6563ff !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 10px;
}

.owl-theme .owl-dots .owl-dot span,
.flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: rgba(101, 99, 255, 0.5) !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}

.owl-carousel .owl-item .testi-img {
  display: block;
  width: auto;
}

.carousel .carousel-cell {
  width: 66.67%;
  height: auto;
}

.carousel .carousel-cell:not(.is-selected) {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0.5;
}

.carousel.single-carousel .carousel-cell {
  width: 100%;
}

.flickity-prev-next-button {
  display: none !important;
}

.flickity-page-dots .dot.is-selected {
  width: 10px;
  background: #6563ff !important;
}

.slick-slider {
  overflow-x: hidden !important;
  cursor: pointer;
}

@media (max-width: 425px) {
  .carousel .carousel-cell {
    width: 100%;
  }
}

/************************
    13.  Blog
************************/
.blog-post .title:hover {
  color: #6563ff !important;
}

.sidebar .widget .widget-search form {
  position: relative;
}

.sidebar .widget .widget-search input[type="text"],
.sidebar .widget .searchform input[type="text"] {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px 15px;
  height: 45px;
  font-size: 14px;
  display: block;
  width: 100%;
  outline: none !important;
  padding-right: 45px;
}

.sidebar .widget .widget-search input[type="submit"],
.sidebar .widget .searchform input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 0;
  width: 40px;
  height: 40px;
}

.sidebar .widget .widget-search .searchform:after {
  content: "\F0349";
  position: absolute;
  font-family: "Material Design Icons";
  right: 16px;
  top: 15px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}

.sidebar .widget .widget-title {
  font-size: 18px;
}

.sidebar .widget .catagory li {
  padding-bottom: 10px;
}

.sidebar .widget .catagory li:last-child {
  padding-bottom: 0;
}

.sidebar .widget .catagory li a,
.sidebar .widget .catagory li span {
  font-size: 15px;
}

.sidebar .widget .catagory li a {
  color: #3c4858;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .catagory li a:hover {
  color: #6563ff;
}

.sidebar .widget .post-recent {
  padding-bottom: 15px;
}

.sidebar .widget .post-recent:last-child {
  padding-bottom: 0;
}

.sidebar .widget .post-recent .post-recent-thumb {
  width: 25%;
}

.sidebar .widget .post-recent .post-recent-content {
  width: 75%;
  padding-left: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
  display: block;
  color: #3c4858;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
  color: #6563ff;
}

.sidebar .widget .post-recent .post-recent-content span {
  font-size: 13px;
}

.sidebar .widget .tagcloud > a {
  background: #f9fcff;
  color: #3c4858;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 8px 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar .widget .tagcloud > a:hover {
  background: #6563ff;
  color: #ffffff;
}

.sidebar .widget .widget-grid .item {
  position: relative;
  width: 25%;
  padding-top: 25%;
  float: left;
}

.sidebar .widget .widget-grid .item a {
  position: absolute;
  display: block;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  overflow: hidden;
}

.sidebar .widget .widget-grid .item a img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.media-list .comment-desk a:hover {
  color: #6563ff !important;
}

.media-list .sub-comment {
  border-left: 2px dashed #dee2e6;
}

/************************
    14.  Contact
************************/
.error {
  margin: 8px 0px;
  display: none;
  color: #f86446;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #f86446;
  color: #f86446;
  border-radius: 6px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #52cc99;
  font-size: 22px;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
  background: #6563ff;
  border-color: #6563ff;
}

/************************
    15.  Footer
************************/
.footer {
  position: relative;
  padding: 60px 0;
  color: #adb5bd;
}

.footer .logo-footer {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  color: #e4f1ff;
}

.footer .logo-footer .logo-icon {
  height: 32px;
  margin-right: 10px !important;
}

.footer .footer-head {
  letter-spacing: 1px;
  font-weight: 400 !important;
}

.footer .text-foot {
  color: #a1a8ae;
}

.footer .footer-list {
  margin-bottom: 0;
}

.footer .footer-list li {
  margin-bottom: 10px;
}

.footer .footer-list li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer .footer-list li a:hover {
  color: #e6e8ea;
}

.footer .footer-list li:last-child {
  margin-bottom: 0;
}

.footer.footer-bar {
  padding: 0 0 30px 0;
}

.blocknews {
  height: 50px;
  padding: 0;
}
.blocknews > .container {
  display: none;
}

.slider-block {      
  max-width: 1126px;
}
.slider-block .screen_block {
  background: #c6d0db;
  border-radius: 10px;
  padding: 8px 8px 19px 8px;
  max-width: 78%;
  max-height: 564px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.screen_block_dotted {
  width: 4px;
  height: 4px;  
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
.screen_block_title {
  color: #000000;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;  
  position: absolute;       
  z-index: 999999;   
  left: 0;
  right: 0;
  bottom: 4px;
  margin-left: auto;
  margin-right: auto;
}
.slider-block .screen_block_footer {
  background-image: url("./../images/classic01.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 32px;
  max-width: 1126px;
  display: block;
  margin: 2px auto 0;
} 

/* Carousel  */
#screenshot-tracker {
  background-color: #fff;
  max-width: 853px;
  top: 0;
}
.slider-block .owl-carousel {
  top: 9px;
}
.card-body li.text-muted {
  width: 100%;
  text-align: right;
}

.login-page-logo {
  color: #7c7aff;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 1199px) {
  .slider-block {
    height: 100%;
    background-size: contain;
  }
}

@media (max-width: 992px) and (min-width: 800px) {
  .container.authorization {
    max-width: 800px;
  }
}

@media (max-width: 800px) and (min-width: 768px) {
  .authorization .g-recaptcha {
    padding-left: 0px !important;
    margin-left: -6px;
  }
}

.authorization img {
  max-height: 350px;
  width: auto;  
  display: block;
  margin: 0 auto;
}

.device_2.img-fluid {
  max-width: 400px !important;
}

/*--------------------*/

small.home-input-error {
  color: #ffa8a8;
  position: absolute;
  font-size: 100%;
  font-weight: bold;
  background-color: #7d8995;
  padding: 0 10px;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid rgb(11 32 60 / 23%) !important;
}

small.home-input-success {
  color: #b2ffb2;
  position: absolute;
  font-size: 100%;
  font-weight: bold;
  background-color: #7d8995;
  padding: 0 10px;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid rgb(11 32 60 / 23%) !important;
}

small.home-input-error.no-bg{
  color: #f97878;
}
small.home-input-success.no-bg{
  color: #4dc54d;
}

small.home-input-error.no-bg,
small.home-input-success.no-bg {
  background: none;
}

/*--------------------*/

#setLangModal .language {
  float: none;
  text-align: center;
}
#setLangModal .language .lng-icon {
  width: 64px;
  height: 64px;
  font-size: 28px;
  line-height: 60px;
}
#setLangModal button {
  background-color: #9c9cfb !important;
}
#setLangModal button:hover {
  background-color: #8e8ef9 !important;
}
