/* Template Name:
   File Description: Main Css file of the template
*/
/****************************************

01.variables
02.general
03.helper
04.components
05.menu
06.home

*****************************************/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Source+Sans+Pro:wght@400;600;700&display=swap");
ul.pattern {
  overflow: hidden;
  border-radius: 0px;
}
ul.pattern li {
  float: left;
  margin: 2px;
}
ul.pattern li a {
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 30px;
  margin: 5px;
}
ul.pattern .color1 {
  background-color: #656fe0;
}
ul.pattern .color2 {
  background-color: #155eab;
}
ul.pattern .color3 {
  background-color: #e0a241;
}
ul.pattern .color4 {
  background-color: #ef884b;
}
ul.pattern .color5 {
  background-color: #7276ab;
}
ul.pattern .color6 {
  background-color: #50c9e8;
}


@media (min-width: 200px) and (max-width: 1024px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    color: #ffffff !important;
    background: #ffffff;
  }
  .navbar-custom .navbar-nav {
    margin-left: 0px;
  }
  .navbar-custom .navbar-nav li.active {
    border-color: transparent;
  }
  .navbar-custom .navbar-nav li a {
    transition: all 0.4s;
    margin: 6px;
    padding: 6px 0;
  }
  .navbar-custom > .container {
    width: 90%;
  }

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

  .navbar-white .navbar-toggler {
    color: #17212a !important;
  }

  .navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
    color: #656fe0 !important;
  }

  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }

  .carousel-indicators {
    right: 0;
  }

  .logo .logo-light {
    display: none;
  }

  .logo .logo-dark {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}

@media (max-width: 1600px) {
  .request-image img {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .PageBackToWork-heading-itText {
    display: inline-block;
    font-size: 50px;
  }
}
/**********************NAVBAR***********************/
@media only screen and (min-width: 1600px) {
  .container-fluid {
    padding-right: 150px;
    padding-left: 150px;
  }
}

.navbar {
  transition: all 0.5s ease;
  padding: 0;
  background-color: transparent !important;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  top: 38px;
}

@media only screen and (max-width: 1600px) {
  .navbar {
    top: 0;
  }
}

.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 13px;
  background-color: transparent;
  padding: 28px 25px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 500;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:active, .navbar .navbar-nav .nav-link.active {
  color: #656fe0 !important;
}
.navbar .navbar-brand {
  color: #656fe0;
  font-weight: 600;
  font-size: 26px;
}
.navbar .navbar-brand span {
  color: #000000;
  font-weight: 800;
}
.navbar .navbar-toggler {
  padding: 0px;
  border: none;
  font-size: 24px;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .header-item {
  color: #17212a;
  transition: all 0.5s ease;
}

.navbar-brand .logo-light {
  display: none !important;
}

.navbar-brand .logo-dark {
  display: inline-block !important;
}

.navbar:not(.nav-sticky) .navbar-brand .logo-light {
  display: inline-block !important;
}

.navbar:not(.nav-sticky) .navbar-brand .logo-dark {
  display: none !important;
}

@media (max-width: 992px) {
  .navbar-brand .logo-light, .navbar:not(.nav-sticky) .navbar-brand .logo-light {
    display: none !important;
  }

  .navbar-brand .logo-dark, .navbar:not(.nav-sticky) .navbar-brand .logo-dark {
    display: inline-block !important;
  }
  .navbar-nav .dropdown .dropdown-menu {
    border: none;
    box-shadow: none;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .navbar {
    top: 0;
  }

  .dropdown {
    position: static;
  }
}
.navbar-light .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.5) !important;
}
.navbar-light .nav-item .nav-link:hover, .navbar-light .nav-item .nav-link:focus, .navbar-light .nav-item .nav-link.active {
  color: #ffffff !important;
}

.nav-sticky {
  top: 0px;
}
.nav-sticky.navbar-light .nav-item .nav-link {
  color: #17212a !important;
}
.nav-sticky.navbar-light .nav-item .nav-link:hover, .nav-sticky.navbar-light .nav-item .nav-link:focus, .nav-sticky.navbar-light .nav-item .nav-link.active {
  color: #656fe0 !important;
}
.nav-sticky.navbar-light .navbar-brand .logo-light {
  display: none !important;
}
.nav-sticky.navbar-light .navbar-brand .logo-dark {
  display: block !important;
}

.nav-sticky.navbar {
  background: #ffffff !important;
  margin-top: 0px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}
.nav-sticky .nav-item .nav-link {
  color: #17212a !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar .navbar-nav .nav-link {
    padding: 25px 15px;
  }
}
@media (max-width: 992px) {
  .navbar {
    padding: 14px 0;
    background-color: #ffffff !important;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 8px 15px;
    color: #17212a !important;
    padding-left: 0;
  }
}


