@import "Vazirmatn-RD-FD-font-face.css";

body {
  font-family: Vazirmatn RD FD, sans-serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

td,
tr,
th {
  text-align: center !important;
}

* {
  font-family: Vazirmatn RD FD, sans-serif !important;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.search .css-1d3z3hw-MuiOutlinedInput-notchedOutline {
  border-style: none;
}

.autocomplete-li {
  width: 100% !important;
  height: 60px !important;
}

.content-area {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.home-ssearch-box-menu {
  min-width: 300px;
}

.home-search-box {
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  height: 67px;
  width: 510px;
  padding: 10px;
  border-radius: 50px;
  background-color: #fff;
  overflow: hidden;
  /* border-radius: 70px; */
  box-shadow: 0 0 12px #00000010;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.city-name {
  margin-top: 5px;
}

.css-dqr9h-MuiRating-label {
  color: #e3aa24;
}

.city-select {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  padding: 0 18px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.city-select h6 {
  margin-inline-start: 15px;
  width: 100%;
  color: #b8e4f0;
}


/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: "transparent";
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #9681eb;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #9681eb;
}

.container {
  max-width: 1140px;
}

img {
  max-width: 100%;
}

a {
  color: #0e314c;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  outline: 0 !important;
}

.bg-light {
  background-color: #45cfdd !important;
}

.nav-item {
  display: block;
  padding: 0.2rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

a:hover,
a:focus {
  color: #44ce6f;
  text-decoration: none;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  color: #45cfdd;
  line-height: 1.9;
}

p:last-child {
  margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0e314c;
  font-weight: 500;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

:focus {
  outline: 0 !important;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bg-F5F5F5 {
  background-color: #f5f5f5;
}

.bg-f9f6f6 {
  background-color: #f9f6f6;
}

.bg-f9fafb {
  background-color: #f9fafb;
}

.bg-0f054b {
  background-color: #0f054b;
}

.bg-eef6fd {
  background-color: #eef6fd;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
  line-height: 0.01;
}

.owl-theme .owl-dots {
  margin-top: 20px;
  line-height: 0.01;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: #d6d6d6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
  background: #44ce6f;
}

.btn-primary {
  color: #f5f5f5;
  background-color: #45cfdd !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #f5f5f5;
  background: #0e314c;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background: #0e314c;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #44ce6f;
  -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  opacity: 1;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary:disabled:hover,
.btn-primary:disabled:focus {
  background: #0e314c;
}

.btn {
  font-weight: 600;
  font-size: 14px;
  border: none;
  padding: 15px 40px;
  position: relative;
  border-radius: 4px;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn::after,
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #6527BE !important;
  color:white;
  z-index: -1;
}

.btn::after {
  left: 0;
  border-radius: 4px 0 0 4px;
}

.btn::before {
  right: 0;
  border-radius: 0 4px 4px 0;
}
.btn-sign:hover{
  color:white;
}
.btn:hover::after,
.btn:hover::before {
  width: 50%;
}

.btn.btn-secondary {
  text-transform: capitalize;
  border-radius: 0;
  background-color: #44ce6f;
  padding: 13px 30px;
  -webkit-box-shadow: 5px 5px 5px #a6f5be;
  box-shadow: 5px 5px 5px #a6f5be;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.btn.btn-secondary::before {
  border-radius: 0;
  background: #c679e3;
}

.btn.btn-secondary::after {
  border-radius: 0;
  background: #c679e3;
}

.btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #44ce6f;
  border-color: #44ce6f;
}

.btn.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn.btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 5px 5px 5px #e9caf5;
  box-shadow: 5px 5px 5px #e9caf5;
}

.btn.btn-secondary:focus {
  color: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  -webkit-box-shadow: 5px 5px 5px #e9caf5;
  box-shadow: 5px 5px 5px #e9caf5;
}

.form-group {
  margin-bottom: 18px;
}

label {
  color: #0e314c;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-control {
  height: 45px;
  padding: 10px;
  font-size: 14px;
  color: #0e314c;
  border: 1px solid #eee;
  border-radius: 0;
  background: #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control:focus {
  outline: 0;
  background: #fff;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-color: #44ce6f;
}

.form-select {
  height: 45px;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  color: #0e314c;
  border: 1px solid #eee;
  border-radius: 0;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 600;
}

.section-title p {
  max-width: 520px;
  margin: 0 auto;
}

.section-title .bar {
  height: 5px;
  width: 90px;
  background: #45cfdd;
  margin: 20px auto;
  position: relative;
  border-radius: 30px;
}

.section-title .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #45cfdd;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.section-title .sub-title {
  display: inline-block;
  color: #c679e3;
  background-color: #f5dffd;
  margin-bottom: 18px;
  border-radius: 30px;
  padding: 5px 20px 4px;
  font-size: 13px;
}

.section-title.text-start h2 {
  font-weight: 500;
}

.section-title.text-start h2 span {
  display: inline-block;
  font-weight: 700;
}

.section-title.text-start p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
}

.section-title-service {
  text-align: start;
  margin-bottom: 60px;
}

.section-title-service h2 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 600;
}

.section-title-service p {
  width: 100%;
  padding-top: 8px;
  margin: 0 auto;
}

.section-title-service .bar {
  height: 5px;
  width: 50%;
  background: #45cfdd;
  margin-top: 10px;
  position: relative;
  border-radius: 30px;
}

.section-title-service .bar::before {
  content: "";
  position: absolute;
  right: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #6527BE;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG-SERVICE;
  animation-name: MOVE-BG-SERVICE;
}

.section-title-service .sub-title {
  display: inline-block;
  color: #c679e3;
  background-color: #f5dffd;
  margin-bottom: 18px;
  border-radius: 30px;
  padding: 5px 20px 4px;
  font-size: 13px;
}

.section-title-service.text-start h2 {
  font-weight: 500;
}

.section-title-service.text-start h2 span {
  display: inline-block;
  font-weight: 700;
}

.section-title-service.text-start p {
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@-webkit-keyframes MOVE-BG-SERVICE {
  from {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes MOVE-BG-SERVICE {
  from {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #45cfdd !important;
}

.preloader .spinner {
  width: 100px;
  height: 100px;
  /* background-color: #fff; */
  margin: 0 auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.4);
  top: 50%;
  margin-top: -75px;
}

.loading-logo{
  width: 100px;
  height: 100px;
  /* background-color: #fff; */
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin-top: -75px;
}
@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: .25;
    transform: scale(.75);
  }
}

.spinner-box {
  width: 81px;
  height: 100px;
  /* display: flex; */
  margin: 0 auto;
  position: absolute;
  /* justify-content: center; */
  /* align-items: center; */
  right: 0;
  left: 0;
  top: 57%;
  margin-top: -75px;
  background-color: transparent;
}

.pulse-container {
  width: 91px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pulse-bubble {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #6527BE;
}

.pulse-bubble-1 {
    animation: pulse .4s ease 0s infinite alternate;
}
.pulse-bubble-2 {
    animation: pulse .4s ease .2s infinite alternate;
}
.pulse-bubble-3 {
    animation: pulse .4s ease .4s infinite alternate;
}


@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.startp-responsive-nav {
  display: none;
}

#header.headroom {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-height: 80px;
  /* padding-top: 15px; */
}

#header.headroom.is-sticky {
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

#header.headroom.navbar-style-two {
  background-color: #fff;
  /* padding-top: 15px; */
  padding-bottom: 15px;
}

#header.headroom--pinned {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

#header.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}

.startp-nav {
  background: 0 0;
  /* padding-top: 15px;
  padding-bottom: 10px; */
  background-color: #45cfdd;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 1);
}

.basic-navbar-nav {
  border: none;
  border-color: rgba(0, 0, 0, 0) !important;
}

.App-map {
  height: 100%;
  width: 100%;
}

/* .mynav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.5);
} */

.startp-nav nav {
  padding: 0;
}

.startp-nav nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.startp-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 15px 0;
}

.startp-nav nav .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 15px;
  color: #4a6f8a;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 14px;
  margin-right: 14px;
}

.startp-nav nav .navbar-nav .nav-item a:hover,
.startp-nav nav .navbar-nav .nav-item a:focus,
.startp-nav nav .navbar-nav .nav-item a.active {
  color: #44ce6f;
}

.startp-nav nav .navbar-nav .nav-item a svg {
  width: 14px;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background: #45cfdd;
  position: absolute;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
  opacity: 0;
  border-radius: 5px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li {
  position: relative;
  padding: 0;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a {
  font-size: 14px;
  font-weight: 500;
  padding: 9px 15px;
  margin: 0;
  display: block;
  color: #4a6f8a;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:hover,
.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:focus,
.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a.active {
  color: #44ce6f;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu {
  position: absolute;
  left: 220px;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a {
  color: #4a6f8a;
}

.startp-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown_menu
  li
  .dropdown_menu
  li
  a:hover,
.startp-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown_menu
  li
  .dropdown_menu
  li
  a:focus,
.startp-nav
  nav
  .navbar-nav
  .nav-item
  .dropdown_menu
  li
  .dropdown_menu
  li
  a.active {
  color: #44ce6f;
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li:hover .dropdown_menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important;
}

.dropdown_menu li:hover a {
  color: #6527BE;
}

.mean-nav li:hover a {
  color: #6527BE;
}

.startp-nav nav .navbar-nav .nav-item ul {
  opacity: 1 !important;
  visibility: visible !important;
  top: 100% !important;
}

.startp-nav nav .others-option {
  margin-left: 20px;
}

.startp-nav nav .others-option .cart-wrapper-btn {
  position: relative;
  margin-right: 20px;
}

.cart-wrapper-btn-min {
  position: relative;
  right: 200px;
  top: -19px;
  z-index: 99999;
}

.startp-nav nav .others-option .cart-wrapper-btn svg {
  width: 15px;
}

.startp-nav nav .others-option .cart-wrapper-btn span {
  display: inline-block;
  background-color: red;
  color: #fff;
  font-size: 9px;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  position: relative;
  top: -7px;
  right: 4px;
}

.startp-nav nav .others-option .btn.btn-light {
  border: 2px dashed #cdf1d8;
  padding: 12px 33px;
  margin-right: 10px;
}

.startp-nav nav .others-option .btn.btn-light:focus {
  color: #0e314c !important;
}

.navbar-style-three .startp-nav {
  padding-left: 25px;
  padding-right: 25px;
}

.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -29px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #0e314c;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #44ce6f;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.others-option-for-responsive .option-inner {
  padding: 15px 15px 8px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: #45cfdd;
}

/* .css-6hp17o-MuiList-root-MuiMenu-list {
  min-width: 300px !important;
  background-color: #45CFDD !important;
} */
/* .css-6hp17o-MuiList-root-MuiMenu-list li {
  list-style-type: none !important;
  color: white !important;
}
.css-6hp17o-MuiList-root-MuiMenu-list li a,
.css-r8u8y9 li a {
  color: white !important;
} */

.others-option-for-responsive .option-inner a {
  color: #f5f5f5;
}

.others-option-for-responsive .option-inner .others-option .cart-wrapper-btn {
  position: relative;
  margin-right: 15px;
}

.others-option-for-responsive
  .option-inner
  .others-option
  .cart-wrapper-btn
  svg {
  width: 15px;
}

.others-option-for-responsive
  .option-inner
  .others-option
  .cart-wrapper-btn
  span {
  display: inline-block;
  background-color: red;
  color: #fff;
  font-size: 9px;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  position: relative;
  top: -7px;
  right: 4px;
}

.others-option-for-responsive .option-inner .others-option .btn.btn-light {
  background: 0 0;
  border: 2px dashed #cdf1d8;
  padding: 12px 23px;
  margin-right: 10px;
}

.others-option-for-responsive
  .option-inner
  .others-option
  .btn.btn-light:focus {
  color: #0e314c !important;
}

.others-option-for-responsive .option-inner .others-option .btn.btn-light:hover,
.others-option-for-responsive
  .option-inner
  .others-option
  .btn.btn-light:focus {
  color: #fff;
  border-color: #44ce6f;
}

.others-option-for-responsive
  .option-inner
  .others-option
  .btn.btn-light::after,
.others-option-for-responsive
  .option-inner
  .others-option
  .btn.btn-light::before {
  background: #44ce6f;
}

.others-option-for-responsive .option-inner .others-option .btn.btn-primary {
  background: #c679e3;

  padding: 13px 23px;
}

.others-option-for-responsive
  .option-inner
  .others-option
  .btn.btn-primary::after,
.others-option-for-responsive
  .option-inner
  .others-option
  .btn.btn-primary::before {
  background: #44ce6f;
}

.nav-item a {
  color: #000000;
}

.navbar-color-white .startp-nav nav .navbar-nav .nav-item a:hover,
.navbar-color-white .startp-nav nav .navbar-nav .nav-item a:focus,
.navbar-color-white .startp-nav nav .navbar-nav .nav-item a.active {
  color: #44ce6f;
}

.navbar-color-white .startp-nav nav .others-option .cart-wrapper-btn {
  color: #fff;
}

.navbar-color-white .startp-nav nav .others-option .btn.btn-primary {
  background: #c679e3;
}

.navbar-color-white .startp-nav nav .others-option .btn.btn-primary::after,
.navbar-color-white .startp-nav nav .others-option .btn.btn-primary::before {
  background: #44ce6f;
}

.navbar-color-white#header.headroom.is-sticky {
  background-color: #0e314c !important;
}

@media only screen and (max-width: 991px) {
  #header {
    padding-top: 15px;
  }

  #header.headroom {
    border-bottom: 1px solid #eee;
    background-color: #45cfdd;
  }

  #header.headroom.is-sticky {
    border-bottom: none;
  }

  .startp-responsive-nav {
    display: block;
  }

  .startp-responsive-nav .startp-responsive-menu {
    position: relative;
  }

  .startp-responsive-nav .startp-responsive-menu .navbar-nav {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }

  .startp-responsive-nav .startp-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }

  .startp-responsive-nav
    .startp-responsive-menu.mean-container
    .mean-nav
    ul
    li
    a {
    font-size: 14px;
  }

  .startp-responsive-nav
    .startp-responsive-menu.mean-container
    .mean-nav
    ul
    li
    a.active {
    color: #44ce6f;
  }

  .startp-responsive-nav
    .startp-responsive-menu.mean-container
    .mean-nav
    ul
    li
    a
    svg {
    display: none;
  }

  .startp-responsive-nav
    .startp-responsive-menu.mean-container
    .mean-nav
    ul
    li
    li
    a {
    font-size: 14px;
  }

  .startp-responsive-nav .startp-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    max-height: 70vh;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }

  .startp-responsive-nav
    .startp-responsive-menu.mean-container
    .others-options {
    display: none;
  }

  .startp-responsive-nav .mean-container a.meanmenu-reveal {
    color: #0e314c;
  }

  .startp-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #ffffff;
  }

  .startp-responsive-nav .mean-container a.meanmenu-reveal p {
    color: #ffffff;
    font-size: 25px;
    line-height: 0.9 !important;
  }

  .startp-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
  }

  .startp-nav {
    display: none;
  }

  .others-option-for-responsive {
    display: block;
  }
}

.main-banner {
  position: relative;
  height: 910px;
  z-index: 1;
  background: transparent url(/assets/img/banner-bg1.jpg) left top no-repeat;
}

.main-banner .hero-content h1 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
}

.main-banner .hero-content p {
  margin-bottom: 30px;
}

.main-banner .banner-form {
  background: #fff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 50px 30px;
  border-radius: 5px;
}

.main-banner .banner-form form .form-control {
  padding-left: 15px;
}

.main-banner .banner-form form .btn {
  display: block;
  width: 100%;
  -webkit-transform: unset;
  transform: unset;
  margin-top: 25px;
}

.main-banner .banner-image {
  position: relative;
}

.main-banner .banner-image img {
  position: absolute;
}

.main-banner .banner-image img:nth-child(1) {
  z-index: 3;
  top: -130px;
  left: -45px;
}

.main-banner .banner-image img:nth-child(2) {
  right: 145px;
  top: -287px;
}

.main-banner .banner-image img:nth-child(3) {
  left: 25px;
  top: -20px;
}

.main-banner .banner-image img:nth-child(4) {
  right: 12%;
  top: 118px;
  z-index: 1;
}

.main-banner .banner-image img:nth-child(5) {
  left: 28%;
  top: -120px;
  z-index: 2;
}

.main-banner .banner-image img:nth-child(6) {
  right: 35%;
  z-index: 1;
  top: -150px;
}

.main-banner .banner-image img:nth-child(7) {
  right: 20px;
  top: -110px;
}

.main-banner .banner-image img:nth-child(8) {
  right: 25px;
  top: -140px;
}

.main-banner .banner-image img:nth-child(9) {
  right: 30%;
  z-index: 1;
  top: -35px;
}

.main-banner .banner-image img:nth-child(10) {
  left: 37%;
  top: -28px;
  z-index: 1;
}

.main-banner .banner-image img:nth-child(11) {
  left: 37%;
  top: -160px;
  z-index: 1;
}

.main-banner .banner-image img:nth-child(12) {
  left: 90px;
  top: -110px;
}

.main-banner .banner-image img:nth-child(13) {
  left: 56%;
  top: -25px;
  z-index: 2;
}

.main-banner .banner-image img:nth-child(14) {
  right: 105px;
  top: -28px;
}

.main-banner .banner-image img:last-child {
  display: none;
}

.main-banner .banner-image.single-banner-image img {
  display: block !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

.hosting-main-banner {
  position: relative;
  z-index: 1;
  background-color: #032b8d;
  padding-top: 250px;
  padding-bottom: 190px;
}

.hosting-main-banner .hosting-banner-content h1 {
  font-size: 45px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
}

.hosting-main-banner .hosting-banner-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.hosting-main-banner .hosting-banner-content ul li {
  margin-bottom: 12px;
  color: #fff;
  position: relative;
  padding-left: 30px;
}

.hosting-main-banner .hosting-banner-content ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background: #44ce6f;
  content: "";
}

.hosting-main-banner .hosting-banner-content ul li:last-child {
  margin-bottom: 0;
}

.hosting-main-banner .hosting-banner-content p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 25px;
}

.hosting-main-banner .hosting-banner-content p span {
  text-decoration: line-through;
}

.hosting-main-banner .hosting-banner-image {
  position: relative;
}

.hosting-main-banner .hosting-banner-image img {
  position: absolute;
}

