/*********************************/
/*         INDEX                 */
/*================================
 *     01.  Variables            *
 *     02.  General              *
 *     03.  Helper               *
 *     04.  Bootstrap Custom     *
 *     05.  Components           *
 *     06.  Menu                 *
 *     07.  Home / Landing       *
 *     08.  Features / Services  *
 *     09.  CTA                  *
 *     10.  Work                 *
 *     11.  Prising / Plans      *
 *     12.  Blog                 *
 *     13.  Contact              *
 *     14.  Footer               *
 ================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Nunito", sans-serif;
  overflow-x: hidden !important;
  font-size: 16px;
  color: #3c4858; }

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

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

a {
  text-decoration: none !important; }

p {
  line-height: 1.6; }

.section {
  padding: 100px 0;
  position: relative; }

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

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

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

.title-heading {
  line-height: 26px; }
  .title-heading .heading {
    font-size: 40px !important;
    letter-spacing: 1px; }
  .title-heading .letter-spacing {
    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: 32px !important; }

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

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

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

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

.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -1px;
  left: 0; }
  .shape > svg {
    transform: scale(2);
    width: 100%;
    height: auto;
    transform-origin: top center; }

.spin-anything {
  animation: spinner-animation 5s linear infinite; }

@keyframes spinner-animation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

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

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

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

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

@media (max-width: 425px) {
  .shape {
    bottom: -4px; } }

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: #DC4346 !important; }

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

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

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

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

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

.bg-success {
  background-color: #25b865 !important; }

.text-success {
  color: #25b865 !important; }

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

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

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

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

.bg-info {
  background-color: #41b2c4 !important; }

.text-info {
  color: #41b2c4 !important; }

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

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

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

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

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

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

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

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

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

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

.bg-light {
  background-color: #f9fafc !important; }

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

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

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

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

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

.bg-blue {
  background-color: #506efa !important; }

.text-blue {
  color: #506efa !important; }

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

.bg-black {
  background-color: #000000 !important; }

.text-black {
  color: #000000 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

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

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

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

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

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

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

.rounded-pill {
  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; }

@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; } }

.btn-primary {
  background-color: #DC4346 !important;
  border: 1px solid #DC4346 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(220, 67, 70, 0.3); }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
    background-color: #c72528 !important;
    border-color: #c72528 !important;
    color: #ffffff !important; }

.btn-outline-primary {
  border: 1px solid #DC4346;
  color: #DC4346;
  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: #DC4346;
    border-color: #DC4346;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(220, 67, 70, 0.3); }

.btn-secondary {
  background-color: #727981 !important;
  border: 1px solid #727981 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(114, 121, 129, 0.3); }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus {
    background-color: #5a6066 !important;
    border-color: #5a6066 !important;
    color: #ffffff !important; }

.btn-outline-secondary {
  border: 1px solid #727981;
  color: #727981;
  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: #727981;
    border-color: #727981;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(114, 121, 129, 0.3); }

.btn-success {
  background-color: #25b865 !important;
  border: 1px solid #25b865 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(37, 184, 101, 0.3); }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus {
    background-color: #1c8e4e !important;
    border-color: #1c8e4e !important;
    color: #ffffff !important; }

.btn-outline-success {
  border: 1px solid #25b865;
  color: #25b865;
  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: #25b865;
    border-color: #25b865;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(37, 184, 101, 0.3); }

.btn-warning {
  background-color: #e49e3d !important;
  border: 1px solid #e49e3d !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(228, 158, 61, 0.3); }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus {
    background-color: #d1861d !important;
    border-color: #d1861d !important;
    color: #ffffff !important; }

.btn-outline-warning {
  border: 1px solid #e49e3d;
  color: #e49e3d;
  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: #e49e3d;
    border-color: #e49e3d;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(228, 158, 61, 0.3); }

.btn-info {
  background-color: #41b2c4 !important;
  border: 1px solid #41b2c4 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(65, 178, 196, 0.3); }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus {
    background-color: #3291a0 !important;
    border-color: #3291a0 !important;
    color: #ffffff !important; }

.btn-outline-info {
  border: 1px solid #41b2c4;
  color: #41b2c4;
  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: #41b2c4;
    border-color: #41b2c4;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(65, 178, 196, 0.3); }

.btn-danger {
  background-color: #d13b4c !important;
  border: 1px solid #d13b4c !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(209, 59, 76, 0.3); }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus {
    background-color: #b02938 !important;
    border-color: #b02938 !important;
    color: #ffffff !important; }

.btn-outline-danger {
  border: 1px solid #d13b4c;
  color: #d13b4c;
  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: #d13b4c;
    border-color: #d13b4c;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(209, 59, 76, 0.3); }

.btn-dark {
  background-color: #3c4858 !important;
  border: 1px solid #3c4858 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3); }
  .btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus {
    background-color: #272f3a !important;
    border-color: #272f3a !important;
    color: #ffffff !important; }

.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 !important;
    box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3); }

.btn-muted {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3); }
  .btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus {
    background-color: #68788f !important;
    border-color: #68788f !important;
    color: #ffffff !important; }

.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 !important;
    box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3); }

.btn-light {
  background-color: #f9fafc !important;
  border: 1px solid #f9fafc !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(249, 250, 252, 0.3); }
  .btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus {
    background-color: #d7deeb !important;
    border-color: #d7deeb !important;
    color: #ffffff !important; }

.btn-outline-light {
  border: 1px solid #f9fafc;
  color: #f9fafc;
  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: #f9fafc;
    border-color: #f9fafc;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(249, 250, 252, 0.3); }

.btn-footer {
  background-color: #465467 !important;
  border: 1px solid #465467 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(70, 84, 103, 0.3); }
  .btn-footer:hover, .btn-footer:focus, .btn-footer:active, .btn-footer.active, .btn-footer.focus {
    background-color: #323c49 !important;
    border-color: #323c49 !important;
    color: #ffffff !important; }

.btn-outline-footer {
  border: 1px solid #465467;
  color: #465467;
  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: #465467;
    border-color: #465467;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(70, 84, 103, 0.3); }

.btn-blue {
  background-color: #506efa !important;
  border: 1px solid #506efa !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(80, 110, 250, 0.3); }
  .btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.focus {
    background-color: #1e45f9 !important;
    border-color: #1e45f9 !important;
    color: #ffffff !important; }

.btn-outline-blue {
  border: 1px solid #506efa;
  color: #506efa;
  background-color: transparent; }
  .btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.focus, .btn-outline-blue:not(:disabled):not(.disabled):active {
    background-color: #506efa;
    border-color: #506efa;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(80, 110, 250, 0.3); }

.btn-black {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3); }
  .btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .btn-black.focus {
    background-color: black !important;
    border-color: black !important;
    color: #ffffff !important; }

.btn-outline-black {
  border: 1px solid #000000;
  color: #000000;
  background-color: transparent; }
  .btn-outline-black:hover, .btn-outline-black:focus, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.focus, .btn-outline-black:not(:disabled):not(.disabled):active {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3); }

.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 7px; }
  .btn:focus {
    box-shadow: none !important; }
  .btn.btn-sm {
    padding: 7px 16px;
    font-size: 10px; }
  .btn.btn-lg {
    padding: 14px 30px;
    font-size: 16px; }
  .btn.btn-pills {
    border-radius: 30px; }
  .btn.btn-light {
    color: #3c4858 !important;
    background: #f9fafc !important;
    border: 1px solid #dee2e6 !important; }
    .btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light.focus {
      background-color: #f2f4f9 !important;
      color: #3c4858; }
  .btn.btn-outline-light {
    border: 1px solid #dee2e6 !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: #f9fafc !important;
      color: #3c4858 !important; }

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

.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important; }

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

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

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

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

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

.badge-success {
  background-color: #25b865 !important;
  color: #ffffff !important; }

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

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

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

.badge-info {
  background-color: #41b2c4 !important;
  color: #ffffff !important; }

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

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

.badge-outline-danger {
  background-color: transparent !important;
  color: #d13b4c !important;
  border: 1px solid #d13b4c !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: #f9fafc !important;
  color: #ffffff !important; }

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

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

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

.badge-blue {
  background-color: #506efa !important;
  color: #ffffff !important; }

.badge-outline-blue {
  background-color: transparent !important;
  color: #506efa !important;
  border: 1px solid #506efa !important; }

.badge-black {
  background-color: #000000 !important;
  color: #ffffff !important; }

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

.badge {
  padding: 5px 8px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  font-size: 10px; }
  .badge.badge-light {
    color: #3c4858 !important;
    background-color: #f9fafc !important; }
  .badge.badge-outline-light {
    color: #3c4858 !important;
    border: 1px solid #b5c1da !important;
    background-color: transparent !important; }
  .badge.badge-pill {
    border-radius: 20px; }
  .badge:focus, .badge.focus {
    box-shadow: none !important; }

.alert-primary {
  background-color: rgba(220, 67, 70, 0.65);
  color: #ffffff;
  border-color: #DC4346; }

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

.alert-secondary {
  background-color: rgba(114, 121, 129, 0.65);
  color: #ffffff;
  border-color: #727981; }

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

.alert-success {
  background-color: rgba(37, 184, 101, 0.65);
  color: #ffffff;
  border-color: #25b865; }

.alert-outline-success {
  background-color: #ffffff;
  color: #25b865;
  border-color: #25b865; }

.alert-warning {
  background-color: rgba(228, 158, 61, 0.65);
  color: #ffffff;
  border-color: #e49e3d; }

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

.alert-info {
  background-color: rgba(65, 178, 196, 0.65);
  color: #ffffff;
  border-color: #41b2c4; }

.alert-outline-info {
  background-color: #ffffff;
  color: #41b2c4;
  border-color: #41b2c4; }

.alert-danger {
  background-color: rgba(209, 59, 76, 0.65);
  color: #ffffff;
  border-color: #d13b4c; }

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

.alert-dark {
  background-color: rgba(60, 72, 88, 0.65);
  color: #ffffff;
  border-color: #3c4858; }

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

.alert-muted {
  background-color: rgba(132, 146, 166, 0.65);
  color: #ffffff;
  border-color: #8492a6; }

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

.alert-light {
  background-color: rgba(249, 250, 252, 0.65);
  color: #ffffff;
  border-color: #f9fafc; }

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

.alert-footer {
  background-color: rgba(70, 84, 103, 0.65);
  color: #ffffff;
  border-color: #465467; }

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

.alert-blue {
  background-color: rgba(80, 110, 250, 0.65);
  color: #ffffff;
  border-color: #506efa; }

.alert-outline-blue {
  background-color: #ffffff;
  color: #506efa;
  border-color: #506efa; }

.alert-black {
  background-color: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  border-color: #000000; }

.alert-outline-black {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000; }

.alert {
  padding: 8px 15px;
  border-radius: 7px;
  font-size: 13px; }
  .alert.alert-light {
    background-color: #f9fafc;
    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; }

.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: 30px; }

.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; }

.faq-content .card a.faq[data-toggle=collapse] {
  background-color: #ffffff;
  color: #DC4346;
  transition: all 0.5s; }
  .faq-content .card a.faq[data-toggle=collapse]:before {
    content: '\F143';
    position: absolute;
    right: 20px;
    top: 27% !important;
    font-family: 'Material Design Icons';
    font-size: 18px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    transform: rotate(0deg);
    color: #DC4346; }
  .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;
      transform: rotate(180deg);
      color: #3c4858 !important; }

.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 30px; }
  .form-group .form-control {
    outline: none;
    box-shadow: none;
    border: 0;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #3c4858;
    background: #ffffff;
    border-radius: 3px;
    transition: all 0.2s ease; }
  .form-group textarea {
    height: 180px !important; }

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

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

.subscribe-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.7); }

.subscribe-form .btn {
  padding: 8.5px 20px !important; }

.subscribe-form button {
  position: absolute;
  top: 5px;
  right: 5px;
  outline: none !important; }

.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: 30px;
  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: #DC4346;
    border-color: #DC4346 !important;
    color: #ffffff !important; }
    .social-icon li a:hover .fea-social {
      fill: #c72528; }

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

.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  display: none;
  color: #ffffff;
  background-color: #6c757d;
  transition: all 0.2s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
  .back-to-top i {
    font-size: 16px; }
  .back-to-top:hover {
    background-color: #DC4346;
    color: #ffffff; }

.home-shape-arrow {
  position: absolute;
  left: 0;
  bottom: 25px;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1; }
  .home-shape-arrow .arrow-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    transition: all 0.5s ease;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 0 auto; }

#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  transition: all .5s ease; }
  #topnav .logo {
    float: left;
    color: #3c4858 !important; }
    #topnav .logo .l-dark {
      display: none; }
    #topnav .logo .l-light {
      display: inline-block; }
  #topnav .has-submenu {
    position: relative; }
    #topnav .has-submenu.active a {
      color: #ffffff; }
  #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: 32px 20px 24px;
      height: 18px; }
    #topnav .navbar-toggle span {
      height: 2px;
      width: 100%;
      background-color: #3c4858;
      display: block;
      margin-bottom: 5px;
      transition: transform .5s ease; }
      #topnav .navbar-toggle span:last-child {
        margin-bottom: 0; }
  #topnav .buy-button {
    float: right;
    line-height: 68px;
    padding: 3px 0;
    margin-left: 8px; }
    #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;
      transform: rotate(45deg); }
    #topnav .navbar-toggle.open span:nth-child(2) {
      visibility: hidden; }
    #topnav .navbar-toggle.open span:last-child {
      width: 100%;
      top: 6px;
      transform: rotate(-45deg); }
    #topnav .navbar-toggle.open span:hover {
      background-color: #DC4346; }
  #topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
  #topnav .navbar-toggle .navigation-menu > li > a:hover {
    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:hover > a, #topnav .navigation-menu > li:active > a {
        color: #DC4346 !important; }
      #topnav .navigation-menu > li > a {
        display: block;
        color: #3c4858;
        font-size: 14px;
        background-color: transparent !important;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 24px;
        text-transform: capitalize;
        transition: all 0.5s;
        font-family: "Nunito", sans-serif;
        padding-left: 8px;
        padding-right: 8px; }
        #topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
          color: #DC4346; }
  #topnav .menu-extras {
    float: right; }
  #topnav.scroll {
    background-color: #ffffff;
    border: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
    #topnav.scroll .navigation-menu > li > a {
      color: #3c4858; }
    #topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
      color: #DC4346; }
  #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;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
    #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.nav-sticky .navigation-menu.nav-light > li > a {
      color: #3c4858; }

.logo {
  font-weight: 600;
  font-size: 22px;
  font-family: "Nunito", sans-serif;
  padding: 3px 0;
  letter-spacing: 1px;
  line-height: 68px; }

@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: flex;
    justify-content: flex-end; }
    #topnav .navigation-menu.navigation-menu-center {
      justify-content: center !important; }
    #topnav .navigation-menu > li > a {
      padding-top: 25px;
      padding-bottom: 25px;
      min-height: 62px; }
    #topnav .navigation-menu > li:hover > a,
    #topnav .navigation-menu > li.active > a {
      color: #DC4346 !important; }
    #topnav .navigation-menu.nav-light > li > a {
      color: #3c4858; }
  #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 (max-width: 991px) {
  #topnav {
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    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 > 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.has-submenu.open > a {
      color: #DC4346; }
    #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.active a {
    color: #DC4346; }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f2f4f9;
    border-bottom: 1px solid #f2f4f9;
    background-color: #ffffff; }
    #navigation.open {
      display: block;
      overflow-y: auto; } }

@media (min-width: 768px) {
  .navbar-toggle {
    display: block; } }

@media (max-width: 375px) {
  #topnav .buy-menu-btn {
    display: block !important;
    margin: 0 10px;
    padding: 10px 20px; }
  #topnav .navbar-toggle .lines {
    margin-right: 0 !important; } }

.bg-home {
  height: 100vh;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center; }

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

.bg-home-three {
  padding: 180px 0 420px;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center; }

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

.cover-user .container-fluid {
  max-width: 100%;
  overflow-x: hidden; }
  .cover-user .container-fluid .padding-less.img {
    background: scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%; }

.cover-user .cover-user-img {
  height: 100vh; }

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

@media (min-width: 992px) and (max-width: 1024px) {
  .cover-user .cover-user-img {
    padding: 0px 10% !important; } }

@media (min-width: 769px) {
  .cover-user .cover-user-img {
    padding: 0px 20%; } }

@media (max-width: 768px) {
  .cover-user .padding-less {
    position: relative !important;
    height: 400px !important; }
  .cover-user .cover-user-content {
    text-align: left !important; }
  .cover-user .cover-user-img {
    align-items: start !important;
    height: auto !important; }
  .cover-user .cover-my-30 {
    margin: 30px 0; } }

@media (max-width: 767px) {
  .bg-home,
  .bg-half-170,
  .bg-half-260 {
    padding: 150px 0;
    height: auto; }
  .bg-home-three {
    padding: 150px 0 350px;
    height: auto; } }

.service-wrapper {
  transition: all 0.5s ease; }
  .service-wrapper .icon {
    width: 60px;
    height: 60px;
    line-height: 45px;
    transition: all 0.5s ease;
    transform: rotate(-22.5deg); }
  .service-wrapper .content .title {
    transition: all 0.5s ease;
    font-weight: 500; }
  .service-wrapper .big-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    transition: all 0.5s ease; }
  .service-wrapper:hover {
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
    background: #ffffff;
    transform: translateY(-8px);
    border-color: transparent !important; }
    .service-wrapper:hover .icon {
      background: #dc4346 !important;
      color: #ffffff !important;
      transform: rotate(0); }
    .service-wrapper:hover .big-icon {
      z-index: -1;
      opacity: 0.1;
      font-size: 200px; }

.block-wrapper {
  transition: all 0.5s ease; }
  .block-wrapper .icon {
    width: 60px;
    height: 60px;
    line-height: 45px;
    transition: all 0.5s ease;
    transform: rotate(-22.5deg); }
  .block-wrapper .content .title {
    transition: all 0.5s ease;
    font-weight: 500; }
  .block-wrapper .big-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    transition: all 0.5s ease; }
  .block-wrapper:hover {
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15) !important;
    background: #ffffff;
    transform: translateY(-8px);
    border-color: transparent !important; }
    .block-wrapper:hover .icon {
      background: #dc4346 !important;
      color: #ffffff !important;
      transform: rotate(0); }
    .block-wrapper:hover .big-icon {
      z-index: -1;
      opacity: 0.1;
      font-size: 200px; }

.watch-video a.watch {
  font-size: 14px;
  font-weight: 500; }

.watch-video a .play-icon-circle {
  height: 36px;
  width: 36px;
  background-color: #DC4346;
  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-icon {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  left: 0;
  text-align: center; }
  .play-icon i {
    height: 85px;
    width: 85px;
    line-height: 85px;
    -webkit-text-stroke: 2px #DC4346;
    -webkit-text-fill-color: transparent;
    display: inline-block; }
    .play-icon i:hover {
      -webkit-text-stroke: 2px #DC4346;
      -webkit-text-fill-color: #DC4346; }

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

.work-desk .img-overlay,
.work-desk .icon {
  position: absolute;
  right: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease; }

.work-desk .img-overlay {
  top: 0;
  bottom: 0; }

.work-desk .icon {
  top: 50%;
  transform: translateY(-50%);
  height: 45px;
  width: 45px;
  line-height: 45px;
  margin: 0 auto; }

.work-desk:hover .img-overlay {
  opacity: 0.5; }

.work-desk:hover .icon {
  opacity: 1; }

.galleries .gallery-popup {
  height: 24rem; }

.galleries .img-overlay,
.galleries .icon,
.galleries .content {
  position: absolute;
  right: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease; }
  .galleries .img-overlay .title,
  .galleries .icon .title,
  .galleries .content .title {
    transition: all 0.5s ease; }
    .galleries .img-overlay .title:hover,
    .galleries .icon .title:hover,
    .galleries .content .title:hover {
      color: #DC4346 !important; }

.galleries .img-overlay {
  top: 0;
  bottom: 0; }

.galleries .content {
  bottom: 0; }

.galleries .icon {
  top: 40%;
  transform: translateY(-50%);
  height: 45px;
  width: 45px;
  line-height: 45px;
  margin: 0 auto; }

.galleries:hover .img-overlay {
  opacity: 0.5; }

.galleries:hover .icon,
.galleries:hover .content {
  opacity: 1; }

.pricing-table .pricing-plan .pricing-features li {
  border-top: 1px solid #e9ecef;
  padding: 15px 0; }
  .pricing-table .pricing-plan .pricing-features li:last-child {
    border-bottom: 1px solid #e9ecef; }

.pricing-table .pricing-plan.business-plan .pricing-features li {
  border-top: 1px solid #ced4da; }
  .pricing-table .pricing-plan.business-plan .pricing-features li:last-child {
    border-bottom: 1px solid #ced4da; }

.blog-post .content .title {
  transition: all 0.5s ease; }
  .blog-post .content .title:hover {
    color: #DC4346 !important; }

.error {
  margin: 8px 0px;
  display: none;
  color: #d13b4c; }

#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 #d13b4c;
  color: #d13b4c;
  border-radius: 5px;
  font-size: 14px; }

.contact-loader {
  display: none; }

#success_page {
  text-align: center;
  margin-bottom: 50px; }
  #success_page h3 {
    color: #25b865; }

footer {
  padding: 60px 0;
  position: relative;
  color: rgba(173, 181, 189, 0.7); }
  footer .footer-head {
    letter-spacing: 1px; }
  footer .text-foot {
    color: rgba(173, 181, 189, 0.7); }
  footer .footer-list {
    margin-bottom: 0; }
    footer .footer-list li {
      margin-bottom: 8px; }
      footer .footer-list li a {
        transition: all 0.5s ease; }
        footer .footer-list li a:hover {
          color: rgba(220, 67, 70, 0.7); }
      footer .footer-list li:last-child {
        margin-bottom: 0; }
  footer.footer-bar {
    border-top: 1px solid rgba(108, 117, 125, 0.5); }

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden; }

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

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px; }
  .preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #DC4346;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite; }
    .preloader-icon span:last-child {
      animation-delay: -0.8s;
      -webkit-animation-delay: -0.8s; }

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0; } }

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0; } }

.bg-parralax {
  height: 120vh;
  padding-top: 170px;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center; }
  @media (max-width: 1024px) {
    .bg-parralax {
      padding-top: 170px; } }

.bounce-anim {
  animation: bounce 1s ease infinite alternate;
  -webkit-animation: bounce 1s ease infinite alternate; }

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

.rounded-2 {
  border-radius: .8em; }

.slate {
  cursor: pointer;
  transform: perspective(600px) rotateY(20deg);
  pointer-events: auto;
  transition: all 0.4s ease; }
  .slate:hover {
    transform: perspective(600px) rotateY(0deg); }