@media (max-width: 992px) {
  .navbar {
    padding: 14px 0;
    background-color: #ffffff !important;
  }

  .navbar-toggler i {
    color: #17212a;
  }

  .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 30px;
  }
}
.text-primary {
  color: #656fe0 !important;
}

.bg-primary {
  background-color: #656fe0 !important;
}

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

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

.text-success {
  color: #1d9b7b !important;
}

.bg-success {
  background-color: #1d9b7b !important;
}

.text-info {
  color: #50c9e8 !important;
}

.bg-info {
  background-color: #50c9e8 !important;
}

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

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

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

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

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

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

.text-dark {
  color: #17212a !important;
}

.bg-dark {
  background-color: #17212a !important;
}

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

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

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

.bg-white {
  background-color: #ffffff !important;
}

.text-purple {
  color: #7276ab !important;
}

.bg-purple {
  background-color: #7276ab !important;
}

.text-blue {
  color: #155eab !important;
}

.bg-blue {
  background-color: #155eab !important;
}

.text-orange {
  color: #ef884b !important;
}

.bg-orange {
  background-color: #ef884b !important;
}

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

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

.text-black-70 {
  color: rgba(0, 0, 0, 0.7) !important;
}

.bg-black-70 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative !important;
}

.para-p {
  max-width: 650px;
}

/*** heading ***/
.sec-hd {
  display: flex;
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
  align-items: center;
  width: unset;
}
.sec-hd .sec-title {
  display: inline-block;
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0 38px;
  flex-shrink: 0;
}
.sec-hd .heading {
  width: 1226px;
  height: 1px;
  background-color: #2d373e;
  flex-shrink: 1;
  display: inline-block;
}

/*** ani-bg ***/
@keyframes ani-bg {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(200px);
  }
}
.box-shadow {
  box-shadow: 0px 3px 10px 0px rgba(23, 33, 42, 0.47);
}

hr {
  border-top: 1px solid #838485;
  margin: 0;
}

.lh-1 {
  letter-spacing: 1px;
}

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

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

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

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

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

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

.f-24 {
  font-size: 23px;
}

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

.f-35 {
  font-size: 35px;
}

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

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

.f-100 {
  font-size: 100px;
}

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

.avatar-xs {
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
}

.avatar-md {
  height: 3.5rem;
  width: 3.5rem;
  line-height: 3.5rem;
}