.hosting-main-banner .hosting-banner-image img:nth-child(1) {
  top: -175px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.hosting-main-banner .hosting-banner-image img:nth-child(2) {
  top: 184px;
  left: 21%;
}

.hosting-main-banner .hosting-banner-image img:nth-child(3) {
  top: 177px;
  right: 38px;
}

.hosting-main-banner .hosting-banner-image img:nth-child(4) {
  left: 29%;
  right: 0;
  top: -15px;
  margin: 0 auto;
}

.hosting-main-banner .hosting-banner-image img:nth-child(5) {
  right: 8px;
  top: -107px;
}

.hosting-main-banner .hosting-banner-image img:nth-child(6) {
  left: 18%;
  top: -175px;
  z-index: -1;
}

.hosting-main-banner .hosting-banner-image img:nth-child(7) {
  top: -235px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.hosting-main-banner .hosting-banner-image img:nth-child(8) {
  left: 27%;
  top: -200px;
}

.hosting-main-banner .hosting-banner-image img:nth-child(9) {
  z-index: -2;
  top: 40px;
  left: 80px;
  right: 0;
  margin: 0 auto;
}

.hosting-main-banner .hosting-banner-image img:nth-child(10) {
  display: none;
}

.hosting-main-banner .hosting-banner-image.single-hosting-banner-image img {
  display: block;
  position: relative;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
}

.shape1 {
  position: absolute;
  top: 20%;
  z-index: 0;
  left: 30px;
  -webkit-animation: rotate3d 4s linear infinite;
  animation: rotate3d 4s linear infinite;
  opacity: 0.4;
}

.shape2 {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 20%;
}

.shape3 {
  position: absolute;
  left: 25%;
  bottom: 15%;
  z-index: 0;
  -webkit-animation: animationFramesOne 15s infinite linear;
  animation: animationFramesOne 15s infinite linear;
}

.shape4 {
  position: absolute;
  right: 25%;
  bottom: 15%;
  z-index: 0;
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}

.shape5 {
  position: absolute;
  right: 5%;
  top: 10%;
  z-index: 0;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
  opacity: 0.2;
}

.shape6 {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 20%;
}

.shape7 {
  position: absolute;
  left: 25%;
  top: 15%;
  z-index: 0;
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}

.shape8 {
  position: absolute;
  z-index: 0;
  top: 15%;
  right: 10%;
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

.boxes-area {
  position: relative;
  padding-bottom: 80px;
  margin-top: -130px;
  z-index: 1;
}

.hosting-boxes-area {
  background-color: #032b8d;
  margin-top: 0;
}

.hosting-boxes-area .single-box {
  padding-left: 15px;
  padding-right: 15px;
}

.single-box {
  border: 1px dashed #cdf1d8;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
  box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-box .icon {
  display: inline-block;
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-box h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-box.bg-f78acb {
  border-color: rgba(247, 138, 203, 0.3);
}

.single-box.bg-f78acb .icon {
  color: #f78acb;
  background: rgba(247, 138, 203, 0.3);
}

.single-box.bg-c679e3 {
  border-color: #edc3fc;
}

.single-box.bg-c679e3 .icon {
  color: #c679e3;
  background: #edc3fc;
}

.single-box.bg-eb6b3d {
  border-color: rgba(235, 107, 61, 0.3);
}

.single-box.bg-eb6b3d .icon {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}

.single-box:hover {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  border-color: transparent;
}

.single-box:hover::before {
  opacity: 1;
  visibility: visible;
}

.single-box:hover .icon {
  background: #fff;
  color: #44ce6f;
}

.single-box:hover h3,
.single-box:hover p {
  color: #fff;
}

.single-box:hover.bg-f78acb .icon {
  color: #f78acb;
}

.single-box:hover.bg-c679e3 .icon {
  color: #c679e3;
}

.single-box:hover.bg-eb6b3d .icon {
  color: #eb6b3d;
}

.about-content .section-title {
  text-align: start;
  margin-bottom: 18px;
}

.about-content .section-title .bar {
  margin-right: 0;
  margin-left: 0;
}

.about-content .section-title p {
  margin: 0;
}

.about-inner-area {
  margin-top: 60px;
}

.about-inner-area .about-text h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.why-choose-us {
  background: transparent url(/assets/img/banner-bg1.jpg) left top no-repeat;
  position: relative;
  z-index: 1;
}

.why-choose-us .section-title {
  text-align: start;
}

.why-choose-us .section-title .bar {
  margin-left: 0;
  margin-right: 0;
}

.why-choose-us .section-title p {
  margin-left: 0;
  margin-right: 0;
}

.why-choose-us-image {
  position: relative;
  text-align: center;
}

.why-choose-us-image .main-pic {
  display: none;
}

.why-choose-us-image img:nth-child(1) {
  position: relative;
  left: -20px;
}

.why-choose-us-image img:nth-child(3) {
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}

.why-choose-us-image.single-why-choose-us-image img {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}

.col-lg-6 .col-lg-6:nth-child(1) .single-why-choose-us {
  margin-top: 60px;
}

.col-lg-6 .col-lg-6:nth-child(2) .single-why-choose-us {
  margin-top: 0;
}

.col-lg-6 .col-lg-6:nth-child(4) .single-why-choose-us {
  margin-top: -30px;
}

.single-why-choose-us {
  padding: 30px 15px;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(56, 46, 46, 0.1);
  box-shadow: 0 0 30px rgba(56, 46, 46, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 30px;
}

.single-why-choose-us .icon {
  color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-why-choose-us .icon i::before {
  font-size: 45px;
}

.single-why-choose-us h3 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-why-choose-us::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-why-choose-us p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-why-choose-us:hover {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  border-color: transparent;
}

.single-why-choose-us:hover::before {
  opacity: 1;
  visibility: visible;
}

.single-why-choose-us:hover .icon {
  color: #fff;
}

.single-why-choose-us:hover h3,
.single-why-choose-us:hover p {
  color: #fff;
}

.services-area {
  overflow: hidden;
}

.services-content .section-title {
  text-align: start;
  margin-bottom: 20px;
}

.services-content .section-title .bar {
  margin-left: 0;
  margin-right: 0;
}

.services-content .section-title p {
  margin: 0;
}

.services-content .row {
  margin-left: -8px;
  margin-right: -8px;
}

.services-content .row .col-lg-6 {
  padding-left: 8px;
  padding-right: 8px;
}

.services-content .box {
  position: relative;
  z-index: 1;
  display: block;
  padding: 15px 12px;
  color: #45cfdd;
  font-weight: 500;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-top: 20px;
}

.services-content .box::before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-content .box svg {
  margin-right: 5px;
  display: inline-block;
  color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 18px;
}

.services-content .box:hover {
  color: #fff;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.services-content .box:hover::before {
  opacity: 1;
  visibility: visible;
}

.services-content .box:hover svg {
  color: #fff;
}

.services-right-image {
  position: relative;
}

.services-right-image img {
  position: absolute;
}

.services-right-image img:nth-child(1) {
  left: 22%;
  top: -85px;
  z-index: 1;
}

.services-right-image img:nth-child(2) {
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: -52px;
}

.services-right-image img:nth-child(3) {
  left: 44%;
  top: -33px;
  z-index: 1;
}

.services-right-image img:nth-child(4) {
  right: 38%;
  z-index: 1;
  top: -220px;
}

.services-right-image img:nth-child(5) {
  z-index: 1;
  right: 24%;
  top: 8px;
}

.services-right-image img:nth-child(6) {
  left: 29%;
  top: 0;
  z-index: 1;
}

.services-right-image img:nth-child(7) {
  right: 44%;
  top: -78px;
  z-index: 1;
}

.services-right-image img:nth-child(8) {
  right: 30%;
  top: -134px;
  z-index: 1;
}

.services-right-image img:nth-child(9) {
  right: 31%;
  top: -21px;
  z-index: 1;
}

.services-right-image img:nth-child(10) {
  right: 24%;
  top: -80px;
}

.services-right-image img:nth-child(11) {
  left: 27%;
  top: -60px;
  z-index: 2;
}

.services-right-image img:nth-child(12) {
  right: 28%;
  z-index: 1;
  top: -54px;
}

.services-right-image img:nth-child(13) {
  left: 31%;
  top: -105px;
  z-index: 1;
}

.services-right-image img.bg-image {
  top: -262px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.services-right-image img:last-child {
  display: none;
}

.services-right-image.single-right-image img {
  display: block;
}

.services-right-image.single-right-image img:first-child {
  top: -60px;
}

.services-right-image.single-right-image img:last-child {
  position: relative;
  left: 0;
  top: 0;
}

.services-left-image {
  position: relative;
}

.services-left-image img {
  position: absolute;
}

.services-left-image img:nth-child(1) {
  left: 15%;
  top: -98px;
}

.services-left-image img:nth-child(2) {
  left: 0;
  top: -200px;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.services-left-image img:nth-child(3) {
  left: 36%;
  z-index: 12;
  top: -55px;
}

.services-left-image img:nth-child(4) {
  left: 55px;
  top: -38px;
  z-index: 1;
}

.services-left-image img:nth-child(5) {
  z-index: 3;
  right: 26%;
  top: -66px;
}

.services-left-image img:nth-child(6) {
  right: 19%;
  top: -41px;
  z-index: 2;
}

.services-left-image img:nth-child(7) {
  right: 97px;
  top: 40px;
  z-index: 1;
}

.services-left-image img:nth-child(8) {
  right: 23%;
  top: -175px;
  z-index: 2;
}

.services-left-image img.bg-image {
  top: -262px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.services-left-image img:last-child {
  display: none;
}

.services-left-image.single-left-image img {
  display: block;
}

.services-left-image.single-left-image img:first-child {
  top: -60px;
}

.services-left-image.single-left-image img:last-child {
  position: relative;
  left: 0;
  top: 0;
}

.single-services-box {
  position: relative;
  background: #fff;
  padding-left: 20px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.single-services-box .icon {
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box .icon.bg-c679e3 {
  color: #c679e3;
  background: #edc3fc;
}

.single-services-box .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}

.single-services-box::before,
.single-services-box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background: #44ce6f;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box::before {
  left: 0;
}

.single-services-box::after {
  right: 0;
}

.single-services-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.single-services-box:hover .icon {
  background: #44ce6f;
  color: #fff;
}

.single-services-box:hover .icon.bg-c679e3 {
  background: #c679e3;
}

.single-services-box:hover .icon.bg-eb6b3d {
  background: #eb6b3d;
}

.single-services-box:hover::after,
.single-services-box:hover::before {
  opacity: 1;
  visibility: visible;
  width: 50%;
}

.services-area-two {
  padding-bottom: 50px;
}

.single-services-box-item {
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 90px 35px 70px;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}

.single-services-box-item .icon {
  width: 90px;
  height: 90px;
  text-align: center;
  position: relative;
  background-color: #80c54d;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 25px;
}

.single-services-box-item .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}

.single-services-box-item h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.single-services-box-item h3 a {
  display: inline-block;
}

.single-services-box-item .shape {
  position: absolute;
  right: 0;
  top: -15px;
  z-index: -1;
}

.single-services-box-item .learn-more-btn {
  color: #44ce6f;
  font-weight: 500;
  display: inline-block;
  margin-top: 5px;
  position: relative;
  padding-left: 28px;
}

.single-services-box-item .learn-more-btn svg {
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box-item .learn-more-btn:hover {
  color: #0e314c;
  padding-left: 0;
  padding-right: 5px;
}

.single-services-box-item .learn-more-btn:hover svg {
  left: 100%;
  color: #44ce6f;
}

.single-services-box-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.col-lg-4:nth-child(2) .single-services-box-item .icon {
  background-color: #4267d1;
}

.col-lg-4:nth-child(3) .single-services-box-item .icon {
  background-color: #ca8220;
}

.col-lg-4:nth-child(4) .single-services-box-item .icon {
  background-color: #b92fb1;
}

.col-lg-4:nth-child(5) .single-services-box-item .icon {
  background-color: #de6742;
}

.col-lg-4:nth-child(6) .single-services-box-item .icon {
  background-color: #59eed0;
}

.single-services-box-service {
  position: relative;
  display: flex;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box-service h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.single-services-box-service .icon {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #45cfdd;
  border-radius: 50%;
  color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box-service .icon.bg-c679e3 {
  color: #c679e3;
  background: #edc3fc;
}

.single-services-box-service .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}

.single-services-box-service::before,
.single-services-box-service::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background: #45cfdd !important;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box-service::before {
  left: 0;
}

.single-services-box-service::after {
  right: 0;
}

.single-services-box-service:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.single-services-box-service:hover .icon {
  color: #fff;
}

.single-services-box-service:hover .icon.bg-c679e3 {
  background: #c679e3;
}

.single-services-box-service:hover .icon.bg-eb6b3d {
  background: #eb6b3d;
}

.single-services-box-service:hover::after,
.single-services-box-service:hover::before {
  opacity: 1;
  visibility: visible;
  width: 50%;
}

.services-area-two {
  padding-bottom: 50px;
}

.single-services-box-service-item {
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 90px 35px 70px;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}

.single-services-box-service-item .icon {
  width: 90px;
  height: 90px;
  text-align: center;
  position: relative;
  background-color: #80c54d;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 25px;
}

.single-services-box-service-item .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}

.single-services-box-service-item h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.single-services-box-service-item h3 a {
  display: inline-block;
}

.single-services-box-service-item .shape {
  position: absolute;
  right: 0;
  top: -15px;
  z-index: -1;
}

.single-services-box-service-item .learn-more-btn {
  color: #44ce6f;
  font-weight: 500;
  display: inline-block;
  margin-top: 5px;
  position: relative;
  padding-left: 28px;
}

.single-services-box-service-item .learn-more-btn svg {
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box-service-item .learn-more-btn:hover {
  color: #158ce7;
  padding-left: 0;
  padding-right: 5px;
}

.single-services-box-service-item .learn-more-btn:hover svg {
  left: 100%;
  color: #44ce6f;
}

.single-services-box-service-item:hover {
  /* -webkit-transform: translateY(-10px);
	transform: translateY(-10px) */
}

.col-lg-4:nth-child(2) .single-services-box-service-item .icon {
  background-color: #4267d1;
}

.col-lg-4:nth-child(3) .single-services-box-service-item .icon {
  background-color: #ca8220;
}

.col-lg-4:nth-child(4) .single-services-box-service-item .icon {
  background-color: #b92fb1;
}

.col-lg-4:nth-child(5) .single-services-box-service-item .icon {
  background-color: #de6742;
}

.col-lg-4:nth-child(6) .single-services-box-service-item .icon {
  background-color: #59eed0;
}

.services-details-desc h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.services-details-desc .services-details-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 25px 0 0;
}

.services-details-desc .services-details-accordion .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #fff;
  margin-bottom: 5px;
}

.services-details-desc
  .services-details-accordion
  .accordion
  .accordion-item:last-child {
  margin-bottom: 0;
}

.services-details-desc .services-details-accordion .accordion .accordion-title {
  display: block;
  padding: 12px 20px 12px 51px;
  text-decoration: none;
  color: #0e314c;
  position: relative;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  font-weight: 500;
}

.services-details-desc
  .services-details-accordion
  .accordion
  .accordion-title
  i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #44ce6f;
  color: #fff;
}

.services-details-desc
  .services-details-accordion
  .accordion
  .accordion-title
  i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
}

.services-details-desc
  .services-details-accordion
  .accordion
  .accordion-title.active {
  border-bottom-color: #e1e1e1;
}

.services-details-desc
  .services-details-accordion
  .accordion
  .accordion-title.active
  i::before {
  content: "\f10f";
}

.services-details-desc
  .services-details-accordion
  .accordion
  .accordion-content {
  display: none;
  position: relative;
  padding: 15px;
}

.services-details-desc
  .services-details-accordion
  .accordion
  .accordion-content.show {
  display: block;
}

.services-details-area .separate {
  margin-top: 80px;
}

.services-details-image {
  text-align: center;
}

.features-area {
  padding-bottom: 50px;
}

.features-area-two {
  overflow: hidden;
}

.single-features {
  position: relative;
  background: #fff;
  padding-right: 95px;
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.single-features .icon {
  position: absolute;
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  color: #44ce6f;
  right: 20px;
  top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features .icon.bg-c679e3 {
  color: #c679e3;
  background: #edc3fc;
}

.single-features .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}

.single-features:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.single-features:hover .icon {
  background: #44ce6f;
  color: #fff;
}

.single-features:hover .icon.bg-c679e3 {
  background: #c679e3;
}

.single-features:hover .icon.bg-eb6b3d {
  background: #eb6b3d;
}

.hosting-features-area {
  padding-bottom: 50px;
}

.single-hosting-features {
  position: relative;
  background: #fff;
  text-align: center;
  padding-left: 20px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-hosting-features h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.single-hosting-features .icon {
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #cdf1d8;
  display: inline-block;
  border-radius: 50%;
  color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-hosting-features .icon.bg-c679e3 {
  color: #c679e3;
  background: #edc3fc;
}

.single-hosting-features .icon.bg-eb6b3d {
  color: #eb6b3d;
  background: rgba(235, 107, 61, 0.3);
}

.single-hosting-features::before,
.single-hosting-features::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background: #44ce6f;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-hosting-features::before {
  left: 0;
}

.single-hosting-features::after {
  right: 0;
}

.single-hosting-features:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.single-hosting-features:hover .icon {
  background: #44ce6f;
  color: #fff;
}

.single-hosting-features:hover .icon.bg-c679e3 {
  background: #c679e3;
}

.single-hosting-features:hover .icon.bg-eb6b3d {
  background: #eb6b3d;
}

.single-hosting-features:hover::after,
.single-hosting-features:hover::before {
  opacity: 1;
  visibility: visible;
  width: 50%;
}

.features-details-desc h3 {
  font-size: 20px;
  margin-bottom: 13px;
}

.features-details-desc .features-details-list {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
}

.features-details-desc .features-details-list li {
  margin-bottom: 12px;
  color: #45cfdd;
  position: relative;
  padding-left: 15px;
}

.features-details-desc .features-details-list li::before {
  background: #44ce6f;
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  content: "";
}

.features-details-desc .features-details-list li:last-child {
  margin-bottom: 0;
}

.features-details-desc .features-details-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 25px 0 0;
}

.features-details-desc .features-details-accordion .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #fff;
  margin-bottom: 5px;
}

.features-details-desc
  .features-details-accordion
  .accordion
  .accordion-item:last-child {
  margin-bottom: 0;
}

.features-details-desc .features-details-accordion .accordion .accordion-title {
  display: block;
  padding: 12px 20px 12px 51px;
  text-decoration: none;
  color: #0e314c;
  position: relative;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  font-weight: 500;
}

.features-details-desc
  .features-details-accordion
  .accordion
  .accordion-title
  i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #44ce6f;
  color: #fff;
}

.features-details-desc
  .features-details-accordion
  .accordion
  .accordion-title
  i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
}

.features-details-desc
  .features-details-accordion
  .accordion
  .accordion-title.active {
  border-bottom-color: #e1e1e1;
}

.features-details-desc
  .features-details-accordion
  .accordion
  .accordion-title.active
  i::before {
  content: "\f10f";
}

.features-details-desc
  .features-details-accordion
  .accordion
  .accordion-content {
  display: none;
  position: relative;
  padding: 15px;
}

.features-details-desc
  .features-details-accordion
  .accordion
  .accordion-content.show {
  display: block;
}

.features-details-area .separate {
  margin-top: 80px;
}

.features-details-image {
  text-align: center;
}

.team-area {
  padding-bottom: 50px;
}

.team-area .owl-dots {
  margin-bottom: 30px;
}

.single-team {
  background: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  text-align: center;
}

.single-team .team-image {
  position: relative;
  z-index: 1;
  padding-left: 35px;
  padding-right: 35px;
}

.single-team .team-image img {
  border: 3px solid #cdf1d8;
  width: 80px;
  object-fit: scale-down;
  height: 80px;
  border-radius: 50%;
  display: inline-block !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #f9f6f6;
  height: 10px;
  width: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-content {
  padding-left: 35px;
  padding-right: 35px;
}

.single-team .team-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-team .team-content ul li {
  display: inline-block;
  margin: 0 3px;
}

.single-team .team-content ul li a {
  color: #c679e3;
}

.single-team .team-content ul li a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #44ce6f;
}

.single-team .team-content ul li a svg {
  width: 19px;
}

.single-team .team-content p {
  margin-top: 20px;
  margin-bottom: 0;
}

.single-team .team-info {
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
  padding: 10px 15px;
  border-radius: 75px;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-info h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
}

.single-team .team-info span {
  color: #fff;
  font-size: 13px;
}

.single-team:hover {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.single-team:hover .team-image::before {
  height: 0;
}

.single-team:hover .team-image img {
  border-color: #44ce6f;
}

.single-team:hover .team-info {
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
}

.works-area {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.single-works {
  position: relative;
  margin-bottom: 30px;
}

.single-works::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.single-works .icon {
  position: absolute;
  border-radius: 50%;
  top: 0;
  right: 25px;
  background: #fff;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}

.single-works .icon svg {
  width: 19px;
}

.single-works .icon:hover {
  background: #0e314c;
  color: #fff;
}

.single-works .works-content {
  position: absolute;
  bottom: -60px;
  left: 0;
  padding: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.single-works .works-content h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.single-works .works-content h3 a {
  color: #fff;
}

.single-works .works-content p {
  color: #fff;
}

.single-works:hover::before {
  opacity: 0.8;
  visibility: visible;
}

.single-works:hover .icon {
  opacity: 1;
  visibility: visible;
  top: 25px;
}

.single-works:hover .works-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.funfacts-area {
  position: relative;
  z-index: 1;
}

.funfacts-area .section-title h2 {
  max-width: 520px;
  margin: 0 auto;
  line-height: 37px;
}

.funfacts-area .map-bg {
  position: absolute;
  z-index: -1;
  top: 120px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.funfact {
  text-align: center;
}

.funfact h3 {
  color: #44ce6f;
  font-size: 32px;
  margin-bottom: 7px;
}

.funfact p {
  line-height: initial;
}

.contact-cta-box {
  margin: 80px auto 0;
  max-width: 600px;
  border: 1px dashed #ebebeb;
  padding: 30px 30px 30px 210px;
  border-radius: 5px;
  position: relative;
}

.contact-cta-box h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.contact-cta-box p {
  margin-bottom: 0;
}

.contact-cta-box .btn {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -27px;
}

.contact-cta-box .btn::before,
.contact-cta-box .btn::after {
  background: #44ce6f;
}

.contact-cta-box .btn-primary {
  background: #c679e3;
}

.contact-cta-box .btn-primary:hover,
.contact-cta-box .btn-primary:focus {
  -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}

.funfacts-area.bg-image {
  position: relative;
  z-index: 1;
  background-image: url(/assets/img/bigdata-analytics/funfacts-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.funfacts-area.bg-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #011f43;
  opacity: 0.86;
}

.funfacts-area.bg-image .section-title h2 {
  color: #fff;
}

.funfacts-area.bg-image .section-title p {
  color: #fff;
}

.funfacts-area.bg-image .contact-cta-box {
  border-color: #406883;
}

.funfacts-area.bg-image .contact-cta-box h3 {
  color: #fff;
}

.funfacts-area.bg-image .contact-cta-box p {
  color: #fff;
}

.single-funfact {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 5px;
}

.single-funfact h3 {
  color: #44ce6f;
  font-size: 32px;
  margin-bottom: 7px;
}

.single-funfact p {
  line-height: initial;
  color: #fff;
}

.pricing-area {
  position: relative;
  z-index: 1;
}

.pricing-table {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding-bottom: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pricing-table .pricing-header {
  background: #fff;
  position: relative;
  padding: 30px 20px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
  z-index: 1;
}

.pricing-table .pricing-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.pricing-table .pricing-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
}

.pricing-table .price {
  margin-bottom: 30px;
}

.pricing-table .price span {
  color: #44ce6f;
  font-size: 30px;
  font-weight: 600;
}

.pricing-table .price span sup {
  font-weight: 500;
}

.pricing-table .price span span {
  font-size: 14px;
  font-weight: 500;
}

.pricing-table .pricing-features ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

.pricing-table .pricing-features ul li {
  color: #ccdcea;
  margin-bottom: 12px;
  text-decoration: line-through;
}

.pricing-table .pricing-features ul li:last-child {
  margin-bottom: 0;
}

.pricing-table .pricing-features ul li.active {
  color: #45cfdd;
  text-decoration: none;
}

.pricing-table:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.pricing-table:hover .pricing-header::before {
  opacity: 1;
  visibility: visible;
}

.pricing-table:hover .pricing-header h3 {
  color: #fff;
}

.pricing-table.active-plan .pricing-header::before {
  opacity: 1;
  visibility: visible;
}

.pricing-table.active-plan .pricing-header h3 {
  color: #fff;
}

.pricing-table.active-plan .btn-primary {
  background: #c679e3;
}

.pricing-table.active-plan .btn-primary::after,
.pricing-table.active-plan .btn-primary::before {
  background: #44ce6f;
  -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}

.single-pricing-table {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing-table .pricing-header i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing-table .pricing-header i::before {
  font-size: 45px;
}

.single-pricing-table .pricing-header h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 15px 0 20px;
}

.single-pricing-table .price {
  margin-bottom: 20px;
}

.single-pricing-table .price span {
  color: #44ce6f;
  font-size: 30px;
  font-weight: 600;
}

.single-pricing-table .price span sup {
  font-weight: 500;
}

.single-pricing-table .price span span {
  font-size: 14px;
  font-weight: 500;
}

.single-pricing-table .pricing-features ul {
  padding: 0;
  margin: 0 0 30px;
  list-style-type: none;
}

.single-pricing-table .pricing-features ul li {
  color: #45cfdd;
  margin-bottom: 12px;
}

.single-pricing-table .pricing-features ul li:last-child {
  margin-bottom: 0;
}

.single-pricing-table .pricing-features ul li svg {
  width: 15px;
}

.single-pricing-table.active-plan .btn-primary {
  background: #c679e3;
}

.single-pricing-table.active-plan .btn-primary::after,
.single-pricing-table.active-plan .btn-primary::before {
  background: #44ce6f;
  -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.tab .tabs_item:nth-child(2) .pricing-box {
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#fffcff),
    color-stop(#fbfaff),
    color-stop(#effbff),
    color-stop(#e0fdff),
    to(#d5fefd)
  );
  background: linear-gradient(
    to right top,
    #fffcff,
    #fbfaff,
    #effbff,
    #e0fdff,
    #d5fefd
  );
}

.pricing-tab .tabs {
  padding-left: 0;
  margin-bottom: 45px;
  list-style-type: none;
  text-align: center;
}

.pricing-tab .tabs li {
  display: inline-block;
}

.pricing-tab .tabs li a {
  background: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(#fffcff),
    color-stop(#fbfaff),
    color-stop(#effbff),
    color-stop(#e0fdff),
    to(#d5fefd)
  );
  background: linear-gradient(
    to left bottom,
    #fffcff,
    #fbfaff,
    #effbff,
    #e0fdff,
    #d5fefd
  );
  padding: 10px 30px 9.5px;
  margin-left: -2px;
  margin-right: -2px;
  font-weight: 500;
  font-size: 15px;
}

.pricing-tab .tabs li a:hover {
  color: #0e314c;
  background: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(#fffcff),
    color-stop(#fbfaff),
    color-stop(#effbff),
    color-stop(#e0fdff),
    to(#d5fefd)
  );
  background: linear-gradient(
    to left bottom,
    #fffcff,
    #fbfaff,
    #effbff,
    #e0fdff,
    #d5fefd
  );
}

.pricing-tab .tabs li.current a {
  color: #fff;
  background: #0e314c;
}

.pricing-tab .tabs li:nth-child(1) a {
  border-radius: 5px 0 0 5px;
}

.pricing-tab .tabs li:nth-child(1) a::before {
  border-radius: 5px 0 0 5px;
}

.pricing-tab .tabs li:nth-child(2) a {
  border-radius: 0 5px 5px 0;
}

.pricing-tab .tabs li:nth-child(2) a::before {
  border-radius: 0 5px 5px 0;
}

.pricing-box {
  background: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(#fffcff),
    color-stop(#fbfaff),
    color-stop(#effbff),
    color-stop(#e0fdff),
    to(#d5fefd)
  );
  background: linear-gradient(
    to left bottom,
    #fffcff,
    #fbfaff,
    #effbff,
    #e0fdff,
    #d5fefd
  );
  text-align: center;
  padding: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.pricing-box .pricing-header h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.pricing-box .pricing-header p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0;
}

.pricing-box .price {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 20px;
}

.pricing-box .price span {
  display: inline-block;
  margin-left: -7px;
  font-size: 20px;
  font-weight: 600;
}

.pricing-box .buy-btn {
  margin-bottom: 30px;
}

.pricing-box .buy-btn .btn {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transform: unset !important;
  transform: unset !important;
}

.pricing-box .buy-btn .btn-primary {
  border-radius: 30px;
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#a3a3a3),
    color-stop(#9a9a9a),
    color-stop(#909090),
    color-stop(#878787),
    to(#7e7e7e)
  );
  background: linear-gradient(
    to right top,
    #a3a3a3,
    #9a9a9a,
    #909090,
    #878787,
    #7e7e7e
  );
  text-transform: capitalize;
  padding: 11px 30px;
  font-weight: 500;
}

.pricing-box .buy-btn .btn-primary::after {
  border-radius: 30px;
  background: #44ce6f;
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.pricing-box .buy-btn .btn-primary::before {
  display: none;
}

.pricing-box .buy-btn .btn-primary:not(:disabled):not(.disabled).active,
.pricing-box .buy-btn .btn-primary:not(:disabled):not(.disabled):active,
.pricing-box
  .buy-btn
  .btn-primary
  .show
  > .pricing-box
  .buy-btn
  .btn-primary.dropdown-toggle {
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#a3a3a3),
    color-stop(#9a9a9a),
    color-stop(#909090),
    color-stop(#878787),
    to(#7e7e7e)
  );
  background: linear-gradient(
    to right top,
    #a3a3a3,
    #9a9a9a,
    #909090,
    #878787,
    #7e7e7e
  );
}

.pricing-box .buy-btn .btn-primary:hover::after,
.pricing-box .buy-btn .btn-primary:focus::after {
  opacity: 0;
  visibility: hidden;
}

.pricing-box .pricing-features {
  margin-bottom: 0;
  list-style-type: none;
  text-align: start;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-box .pricing-features li {
  margin-bottom: 12px;
  color: #495771;
  position: relative;
  padding-left: 27px;
}

.pricing-box .pricing-features li:last-child {
  margin-bottom: 0;
}

.pricing-box .pricing-features li svg {
  color: #44ce6f;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
}

.domain-search-content {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}

.domain-search-content h2 {
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}

.domain-search-content form {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
  border-radius: 30px;
}

.domain-search-content form .form-control {
  background-color: #fff;
  border: none;
  height: 55px;
  padding-left: 20px;
  float: left;
  width: 63%;
}

.domain-search-content form .domain-select {
  float: left;
  width: 15%;
  padding-right: 20px;
}

.domain-search-content form .domain-select .form-select {
  padding: 0;
  float: unset;
  width: 100%;
  border: none;
  cursor: pointer;
  height: 55px;
}

.domain-search-content form button {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  float: left;
  width: 22%;
  height: 55px;
  border-radius: 30px;
  background-color: #44ce6f;
  color: #fff;
  outline: 0;
  cursor: pointer;
  border: none;
  padding: 15px 40px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  font-size: 14px;
}

.domain-search-content form button:hover,
.domain-search-content form button:focus {
  background-color: #c679e3;
}

.domain-search-content ul {
  padding: 0;
  margin: 30px 0 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.domain-search-content ul li {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  border-left: 1px solid #eee;
}

.domain-search-content ul li:first-child {
  border-left: none;
}

.feedback-area {
  position: relative;
  z-index: 1;
}

.feedback-slides {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}

.feedback-slides .client-feedback {
  position: relative;
}

.feedback-slides .client-feedback .single-feedback {
  background: #fff;
  border-radius: 5px;
  padding-left: 170px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 60px;
  position: relative;
}

.feedback-slides .client-feedback .single-feedback .client-img {
  position: absolute;
  left: 40px;
  top: 40px;
}

.feedback-slides .client-feedback .single-feedback .client-img img {
  border-radius: 50%;
  border: 2px solid #44ce6f;
  padding: 3px;
  width: auto !important;
  display: inline-block !important;
}

.feedback-slides .client-feedback .single-feedback h3 {
  font-size: 18px;
  margin: 0;
}

.feedback-slides .client-feedback .single-feedback span {
  display: block;
  margin-top: 8px;
  margin-bottom: 18px;
  color: #c679e3;
}

.feedback-slides .client-feedback .single-feedback p {
  font-size: 15px;
}

.feedback-slides .client-feedback .single-feedback::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 50px;
  height: 50px;
  background: #fff;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.feedback-slides .client-thumbnails {
  position: relative;
  margin: 0 85px;
}

.feedback-slides .client-thumbnails .item .img-fill {
  cursor: pointer;
  position: relative;
  text-align: center;
}

.feedback-slides .client-thumbnails .item .img-fill img {
  opacity: 0.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  border: 2px solid #44ce6f;
  border-radius: 50%;
  padding: 3px;
  width: 85px;
}

.feedback-slides .client-thumbnails .item:hover .img-fill img,
.feedback-slides .client-thumbnails .item.slick-center .img-fill img {
  opacity: 1;
}

.client-thumbnails .next-arrow,
.client-thumbnails .prev-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: 0 0;
  color: #5e5e5e;
  border: 2px solid #5e5e5e;
  z-index: 1;
  border-radius: 50%;
  line-height: 30px;
  outline: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.client-thumbnails .next-arrow::before,
.client-thumbnails .prev-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}

.client-thumbnails .next-arrow:hover,
.client-thumbnails .prev-arrow:hover {
  color: #fff;
  border-color: #44ce6f;
}

.client-thumbnails .next-arrow:hover::before,
.client-thumbnails .prev-arrow:hover::before {
  opacity: 1;
  visibility: visible;
}

.client-thumbnails .next-arrow svg,
.client-thumbnails .prev-arrow svg {
  width: 18px;
  height: 18px;
  position: relative;
}

.client-thumbnails .next-arrow {
  right: -20px;
}

.client-thumbnails .prev-arrow {
  left: -20px;
}

.testimonials-slides {
  background-color: #f7fbfe;
  max-width: 850px;
  margin: 90px auto 30px;
  position: relative;
  z-index: 1;
}

.testimonials-slides::before {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 260px;
  height: 260px;
  content: "";
  z-index: -1;
  background-image: url(/assets/img/layer.png);
}

.testimonials-slides::after {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 260px;
  height: 260px;
  content: "";
  z-index: -1;
  background-image: url(/assets/img/layer.png);
}

.testimonials-slides .owl-dots {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background: 0 0;
  border: 2px solid #d6d6d6;
  position: relative;
  margin: 0 3px;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span::before {
  background: #d6d6d6;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span,
.testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: #44ce6f;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span::before,
.testimonials-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background: #44ce6f;
}

.single-feedback-item {
  padding: 40px 130px 90px;
  text-align: center;
  background-color: #f7fbfe;
  position: relative;
}

.single-feedback-item .client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: start;
  max-width: 280px;
  margin: 0 auto 25px;
}

.single-feedback-item .client-info .image {
  padding-right: 20px;
}

.single-feedback-item .client-info .image img {
  display: inline-block !important;
  width: 75px;
  border-radius: 50%;
  border: 3px solid #44ce6f;
}

.single-feedback-item .client-info .title h3 {
  font-size: 18px;
  margin: 0;
}

.single-feedback-item .client-info .title span {
  display: block;
  margin-top: 8px;
  color: #c679e3;
}

.single-feedback-item p {
  font-size: 16px;
  font-style: italic;
}

.single-feedback-item::before {
  content: "\f11b";
  color: #d9dcde;
  font-family: Flaticon;
  font-size: 30px;
  font-style: normal;
  font-size: 65px;
  position: absolute;
  top: 0;
  left: 25px;
}

.agency-portfolio-feedback-slides {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.agency-portfolio-feedback-item {
  margin-bottom: 20px;
  text-align: center;
}

.agency-portfolio-feedback-item img {
  width: auto !important;
  display: inline-block !important;
  border-radius: 50%;
  border: 3px solid #999;
}

.agency-portfolio-feedback-item p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
}

.bigdata-feedback-area {
  background-color: #eef6fd;
}

.single-feedback-box {
  position: relative;
  margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.single-feedback-box .feedback-desc {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-top: 40px;
}

.single-feedback-box .feedback-desc p {
  margin-bottom: 0;
  position: relative;
  color: #0e314c;
}

.single-feedback-box .feedback-desc p::before {
  content: '"';
  position: relative;
  display: inline-block;
  left: 0;
  color: #0e314c;
}

.single-feedback-box .feedback-desc p::after {
  content: '"';
  position: relative;
  display: inline-block;
  right: 0;
  color: #0e314c;
}

.single-feedback-box .feedback-desc::before {
  content: "";
  position: absolute;
  left: 35px;
  bottom: -12px;
  width: 25px;
  height: 25px;
  z-index: -1;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.single-feedback-box::before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "\f11b";
  position: absolute;
  left: 0;
  top: -25px;
  left: -25px;
  color: #fff;
  background: linear-gradient(135deg, #aaacaf 0%, #b8e4f0 100%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  z-index: 2;
  text-align: center;
  font-family: Flaticon;
  font-size: 30px;
}

.single-feedback-box .client-info {
  position: relative;
  padding-left: 65px;
  margin-top: 32px;
  margin-bottom: 25px;
  margin-left: 27px;
}

.single-feedback-box .client-info img {
  width: 50px !important;
  height: 50px !important;
  display: inline-block !important;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-feedback-box .client-info h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.single-feedback-box .client-info span {
  display: block;
  color: #45cfdd;
  margin-top: 6px;
}

.ready-to-talk {
  text-align: center;
  position: relative;
  padding-top: 80px;
  padding-bottom: 160px;
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
}

.ready-to-talk h3 {
  font-size: 28px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.ready-to-talk p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
}

.ready-to-talk .btn::before,
.ready-to-talk .btn::after {
  background: #fff;
}

.ready-to-talk .btn-primary {
  background: #c679e3;
  -webkit-box-shadow: 0 5px 20px 0 rgba(198, 121, 227, 0.25);
  box-shadow: 0 5px 20px 0 rgba(198, 121, 227, 0.25);
}

.ready-to-talk .btn-primary:hover,
.ready-to-talk .btn-primary:focus {
  color: #0e314c;
  -webkit-box-shadow: 0 5px 20px 0 rgba(68, 206, 111, 0.25);
  box-shadow: 0 5px 20px 0 rgba(68, 206, 111, 0.25);
}

.ready-to-talk span a {
  margin-left: 15px;
  color: #fff;
  text-decoration: underline;
}

.bigdata-analytics-banner {
  background-image: url(/assets/img/bigdata-analytics/main-banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 280px;
  padding-bottom: 25px;
}

.bigdata-analytics-content {
  max-width: 555px;
}

.bigdata-analytics-content h1 {
  color: #fff;
  margin-bottom: 25px;
  line-height: 1.4;
  font-size: 50px;
  font-weight: 700;
}

.bigdata-analytics-content p {
  color: #e9e9e9;
  max-width: 470px;
  font-size: 15px;
}

.bigdata-analytics-content .btn {
  margin-top: 18px;
}

.banner-boxes-area {
  margin-top: 230px;
}

.single-banner-boxes {
  margin-bottom: 30px;
  border: 1px dashed #687b6f;
  position: relative;
  border-radius: 5px;
  padding: 25px 25px 25px 95px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.single-banner-boxes::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
  z-index: -1;
  opacity: 0;
  margin: -1px;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-banner-boxes .icon {
  display: inline-block;
  text-align: center;
  width: 55px;
  height: 55px;
  position: absolute;
  left: 20px;
  top: 25px;
  line-height: 55px;
  background: #cdf1d8;
  border-radius: 50%;
  color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-banner-boxes h3 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.single-banner-boxes p {
  color: #dadada;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-banner-boxes:hover {
  background-color: transparent;
  border-color: transparent;
}

.single-banner-boxes:hover .icon {
  color: #44ce6f;
  background-color: #fff;
}

.single-banner-boxes:hover::before {
  opacity: 1;
  visibility: visible;
}

.single-banner-boxes:hover p {
  color: #fff;
}

.col-lg-4:nth-child(2) .single-banner-boxes .icon {
  color: #f78acb;
  background: #f9f4f7;
}

.col-lg-4:nth-child(2) .single-banner-boxes:hover .icon {
  background-color: #fff;
  color: #f78acb;
}

.col-lg-4:nth-child(3) .single-banner-boxes .icon {
  color: #c679e3;
  background: #edc3fc;
}

.col-lg-4:nth-child(3) .single-banner-boxes:hover .icon {
  background-color: #fff;
  color: #c679e3;
}

.what-we-do-area {
  padding-bottom: 50px;
}

.single-what-we-do-box {
  margin-bottom: 30px;
  position: relative;
  padding-left: 88px;
}

.single-what-we-do-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
}

.single-what-we-do-box .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

.single-what-we-do-box .icon i::before {
  font-size: 40px;
}

.single-what-we-do-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.single-what-we-do-box .link {
  display: block;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 10px;
}

.single-what-we-do-box .read-more-btn {
  display: inline-block;
  font-weight: 600;
  padding-top: 10px;
  padding-right: -4px;
}

.single-what-we-do-box .read-more-btn svg {
  margin-left: 5px;
}

.discover-area {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #aaacaf 0%, #b8e4f0 100%);
}

.discover-image {
  position: relative;
  padding-bottom: 100px;
  margin-right: 15px;
}

.discover-image img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
}

.discover-content {
  padding-left: 15px;
}

.discover-content h2 {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 600;
}

.discover-content p {
  color: #fff;
}

.discover-content .btn-primary {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  margin-top: 15px;
  background-color: #fff;
  color: #0e314c;
}

.discover-content .btn-primary:hover {
  color: #fff;
}

.analytics-shape1 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.analytics-shape2 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.partner-section {
  text-align: center;
  position: relative;
  margin-top: -120px;
  background: 0 0;
}

.partner-section h5 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.partner-section .partner-inner {
  background: #fff;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  margin-top: 25px;
}

.partner-section .partner-inner a {
  display: block;
  margin-top: 25px;
  position: relative;
}

.partner-section .partner-inner a img:last-child {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.partner-section .partner-inner a:hover img:last-child {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.industries-serve-area {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #aaacaf 0%, #b8e4f0 100%);
}

.industries-serve-area .section-title h2 {
  color: #fff;
}

.industries-serve-area .section-title p {
  color: #fff;
}

.industries-serve-area .section-title .bar::before {
  background: #fff;
}

.single-industries-serve-box {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  color: #0e314c;
  border-radius: 5px;
  background-color: #f4f4fb;
  padding: 20px 15px 20px 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
}

.single-industries-serve-box .icon {
  position: absolute;
  left: -15px;
  top: 50%;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c3c3c9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 55px;
  font-weight: 400;
}

.single-industries-serve-box::before {
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #0e314c;
}

.single-industries-serve-box .link-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  z-index: 2;
}

.single-industries-serve-box:hover {
  color: #fff;
}

.single-industries-serve-box:hover .icon {
  color: #fff;
}

.single-industries-serve-box:hover::before {
  width: 100%;
}

.blog-area {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.blog-area .pagination-area {
  margin-bottom: 30px;
}

.single-blog-post {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.single-blog-post .blog-image {
  position: relative;
}

.single-blog-post .blog-image a {
  display: block;
}

.single-blog-post .blog-image .date {
  position: absolute;
  left: 20px;
  bottom: -20px;
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
  color: #fff;
  padding: 8px 16px;
  font-size: 13px;
  border-radius: 50px;
}

.single-blog-post .blog-image .date svg {
  width: 15px;
  margin-right: 3px;
}

.single-blog-post .blog-post-content {
  padding-top: 40px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  background: #f7fafd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .blog-post-content h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

.single-blog-post .blog-post-content span {
  display: block;
  color: #0e314c;
  margin: 15px 0;
}

.single-blog-post .blog-post-content span a {
  color: #45cfdd;
}

.single-blog-post .blog-post-content span a:hover {
  color: #44ce6f;
}

.single-blog-post .blog-post-content .read-more-btn {
  color: #0e314c;
}

.single-blog-post .blog-post-content .read-more-btn svg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 15px;
}

.single-blog-post .blog-post-content .read-more-btn:hover {
  color: #44ce6f;
}

.single-blog-post .blog-post-content .read-more-btn:hover svg {
  margin-right: 5px;
}

.single-blog-post:hover {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.single-blog-post:hover .blog-post-content {
  background: #fff;
}

.single-blog-post-box {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.single-blog-post-box .entry-thumbnail a {
  display: block;
}

.single-blog-post-box .entry-thumbnail a img {
  border-radius: 5px 5px 0 0;
}

.single-blog-post-box .entry-post-content {
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#d5fefd),
    color-stop(#e0fdff),
    color-stop(#effbff),
    color-stop(#fbfaff),
    to(#fffcff)
  );
  background: linear-gradient(
    to right top,
    #d5fefd,
    #e0fdff,
    #effbff,
    #fbfaff,
    #fffcff
  );
  padding: 20px;
}

.single-blog-post-box .entry-post-content .entry-meta {
  margin-bottom: 10px;
}

.single-blog-post-box .entry-post-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-blog-post-box .entry-post-content .entry-meta ul li {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  color: #45cfdd;
  font-size: 14px;
}

.single-blog-post-box .entry-post-content .entry-meta ul li::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  -webkit-transform: rotate(14deg) translateY(-50%);
  transform: rotate(14deg) translateY(-50%);
  background: #45cfdd;
  width: 1px;
  height: 13px;
}

.single-blog-post-box .entry-post-content .entry-meta ul li a {
  display: inline-block;
  color: #45cfdd;
}

.single-blog-post-box .entry-post-content .entry-meta ul li a:hover {
  color: #44ce6f;
}

.single-blog-post-box .entry-post-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.single-blog-post-box .entry-post-content .entry-meta ul li:last-child::before {
  display: none;
}

.single-blog-post-box .entry-post-content h3 {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
}

.single-blog-post-box .entry-post-content p {
  margin-top: 8px;
  margin-bottom: 0;
}

.single-blog-post-box .entry-post-content .learn-more-btn {
  margin-top: 15px;
  font-weight: 600;
}

.single-blog-post-box .entry-post-content .learn-more-btn svg {
  width: 15px;
}

.single-blog-item {
  margin-bottom: 30px;
}

.single-blog-item .post-image {
  text-align: center;
}

.single-blog-item .post-image a {
  display: block;
}

.single-blog-item .post-content {
  margin-top: 20px;
}

.single-blog-item .post-content .post-meta {
  padding-left: 0;
  margin-bottom: 10px;
  list-style-type: none;
}

.single-blog-item .post-content .post-meta li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
}

.single-blog-item .post-content .post-meta li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -20px;
  width: 10px;
  height: 1px;
  background-color: #45cfdd;
}

.single-blog-item .post-content .post-meta li:last-child {
  margin-right: 0;
}

.single-blog-item .post-content .post-meta li:last-child::before {
  display: none;
}

.single-blog-item .post-content h3 {
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
}

.blog-slides {
  margin-bottom: 30px;
}

.single-blog-post-item {
  margin-bottom: 30px;
}

.single-blog-post-item .post-image {
  border-radius: 5px;
  overflow: hidden;
}

.single-blog-post-item .post-image a {
  display: block;
  border-radius: 5px;
}

.single-blog-post-item .post-image a img {
  border-radius: 5px;
}

.single-blog-post-item .post-content {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#d5fefd),
    color-stop(#e0fdff),
    color-stop(#effbff),
    color-stop(#fbfaff),
    to(#fffcff)
  );
  background: linear-gradient(
    to right top,
    #d5fefd,
    #e0fdff,
    #effbff,
    #fbfaff,
    #fffcff
  );
  position: relative;
  border-radius: 5px;
  padding: 30px 25px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
}

.single-blog-post-item .post-content .post-meta {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
  list-style-type: none;
  padding-left: 0;
}

.single-blog-post-item .post-content .post-meta li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  color: #45cfdd;
}

.single-blog-post-item .post-content .post-meta li a {
  color: #45cfdd;
}

.single-blog-post-item .post-content .post-meta li a:hover {
  color: #44ce6f;
}

.single-blog-post-item .post-content .post-meta li::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 4px;
  height: 12px;
  background-color: #45cfdd;
  width: 1px;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.single-blog-post-item .post-content .post-meta li:last-child {
  margin-right: 0;
}

.single-blog-post-item .post-content .post-meta li:last-child::before {
  display: none;
}

.single-blog-post-item .post-content h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}

.single-blog-post-item .post-content .read-more-btn {
  display: inline-block;
  border-radius: 30px;
  padding: 9px 25px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 25px;
  bottom: -22px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  font-weight: 500;
}

.single-blog-post-item .post-content .read-more-btn svg {
  width: 15px;
  margin-right: 2px;
}

.single-blog-post-item .post-content .read-more-btn:hover {
  background-color: #44ce6f;
  border-color: #44ce6f;
  color: #fff;
}

.single-blog-post-item:hover .post-content {
  -webkit-transform: translateY(-22px);
  transform: translateY(-22px);
}

.single-blog-post-item:hover .post-content .post-meta {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}

.single-blog-post-item:hover .post-content h3 {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}

.single-blog-post-item:hover .post-content .read-more-btn {
  opacity: 1;
  visibility: visible;
}

.single-blog-post-box.bg-f4faff .entry-post-content {
  background: #f4faff;
}

.woocommerce-topbar {
  background-color: #fcfbfb;
  padding: 10px 40px;
  margin-bottom: 30px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .form-control {
  cursor: pointer;
  background-color: transparent;
  border-color: #ebebeb;
  border-radius: 4px;
}

.single-products {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.single-products .products-content {
  margin-top: 20px;
}

.single-products .products-content h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-bottom: 10px;
  min-height: 65px;
  max-height: 65px;
  overflow-y: hidden;
}

.single-products .products-content ul {
  padding: 0;
  margin: 10px 0 12px;
  list-style-type: none;
}

.single-products .products-content ul li {
  display: inline-block;
  color: #eac11d;
}

.single-products .products-content ul li i::before {
  font-size: 15px;
}

.single-products .products-content .add-to-cart-btn {
  display: block;
  width: 100%;
  color: #6527BE;
  border: 1px solid #6527BE;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.single-products .sale-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #ff2d2d;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  z-index: 2;
}

.single-products .products-image {
  overflow: hidden;
  position: relative;
}

.single-products .products-image img {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  width: 100%;
}

.single-products .products-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: gray;
  content: "";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.single-products .products-image ul {
  padding: 0;
  z-index: 2;
  list-style-type: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-products .products-image ul li {
  display: inline-block;
}

.single-products .products-image ul li a {
  display: block;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.single-products .products-image ul li a svg {
  width: 20px;
}

.single-products .products-image ul li a:hover,
.single-products .products-image ul li a:focus {
  background-color: #44ce6f;
  color: #fff;
}

.single-products .products-image ul li a:nth-child(1) {
  margin-left: -15px;
}

.single-products .products-image ul li a:nth-child(3) {
  margin-right: -15px;
}

.single-products:hover .products-content .add-to-cart-btn,
.single-products:focus .products-content .add-to-cart-btn {
  background-color: #45CFDD;
  color: #fff;
}

.single-products:hover .products-image img,
.single-products:focus .products-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-products:hover .products-image::before,
.single-products:focus .products-image::before {
  opacity: 0.4;
  visibility: visible;
}

.single-products:hover .products-image ul,
.single-products:focus .products-image ul {
  opacity: 1;
  visibility: visible;
}

.single-products:hover .products-image ul li a:nth-child(1),
.single-products:focus .products-image ul li a:nth-child(1) {
  margin-left: 0;
}

.single-products:hover .products-image ul li a:nth-child(3),
.single-products:focus .products-image ul li a:nth-child(3) {
  margin-right: 0;
}

#productsModalCenter .modal-dialog {
  max-width: 900px;
}

#productsModalCenter .modal-content {
  border: none;
  border-radius: 0;
}

#productsModalCenter .modal-content button.close {
  position: absolute;
  right: 2%;
  display: inline-block;
  opacity: 1;
  top: 2%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #eee;
  border-radius: 50%;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#productsModalCenter .modal-content button.close span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#productsModalCenter .modal-content button.close:hover,
#productsModalCenter .modal-content button.close:focus {
  background-color: #44ce6f;
  color: #fff;
}

#productsModalCenter .modal-content button.close:hover span,
#productsModalCenter .modal-content button.close:focus span {
  color: #fff;
}

#productsModalCenter .modal-content .products-image {
  overflow: hidden;
}

#productsModalCenter .modal-content .products-image img {
  width: 100%;
}

#productsModalCenter .modal-content .products-content p {
  margin-bottom: 20px;
}

#productsModalCenter .modal-content .products-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

#productsModalCenter .modal-content .products-content .price {
  margin-bottom: 15px;
}

#productsModalCenter .modal-content .products-content .price span {
  text-decoration: line-through;
  color: #45cfdd;
}

#productsModalCenter .modal-content .products-content form .quantity {
  display: inline-block;
  margin-right: 8px;
}

#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter {
  max-width: 110px;
  min-width: 110px;
  text-align: center;
  display: inline-block;
  position: relative;
}

#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter
  span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #45cfdd;
  width: 40px;
  height: 100%;
  line-height: 47px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}

#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter
  span.minus-btn {
  left: 0;
}

#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter
  span.plus-btn {
  right: 0;
}

#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter
  span
  svg {
  width: 20px;
}

#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter
  span:hover {
  color: #44ce6f;
}

#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter
  input {
  height: 47px;
  color: #0e314c;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
}

#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter
  input::-webkit-input-placeholder {
  color: #0e314c;
}

#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter
  input:-ms-input-placeholder {
  color: #0e314c;
}

#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter
  input::-ms-input-placeholder {
  color: #0e314c;
}

#productsModalCenter
  .modal-content
  .products-content
  form
  .quantity
  .input-counter
  input::placeholder {
  color: #0e314c;
}

#productsModalCenter .modal-content .products-content form button {
  background: #44ce6f;
  color: #fff;
  border: none;
  height: 46px;
  padding: 0 20px;
  position: relative;
  top: -2px;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#productsModalCenter .modal-content .products-content form button:hover,
#productsModalCenter .modal-content .products-content form button:focus {
  background-color: #c679e3;
  color: #fff;
}

#productsModalCenter .modal-content .products-content .product-meta {
  margin-top: 15px;
}

#productsModalCenter .modal-content .products-content .product-meta span {
  display: inline-block;
  margin-right: 8px;
}

.products-details-image img {
  width: 100%;
}

.products-description b {
  font-size: 18px;
}

.products-description b span {
  color: #e400ff;
}

.products-details-image.owl-theme .owl-nav [class*="owl-"] {
  color: #0e314c;
  font-size: 45px;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: 0 0;
  border-radius: 0;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.products-details-image.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 15px;
}

.products-details-image.owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
}

.products-details h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.products-details .price {
  margin-bottom: 15px;
}

.products-details .price span {
  text-decoration: line-through;
  color: red;
}

.products-details .rating {
  padding: 0;
  margin: 0 0 12px;
  list-style-type: none;
}

.products-details .rating li {
  display: inline-block;
  color: #eac11d;
}

.products-details .rating li i::before {
  font-size: 15px;
}

.products-details .availability {
  margin-bottom: 20px;
}

.products-details .availability span {
  color: #45CFDD;
}

.products-details form .quantity {
  margin-bottom: 20px;
}

.products-details form .quantity span {
  padding-right: 10px;
}

.products-details form .quantity .input-counter {
  max-width: 110px;
  min-width: 110px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.products-details form .quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #45cfdd;
  width: 40px;
  height: 100%;
  line-height: 47px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}

.products-details form .quantity .input-counter span.minus-btn {
  left: 0;
}

.products-details form .quantity .input-counter span.plus-btn {
  right: 0;
}

.products-details form .quantity .input-counter span svg {
  width: 20px;
}

.products-details form .quantity .input-counter span:hover {
  color: #44ce6f;
}

.products-details form .quantity .input-counter input {
  height: 47px;
  color: #0e314c;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
}

.products-details
  form
  .quantity
  .input-counter
  input::-webkit-input-placeholder {
  color: #0e314c;
}

.products-details form .quantity .input-counter input:-ms-input-placeholder {
  color: #0e314c;
}

.products-details form .quantity .input-counter input::-ms-input-placeholder {
  color: #0e314c;
}

.products-details form .quantity .input-counter input::placeholder {
  color: #0e314c;
}

.products-details .submit {
  background: #45CFDD;
  color: #fff;
  border: none;
  height: 46px;
  padding: 0 20px;
  position: relative;
  top: -3px;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-details .submit:hover,
.products-details .submit:focus {
  background-color: #6527BE;
  color: #fff;
}

.products-details form .add-to-wishlist-btn {
  margin-left: 5px;
  background: 0 0;
  color: #0e314c;
  border: 1px solid #eee;
  position: relative;
  top: -2px;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.products-details form .add-to-wishlist-btn:hover,
.products-details form .add-to-wishlist-btn:focus {
  background-color: #c679e3;
  color: #fff;
  border-color: #c679e3;
}

.products-details form .buy-btn {
  margin-top: 20px;
}

.products-details form .buy-btn .btn-primary {
  background: #c679e3;
}

.products-details form .buy-btn .btn-primary::after,
.products-details form .buy-btn .btn-primary::before {
  background: #44ce6f;
  -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}

.products-details .custom-payment-options {
  margin-top: 20px;
}

.products-details .custom-payment-options span {
  display: block;
  margin-bottom: 10px;
}

.products-details .products-share-social {
  margin-top: 25px;
}

.products-details .products-share-social span {
  display: inline-block;
  margin-right: 10px;
}

.products-details .products-share-social ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}

.products-details .products-share-social ul li {
  display: inline-block;
}

.products-details .products-share-social ul li a {
  width: 32px;
  text-align: center;
  line-height: 27px;
  height: 32px;
  border: 1px solid #44ce6f;
  border-radius: 50%;
  color: #44ce6f;
}

.products-details .products-share-social ul li a svg {
  width: 15px;
}

.products-details .products-share-social ul li a.facebook {
  border-color: #4267b2;
  color: #4267b2;
}

.products-details .products-share-social ul li a.facebook:hover {
  background: #4267b2;
  color: #fff;
}

.products-details .products-share-social ul li a.twitter {
  border-color: #38a1f3;
  color: #38a1f3;
}

.products-details .products-share-social ul li a.twitter:hover {
  background: #38a1f3;
  color: #fff;
}

.products-details .products-share-social ul li a.linkedin {
  border-color: #0077b5;
  color: #0077b5;
}

.products-details .products-share-social ul li a.linkedin:hover {
  background: #0077b5;
  color: #fff;
}

.products-details .products-share-social ul li a.instagram {
  border-color: #231f20;
  color: #231f20;
}

.products-details .products-share-social ul li a.instagram:hover {
  background: #231f20;
  color: #fff;
}

.products-details .products-share-social ul li a:hover {
  background: #44ce6f;
  color: #fff;
}

.products-details-tabs {
  margin-top: 40px;
  text-align: center;
}

.products-details-tabs #tabs {
  padding: 0;
  margin: 0 0 30px;
  list-style-type: none;
}

.products-details-tabs #tabs li {
  display: inline-block;
  padding: 12px 50px 8px;
  cursor: pointer;
  margin-right: -4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #eaeaea;
  font-weight: 500;
}

.products-details-tabs #tabs li.active {
  background-color: #fff;
  position: relative;
}

.products-details-tabs #tabs li.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: #44ce6f;
}

.products-details-tabs #tabs li.inactive {
  background-color: #eee;
  padding: 12px 50px;
}

.products-details-tabs .content {
  display: none;
}

.products-details-tabs .content.show {
  display: block;
}

.products-details-tabs .content h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.products-details-tabs .content .additional-information {
  padding: 0;
  margin: 25px 0 0;
  list-style-type: none;
  text-align: start;
}

.products-details-tabs .content .additional-information li {
  border: 1px solid #eee;
  border-bottom: none;
  padding: 10px 15px;
  color: black;
}

.products-details-tabs .content .additional-information li:last-child {
  border-bottom: 1px solid #eee;
}

.products-details-tabs .content .additional-information li span {
  display: inline-block;
  width: 45%;
}

.products-details-tabs .content .products-reviews {
  text-align: start;
  max-width: 700px;
  margin: 0 auto;
}

.products-details-tabs .content .products-reviews p {
  margin-bottom: 0;
}

.products-details-tabs .content .products-reviews .review-form {
  margin-top: 20px;
  max-width: 620px;
}

.products-details-tabs .content .products-reviews .review-form p {
  margin-bottom: 0;
}

.products-details-tabs .content .products-reviews .review-form .form-control {
  background: 0 0;
}

.products-details-tabs .content .products-reviews .star-source {
  width: 0;
  height: 0;
  margin-top: 5px;
  visibility: hidden;
}

.products-details-tabs .content .products-reviews .star-source svg {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.15rem;
}

.products-details-tabs .content .products-reviews .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 105px;
  margin-bottom: 10px;
}

.products-details-tabs .content .products-reviews .star-rating label {
  cursor: pointer;
}

.products-details-tabs .content .products-reviews .star-rating label .star {
  color: transparent;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.products-details-tabs
  .content
  .products-reviews
  .star-rating
  label:hover
  ~ label
  .star,
.products-details-tabs .content .products-reviews .star-rating svg.star:hover,
.products-details-tabs
  .content
  .products-reviews
  .star-rating
  input[name="star"]:focus
  ~ label
  .star,
.products-details-tabs
  .content
  .products-reviews
  .star-rating
  input[name="star"]:checked
  ~ label
  .star {
  color: #f2b01e;
}

.products-details-tabs .content .products-reviews .star-rating svg {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.15rem;
}

.products-details-tabs
  .content
  .products-reviews
  .star-rating
  input[name="star"] {
  display: inline-block;
  width: 0;
  opacity: 0;
  margin-left: -2px;
}

.products-details-tabs
  .content
  .products-reviews
  .star-rating
  input[name="star"]:checked
  + label {
  -webkit-animation: scaleup 1s;
  animation: scaleup 1s;
}

.products-details-tabs
  .content
  .products-reviews
  .star-rating
  input[name="star"]:checked
  + label
  .star {
  -webkit-animation: starred 0.5s;
  animation: starred 0.5s;
}

@-webkit-keyframes scaleup {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleup {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes starred {
  from {
    color: #f2b01e;
  }

  to {
    color: #f2b01e;
  }
}

@keyframes starred {
  from {
    color: #f2b01e;
  }

  to {
    color: #f2b01e;
  }
}

.cart-table table {
  margin-bottom: 0;
}

.cart-table table thead tr {
  border-top: none;
  border-color: #eaedff;
}

.cart-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  font-weight: 500;
  padding: 15px 0;
  font-size: 15px;
  border: none;
}

.cart-table table tbody tr {
  border-color: #eaedff;
}

.cart-table table tbody tr td {
  vertical-align: middle;
  color: black;
  padding-left: 0;
  padding-right: 0;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}

.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
}

.cart-table table tbody tr td.product-name a {
  color: black;
  font-weight: 500;
  display: inline-block;
}

.cart-table table tbody tr td.product-name a:hover {
  color: #44ce6f;
}

.cart-table table tbody tr td.product-subtotal .remove {
  color: red;
  margin-left: 25px;
  position: relative;
  top: -1px;
  float: right;
}

.cart-table table tbody tr td.product-subtotal .remove svg {
  width: 19px;
}

.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 110px;
  min-width: 110px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #45cfdd;
  width: 40px;
  height: 100%;
  line-height: 47px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
  width: 14px;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span svg {
  width: 20px;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #44ce6f;
}

.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #0e314c;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
}

.cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::-webkit-input-placeholder {
  color: #0e314c;
}

.cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input:-ms-input-placeholder {
  color: #0e314c;
}

.cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::-ms-input-placeholder {
  color: #0e314c;
}

.cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::placeholder {
  color: #0e314c;
}

.cart-buttons {
  margin-top: 30px;
}

.cart-buttons .btn-light {
  background-color: #45CFDD;
}

.cart-buttons .btn-light:hover,
.cart-buttons .btn-light:focus {
  color: #fff;
}

.cart-buttons .btn-light:hover:not(:disabled):not(.disabled).active,
.cart-buttons .btn-light:hover:not(:disabled):not(.disabled):active,
.cart-buttons .btn-light:hover .show > .btn-light.dropdown-toggle,
.cart-buttons .btn-light:focus:not(:disabled):not(.disabled).active,
.cart-buttons .btn-light:focus:not(:disabled):not(.disabled):active,
.cart-buttons .btn-light:focus .show > .btn-light.dropdown-toggle {
  color: #fff;
}

.cart-buttons .btn-light:focus {
  color: #fff;
}

.back-to-shop {
  margin: 0px auto;
}

.cart-totals {
  background: #fff;
  padding: 40px;
  max-width: 1200px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin: 45px auto 0;
}

.cart-totals h3 {
  font-size: 18px;
  margin-bottom: 25px;
}

.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #0e314c;
  overflow: hidden;
}

.cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-totals ul li:last-child {
  border-top: none;
}

.cart-totals ul li span {
  float: right;
  color: #45cfdd;
}

.user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 18px 25px 15px;
  margin-bottom: 35px;
  border-top: 3px solid #44ce6f;
}

.user-actions svg {
  color: #44ce6f;
  margin-right: 4px;
  width: 16px;
}

.user-actions span {
  display: inline-block;
  color: #44ce6f;
}

.user-actions span a {
  font-weight: 500;
  display: inline-block;
  color: #0e314c;
}

.user-actions span a:hover,
.user-actions span a:focus {
  color: #44ce6f;
}

.checkout-area .title {
  font-size: 18px;
  margin-bottom: 25px;
}

.billing-details {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 25px;
  border-radius: 5px;
}

.billing-details .form-group label {
  display: block;
  color: #45cfdd;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}

.billing-details .form-group label .required {
  color: red;
}

.billing-details .form-group .form-control {
  background: 0 0;
}

.billing-details .form-group select {
  cursor: pointer;
}

.billing-details .form-check {
  margin-bottom: 15px;
}

.billing-details .form-check .form-check-label {
  color: #45cfdd;
}

.billing-details .form-check label {
  font-size: 14px;
  font-weight: 400;
}

.order-details {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 25px;
  border-radius: 5px;
}

.order-details .order-table table {
  margin-bottom: 0;
  text-align: start;
}

.order-details .order-table table thead tr {
  border-color: #eaedff;
}

.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  font-weight: 500;
  border-color: #eaedff;
  padding: 15px 20px;
}

.order-details .order-table table tbody tr {
  border-color: #eaedff;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #45cfdd;
  border-color: #eaedff;
  font-size: 14px;
}

.order-details .order-table table tbody tr td.product-name a {
  color: black;
  display: inline-block;
}

.order-details .order-table table tbody tr td.product-name a:hover {
  color: #44ce6f;
}

.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.total-price span {
  color: #0e314c;
  font-weight: 500;
}

.order-details .payment-method {
  margin-top: 40px;
  border-top: 1px solid #eaedff;
  padding-top: 35px;
}

.order-details .payment-method p {
  font-size: 14px;
}

.order-details .payment-method p [type="radio"]:checked,
.order-details .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.order-details .payment-method p [type="radio"]:checked + label,
.order-details .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  color: #0e314c;
  position: relative;
  margin-bottom: 8px;
  font-weight: 500;
}

.order-details .payment-method p [type="radio"]:checked + label::before,
.order-details .payment-method p [type="radio"]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
}

.order-details .payment-method p [type="radio"]:checked + label::after,
.order-details .payment-method p [type="radio"]:not(:checked) + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #44ce6f;
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.order-details .payment-method p [type="radio"]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.order-details .payment-method p [type="radio"]:checked + label::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.order-details .btn.order-btn {
  display: block;
  margin-top: 25px;
}

.page-title-area {
  position: relative;
  z-index: 1;
  background: transparent url(/assets/img/banner-bg1.jpg) left top no-repeat;
  padding-top: 190px;
  padding-bottom: 100px;
  text-align: center;
}

.page-title-area h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.faq-accordion {
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  background: #fff;
  border-radius: 10px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
  display: block;
  padding: 12px 20px 12px 51px;
  text-decoration: none;
  color: #0e314c;
  position: relative;
  border-bottom: 1px solid #fff;
  background: #f5f9ff;
  font-size: 16px;
  font-weight: 500;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #44ce6f;
  color: #fff;
}

.faq-accordion .accordion .accordion-item .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
}

.faq-accordion .accordion .accordion-item .accordion-title.active {
  border-bottom-color: #e1e1e1;
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
  content: "\f10f";
}

.faq-accordion .accordion .accordion-item .accordion-content {
  display: none;
  position: relative;
  overflow: hidden;
  padding: 15px 0 0;
  line-height: 1.9;
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

.faq-contact {
  margin-top: 45px;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  padding: 60px;
  border-radius: 4px;
  background: #fff;
}

.faq-contact h3 {
  font-size: 24px;
  margin-bottom: 25px;
}

.faq-contact form .btn {
  margin-top: 10px;
}

.pagination-area {
  text-align: center;
  margin-top: 30px;
}

.pagination-area ul {
  padding: 0;
  margin: 0;
}

.pagination-area ul .page-item .page-link {
  padding: 11px 20px;
  margin: 0 -1px;
  color: #6f8ba4;
  background-color: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
}

.pagination-area ul .page-item .page-link:hover,
.pagination-area ul .page-item .page-link:focus {
  color: #fff;
  background-color: #45CFDD;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.pagination-area ul .page-item .page-link svg {
  width: 16px;
}

.pagination-area ul .page-item.active .page-link {
  color: #fff;
  background-color: #44ce6f;
}

.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
  margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #0e314c;
  margin-right: 20px;
}

.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #45cfdd;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #44ce6f;
}

.blog-details-desc .article-content .entry-meta ul li svg {
  color: #c679e3;
  margin-right: 2px;
  position: relative;
  top: -1px;
  width: 15px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #44ce6f;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}

.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 20px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  color: #45cfdd;
}

.blog-details-desc .article-content .features-list li svg {
  color: #44ce6f;
  display: inline-block;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-footer {
  margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #fff;
  background-color: #c679e3;
  padding: 4px 12px;
  border-radius: 5px;
  margin-right: 3px;
  font-size: 14px;
}

.blog-details-desc .article-footer .article-tags a:hover {
  color: #fff;
  background-color: #44ce6f;
}

.comments-area {
  margin-top: 25px;
}

.comments-area .comments-title {
  margin-bottom: 30px;
  line-height: initial;
  font-size: 20px;
}

.comments-area ol,
.comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px solid #eee;
  padding-left: 65px;
  color: #0e314c;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: #0e314c;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 500;
}

.comments-area .comment-body .reply a:hover {
  color: #fff;
  background-color: #44ce6f;
  border-color: #44ce6f;
}

.comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 0.2em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  font-weight: 500;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  margin-bottom: 0.8em;
  color: #45cfdd;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.comments-area .comment-metadata a {
  color: #45cfdd;
}

.comments-area .comment-metadata a:hover {
  color: #44ce6f;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 20px;
}

.comments-area
  .comment-respond
  .comment-reply-title
  #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  margin-bottom: 0;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: block;
  color: #0e314c;
  margin-bottom: 5px;
  font-size: 14px;
}

.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.swal2-container {
  z-index: 99999 !important;
}

.comments-area .comment-respond input[type="date"]:focus,
.comments-area .comment-respond input[type="time"]:focus,
.comments-area .comment-respond input[type="datetime-local"]:focus,
.comments-area .comment-respond input[type="week"]:focus,
.comments-area .comment-respond input[type="month"]:focus,
.comments-area .comment-respond input[type="text"]:focus,
.comments-area .comment-respond input[type="email"]:focus,
.comments-area .comment-respond input[type="url"]:focus,
.comments-area .comment-respond input[type="password"]:focus,
.comments-area .comment-respond input[type="search"]:focus,
.comments-area .comment-respond input[type="tel"]:focus,
.comments-area .comment-respond input[type="number"]:focus,
.comments-area .comment-respond textarea:focus {
  border-color: #44ce6f;
}

.comments-area .comment-respond .comment-form-author {
  float: right;
  width: 50%;
  padding-left: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: right;
  width: 50%;
  padding-right: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #45cfdd;
  font-weight: 400;
  position: relative;
  top: -2px;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: #44ce6f;
  border: none;
  color: #fff;
  padding: 11px 25px 10px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover,
.comments-area .comment-respond .form-submit input:focus {
  color: #fff;
  background-color: #c679e3;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.startp-post-navigation {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.prev-link-wrapper {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}

.prev-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
  color: #44ce6f;
}

.prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev img {
  border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #44ce6f;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}

.prev-link-wrapper .prev-link-info-wrapper {
  color: #0e314c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .prev-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}

.prev-link-wrapper .meta-wrapper {
  display: block;
  color: #45cfdd;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

.next-link-wrapper {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: end;
  padding-left: 15px;
}

.next-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .next-link-info-wrapper {
  color: #44ce6f;
}

.next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next img {
  border-radius: 5px;
}

.next-link-wrapper .image-next::after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #44ce6f;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}

.next-link-wrapper .next-link-info-wrapper {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #0e314c;
}

.next-link-wrapper .next-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}

.next-link-wrapper .meta-wrapper {
  display: block;
  color: #45cfdd;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

blockquote,
.blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p,
.blockquote p {
  color: #0e314c;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 20px !important;
}

blockquote cite,
.blockquote cite {
  display: none;
}

blockquote::after,
.blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #44ce6f;
  margin-top: 20px;
  margin-bottom: 20px;
}

.widget-area .widget {
  margin-top: 35px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  font-size: 19px;
}

.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  background: #44ce6f;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.widget-area .widget_search {
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  background-color: #fff;
  padding: 15px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #44ce6f;
}

.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  cursor: pointer;
  color: #fff;
  background-color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.widget-area .widget_search form button svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
}

.widget-area .widget_search form button:hover {
  background-color: #c679e3;
  color: #fff;
}

.widget-area .widget_startp_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_startp_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_startp_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_startp_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_startp_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_startp_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(/assets/img/blog-image/7.jpg);
}

.widget-area .widget_startp_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(/assets/img/blog-image/8.jpg);
}

.widget-area .widget_startp_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(/assets/img/blog-image/9.jpg);
}

.widget-area .widget_startp_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_startp_posts_thumb .item .info time {
  display: block;
  color: #45cfdd;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 12px;
}

.widget-area .widget_startp_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 500;
}

.widget-area .widget_startp_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget_recent_entries ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #0e314c;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
}

.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
  background: #44ce6f;
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_entries ul li a {
  display: inline-block;
  color: #0e314c;
}

.widget-area .widget_recent_entries ul li a:hover {
  color: #44ce6f;
}

.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #45cfdd;
  margin-top: 4px;
}

.widget-area .widget_recent_comments ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: #45cfdd;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
}

.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
  background: #44ce6f;
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_comments ul li a {
  display: inline-block;
  color: #0e314c;
}

.widget-area .widget_recent_comments ul li a:hover {
  color: #44ce6f;
}

.widget-area .widget_archive ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  color: #0e314c;
  font-weight: 500;
  font-size: 14px;
}

.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
  background: #44ce6f;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_archive ul li a {
  display: inline-block;
  color: #0e314c;
}

.widget-area .widget_archive ul li a:hover {
  color: #44ce6f;
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #45cfdd;
  padding-left: 14px;
  font-weight: 500;
  font-size: 14px;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #44ce6f;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_categories ul li a {
  color: #0e314c;
  display: block;
}

.widget-area .widget_categories ul li a:hover {
  color: #44ce6f;
}

.widget-area .widget_categories ul li .post-count {
  float: right;
}

.widget-area .widget_meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: #0e314c;
  padding-left: 14px;
  font-weight: 500;
  font-size: 14px;
}

.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
  background: #44ce6f;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_meta ul li a {
  display: inline-block;
  color: #0e314c;
}

.widget-area .widget_meta ul li a:hover {
  color: #44ce6f;
}

.widget-area .tagcloud a {
  display: inline-block;
  color: #0e314c;
  font-weight: 500;
  font-size: 14px !important;
  padding: 6px 13px;
  border: 1px dashed #eee;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
  color: #fff;
  background-color: #44ce6f;
  border-color: #44ce6f;
}

.project-details-image {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center;
}

.project-details-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0e314c;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.project-details-image a {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  color: #fff;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 25px;
}

.project-details-image a:hover {
  color: #44ce6f;
}

.project-details-image:hover::before {
  opacity: 0.9;
  visibility: visible;
}

.project-details-image:hover a {
  opacity: 1;
  visibility: visible;
  margin-top: -5px;
}

.project-details-desc h3 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.project-details-desc .project-details-information {
  overflow: hidden;
}

.project-details-desc .project-details-information .single-info-box {
  float: left;
  width: 20%;
  margin-top: 30px;
}

.project-details-desc .project-details-information .single-info-box h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.project-details-desc .project-details-information .single-info-box p {
  margin-bottom: 0;
}

.project-details-desc .project-details-information .single-info-box ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.project-details-desc .project-details-information .single-info-box ul li {
  display: inline-block;
}

.project-details-desc .project-details-information .single-info-box ul li a {
  margin-right: 4px;
  color: #45cfdd;
}

.project-details-desc
  .project-details-information
  .single-info-box
  ul
  li
  a
  svg {
  width: 18px;
}

.project-details-desc
  .project-details-information
  .single-info-box
  ul
  li
  a:hover {
  color: #44ce6f;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.contact-info-box {
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 30px;
}

.contact-info-box .icon {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 62px;
  background: #f7fafd;
  border-radius: 50%;
  font-size: 30px;
  color: #44ce6f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-info-box h3 {
  font-size: 18px;
  margin: 25px 0 15px;
}

.contact-info-box p {
  margin-bottom: 0;
}

.contact-info-box p a {
  color: #45cfdd;
}

.contact-info-box p a:hover {
  color: #44ce6f;
}

.contact-info-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.contact-info-box:hover .icon {
  color: #fff;
  background: #44ce6f;
}

#map iframe {
  height: 500px;
  width: 100%;
  border: none;
  margin-bottom: -5px;
}

#contactForm .help-block ul {
  margin: 0;
}

#contactForm .help-block ul li {
  color: red;
}

#contactForm .btn {
  margin-top: 10px;
}

#contactForm #msgSubmit.text-danger,
#contactForm #msgSubmit.text-success {
  margin: 20px 0 0;
}

.coming-soon-area {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-image: url(/assets/img/coming-soon.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-area::before {
  z-index: -1;
  background: linear-gradient(-9deg, #6a82fb 0%, #6a82fb 40%, #fc5c7d 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.8;
}

.coming-soon-area .social-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: 30px;
}

.coming-soon-area .social-list li {
  display: inline-block;
}

.coming-soon-area .social-list li.list-heading {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.coming-soon-area .social-list li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #44ce6f;
  color: #fff;
  border-radius: 50%;
  margin: 0 2px;
}

.coming-soon-area .social-list li a svg {
  width: 15px;
}

.coming-soon-area .social-list li a.facebook {
  background-color: #3b5998;
}

.coming-soon-area .social-list li a.twitter {
  background-color: #1da1f2;
}

.coming-soon-area .social-list li a.linkedin {
  background-color: #0077b5;
}

.coming-soon-area .social-list li a.instagram {
  background-color: #c13584;
}

.coming-soon-area .social-list li a:hover,
.coming-soon-area .social-list li a:focus {
  background-color: #44ce6f;
}

.coming-soon-content {
  text-align: center;
  max-width: 820px;
  margin: -80px auto 0;
}

.coming-soon-content h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  margin-bottom: 15px;
}

.coming-soon-content p {
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  max-width: 620px;
}

.coming-soon-content form {
  position: relative;
  margin: 35px auto 55px;
  max-width: 520px;
}

.coming-soon-content form .email-input {
  display: block;
  width: 100%;
  height: 56px;
  border: none;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1),
    0 0 0 5px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1),
    0 0 0 5px rgba(255, 255, 255, 0.3);
  border-radius: 40px;
  padding: 15px 25px;
  font-size: 16px;
  outline: 0 !important;
  background: #f1f2f3;
}

.coming-soon-content form .submit-btn {
  position: absolute;
  right: 3px;
  top: 3px;
  height: 50px;
  background: #45CFDD;
  color: #fff;
  border: none;
  border-radius: 40px;
  width: 130px;
  outline: 0 !important;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 500;
}

.coming-soon-content form .submit-btn:hover,
.coming-soon-content form .submit-btn:focus {
  background-color: #c679e3;
}

.coming-soon-content #timer div {
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  color: #c679e3;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
  margin: 0 10px;
  padding-top: 18px;
  font-size: 35px;
  font-weight: 500;
}

.coming-soon-content #timer div span {
  display: block;
  margin-top: -4px;
  color: #45cfdd;
  font-size: 15px;
}

.error-area {
  height: 100vh;
}

.error-content {
  text-align: center;
  margin-top: -70px;
}

.error-content .notfound-404 {
  position: relative;
  height: 280px;
  z-index: -1;
  margin-bottom: 30px;
}

.error-content .notfound-404 h1 {
  font-size: 230px;
  font-weight: 900;
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/assets/img/oops-bg.jpg) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}

.error-content h3 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 15px;
}

.error-content p {
  max-width: 550px;
  margin: 0 auto 25px;
}

.cta-area {
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
}

.cta-area .container {
  max-width: 945px;
}

.cta-content h3 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.cta-right-content {
  text-align: end;
}

.cta-right-content .hosting-price {
  display: inline-block;
}

.cta-right-content .hosting-price span {
  color: #f6fe6a;
  display: block;
}

.cta-right-content .hosting-price h4 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 20px;
}

.cta-right-content .buy-btn {
  display: inline-block;
  padding-left: 35px;
  position: relative;
  top: -15px;
}

.cta-right-content .buy-btn .btn-primary {
  background: #c679e3;
}

.cta-right-content .buy-btn .btn-primary::after,
.cta-right-content .buy-btn .btn-primary::before {
  background: #fff;
  -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
}