.avatar-lg {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar-xl {
  height: 6rem;
  width: 6rem;
}

.avatar-xxl {
  height: 8rem;
  width: 8rem;
}

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

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

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

.text-gradiant {
  background: -webkit-linear-gradient(#656fe0, #3c91b3);
}

.bg-gradiant {
  background: linear-gradient(80deg, rgb(70, 165, 189) 0%, rgb(17, 106, 141) 100%);
  border: none !important;
  color: #ffffff !important;
}

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

.bg-overlay-gradiant {
  background: linear-gradient(163deg, rgb(23, 33, 42) 47%, rgb(97, 117, 135) 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

/************overflow-x**************/
.overflow-hidden-x {
  overflow-x: hidden;
}

.text-shadow {
  text-shadow: 1px 1px #ffffff;
}

.modal .modal-dialog .btn-close {
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.modal .modal-dialog:hover .btn-close {
  opacity: 0.5;
}

@media (max-width: 992px) {
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative !important;
  }

  .sec-title {
    margin: 0 8px !important;
    font-size: 20px !important;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden !important;
  color: #17212a;
}
body.modal-open {
  padding-right: 0px !important;
}
body.modal-open .navbar {
  padding-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

.btn,
.btn:focus,
button,
button:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  font-size: 16px;
  line-height: 25px;
}

html {
  scroll-padding-top: 110;
  /* height of sticky header */
  scroll-behavior: smooth;
}

.row > * {
  position: relative;
}

.btn {
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.5s;
  border: 1px solid #656fe0;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 3px 10px 0px rgba(23, 33, 42, 0.47) !important;
}

.btn-sm {
  padding: 6px 20px;
  font-size: 14px;
}

.bg-primary {
  background-color: #656fe0 !important;
}

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

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

.border-primary {
  border-color: #656fe0 !important;
}

.icon-dual-primary {
  color: #656fe0;
  fill: rgba(101, 111, 224, 0.2);
}

.btn-primary {
  background: #656fe0 !important;
  color: #ffffff;
  border-color: #656fe0 !important;
  border: 1px solid;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
  background: #545fdd;
  border-color: #545fdd;
  box-shadow: none !important;
}

.btn-outline-primary {
  color: #656fe0;
  border-color: #656fe0;
  border: 1px solid;
}
.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, .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
  background: #656fe0;
  border-color: #656fe0;
  box-shadow: none !important;
}

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

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

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

.border-secondary {
  border-color: #979795 !important;
}

.icon-dual-secondary {
  color: #979795;
  fill: rgba(151, 151, 149, 0.2);
}

.btn-secondary {
  background: #979795 !important;
  color: #ffffff;
  border-color: #979795 !important;
  border: 1px solid;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary .open > .dropdown-toggle.btn-primary {
  background: #8d8d8b;
  border-color: #8d8d8b;
  box-shadow: none !important;
}

.btn-outline-secondary {
  color: #979795;
  border-color: #979795;
  border: 1px solid;
}
.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, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary .open > .dropdown-toggle.btn-primary {
  background: #979795;
  border-color: #979795;
  box-shadow: none !important;
}

.bg-success {
  background-color: #1d9b7b !important;
}

.bg-soft-success {
  background-color: rgba(29, 155, 123, 0.2) !important;
}

.text-success {
  color: #1d9b7b !important;
}

.border-success {
  border-color: #1d9b7b !important;
}

.icon-dual-success {
  color: #1d9b7b;
  fill: rgba(29, 155, 123, 0.2);
}

.btn-success {
  background: #1d9b7b !important;
  color: #ffffff;
  border-color: #1d9b7b !important;
  border: 1px solid;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open > .dropdown-toggle.btn-primary {
  background: #1a8a6d;
  border-color: #1a8a6d;
  box-shadow: none !important;
}

.btn-outline-success {
  color: #1d9b7b;
  border-color: #1d9b7b;
  border: 1px solid;
}
.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, .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open > .dropdown-toggle.btn-primary {
  background: #1d9b7b;
  border-color: #1d9b7b;
  box-shadow: none !important;
}

.bg-info {
  background-color: #50c9e8 !important;
}

.bg-soft-info {
  background-color: rgba(80, 201, 232, 0.2) !important;
}

.text-info {
  color: #50c9e8 !important;
}

.border-info {
  border-color: #50c9e8 !important;
}

.icon-dual-info {
  color: #50c9e8;
  fill: rgba(80, 201, 232, 0.2);
}

.btn-info {
  background: #50c9e8 !important;
  color: #ffffff;
  border-color: #50c9e8 !important;
  border: 1px solid;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open > .dropdown-toggle.btn-primary {
  background: #3ec3e6;
  border-color: #3ec3e6;
  box-shadow: none !important;
}

.btn-outline-info {
  color: #50c9e8;
  border-color: #50c9e8;
  border: 1px solid;
}
.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, .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open > .dropdown-toggle.btn-primary {
  background: #50c9e8;
  border-color: #50c9e8;
  box-shadow: none !important;
}

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

.bg-soft-warning {
  background-color: rgba(224, 162, 65, 0.2) !important;
}

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

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

.icon-dual-warning {
  color: #e0a241;
  fill: rgba(224, 162, 65, 0.2);
}

.btn-warning {
  background: #e0a241 !important;
  color: #ffffff;
  border-color: #e0a241 !important;
  border: 1px solid;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open > .dropdown-toggle.btn-primary {
  background: #dd992f;
  border-color: #dd992f;
  box-shadow: none !important;
}

.btn-outline-warning {
  color: #e0a241;
  border-color: #e0a241;
  border: 1px solid;
}
.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, .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open > .dropdown-toggle.btn-primary {
  background: #e0a241;
  border-color: #e0a241;
  box-shadow: none !important;
}

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

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

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

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

.icon-dual-danger {
  color: #da3746;
  fill: rgba(218, 55, 70, 0.2);
}

.btn-danger {
  background: #da3746 !important;
  color: #ffffff;
  border-color: #da3746 !important;
  border: 1px solid;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open > .dropdown-toggle.btn-primary {
  background: #d52737;
  border-color: #d52737;
  box-shadow: none !important;
}

.btn-outline-danger {
  color: #da3746;
  border-color: #da3746;
  border: 1px solid;
}
.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, .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open > .dropdown-toggle.btn-primary {
  background: #da3746;
  border-color: #da3746;
  box-shadow: none !important;
}

.bg-dark {
  background-color: #17212a !important;
}

.bg-soft-dark {
  background-color: rgba(23, 33, 42, 0.2) !important;
}

.text-dark {
  color: #17212a !important;
}

.border-dark {
  border-color: #17212a !important;
}

.icon-dual-dark {
  color: #17212a;
  fill: rgba(23, 33, 42, 0.2);
}

.btn-dark {
  background: #17212a !important;
  color: #ffffff;
  border-color: #17212a !important;
  border: 1px solid;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open > .dropdown-toggle.btn-primary {
  background: #10171d;
  border-color: #10171d;
  box-shadow: none !important;
}

.btn-outline-dark {
  color: #17212a;
  border-color: #17212a;
  border: 1px solid;
}
.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, .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open > .dropdown-toggle.btn-primary {
  background: #17212a;
  border-color: #17212a;
  box-shadow: none !important;
}

.bg-cyan {
  background-color: #00e6e6 !important;
}

.bg-soft-cyan {
  background-color: rgba(0, 230, 230, 0.2) !important;
}

.text-cyan {
  color: #00e6e6 !important;
}

.border-cyan {
  border-color: #00e6e6 !important;
}

.icon-dual-cyan {
  color: #00e6e6;
  fill: rgba(0, 230, 230, 0.2);
}

.btn-cyan {
  background: #00e6e6 !important;
  color: #ffffff;
  border-color: #00e6e6 !important;
  border: 1px solid;
}
.btn-cyan:hover, .btn-cyan:focus, .btn-cyan:active, .btn-cyan.active, .btn-cyan.focus, .btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled):active:focus,
.btn-cyan .open > .dropdown-toggle.btn-primary {
  background: #00d2d2;
  border-color: #00d2d2;
  box-shadow: none !important;
}

.btn-outline-cyan {
  color: #00e6e6;
  border-color: #00e6e6;
  border: 1px solid;
}
.btn-outline-cyan:hover, .btn-outline-cyan:focus, .btn-outline-cyan:active, .btn-outline-cyan.active, .btn-outline-cyan.focus, .btn-outline-cyan:not(:disabled):not(.disabled):active, .btn-outline-cyan:not(:disabled):not(.disabled):active:focus,
.btn-outline-cyan .open > .dropdown-toggle.btn-primary {
  background: #00e6e6;
  border-color: #00e6e6;
  box-shadow: none !important;
}

.bg-blue {
  background-color: #155eab !important;
}

.bg-soft-blue {
  background-color: rgba(21, 94, 171, 0.2) !important;
}

.text-blue {
  color: #155eab !important;
}

.border-blue {
  border-color: #155eab !important;
}

.icon-dual-blue {
  color: #155eab;
  fill: rgba(21, 94, 171, 0.2);
}

.btn-blue {
  background: #155eab !important;
  color: #ffffff;
  border-color: #155eab !important;
  border: 1px solid;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.focus, .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue .open > .dropdown-toggle.btn-primary {
  background: #135499;
  border-color: #135499;
  box-shadow: none !important;
}

.btn-outline-blue {
  color: #155eab;
  border-color: #155eab;
  border: 1px solid;
}
.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, .btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue .open > .dropdown-toggle.btn-primary {
  background: #155eab;
  border-color: #155eab;
  box-shadow: none !important;
}

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

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

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

.border-muted {
  border-color: #838485 !important;
}

.icon-dual-muted {
  color: #838485;
  fill: rgba(131, 132, 133, 0.2);
}

.btn-muted {
  background: #838485 !important;
  color: #ffffff;
  border-color: #838485 !important;
  border: 1px solid;
}
.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus, .btn-muted:not(:disabled):not(.disabled):active, .btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open > .dropdown-toggle.btn-primary {
  background: #797a7b;
  border-color: #797a7b;
  box-shadow: none !important;
}

.btn-outline-muted {
  color: #838485;
  border-color: #838485;
  border: 1px solid;
}
.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, .btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open > .dropdown-toggle.btn-primary {
  background: #838485;
  border-color: #838485;
  box-shadow: none !important;
}

.bg-purple {
  background-color: #7276ab !important;
}

.bg-soft-purple {
  background-color: rgba(114, 118, 171, 0.2) !important;
}

.text-purple {
  color: #7276ab !important;
}

.border-purple {
  border-color: #7276ab !important;
}

.icon-dual-purple {
  color: #7276ab;
  fill: rgba(114, 118, 171, 0.2);
}

.btn-purple {
  background: #7276ab !important;
  color: #ffffff;
  border-color: #7276ab !important;
  border: 1px solid;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .btn-purple.focus, .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple .open > .dropdown-toggle.btn-primary {
  background: #656aa3;
  border-color: #656aa3;
  box-shadow: none !important;
}

.btn-outline-purple {
  color: #7276ab;
  border-color: #7276ab;
  border: 1px solid;
}
.btn-outline-purple:hover, .btn-outline-purple:focus, .btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.focus, .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple .open > .dropdown-toggle.btn-primary {
  background: #7276ab;
  border-color: #7276ab;
  box-shadow: none !important;
}

.bg-pink {
  background-color: #f13e74 !important;
}

.bg-soft-pink {
  background-color: rgba(241, 62, 116, 0.2) !important;
}

.text-pink {
  color: #f13e74 !important;
}

.border-pink {
  border-color: #f13e74 !important;
}

.icon-dual-pink {
  color: #f13e74;
  fill: rgba(241, 62, 116, 0.2);
}

.btn-pink {
  background: #f13e74 !important;
  color: #ffffff;
  border-color: #f13e74 !important;
  border: 1px solid;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .btn-pink.focus, .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink .open > .dropdown-toggle.btn-primary {
  background: #f02b66;
  border-color: #f02b66;
  box-shadow: none !important;
}

.btn-outline-pink {
  color: #f13e74;
  border-color: #f13e74;
  border: 1px solid;
}
.btn-outline-pink:hover, .btn-outline-pink:focus, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.focus, .btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink .open > .dropdown-toggle.btn-primary {
  background: #f13e74;
  border-color: #f13e74;
  box-shadow: none !important;
}

.bg-orange {
  background-color: #ef884b !important;
}

.bg-soft-orange {
  background-color: rgba(239, 136, 75, 0.2) !important;
}

.text-orange {
  color: #ef884b !important;
}

.border-orange {
  border-color: #ef884b !important;
}

.icon-dual-orange {
  color: #ef884b;
  fill: rgba(239, 136, 75, 0.2);
}

.btn-orange {
  background: #ef884b !important;
  color: #ffffff;
  border-color: #ef884b !important;
  border: 1px solid;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.focus, .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange .open > .dropdown-toggle.btn-primary {
  background: #ed7c38;
  border-color: #ed7c38;
  box-shadow: none !important;
}

.btn-outline-orange {
  color: #ef884b;
  border-color: #ef884b;
  border: 1px solid;
}
.btn-outline-orange:hover, .btn-outline-orange:focus, .btn-outline-orange:active, .btn-outline-orange.active, .btn-outline-orange.focus, .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange .open > .dropdown-toggle.btn-primary {
  background: #ef884b;
  border-color: #ef884b;
  box-shadow: none !important;
}

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

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

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

.border-light {
  border-color: #f8f9fc !important;
}

.icon-dual-light {
  color: #f8f9fc;
  fill: rgba(248, 249, 252, 0.2);
}

.btn-light {
  background: #f8f9fc !important;
  color: #ffffff;
  border-color: #f8f9fc !important;
  border: 1px solid;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open > .dropdown-toggle.btn-primary {
  background: #eaedf6;
  border-color: #eaedf6;
  box-shadow: none !important;
}

.btn-outline-light {
  color: #f8f9fc;
  border-color: #f8f9fc;
  border: 1px solid;
}
.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, .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open > .dropdown-toggle.btn-primary {
  background: #f8f9fc;
  border-color: #f8f9fc;
  box-shadow: none !important;
}

.bg-white {
  background-color: #ffffff !important;
}

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

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

.border-white {
  border-color: #ffffff !important;
}

.icon-dual-white {
  color: #ffffff;
  fill: rgba(255, 255, 255, 0.2);
}

.btn-white {
  background: #ffffff !important;
  color: #ffffff;
  border-color: #ffffff !important;
  border: 1px solid;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open > .dropdown-toggle.btn-primary {
  background: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none !important;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
  border: 1px solid;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open > .dropdown-toggle.btn-primary {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: none !important;
}

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

.bg-soft-white-70 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

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

.border-white-70 {
  border-color: rgba(255, 255, 255, 0.7) !important;
}

.icon-dual-white-70 {
  color: rgba(255, 255, 255, 0.7);
  fill: rgba(255, 255, 255, 0.2);
}

.btn-white-70 {
  background: rgba(255, 255, 255, 0.7) !important;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid;
}
.btn-white-70:hover, .btn-white-70:focus, .btn-white-70:active, .btn-white-70.active, .btn-white-70.focus, .btn-white-70:not(:disabled):not(.disabled):active, .btn-white-70:not(:disabled):not(.disabled):active:focus,
.btn-white-70 .open > .dropdown-toggle.btn-primary {
  background: rgba(245, 245, 245, 0.7);
  border-color: rgba(245, 245, 245, 0.7);
  box-shadow: none !important;
}

.btn-outline-white-70 {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
  border: 1px solid;
}
.btn-outline-white-70:hover, .btn-outline-white-70:focus, .btn-outline-white-70:active, .btn-outline-white-70.active, .btn-outline-white-70.focus, .btn-outline-white-70:not(:disabled):not(.disabled):active, .btn-outline-white-70:not(:disabled):not(.disabled):active:focus,
.btn-outline-white-70 .open > .dropdown-toggle.btn-primary {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: none !important;
}

.bg-black-70 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.bg-soft-black-70 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.text-black-70 {
  color: rgba(0, 0, 0, 0.7) !important;
}

.border-black-70 {
  border-color: rgba(0, 0, 0, 0.7) !important;
}

.icon-dual-black-70 {
  color: rgba(0, 0, 0, 0.7);
  fill: rgba(0, 0, 0, 0.2);
}

.btn-black-70 {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.7) !important;
  border: 1px solid;
}
.btn-black-70:hover, .btn-black-70:focus, .btn-black-70:active, .btn-black-70.active, .btn-black-70.focus, .btn-black-70:not(:disabled):not(.disabled):active, .btn-black-70:not(:disabled):not(.disabled):active:focus,
.btn-black-70 .open > .dropdown-toggle.btn-primary {
  background: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none !important;
}

.btn-outline-black-70 {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  border: 1px solid;
}
.btn-outline-black-70:hover, .btn-outline-black-70:focus, .btn-outline-black-70:active, .btn-outline-black-70.active, .btn-outline-black-70.focus, .btn-outline-black-70:not(:disabled):not(.disabled):active, .btn-outline-black-70:not(:disabled):not(.disabled):active:focus,
.btn-outline-black-70 .open > .dropdown-toggle.btn-primary {
  background: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none !important;
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
  background: #f8f9fc !important;
  border: 1px solid rgba(131, 132, 133, 0.1) !important;
}

.btn-dark {
  border: 1px solid #17212a !important;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
  background-color: #656fe0 !important;
  border: 1px solid #17212a !important;
  box-shadow: 0px 3px 10px 0px rgba(23, 33, 42, 0.47) !important;
}

.btn-outline-dark {
  border: 1px solid #17212a;
  color: #17212a;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark.active {
  color: #ffffff;
  background-color: #17212a;
}

.btn {
  border-color: #656fe0;
}

.card {
  background-color: #ffffff;
  border-color: #dee2e6;
}

.mode-btn {
  position: fixed;
  top: 28%;
  left: 0px;
  z-index: 1021;
  color: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #656fe0;
  border: 1px solid #656fe0;
  font-size: 21px;
  text-align: center;
}
.mode-btn .mode-dark {
  display: block;
  transition: all 0.5s ease;
}
.mode-btn .mode-light {
  display: none;
  transition: all 0.5s ease;
}


/* Animate Up Down*/
@keyframes upNdown1 {
  50% {
    transform: translateY(40px);
  }
}
@keyframes upNdown2 {
  50% {
    transform: translateY(20px);
  }
}
@keyframes upNdown2 {
  50% {
    transform: translateY(20px);
  }
}
/* Animate Up Down 2*/
@keyframes upNdown11 {
  50% {
    transform: translateY(10px);
  }
}
/* Animate Up Down 2*/
@keyframes upNdown12 {
  50% {
    transform: translateY(-10px);
  }
}
@media (max-width: 576px) {
  .home-circle {
    margin-bottom: 0px !important;
  }
  .home-circle .ring1 {
    display: none;
  }
  .home-circle .ring2 {
    display: none;
  }
  .home-circle .ring3 {
    display: none;
  }
  .home-circle .ring4 {
    display: none;
  }
  .home-circle .ring5 {
    display: none;
  }
}

@keyframes drift {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}
@keyframes anim {
  0% {
    transform: scale(0, 0) rotateZ(-190deg);
    opacity: 0;
  }
  30% {
    transform: scale(1, 1) rotateZ(100deg);
    opacity: 1;
  }
  50% {
    transform: scale(1, 1) rotateZ(0deg);
    opacity: 1;
  }
  80% {
    transform: scale(0, 0) rotateZ(190deg);
    opacity: 0;
  }
}

.home-slider {
  cursor: pointer;
  padding-bottom: 40px;
}
.home-slider .tobii-zoom__icon {
  display: none;
}
.home-slider .swiper-container .fream-phone {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  height: auto;
  width: 230px;
}
.home-slider .swiper-container .swiper-wrapper img {
  border-radius: 20px;
}
.home-slider .swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #656fe0;
}
.home-slider img {
  width: 100%;
}

@media (max-width: 1200px) {
  .home-slider .swiper-container {
    padding: 15px 0 50px 0;
  }
  .home-slider .swiper-container .fream-phone {
    width: 180px;
  }
}
@media (max-width: 992px) {
  .home-slider .swiper-container {
    padding: 15px 0 50px 0;
  }
  .home-slider .swiper-container .fream-phone {
    width: 260px;
  }
}
.mobile {
  z-index: 1;
}
.mobile .phone {
  position: absolute;
  left: 50%;
  bottom: -36px;
}
.mobile .phone i {
  font-size: 55px;
  position: relative;
  color: #656fe0;
}
.mobile .phone i::after {
  position: absolute;
  background-color: #656fe0;
  height: 8%;
  width: 13%;
  border-radius: 50%;
  left: 44%;
  animation-name: fingerScroll;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-timing-function: linear;
  filter: blur(0.01em);
  content: "";
}

@keyframes fingerScroll {
  0% {
    top: 65%;
  }
  100% {
    top: 35%;
  }
}


#triangle {
  stroke: #fc63b3;
}

#circle {
  stroke: #fff48d;
}

#square {
  stroke: #94fff5;
}

#cross {
  stroke: #d68fff;
}

.stage {
  width: 100%;
  height: 100%;
}
.stage svg {
  position: absolute;
  z-index: 2;
}
.stage svg:nth-child(1) {
  left: 20%;
  top: 40%;
  animation: roll-right 9s infinite linear alternate-reverse;
}
.stage svg:nth-child(2) {
  left: 90%;
  top: 30%;
  animation: roll-left 6s infinite linear alternate-reverse;
}
.stage svg:nth-child(3) {
  left: 70%;
  top: 20%;
  animation: roll-right 8s infinite linear alternate-reverse;
}
.stage svg:nth-child(4) {
  left: 50%;
  top: 20%;
  animation: roll-left 12s infinite linear alternate-reverse;
}
.stage svg:nth-child(5) {
  left: 80%;
  top: 50%;
  animation: roll-left 13s infinite linear alternate-reverse;
}
.stage svg:nth-child(6) {
  left: 10%;
  top: 20%;
  animation: roll-right 14s infinite linear alternate-reverse;
}
.stage svg:nth-child(7) {
  left: 40%;
  top: 60%;
  animation: roll-left 20s infinite linear alternate-reverse;
}
.stage svg:nth-child(8) {
  left: 10%;
  top: 90%;
  animation: roll-right 11s infinite linear alternate-reverse;
}

@keyframes roll-left {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes roll-right {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}


.home-6 {
  min-height: 100vh;
  align-items: center;
  position: relative;
  display: flex;
}
.home-6 .home-heading {
  color: white;
}
.home-6 .home-heading .home-title {
  font-size: 60px;
  line-height: 58px;
}
@media (max-width: 767.98px) {
  .home-6 .home-heading .home-title {
    font-size: 2.25em;
    line-height: 1.25;
  }
}
.home-6 .home-heading .home-desc {
  max-width: 700px;
  margin: 0 auto;
}
.home-6 .bg-overlay {
  background-color: rgb(0, 0, 0);
  opacity: 0.3;
}
.home-6 .swiper-button-next,
.home-6 .swiper-button-prev {
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  background-color: #656fe0;
  color: #ffffff;
}
.home-6 .swiper-button-next::after,
.home-6 .swiper-button-prev::after {
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .home-6 .swiper-button-next,
.home-6 .swiper-button-prev {
    display: none;
  }
}
.home-6 .modal-btn {
  position: relative;
  padding: 13px 52px 13px 30px;
}
.home-6 .modal-btn span {
  position: absolute;
  align-items: center;
  justify-content: center;
}
.home-6 .modal-btn span i {
  font-size: 34px;
}
.home-6 .modal-btn:hover .btn-icon, .home-6 .modal-btn:focus .btn-icon {
  background-color: #ffffff;
  color: #656fe0;
  transition: all 0.9s ease;
}

.about:hover .part.top {
  transform: translate3d(0, 0, 0) rotateX(0deg);
}

.mockup {
  display: inline-block;
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 0;
  perspective: 2400px;
  perspective-origin: 50% 100%;
  opacity: 0;
  transition: 500ms opacity;
}
.mockup .part {
  display: inline-block;
  position: relative;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  transition: 900ms;
}
.mockup .part .top {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 50% 0;
  transform: translate3d(0, 0, -11px) rotateX(90deg);
  transition: 900ms;
}
.mockup .part .bottom {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 50% 0;
  transform: translate3d(0, 0, 0) rotateX(90deg);
}
.mockup .part .cover {
  position: relative;
}
.mockup .part.top {
  transform: translate3d(0, 0, 0) rotateX(-90deg);
}
.mockup img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
}
.mockup video {
  display: block;
  position: absolute;
  top: 8%;
  left: 4%;
  width: 92%;
  border-radius: 6px;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 1px);
}
.mockup .part.bottom {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0) rotateX(-90deg);
}

.mockup.loaded {
  opacity: 1;
}
.mockup.loaded .part .top {
  transform: translate3d(0, 0, -11px) rotateX(90deg) scale(1, 1);
}

@media (max-width: 768px) {
  .mockup {
    perspective: 7000px;
  }
}

.features .features-box:hover .features-icon {
  background-color: rgba(101, 111, 224, 0.2);
  border-radius: 50%;
  border: 2px solid #656fe0;
}
.features .features-box .features-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  line-height: 1;
  color: #656fe0;
  transition: all 0.3s ease;
}
.features .features-box .features-icon i {
  font-size: 34px;
  font-weight: 200;
}

/* Animate Up Down*/
@keyframes upNdown1 {
  50% {
    transform: translateY(30px);
  }
}
@keyframes upNdown2 {
  50% {
    transform: translateY(10px);
  }
}
@keyframes upNdown2 {
  50% {
    transform: translateY(10px);
  }
}
/* Animate Up Down 2*/
@keyframes upNdown11 {
  50% {
    transform: translateY(5px);
  }
}
/* Animate Up Down 2*/
@keyframes upNdown12 {
  50% {
    transform: translateY(-5px);
  }
}


.animate-v {
  animation: upNdown1 2s infinite linear;
}

.animate-curve:after {
  animation: upNdown2 2s infinite linear;
  animation: upNdown2 2s infinite linear;
}

.animate-v2 {
  animation: upNdown11 2s infinite linear;
}

.animate-v3 {
  animation: upNdown12 2s infinite linear;
}

@media (max-width: 768px) {
  .fream-phone {
    display: none;
  }
}
@media (max-width: 1024px) {
  .screenshot-img img {
    height: 285px;
  }
}



@media (max-width: 575px) {
  .effectTab-header .title::before {
    width: 125%;
    left: 15%;
  }
}


.cta::after {
  content: "";
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
  height: 150px;
  background: #ffffff;
  transform: matrix(1, -0.05, 0, 1, 0, 0);
}
.cta::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 60%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-image: url(../images/unorthodox-box.png);
  background-size: contain;
  z-index: 1;
}
.cta .cta-phone-image {
  position: absolute;
  z-index: 999;
  top: -50%;
}

@media (max-width: 992px) {
  .cta .cta-phone-image {
    position: relative !important;
    top: 0;
  }
}
@media (max-width: 991px) {
  .cta::before {
    display: none;
  }
  .cta::after {
    display: none;
  }
}
@media (max-width: 1440px) {
  .cta::before {
    left: 50%;
    width: 75%;
    height: 75%;
    bottom: 50px;
  }
}


.footer {
  padding-bottom: 76px;
}
.footer .footer-icon a {
  border: 1px dashed rgba(131, 132, 133, 0.5);
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.footer .footer-item li {
  padding-bottom: 8px;
}
.footer .form-control {
  height: 56px;
  border: 1px solid rgba(23, 33, 42, 0.1);
}
.footer .form-control:hover, .footer .form-control:focus {
  box-shadow: none !important;
}
.footer .input-group-text {
  border: none !important;
}
.footer .footer-center-border {
  border-bottom: 1px dashed rgba(23, 33, 42, 0.2) !important;
}
.footer .footer-link li {
  margin-top: 18px;
}
.footer .footer-link li a {
  color: rgba(23, 33, 42, 0.5) !important;
}