.cta-right-content .buy-btn .btn-primary:hover,
.cta-right-content .buy-btn .btn-primary:focus {
  color: #44ce6f;
}

.repair-main-banner {
  overflow-x: hidden;
  padding-top: 120px;
  padding-bottom: 0px;
}

.repair-banner-content h1 {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 500;
}

.repair-banner-content p {
  margin-bottom: 30px;
}

.repair-banner-image {
  position: relative;
  text-align: center;
}

.repair-banner-image img:nth-child(2) {
  position: absolute;
  left: 0;
  top: -65px;
  right: -30px;
  margin: 0 auto;
  z-index: -1;
}

.repair-banner-image img:nth-child(3) {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -69px;
  z-index: -2;
}

.repair-banner-image img:nth-child(4) {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  z-index: -1;
  margin: 0 auto;
}

.main-service:hover .overlay {
  height: 100%;
  width: 90%;
  cursor: pointer;
}

.main-service {
  position: relative;
}

.main-service img:nth-child(1) {
  height: 280px;
  width: 90%;
  max-width: 350px;
  border-radius: 50px;
}

.main-service img:nth-child(2) {
  position: absolute;
  left: 0;
  top: -100;
  right: -100;
  left: -100;
  margin: 0 auto;
  z-index: -1;
}

@media only screen and (max-width: 900px) {
  .main-service img:nth-child(1) {
    height: 250px;
    width: 80%;
    border-radius: 50px;

    margin-right: 10%;
  }

  .main-service:hover .overlay {
    height: 100%;
    width: 80%;
    cursor: pointer;
    margin-right: 10%;
  }
}

.sub-service {
  position: relative;
}

.sub-service img:nth-child(1) {
  height: 120px;
  width: 120px;
  border-radius: 60px;
  min-width: 120px;
  max-width: 120px;
}

.sub-service:hover .overlay {
  height: 100%;
  cursor: pointer;
}

.sub-service .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 120px;
  border-radius: 80px;
  height: 0;
  transition: 0.5s ease;
}

.main-service .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 300px;
  border-radius: 50px;
  height: 0;
  transition: 0.5s ease;
}

.text {
  white-space: nowrap;
  color: white;
  font-size: 13px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.repair-partner-area {
  padding-top: 45px;
  padding-bottom: 45px;
}

.single-repair-partner {
  text-align: center;
}

.single-repair-partner a {
  display: block;
  position: relative;
}

.single-repair-partner a img {
  width: auto !important;
  display: inline-block !important;
}

.single-repair-partner a img:last-child {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.single-repair-partner a:hover img:last-child,
.single-repair-partner a:focus img:last-child {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.partner-slides.owl-theme .owl-dots {
  margin-top: 0;
}

.repair-about-content-menu h2 {
  font-size: 24px;
  font-weight: 600;
  padding-right: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.repair-about-content-menu {
  max-height: 400px;
  overflow-x: scroll;
  overflow-x: hidden;
}

.repair-about-content-menu ul {
  padding: 15px;
  min-width: 300px;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-right: -10px;
  margin-left: -10px;
}

.repair-about-content-menu ul li {
  -webkit-box-flex: 0;
  width: 100%;
  margin-top: 5px;
  color: #45cfdd;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}

.repair-about-content-menu ul li span {
  display: block;
  position: relative;
  z-index: 1;
  padding: 10px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.repair-about-content-menu ul li span svg {
  margin-right: 5px;
  display: inline-block;
  color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 18px;
}

.repair-about-content-menu ul li span::before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.repair-about-content-menu ul li span:hover,
.repair-about-content-menu ul li span:focus {
  color: #fff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.repair-about-content-menu ul li span:hover::before,
.repair-about-content-menu ul li span:focus::before {
  opacity: 1;
  visibility: visible;
}

.repair-about-content-menu ul li span:hover svg,
.repair-about-content-menu ul li span:focus svg {
  color: #fff;
}

.repair-about-content .sub-title {
  text-transform: uppercase;
  color: #44ce6f;
  display: block;
  font-size: 15px;
  font-weight: 400;
}

.repair-about-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.repair-about-content ul {
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-right: -10px;
  margin-left: -10px;
}

.repair-about-content ul li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  margin-top: 25px;
  color: #45cfdd;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}

.repair-about-content .menu ul li {
  -webkit-box-flex: 0;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100%;
  margin-top: 5px !important;
  color: #45cfdd;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}

.repair-about-content ul li span {
  display: block;
  position: relative;
  z-index: 1;
  padding: 10px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.repair-about-content ul li span svg {
  margin-right: 5px;
  display: inline-block;
  color: #44ce6f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 18px;
}

.repair-about-content ul li span::before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.repair-about-content ul li span:hover,
.repair-about-content ul li span:focus {
  color: #fff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.repair-about-content ul li span:hover::before,
.repair-about-content ul li span:focus::before {
  opacity: 1;
  visibility: visible;
}

.repair-about-content ul li span:hover svg,
.repair-about-content ul li span:focus svg {
  color: #fff;
}

.repair-about-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.repair-about-image img {
  position: absolute;
}

.repair-about-image img:nth-child(1) {
  left: 0;
  top: 0;
  z-index: 1;
}

.repair-about-image img:nth-child(2) {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  z-index: 2;
  margin: 0 auto;
  border: 5px solid #f8fbff;
  width: 350px;
}

.repair-about-image img:nth-child(3) {
  right: 0;
  bottom: 0;
  z-index: 1;
}

.repair-about-image img:nth-child(4) {
  right: 0;
  top: 0;
}

.repair-about-image img:nth-child(5) {
  left: 0;
  bottom: 0;
}

.repair-services-area {
  padding-bottom: 50px;
}

.single-repair-services {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-repair-services.bg1 {
  background-image: url(/assets/img/repair-services-img/1.jpg);
}

.single-repair-services.bg2 {
  background-image: url(/assets/img/repair-services-img/2.jpg);
}

.single-repair-services.bg3 {
  background-image: url(/assets/img/repair-services-img/3.jpg);
}

.single-repair-services.bg4 {
  background-image: url(/assets/img/repair-services-img/4.jpg);
}

.single-repair-services.bg5 {
  background-image: url(/assets/img/repair-services-img/5.jpg);
}

.single-repair-services.bg6 {
  background-image: url(/assets/img/repair-services-img/6.jpg);
}

.single-repair-services::before {
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  border: 1px dashed #cdf1d8;
}

.single-repair-services::after {
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border: 1px dashed #cdf1d8;
}

.single-repair-services h3 {
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 22px;
  margin-bottom: 17px;
}

.single-repair-services .icon {
  display: inline-block;
  color: #44ce6f;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border: 1px solid #e3f7e9;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-repair-services .icon i::before {
  font-size: 35px;
}

.single-repair-services p {
  margin-bottom: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-repair-services a {
  width: 35px;
  background-color: #f9fafb;
  height: 35px;
  line-height: 35px;
  color: #0e314c;
  border-radius: 50%;
}

.single-repair-services a svg {
  width: 15px;
}

.single-repair-services:hover::before,
.single-repair-services:focus::before {
  opacity: 0;
  visibility: hidden;
}

.single-repair-services:hover::after,
.single-repair-services:focus::after {
  opacity: 0.85;
  visibility: visible;
}

.single-repair-services:hover h3,
.single-repair-services:focus h3 {
  color: #fff;
}

.single-repair-services:hover p,
.single-repair-services:focus p {
  color: #fff;
}

.single-repair-services:hover .icon,
.single-repair-services:focus .icon {
  border-color: #fff;
  color: #fff;
}

.single-repair-services:hover a,
.single-repair-services:focus a {
  background-color: #fff;
  color: #44ce6f;
}

.repair-cta-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cta-repair-content h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 17px;
}

.cta-repair-content p {
  color: #fff;
  opacity: 0.95;
  margin-bottom: 25px;
}

.cta-repair-img {
  text-align: end;
}

.circle-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cta-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.repair-team-area .container {
  max-width: 1175px;
}

.repair-team-area .single-team .team-content {
  padding-left: 25px;
  padding-right: 25px;
}

.repair-why-choose-us {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
}

.repair-why-choose-us .section-title h2 {
  color: #fff;
}

.repair-why-choose-us .section-title .bar::before {
  background: #fff;
}

.repair-why-choose-us .section-title p {
  color: #fff;
  opacity: 0.95;
}

.repair-why-choose-us::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 37%;
  width: 100%;
  background: #fff;
  z-index: -1;
}

.single-repair-box {
  text-align: center;
  background-color: #fff;
  border: 1px dashed #cdf1d8;
  padding: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-repair-box h3 {
  font-size: 18px;
  margin-top: 22px;
  margin-bottom: 17px;
}

.single-repair-box p {
  margin-bottom: 25px;
}

.single-repair-box a {
  width: 40px;
  background-color: #eef0f3;
  height: 40px;
  line-height: 40px;
  color: #0e314c;
  border-radius: 50%;
}

.single-repair-box a svg {
  width: 18px;
}

.single-repair-box .icon {
  display: inline-block;
  border: 1px solid #6ee9fa;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  position: relative;
  color: #fff;
  z-index: 1;
}

.single-repair-box .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#1fa2ff),
    color-stop(#00c0ff),
    color-stop(#00d9f2),
    color-stop(#53eedd),
    to(#a6ffcb)
  );
  background: linear-gradient(
    to right bottom,
    #1fa2ff,
    #00c0ff,
    #00d9f2,
    #53eedd,
    #a6ffcb
  );
  border-radius: 50%;
  margin: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-repair-box .icon i::before {
  font-size: 35px;
}

.single-repair-box .back-icon {
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #4457c3;
  opacity: 0.06;
  z-index: -1;
}

.single-repair-box .back-icon i::before {
  font-size: 200px;
}

.single-repair-box:hover,
.single-repair-box:focus {
  border-color: #44ce6f;
}

.single-repair-box:hover a,
.single-repair-box:focus a {
  background-color: #44ce6f;
  color: #fff;
}

.single-repair-feedback {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 55px;
  position: relative;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.single-repair-feedback .client-img {
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
  padding-left: 108px;
  padding-top: 18px;
}

.single-repair-feedback .client-img img {
  border-radius: 50%;
  border: 2px solid #44ce6f;
  padding: 3px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
}

.single-repair-feedback .client-img h3 {
  font-size: 18px;
  margin: 0;
}

.single-repair-feedback .client-img span {
  display: block;
  color: #c679e3;
  margin-top: 8px;
}

.single-repair-feedback p {
  font-size: 15px;
}

.single-repair-feedback::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 50px;
  height: 50px;
  background: #fff;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.single-repair-feedback::after {
  content: "\f11b";
  color: #d9dcde;
  font-family: Flaticon;
  font-size: 30px;
  font-style: normal;
  font-size: 65px;
  position: absolute;
  top: 0;
  left: 25px;
}

.iot-main-banner {
  position: relative;
  z-index: 1;
  padding-top: 215px;
  padding-bottom: 150px;
}

.iot-banner-content {
  max-width: 445px;
}

.iot-banner-content span {
  color: #44ce6f;
  font-size: 15px;
  display: block;
}

.iot-banner-content h2 {
  font-size: 40px;
  margin-top: 7px;
  margin-bottom: 17px;
  line-height: 1.3;
}

.iot-banner-content .btn {
  margin-top: 10px;
}

.iot-banner-image {
  position: absolute;
  text-align: center;
  left: 30px;
  top: 56%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.iot-banner-image img:first-child {
  max-width: 730px;
}

.iot-banner-image img:last-child {
  position: absolute;
  right: -118px;
  left: 0;
  margin: 0 auto;
  top: 39px;
  z-index: -1;
}

.animate-border span {
  position: absolute;
  display: block;
  width: 5%;
  padding-bottom: 5%;
  top: 51%;
  left: 37%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  border-radius: 50%;
  z-index: -2;
}

.animate-border span:nth-child(1) {
  -webkit-animation: 4.2s ease-out 0.5s infinite normal none running pulsei;
  animation: 4.2s ease-out 0.5s infinite normal none running pulsei;
}

.animate-border span:nth-child(2) {
  -webkit-animation: 4.2s ease-out 1.5s infinite normal none running pulsei;
  animation: 4.2s ease-out 1.5s infinite normal none running pulsei;
}

.animate-border span:nth-child(3) {
  -webkit-animation: 4.2s ease-out 2.5s infinite normal none running pulsei;
  animation: 4.2s ease-out 2.5s infinite normal none running pulsei;
}

.animate-border span:nth-child(4) {
  -webkit-animation: 4.2s ease-out 3.5s infinite normal none running pulsei;
  animation: 4.2s ease-out 3.5s infinite normal none running pulsei;
}

@-webkit-keyframes pulsei {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    border: 1.5px solid #b3eaf8;
    opacity: 1;
    width: 5%;
    padding-bottom: 5%;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0;
    width: 50%;
    border: 1.5px solid #b3eaf8;
    padding-bottom: 50%;
  }
}

@keyframes pulsei {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    border: 1.5px solid #b3eaf8;
    opacity: 1;
    width: 5%;
    padding-bottom: 5%;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0;
    width: 50%;
    border: 1.5px solid #b3eaf8;
    padding-bottom: 50%;
  }
}

.iot-partner-area {
  padding-top: 45px;
  padding-bottom: 45px;
}

.single-iot-partner {
  text-align: center;
}

.single-iot-partner a {
  display: block;
  position: relative;
}

.single-iot-partner a img {
  width: auto !important;
  display: inline-block !important;
}

.single-iot-partner a img:last-child {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.single-iot-partner a:hover img:last-child,
.single-iot-partner a:focus img:last-child {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.iot-services-area {
  padding-bottom: 50px;
}

.single-iot-services {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  text-align: center;
  background-color: #fff;
  border: 1px dashed #cdf1d8;
}

.single-iot-services::after {
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.single-iot-services h3 {
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 22px;
  margin-bottom: 17px;
  line-height: 1.5;
}

.single-iot-services .icon {
  display: inline-block;
  color: #44ce6f;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border: 1px solid #e3f7e9;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-iot-services .icon i::before {
  font-size: 35px;
}

.single-iot-services p {
  margin-bottom: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-iot-services a {
  width: 35px;
  background-color: #f9fafb;
  height: 35px;
  line-height: 35px;
  color: #0e314c;
  border-radius: 50%;
}

.single-iot-services a svg {
  width: 15px;
}

.single-iot-services:hover::after,
.single-iot-services:focus::after {
  opacity: 1;
  visibility: visible;
}

.single-iot-services:hover h3,
.single-iot-services:focus h3 {
  color: #fff;
}

.single-iot-services:hover p,
.single-iot-services:focus p {
  color: #fff;
}

.single-iot-services:hover .icon,
.single-iot-services:focus .icon {
  border-color: #fff;
  color: #fff;
}

.single-iot-services:hover a,
.single-iot-services:focus a {
  background-color: #fff;
  color: #44ce6f;
}

.iot-cta-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cta-iot-content h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 17px;
}

.cta-iot-content p {
  color: #fff;
  opacity: 0.95;
  margin-bottom: 25px;
}

.cta-iot-img {
  text-align: center;
}

.iot-features-content h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.iot-features-content .btn {
  margin-top: 15px;
}

.iot-features-image {
  position: relative;
  text-align: center;
}

.iot-team-area .container {
  max-width: 1175px;
}

.iot-team-area .single-team .team-content {
  padding-left: 25px;
  padding-right: 25px;
}

.iot-why-choose-us {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
}

.iot-why-choose-us .section-title h2 {
  color: #fff;
}

.iot-why-choose-us .section-title .bar::before {
  background: #fff;
}

.iot-why-choose-us .section-title p {
  color: #fff;
  opacity: 0.95;
}

.iot-why-choose-us::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 37%;
  width: 100%;
  background: #fff;
  z-index: -1;
}

.single-iot-box {
  text-align: center;
  background-color: #fff;
  border: 1px dashed #cdf1d8;
  padding: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-iot-box h3 {
  font-size: 18px;
  margin-top: 22px;
  margin-bottom: 17px;
}

.single-iot-box p {
  margin-bottom: 25px;
}

.single-iot-box a {
  width: 40px;
  background-color: #eef0f3;
  height: 40px;
  line-height: 40px;
  color: #0e314c;
  border-radius: 50%;
}

.single-iot-box a svg {
  width: 18px;
}

.single-iot-box .icon {
  display: inline-block;
  border: 1px solid #f3f8fd;
  width: 100px;
  height: 100px;
  line-height: 96px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.single-iot-box .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  background: #f7fafd;
  border-radius: 50%;
  margin: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-iot-box .icon i::before {
  font-size: 35px;
}

.single-iot-box .icon img {
  width: 45px;
}

.single-iot-box:hover,
.single-iot-box:focus {
  border-color: #44ce6f;
}

.single-iot-box:hover a,
.single-iot-box:focus a {
  background-color: #44ce6f;
  color: #fff;
}

.ml-main-banner {
  position: relative;
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 140px;
  background-image: url(/assets/img/banner-bg.jpg);
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}

.ml-main-banner .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}

.ml-banner-content h1 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 500;
}

.ml-banner-content p {
  font-size: 15px;
  max-width: 490px;
}

.ml-banner-content .btn {
  margin-top: 5px;
}

.ml-banner-single-image {
  text-align: center;
}

.ml-main-section {
  position: relative;
  z-index: 1;
  padding-top: 260px;
  padding-bottom: 240px;
  background-image: url(/assets/img/banner-bg.jpg);
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}

.ml-main-section .ml-banner-content h1 {
  font-size: 37px;
}

.ml-main-section .ml-banner-content p {
  max-width: 100%;
}

.ml-banner-image {
  position: relative;
  width: 100%;
  height: 100%;
  top: 140px;
}

.ml-banner-image img {
  position: absolute;
}

.ml-banner-image img:nth-child(1) {
  left: 195px;
  top: -125px;
  z-index: 2;
}

.ml-banner-image img:nth-child(2) {
  top: -83px;
  left: 153px;
  z-index: 1;
}

.ml-banner-image img:nth-child(3) {
  top: 40px;
  left: 90px;
}

.ml-banner-image img:nth-child(4) {
  top: 0;
  right: 165px;
  z-index: 3;
}

.ml-banner-image img:nth-child(5) {
  top: -260px;
  left: 110px;
}

.ml-banner-image img:nth-child(6) {
  right: 130px;
  top: -240px;
}

.ml-banner-image img:nth-child(7) {
  bottom: 0;
  right: 0;
  z-index: 2;
}

.ml-banner-image img:nth-child(8) {
  right: 10px;
  bottom: 205px;
  z-index: 1;
}

.ml-banner-image img:nth-child(9) {
  left: 15px;
  top: -185px;
  z-index: 1;
}

.ml-banner-image img:nth-child(10) {
  left: 1px;
  bottom: -2px;
  z-index: 2;
}

.ml-banner-image img:nth-child(11) {
  left: 0;
  top: -20px;
}

.ml-banner-image img:nth-child(12) {
  display: none;
}

.ml-partner-area.mt-minus-top {
  margin-top: -80px;
}

.single-ml-partner {
  text-align: center;
}

.single-ml-partner a {
  display: block;
  position: relative;
}

.single-ml-partner a img {
  width: auto !important;
  display: inline-block !important;
}

.single-ml-partner a img:last-child {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.single-ml-partner a:hover img:last-child,
.single-ml-partner a:focus img:last-child {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.solutions-area {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.single-solutions-box {
  padding: 20px 15px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  border: 1px solid #c5fffd;
  border-radius: 5px;
}

.single-solutions-box .icon {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.single-solutions-box .icon img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-solutions-box .icon::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  background: #f0fdfe;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.09);
  border-radius: 30% 70% 70% 30%/40% 60% 40% 60%;
  width: 60px;
  height: 60px;
}

.single-solutions-box h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.single-solutions-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#d5fefd),
    color-stop(#e0fdff),
    color-stop(#effbff),
    color-stop(#fbfaff),
    to(#fffcff)
  );
  background: linear-gradient(
    to right top,
    #d5fefd,
    #e0fdff,
    #effbff,
    #fbfaff,
    #fffcff
  );
}

.single-solutions-box .learn-more-btn {
  color: #365267;
  font-size: 14px;
  font-weight: 600;
}

.single-solutions-box .learn-more-btn svg {
  width: 18px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}

.single-solutions-box .learn-more-btn:hover {
  color: #44ce6f;
}

.single-solutions-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.single-solutions-box:hover .icon img {
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
}

.about-area {
  position: relative;
  z-index: 1;
}

.ml-about-img {
  text-align: center;
}

.ml-about-content {
  max-width: 540px;
}

.ml-about-content .sub-title {
  display: inline-block;
  color: #c679e3;
  background-color: #f5dffd;
  margin-bottom: 18px;
  border-radius: 30px;
  padding: 5px 20px 4px;
  font-size: 13px;
}

.ml-about-content h2 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
}

.ml-about-content .bar {
  height: 5px;
  width: 90px;
  background: #cdf1d8;
  margin: 20px 0;
  position: relative;
  border-radius: 30px;
}

.ml-about-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #44ce6f;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.ml-about-content p {
  margin-bottom: 12px;
}

.ml-about-content .btn {
  margin-top: 10px;
}

.ml-services-area {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(#fffcff),
    color-stop(#fbfaff),
    color-stop(#effbff),
    color-stop(#e0fdff),
    to(#d5fefd)
  );
  background: linear-gradient(
    to left bottom,
    #fffcff,
    #fbfaff,
    #effbff,
    #e0fdff,
    #d5fefd
  );
}

.single-ml-services-box {
  position: relative;
  z-index: 1;
  background-color: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding: 30px 25px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-ml-services-box .image {
  margin-bottom: 25px;
}

.single-ml-services-box h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.single-ml-services-box p {
  margin-bottom: 0;
}

.single-ml-services-box::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #44ce6f;
  visibility: hidden;
  opacity: 0;
}

.single-ml-services-box:hover::before {
  opacity: 1;
  visibility: visible;
}

.ml-feedback-area {
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#d5fefd),
    color-stop(#e0fdff),
    color-stop(#effbff),
    color-stop(#fbfaff),
    to(#fffcff)
  );
  background: linear-gradient(
    to right top,
    #d5fefd,
    #e0fdff,
    #effbff,
    #fbfaff,
    #fffcff
  );
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.single-ml-feedback-item {
  -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 45px;
  background-color: #fff;
  position: relative;
  padding: 60px 190px 60px 70px;
  border-radius: 5px;
}

.single-ml-feedback-item .client-info {
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.single-ml-feedback-item .client-info img {
  border-radius: 5px;
  border: 2px solid #f4f5fe;
  width: 80px !important;
  height: 80px !important;
  padding: 5px;
  display: inline-block !important;
}

.single-ml-feedback-item .client-info h3 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 17px;
}

.single-ml-feedback-item .client-info span {
  display: block;
  color: #c679e3;
  margin-top: 5px;
  font-size: 13px;
}

.single-ml-feedback-item p {
  margin-bottom: 0;
  color: #4a6f8a;
}

.single-ml-feedback-item .rating {
  margin-top: 10px;
}

.single-ml-feedback-item .rating svg {
  color: #ff612f;
  width: 18px;
}

.single-ml-feedback-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 5px;
  bottom: -15px;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.04);
  box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.04);
  z-index: -1;
  margin-left: 30px;
  margin-right: 30px;
}

.ml-feedback-slides {
  max-width: 750px;
  margin: -40px auto 0;
}

.ml-feedback-slides .single-ml-feedback-item {
  margin-top: 40px;
}

.ml-feedback-slides .owl-item {
  padding-left: 50px;
  padding-right: 50px;
}

.ml-feedback-slides .owl-dots {
  margin-top: 10px;
  margin-bottom: 30px;
}

.ml-feedback-slides .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background: 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #8d95a7;
  border-radius: 50%;
  position: relative;
}

.ml-feedback-slides .owl-dots .owl-dot span::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #44ce6f;
  margin: 2px;
  content: "";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.ml-feedback-slides .owl-dots .owl-dot:hover span,
.ml-feedback-slides .owl-dots .owl-dot.active span {
  border-color: #44ce6f;
  background-color: transparent;
}

.ml-feedback-slides .owl-dots .owl-dot:hover span::before,
.ml-feedback-slides .owl-dots .owl-dot.active span::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.free-trial-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.free-trial-area::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: -30%;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d5fefd),
    color-stop(#e1fdff),
    color-stop(#effdff),
    color-stop(#fafdff),
    to(#ffffff)
  );
  background: linear-gradient(
    to right,
    #d5fefd,
    #e1fdff,
    #effdff,
    #fafdff,
    #ffffff
  );
}

.free-trial-area .shape6 {
  top: 75%;
}

.free-trial-image {
  text-align: center;
}

.free-trial-content {
  max-width: 540px;
}

.free-trial-content h2 {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
}

.free-trial-content form {
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
}

.free-trial-content form .input-newsletter {
  display: block;
  width: 99%;
  height: 50px;
  color: #fff;
  border: none;
  outline: 0;
  background-color: #0e314c;
  border-radius: 30px;
  padding-top: 3px;
  padding-right: 20px;
}

.free-trial-content form .input-newsletter::-webkit-input-placeholder {
  color: #d5d5d5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.free-trial-content form .input-newsletter:-ms-input-placeholder {
  color: #d5d5d5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.free-trial-content form .input-newsletter::-ms-input-placeholder {
  color: #d5d5d5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.free-trial-content form .input-newsletter::placeholder {
  color: #d5d5d5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.free-trial-content form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.free-trial-content form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.free-trial-content form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.free-trial-content form .input-newsletter:focus::placeholder {
  color: transparent;
}

.free-trial-content form button {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  cursor: pointer;
  border: none;
  padding: 0 30px;
  line-height: 50px;
  background-color: #44ce6f;
  border-radius: 30px 0 0 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  font-size: 16px;
}

.free-trial-content form button:hover {
  background-color: #c679e3;
  color: #fff;
}

.free-trial-content p {
  margin-bottom: 0;
}

.newsletter-area {
  position: relative;
  z-index: 1;
}

.newsletter-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.newsletter-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.newsletter-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.newsletter-area::before {
  content: "";
  position: absolute;
  right: 0;
  width: 65%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  background: linear-gradient(135deg, #aaacaf 0%, #b8e4f0 100%);
}

.newsletter-image img {
  width: 100%;
}

.newsletter-content {
  position: relative;
  z-index: 2;
  max-width: 540px;
}

.newsletter-content h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 600;
}

.newsletter-content .newsletter-form {
  position: relative;
  padding-right: 160px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.newsletter-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 50px;
  color: #fff;
  border: none;
  outline: 0;
  background-color: #333;
  border-radius: 30px;
  padding-left: 20px;
  padding-top: 2px;
}

.newsletter-content
  .newsletter-form
  .input-newsletter::-webkit-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}

.newsletter-content .newsletter-form .input-newsletter:-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}

.newsletter-content .newsletter-form .input-newsletter::-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}

.newsletter-content .newsletter-form .input-newsletter::placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}

.newsletter-content
  .newsletter-form
  .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.newsletter-content
  .newsletter-form
  .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.newsletter-content
  .newsletter-form
  .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.newsletter-content .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}

.newsletter-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: none;
  padding: 0 30px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #0e314c;
  font-size: 14px;
  font-weight: 600;
}

.newsletter-content .newsletter-form button:hover {
  background-color: #0e314c;
  color: #fff;
}

.newsletter-content p {
  color: #fff;
  max-width: 400px;
}

.newsletter-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
  display: none;
}

.ml-projects-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 50px;
}

.ml-projects-area .section-title {
  text-align: start;
  max-width: 530px;
}

.ml-projects-area .section-title h2 {
  max-width: 470px;
  line-height: 1.3;
}

.ml-projects-area .section-title .bar {
  margin-left: 0;
  margin-right: 0;
}

.ml-projects-area .container-fluid {
  position: relative;
}

.single-ml-projects-box {
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
  background-color: #fff;
}

.single-ml-projects-box img {
  border-radius: 5px;
}

.single-ml-projects-box .plus-icon a {
  background-color: #44ce6f;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  overflow: hidden;
  border-radius: 50%;
}

.single-ml-projects-box .plus-icon a span {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-ml-projects-box .plus-icon a span::before,
.single-ml-projects-box .plus-icon a span::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.single-ml-projects-box .plus-icon a span::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-ml-projects-box .plus-icon a:hover {
  background-color: #c679e3;
}

.single-ml-projects-box:hover .plus-icon a {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ml-projects-slides.owl-theme .owl-dots {
  position: absolute;
  left: 12.5%;
  top: -100px;
  z-index: 1;
  margin-top: 0;
}

.ml-projects-slides.owl-theme .owl-dots::before {
  content: "";
  position: absolute;
  right: -20px;
  top: -30px;
  background: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(#dee4f3),
    color-stop(#e7eaf6),
    color-stop(#f0f1f9),
    color-stop(#f8f8fc),
    to(#ffffff)
  );
  background: linear-gradient(
    to left bottom,
    #dee4f3,
    #e7eaf6,
    #f0f1f9,
    #f8f8fc,
    #ffffff
  );
  border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
  width: 80px;
  height: 70px;
  z-index: -1;
}

.ml-projects-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background: 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #8d95a7;
  border-radius: 50%;
  position: relative;
}

.ml-projects-slides.owl-theme .owl-dots .owl-dot span::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #44ce6f;
  margin: 2px;
  content: "";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.ml-projects-slides.owl-theme .owl-dots .owl-dot:hover span,
.ml-projects-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: #44ce6f;
  background-color: transparent;
}

.ml-projects-slides.owl-theme .owl-dots .owl-dot:hover span::before,
.ml-projects-slides.owl-theme .owl-dots .owl-dot.active span::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.agency-main-banner {
  position: relative;
  z-index: 1;
}

.agency-main-banner .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.agency-main-banner .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.agency-main-banner .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.agency-main-banner .shape2 {
  left: 5%;
}

.agency-main-banner .shape8 {
  right: 50%;
}

.agency-main-banner .shape4 {
  right: 50%;
}

.agency-banner-content {
  margin-left: auto;
  max-width: 650px;
}

.agency-banner-content .sub-title {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  color: #45cfdd;
  margin-bottom: 8px;
}

.agency-banner-content h1 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 50px;
  font-weight: 500;
}

.agency-banner-content p {
  font-size: 15px;
  /* max-width: 450px; */
}

.agency-banner-content .btn {
  margin-top: 5px;
}

.agency-banner-image {
  text-align: end;
}

.solutions-area .shape2 {
  left: 5%;
}

.solutions-box {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.solutions-box .icon {
  color: #44ce6f;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding-left: 20px;
}

.solutions-box .icon i {
  font-size: 45px;
}

.solutions-box .icon img {
  position: absolute;
  left: 0;
  z-index: -1;
  top: -25px;
}

.solutions-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.solutions-box .learn-more-btn {
  color: #365267;
  font-size: 14px;
  font-weight: 600;
}

.solutions-box .learn-more-btn svg {
  width: 18px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}

.solutions-box .learn-more-btn:hover {
  color: #44ce6f;
}

.agency-about-area {
  position: relative;
  z-index: 1;
}

.agency-about-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.agency-about-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.agency-about-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.agency-about-img {
  padding-right: 100px;
}

.agency-about-img img {
  width: 100%;
}

.agency-about-content {
  max-width: 540px;
}

.agency-about-content .sub-title {
  display: inline-block;
  color: #c679e3;
  background-color: #f5dffd;
  margin-bottom: 18px;
  border-radius: 30px;
  padding: 5px 20px 4px;
  font-size: 13px;
}

.agency-about-content h2 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
}

.agency-about-content .bar {
  height: 5px;
  width: 90px;
  background: #cdf1d8;
  margin: 20px 0;
  position: relative;
  border-radius: 30px;
}

.agency-about-content .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #44ce6f;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.agency-about-content p {
  margin-bottom: 12px;
}

.agency-about-content .btn {
  margin-top: 10px;
}

.shape10 {
  position: absolute;
  right: 0;
  top: -40%;
  z-index: -1;
}

.agency-services-area {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#d5fefd),
    color-stop(#e1fdff),
    color-stop(#effdff),
    color-stop(#fafdff),
    to(#ffffff)
  );
  background: linear-gradient(
    to top,
    #d5fefd,
    #e1fdff,
    #effdff,
    #fafdff,
    #ffffff
  );
}

.agency-services-box {
  margin-bottom: 30px;
  text-align: center;
}

.agency-services-box img {
  border-radius: 7px;
}

.agency-services-box .content {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  position: relative;
  border-radius: 7px;
  padding: 25px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
}

.agency-services-box .content h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  margin-bottom: 0;
}

.agency-services-box .content .read-more-btn {
  display: inline-block;
  border-radius: 30px;
  padding: 9px 25px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -22px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  font-weight: 500;
}

.agency-services-box .content .read-more-btn svg {
  width: 15px;
  margin-right: 2px;
}

.agency-services-box .content .read-more-btn:hover {
  background-color: #44ce6f;
  border-color: #44ce6f;
  color: #fff;
}

.agency-services-box:hover .content {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.agency-services-box:hover .content h3 {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.agency-services-box:hover .content .read-more-btn {
  opacity: 1;
  visibility: visible;
}

.single-testimonials-item {
  -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 45px;
  background-color: #fff;
  position: relative;
  padding: 110px 65px 60px;
  border-radius: 5px;
  text-align: center;
}

.single-testimonials-item p {
  margin-bottom: 0;
  color: #4a6f8a;
  font-size: 15px;
}

.single-testimonials-item .client-info {
  text-align: start;
  position: relative;
  padding-left: 95px;
  margin-top: 25px;
  max-width: 235px;
  margin-left: auto;
  margin-right: auto;
}

.single-testimonials-item .client-info img {
  border-radius: 5px;
  border: 2px solid #f4f5fe;
  width: 80px !important;
  height: 80px !important;
  padding: 5px;
  display: inline-block !important;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-testimonials-item .client-info .rating svg {
  color: #ff612f;
  width: 16px;
}

.single-testimonials-item .client-info h3 {
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 17px;
}

.single-testimonials-item .client-info span {
  display: block;
  color: #c679e3;
  margin-top: 5px;
  font-size: 13px;
}

.single-testimonials-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 5px;
  bottom: -15px;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.04);
  box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.04);
  z-index: -1;
  margin-left: 30px;
  margin-right: 30px;
}

.single-testimonials-item::before {
  content: "\f11b";
  color: #d9dcde;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: Flaticon;
  font-style: normal;
  font-size: 65px;
}

.ml-feedback-slides .single-testimonials-item {
  margin-top: 40px;
}

.user-shape1 {
  position: absolute;
  z-index: -1;
  top: 12%;
  left: 10%;
  -webkit-animation: movebounce 9s linear infinite;
  animation: movebounce 9s linear infinite;
}

.user-shape2 {
  position: absolute;
  z-index: -1;
  left: 7%;
  -webkit-animation: moveleftbounce 7s linear infinite;
  animation: moveleftbounce 7s linear infinite;
  top: 47%;
}

.user-shape3 {
  position: absolute;
  z-index: -1;
  bottom: 12%;
  left: 15%;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.user-shape4 {
  position: absolute;
  z-index: -1;
  top: 12%;
  right: 10%;
  -webkit-animation: movebounce 9s linear infinite;
  animation: movebounce 9s linear infinite;
}

.user-shape5 {
  position: absolute;
  z-index: -1;
  right: 7%;
  top: 45%;
  -webkit-animation: moveleftbounce 7s linear infinite;
  animation: moveleftbounce 7s linear infinite;
}

.user-shape6 {
  position: absolute;
  z-index: -1;
  bottom: 12%;
  right: 15%;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.shape9 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.shape9 img {
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
}

.agency-cta-area {
  position: relative;
  z-index: 1;
  background-image: url(/assets/img/agency-image/gradient-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.agency-cta-content {
  text-align: center;
}

.agency-cta-content h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}

.btn-gradient {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #ee0979),
    to(#ff6a00)
  );
  background: linear-gradient(90deg, #ee0979 0, #ff6a00 100%);
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transform: unset !important;
  transform: unset !important;
}

.btn-gradient::after {
  display: none;
}

.btn-gradient::before {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: linear-gradient(135deg, #b8e4f0 0, #aaacaf 100%);
  right: 0;
  border-radius: 4px;
}

.btn-gradient:hover,
.btn-gradient:focus,
.btn-gradient:active {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #ee0979),
    to(#ff6a00)
  );
  background: linear-gradient(90deg, #ee0979 0, #ff6a00 100%);
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.btn-gradient:hover::before,
.btn-gradient:focus::before,
.btn-gradient:active::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.btn-gradient:not(:disabled):not(.disabled).active,
.btn-gradient:not(:disabled):not(.disabled):active,
.btn-gradient .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #ee0979),
    to(#ff6a00)
  );
  background: linear-gradient(90deg, #ee0979 0, #ff6a00 100%);
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.btn-gradient:not(:disabled):not(.disabled).active::before,
.btn-gradient:not(:disabled):not(.disabled):active::before,
.btn-gradient .show > .btn-primary.dropdown-toggle::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.btn-gradient.disabled,
.btn-gradient:disabled {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #ee0979),
    to(#ff6a00)
  );
  background: linear-gradient(90deg, #ee0979 0, #ff6a00 100%);
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.btn-gradient.disabled::before,
.btn-gradient:disabled::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.agency-portfolio-main-banner {
  height: 100vh;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.agency-portfolio-main-banner.portfolio-banner-bg1 {
  background-image: url(/assets/img/agency-portfolio-main-banner/img1.jpg);
}

.agency-portfolio-main-banner.portfolio-banner-bg2 {
  background-image: url(/assets/img/agency-portfolio-main-banner/img2.jpg);
}

.agency-portfolio-main-banner.portfolio-banner-bg3 {
  background-image: url(/assets/img/agency-portfolio-main-banner/img3.jpg);
}

.portfolio-banner-content {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
}

.portfolio-banner-content .sub-title {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #45cfdd;
  margin-bottom: 10px;
}

.portfolio-banner-content h1 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 500;
}

.portfolio-banner-content p {
  font-size: 15px;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-banner-content .btn {
  margin-top: 5px;
}

.agency-portfolio-home-slides.owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.agency-portfolio-home-slides.owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
  background-color: #e1e1e1;
  color: #0e314c;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 55px;
  position: absolute;
  left: 40px;
  top: 50%;
  border-radius: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 30px;
}

.agency-portfolio-home-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #44ce6f;
  color: #fff;
}

.agency-portfolio-home-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 40px;
}

.agency-portfolio-home-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.our-latest-projects {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.projects-items {
  margin-left: -15px;
  margin-right: -15px;
}

.projects-items .single-latest-projects {
  margin-bottom: 30px;
  position: relative;
}

.projects-items .single-latest-projects .link-btn {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 2;
}

.projects-items .single-latest-projects .content {
  position: absolute;
  right: -5%;
  top: 60%;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  padding: 25px;
  margin-top: 20px;
}

.projects-items .single-latest-projects .content span {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 8px;
}

.projects-items .single-latest-projects .content h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
}

.projects-items .single-latest-projects:hover .content {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.shorting-menu {
  text-align: end;
}

.shorting-menu button {
  background-color: transparent;
  cursor: pointer;
  color: #848484;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 15px;
  padding: 0;
  outline: 0;
  border: none;
  font-size: 14px;
  font-weight: 600;
}

.shorting-menu button:hover,
.shorting-menu button.active {
  color: #0e314c;
}

.shorting-menu button:last-child {
  margin-left: 0;
}

.agency-portfolio-about-area {
  background-color: #f4f4f4;
}

.single-text-box h3 {
  margin-bottom: 12px;
  margin-top: 25px;
  font-weight: 600;
  font-size: 22px;
}

.single-text-box .learn-more-btn {
  color: #365267;
  font-size: 14px;
  font-weight: 600;
}

.single-text-box .learn-more-btn svg {
  width: 18px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}

.single-text-box .learn-more-btn:hover {
  color: #44ce6f;
}

.agency-portfolio-partner-area {
  background-color: #0e314c;
}

.single-agency-portfolio-partner {
  text-align: center;
}

.single-agency-portfolio-partner a {
  display: block;
}

.single-agency-portfolio-partner a img {
  width: auto !important;
  display: inline-block !important;
}

.creative-area {
  height: 650px;
  background-image: url(/assets/img/creative-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.creative-area .container {
  position: relative;
}

.creative-area .d-table-cell {
  vertical-align: bottom;
}

.creative-inner-area {
  max-width: 600px;
  margin-left: auto;
}

.creative-inner-area .single-counter {
  background-color: #0e314c;
  padding: 60px;
}

.creative-inner-area .single-counter h3 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 700;
}

.creative-inner-area .single-counter h3 .odometer-formatting-mark {
  display: none;
}

.creative-inner-area .single-counter p {
  margin-bottom: 0;
  line-height: initial;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.creative-inner-area .row {
  margin-left: 0;
  margin-right: 0;
}

.creative-inner-area .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.creative-inner-area .col-lg-6:nth-child(1) .single-counter {
  background-color: #44ce6f;
}

.creative-inner-area .col-lg-6:nth-child(2) .single-counter {
  background-color: #0e314c;
}

.footer-area {
  padding-top: 80px;
  padding-bottom: 60px;
  z-index: 1;
}

.footer-area .map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: -1;
  bottom: 0;
  opacity: 0.7;
  max-height: 340px;
}

.single-footer-widget .logo {
  margin-bottom: 20px;
}

.single-footer-widget .logo a {
  display: block;
}

.single-footer-widget h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.single-footer-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget ul.list li {
  margin-bottom: 10px;
}

.single-footer-widget ul.list li a {
  color: #dee3e3;
}

.single-footer-widget ul.list li a:hover {
  color: #a7ede7;
  padding-left: 7px;
}

.single-footer-widget ul.list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget ul.footer-contact-info {
  margin-bottom: 20px;
}

.single-footer-widget ul.footer-contact-info li {
  position: relative;
  color: #dee3e3;;
  margin-bottom: 8px;
  padding-left: 25px;
}

.single-footer-widget ul.footer-contact-info li svg {
  position: absolute;
  left: 0;
  width: 15px;
  top: 0;
}

.single-footer-widget ul.footer-contact-info li:last-child {
  margin-bottom: 0;
}

.single-footer-widget ul.footer-contact-info li a {
  color: #dee3e3;;
}

.single-footer-widget ul.footer-contact-info li a:hover {
  color: #44ce6f;
}

.single-footer-widget ul.social-links li {
  display: inline-block;
  margin-right: 2px;
}

.single-footer-widget ul.social-links li a {
  width: 32px;
  text-align: center;
  line-height: 29px;
  height: 32px;
  border: 1px solid #44ce6f;
  border-radius: 50%;
  color: #44ce6f;
}

.single-footer-widget ul.social-links li a svg {
  width: 15px;
}

.single-footer-widget ul.social-links li a.facebook {
  border-color: #4267b2;
  color: #4267b2;
}

.single-footer-widget ul.social-links li a.facebook:hover {
  background: #4267b2;
  color: #fff;
}

.single-footer-widget ul.social-links li a.twitter {
  border-color: #38a1f3;
  color: #38a1f3;
}

.single-footer-widget ul.social-links li a.twitter:hover {
  background: #38a1f3;
  color: #fff;
}

.single-footer-widget ul.social-links li a.linkedin {
  border-color: #0077b5;
  color: #0077b5;
}

.single-footer-widget ul.social-links li a.linkedin:hover {
  background: #0077b5;
  color: #fff;
}

.single-footer-widget ul.social-links li a.instagram {
  border-color: #231f20;
  color: #231f20;
}

.single-footer-widget ul.social-links li a.instagram:hover {
  background: #231f20;
  color: #fff;
}

.single-footer-widget ul.social-links li a:hover {
  background: #44ce6f;
  color: #fff;
}

.copyright-area {
  margin-top: 80px;
  border-top: 1px solid #d8ebfd;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 30px;
  right: 0;
  color: #fff;
  background-color: #c679e3;
  z-index: 1;
  display: none;
  width: 45px;
  text-align: center;
  height: 45px;
  border-radius: 10px 0 0 10px;
  line-height: 46px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #fff;
  background: #44ce6f;
}

.gridX {
  /* background-color: #9bd9e6; */

  cursor: pointer;
  margin-top: 3%;
  text-align: center;
  /* color: ; */
  border: none;
  border: 1px solid #595e57;
  padding: 10px;
  overflow: hidden;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #bac8f3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #eaecf4;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "انتخاب عکس";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #6e707e;
  content: "انتخاب عکس";
  background-color: #eaecf4;
  border-left: inherit;
  border-radius: 0 0.35rem 0.35rem 0;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.service-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.big-service {
  cursor: pointer;
  display: contents;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.big-service .service-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 250px;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.5);
}

.big-service-image {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
  border-radius: 10px;
}

.big-service .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
  opacity: 0.9;
  transition: height 0.4s ease;
  overflow: hidden;
}

.service-text {
  white-space: nowrap;
  color: #fff !important;
  font-size: 15px;
  position: absolute;
  overflow: hidden;
  opacity: 1;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.service-description {
  text-align: center;
  white-space: normal;
  color: #fff !important;
  font-size: 12px;
  position: absolute;
  overflow: hidden;
  opacity: 1;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.big-service:hover .overlay {
  height: 100%;
}

.autocomplete-li-search {
  min-width: 350px !important;
  width: 100% !important;
}

@media only screen and (max-width: 990px) {
  .autocomplete-li-search {
    min-width: 180px !important;
  }
}

.small-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.service {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 115px;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.4);
}

.service .service-image {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
}

.service .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.service .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
  opacity: 0.9;
  transition: height 0.5s ease;
  overflow: hidden;
}

.service:hover .overlay {
  height: 100%;
}

.service .visible {
  height: 100% !important;
}

.service-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #45CFDD;
}

.service-title {
  color: white;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: center;
}

.select-service-product {
  color: #6527be !important;
  background-color: #45cfdd !important;
  width: 100% !important;
  height: 30px !important;
}

.select-service-product:hover {
  color: #a7ede7 !important;
  background-color: rgb(51 47 141) !important;
  border: none !important;
}

.product-carousel-card {
  display: flex;
  justify-content: center;
  justify-items: center;
  flex-wrap: wrap;
  margin-right: 20px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px 0px;
  max-width: 130px;
}

.product-carousel-card:hover {
  background-color: #f4f5fd;
}

.product-carousel-first-div {
  min-height: 160px;
  max-height: 160px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  justify-items: center;
  flex-direction: column;
}

.product-carousel-div {
  min-height: 160px;
  max-height: 160px;
  cursor: pointer;
  padding: 2;
}

.price-span {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  color: rgb(33, 37, 41);
  left: 8px;
  bottom: 12px;
}
.price-span-percentage {
  background-color: rgb(0, 117, 255);
  border-radius: 8px;
  font-size: 12px;
  padding: 3px 4px;
  position: absolute;
  bottom: -8px;
  right: 10px;
  color: white;
}

@media only screen and (max-width: 990px) {
  .service-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .services-container {
    margin-top: -30px;
  }

  .small-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 13px;
    width: 100%;
  }

  .big-service .service-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: height 0.5s ease;
  }

  .service-text {
    white-space: nowrap;
    color: #fff !important;
    font-size: 15px;
    position: absolute;
    overflow: hidden;
    opacity: 1;
    text-align: center;
    margin-top: 15px;
  }

  .service-mobile-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .service-description {
    opacity: 0;
  }
}

.small-season-services {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
}

.season-container img {
  width: 100%;
  height: 400px;
  border-radius: 15px;
}

.season-container {
  cursor: pointer;
}

.season-service {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 120px;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.5);
}

.season-service .season-service-imag {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
}

.small-season-image {
  width: 100%;
  height: 120px !important;
  object-fit: fill;
  object-position: center;
  border-radius: 10px;
}

.season-service .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  overflow: hidden;
  background: linear-gradient(135deg, #b8e4f0 0%, #aaacaf 100%);
  opacity: 0.9;
  transition: height 0.5s ease;
}

.season-service:hover .overlay {
  height: 100%;
}

.season-service-text {
  color: #fff !important;
  font-size: 12px;
  position: absolute;
  overflow: hidden;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  margin-top: -10px;
}

@media only screen and (max-width: 990px) {
  .small-season-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
    width: 100%;
    height: 100%;
  }

  .season-container img {
    width: 100%;
    height: 300px;
    border-radius: 15px;
  }

  .season-service .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: transparent;
    transition: height 0.5s ease;
  }

  .season-service-text {
    color: #fff !important;
    font-size: 12px;
    position: absolute;
    overflow: hidden;
    opacity: 1;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    margin-top: 1px;
    width: 100%;
  }

  .season-service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
  }
}

.navbar-light .navbar-nav .nav-link {
  color: black !important;
}

.login-title {
  text-align: center;
  font-size: 18px;
  color: white;
}

.question-header {
  font-size: 23px !important;
  font-weight: bold !important;
}

.main-search-header {
  text-align: center;
}

.shop-product-image {
  min-width: 200px;
  min-height: 300px;
  max-height: 300px;
}

.symbol-question {
  font-size: 18px;
  margin-left: 10px;
}

.btn-next-step {
  float: left !important;
  margin-right: 5px !important;
}

.btn-prev-step {
  float: left !important;
}

.btn-cancel-order {
  float: right !important;
}

.paymentbutton {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  background-color: #45cfdd;
  color: white;
  width: 100px;
}

.btn-sign {
  font-size: 12px !important;
  padding: 13px 20px !important;
}

.btn-employee {
  font-size: 12px !important;
  padding: 15px 20px !important;
  color: white !important;
}

.MuiTab-root.MuiButtonBase-root {
  min-height: 25px !important;
}

.MuiTabs-root {
  min-height: 25px !important;
}

.item-autocomplete {
  margin-top: -8px;
}

@media (min-width: 1200px) {
  .home-search-box {
    width: 575px;
  }
}

@media only screen and (max-width: 767px) {
  .home-search-box {
    width: 320px;
    margin-bottom: 14px;
    border-radius: 15px;
    padding: 1px;
    margin-top: 12px;
    height: 60px;
  }

  .mobile-service-pro-CTA {
    margin-top: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .main-search-header {
    display: none;
  }

  .item-tabs {
    margin-top: -8px;
    max-height: 25px;
  }

  .item-autocomplete {
    margin-top: 5px;
    max-height: 45px;
  }

  .paymentbutton {
    font-size: 18px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    align-content: 10px !important;
    background-color: #45cfdd !important;
    color: white !important;
    width: 100% !important;
  }

  .season-container img {
    height: 150px;
  }

  .big-service .service-image {
    height: 200px;
  }

  .small-services .service {
    height: 120px;
  }

  .question-header {
    margin-top: 12px !important;
    font-size: 16px !important;
    font-weight: bold !important;
  }

  .see-shop-button {
    margin-top: 10px !important;
    width: 100% !important;
  }

  .single-products .products-content h3 {
    font-size: 15px !important;
    min-height: 40px;
    max-height: 40px;
    overflow-y: hidden;
  }

  .shop-product-image {
    min-height: 220px;
    max-height: 220px;
  }

  .symbol-question {
    font-size: 13px;
    margin-left: 4px;
    margin-top: 5px;
  }

  .btn-next-step {
    padding: 15px 15px !important;
    width: 30% !important;
  }

  .btn-prev-step {
    padding: 15px 15px !important;
    width: 30% !important;
  }

  .btn-cancel-order {
    padding: 15px 15px !important;
    width: 30% !important;
  }

  .btn-employee {
    font-size: 12px !important;
    padding: 10px 10px !important;
  }
}

.wrapper-text {
  /*This part is important for centering*/
  display: grid;
  place-items: center;
}

.typing-demo {
  width: 22ch;
  animation: typing 2s steps(22), blink 0.5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  /* border-right: 3px solid; */
  font-family: monospace;
  font-size: 2em;
}

@keyframes typing {
  from {
    width: 0;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.react-multi-carousel-list {
  overflow: unset !important;
}

.partial-visible-item {
  background-color: lightgray;
  opacity: 0.5 !important;
}
