
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


* {
  padding: 0;

  margin: 0;
}

html {
  width: 100%;

  height: 100%;

  position: relative;

  overflow: visible;
}

body {
  font-family: "Nunito", sans-serif;

  font-size: 15px;

  font-weight: 400;

  line-height: 30px;

  overflow-x: hidden;

  background-color: #ffffff;

  color: #666666;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5f7e77;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

img {
  border: none;

  outline: none;

  max-width: 100%;
}

label {
  display: inline-block;

  font-weight: normal;

  margin-bottom: 5px;

  max-width: 100%;
}

a,
.btn,
button {
  transition: all 0.35s ease-in-out;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  outline: medium none;
}

a img,
iframe {
  border: none;
}

p {
  color: #000;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;

  margin-bottom: 0;

  border: 0;

  border-top: 1px solid #eee;
}

pre {
  display: block;

  margin: 0 0 30px;

  padding: 9.5px;

  word-wrap: break-word;

  word-break: break-all;

  color: #333;

  border: 1px solid #ededed;

  border-radius: inherit;

  background-color: #f9f9f9;

  font-size: 13px;

  line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;

  box-shadow: inherit;
}

ul {
  margin: 0;

  list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;

  text-decoration: none;

  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  text-decoration: none;

  font-family: "Nunito", sans-serif;

  font-weight: 700;
}

b,
strong {
  font-weight: 300;
}

.btn.active,
.btn:active {
  background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 40px;

  -moz-border-radius: 40px;

  border-radius: 40px;
}

.btn.active,
.btn:active {
  outline: 0;

  -webkit-box-shadow: inherit;

  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;

  border-radius: inherit;

  box-shadow: inherit;

  min-height: 50px;
}

/* Default CSS */

.container-medium {
  padding: 0 15px;

  margin: auto;

  max-width: 1400px;
}

.container-full {
  padding: 0 15px;

  margin: auto;

  max-width: 1400px;
}

@media (min-width: 576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-medium {
    max-width: 1400px;

    width: 80%;
  }
}

@media (min-width: 576px) {
  .container-full {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-full {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-full {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-full {
    max-width: 1400px;

    width: 90%;
  }
}

.fixed-bg {
  position: absolute;

  left: 0;

  bottom: 0;

  height: 100%;

  width: 100%;
}

.bg-cover {
  background-position: center center;

  background-size: cover;
}

.bg-cover-bottom {
  background-size: cover !important;

  background-position: left bottom !important;

  background-repeat: no-repeat;
}

.bg-bottom-center {
  background-repeat: no-repeat;

  background-position: bottom center;

  background-size: cover;
}

.bg-contain {
  background-position: center center;

  background-repeat: no-repeat;

  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;

  background-position: center top;

  background-size: cover;
}

.bg-gray {
  background-color: #f4f4f442;
}

.bg-gray-hard {
  background-color: #d1eeec;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #c0dd64;
}

.bg-light-gradient {
  background: linear-gradient(90deg,
      rgba(244, 247, 252, 1) 36%,
      rgba(255, 255, 255, 1) 100%);
}

.gradient-bg {
  background-image: linear-gradient(90deg,
      rgba(2, 59, 166, 1) 0%,
      rgba(67, 126, 235, 1) 100%);

  background-color: #c0dd64;
}

.container-md {
  width: 90%;

  margin: auto;

  position: relative;
}

.text-italic {
  font-style: italic;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;

  z-index: 1;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.5;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;
}

.shadow.dark-hard::after {
  background: #000000 none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.75;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.3;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;
}

.shadow.theme::after {
  background: #c0dd64 none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.5;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;
}

.shadow.theme-hard::after {
  background: #c0dd64 none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.7;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;
}

.shadow.mixed::after {
  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 33, 71, 0.8) 100%) repeat scroll 0 0;

  z-index: -1;

  opacity: 0.7;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
  position: relative;

  z-index: 1;
}

.default-padding {
  padding-top: 60px;

  padding-bottom: 60px;
}

.default-padding-mx {
  padding-top: 150px;

  padding-bottom: 150px;
}

.default-padding-top {
  padding-top: 60px;
}

.default-padding-bottom {
  padding-bottom: 60px;
}

.default-padding.bottom-less {
  padding-top: 60px;

  padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.default-padding.bottom-30 {
  padding-top: 120px;

  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 120px;

  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;

  padding-bottom: 180px;
}

.top-border {
  border-top: 1px solid #e7e7e7;
}

.align-center {
  align-items: center;
}

.btn {
  display: inline-block;

  font-family: "Nunito", sans-serif;

  font-weight: 700;

  line-height: 25px;

  text-transform: capitalize;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  transition: all 0.35s ease-in-out;

  overflow: hidden;

  border-radius: 5px;

  font-size: 17px;
}

.btn.btn-icon i {
  font-size: 50px;

  align-items: center;

  float: left;

  margin-right: 10px;
}

.btn.btn-icon {
  padding: 0;

  line-height: 50px;
}

.btn.btn-icon:hover {
  color: #ffffff;
}

.btn-md {
  padding: 15px 40px;
}

.btn-sm {
  padding: 10px 35px;

  font-size: 14px;
}

.btn.btn-sm-pro {
  font-size: 10px;

  font-weight: 600;

  margin-top: 5px;

  padding: 4px 35px;

  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;

  color: #232323;

  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #232323;

  color: #ffffff;

  border: 2px solid #232323;
}

.btn-dark.border {
  background-color: transparent;

  color: #232323;

  border: 2px solid #232323 !important;
}

.btn-dark.border:hover {
  background-color: #232323;

  color: #ffffff !important;

  border: 2px solid #232323 !important;
}

.btn-gray.border {
  background-color: transparent;

  color: #c0dd64;

  border: 2px solid #e7e7e7 !important;
}

.btn-gray.border:hover {
  background-color: #c0dd64;

  color: #ffffff !important;

  border: 2px solid #c0dd64 !important;
}

.btn-gray.effect {
  background: #fafafa;

  border: 1px solid #e7e7e7 !important;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;

  border: 2px solid #ffffff;

  color: #232323;
}

.btn.btn-light.border {
  background: transparent;

  border: 2px solid #ffffff !important;

  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;

  border: 2px solid #ffffff !important;

  color: #232323 !important;
}

.btn-standard {
  display: inline-block;

  text-align: center;

  color: #c0dd64;

  position: relative;

  margin-top: 15px;

  border: 1px solid #e7e7e7;

  padding: 10px 30px;

  text-transform: capitalize;

  border-radius: 30px;

  font-weight: 800;
}

.btn-standard.md {
  padding: 13px 45px;
}

.btn-standard i {
  display: inline-block;

  height: 35px;

  width: 35px;

  line-height: 35px;

  text-align: center;

  color: #c0dd64;

  font-size: 15px;

  border-radius: 50%;

  position: relative;

  box-shadow: 0 0 10px #96aac1;

  z-index: 1;

  margin-right: 5px;

  background: #ffffff;
}

.bg-theme .btn-standard:hover,
.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.shadow .btn-standard:hover {
  background: #ffffff;

  color: #c0dd64;
}

.btn-dark:hover,
.btn-dark:focus {
  color: #232323 !important;

  background: transparent;
}

.bg-dark {
  background: #5f7e77 !important;
}

.bg-dark-hard {
  background: #08111e;
}

.bg-gradient {
  background: #c0dd64;

  background: -webkit-linear-gradient(top left, #c0dd64, #061169);

  background: -moz-linear-gradient(top left, #c0dd64, #061169);

  background: linear-gradient(to bottom right, #c0dd64, #061169);
}

.bg-gradient-bittersweet {
  background: #ff7268;

  background: -webkit-linear-gradient(top left, #ff7268, #b3332a);

  background: -moz-linear-gradient(top left, #ff7268, #b3332a);

  background: linear-gradient(to bottom right, #ff7268, #b3332a);
}

.orange .bg-gradient {
  background: #ff5621;

  background: -webkit-linear-gradient(90deg,
      rgba(255, 86, 33, 1) 0%,
      rgba(240, 57, 0, 1) 77%);

  background: -moz-linear-gradient(90deg,
      rgba(255, 86, 33, 1) 0%,
      rgba(240, 57, 0, 1) 77%);

  background: linear-gradient(90deg,
      rgba(255, 86, 33, 1) 0%,
      rgba(240, 57, 0, 1) 77%);
}

.cornflower-blue .bg-gradient {
  background: #644ded;

  background: -webkit-linear-gradient(top left, #644ded, #811389);

  background: -moz-linear-gradient(top left, #644ded, #811389);

  background: linear-gradient(to bottom right, #644ded, #811389);
}

.bg-gradient-light {
  background-image: linear-gradient(90deg,
      rgba(244, 247, 252, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
}

.bg-shape-gradient {
  background-image: radial-gradient(circle at 50% 30%,
      rgba(255, 255, 255, 0.03) 0%,
      rgba(255, 255, 255, 0.03) 50%,
      rgba(138, 138, 138, 0.04) 50%,
      rgba(138, 138, 138, 0.04) 100%),
    radial-gradient(circle at 9% 40%,
      rgba(255, 255, 255, 0.03) 0%,
      rgba(255, 255, 255, 0.03) 50%,
      rgba(71, 71, 71, 0.04) 50%,
      rgba(71, 71, 71, 0.04) 100%),
    radial-gradient(circle at 84% 81%,
      rgba(147, 147, 147, 0.04) 0%,
      rgba(147, 147, 147, 0.04) 50%,
      rgba(253, 253, 253, 0.04) 50%,
      rgba(253, 253, 253, 0.04) 100%),
    linear-gradient(266deg, rgb(5, 73, 170), rgb(140, 100, 243));
}

.btn-theme {
  background-color: #c0dd64;

  color: #ffffff !important;

  border: 2px solid #c0dd64;
}

.btn-theme.orange {
  background-color: #ff5621;

  color: #ffffff !important;

  border: 2px solid #ff5621;
}

.btn-theme.border {
  background-color: transparent;

  color: #c0dd64 !important;

  border: 2px solid #c0dd64;
}

.btn-theme.border.orange {
  background-color: transparent;

  color: #ff5621 !important;

  border: 2px solid #ff5621;
}

.eastern-blue .btn-theme.border {
  background-color: transparent;

  color: #1baaa0 !important;

  border: 2px solid #1baaa0;
}

.orange .btn-theme.border {
  background-color: transparent;

  color: #ff5621 !important;

  border: 2px solid #ff5621;
}

.cornflower-blue .btn-theme.border {
  background-color: transparent;

  color: #634ded !important;

  border: 2px solid #634ded;
}

.btn-theme.border:hover {
  background-color: #c0dd64;

  color: #ffffff !important;

  border: 2px solid #c0dd64;
}

.btn-theme.border.orange:hover {
  background-color: #ff5621;

  color: #ffffff !important;

  border: 2px solid #ff5621;
}

.eastern-blue .btn-theme.border:hover {
  background-color: #1baaa0;

  color: #ffffff !important;

  border: 2px solid #1baaa0;
}

.orange .btn-theme.border:hover {
  background-color: #ff5621;

  color: #ffffff !important;

  border: 2px solid #ff5621;
}

.cornflower-blue .btn-theme.border:hover {
  background-color: #634ded;

  color: #ffffff !important;

  border: 2px solid #634ded;
}

.btn-theme.border:hover {
  background-color: #c0dd64;

  color: #ffffff !important;

  border: 2px solid #c0dd64;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
  background: #c0dd64 none repeat scroll 0 0;

  border: 2px solid #c0dd64;

  color: #ffffff;
}

.btn-theme.orange.effect:hover,
.btn-theme.orange.effect:focus {
  background: #ffffff none repeat scroll 0 0;

  border: 2px solid #ff5621;

  color: #ff5621 !important;
}

.btn.btn-sm-lm {
  font-size: 12px;

  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;

  color: #ffffff;
}

/* Gradient Button */

.btn-gradient,
.btn-gradient:focus {
  position: relative;

  z-index: 1;

  color: #ffffff !important;
}

.btn-gradient:hover {
  color: #ffffff;
}

.btn-gradient::after {
  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: linear-gradient(90deg, rgb(211 231 147) 0%, rgb(192 221 100) 75%);

  transition: all 0.35s ease-in-out;

  z-index: -1;

  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #c0dd64;
}

.btn-gradient.eastern-blue::after {
  background: linear-gradient(90deg,
      rgba(27, 170, 160, 1) 0%,
      rgba(8, 115, 107, 1) 77%);

  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5),
    inset 0 0 1px 1px rgb(27, 170, 160);
}

.btn-gradient.orange::after {
  background: linear-gradient(90deg,
      rgba(255, 86, 33, 1) 0%,
      rgba(240, 57, 0, 1) 77%);

  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5),
    inset 0 0 1px 1px rgb(255, 86, 33);
}

.btn i {
  font-size: 12px;
}

.btn-gradient i {
  display: inline-block;

  line-height: 28px;

  color: #ffffff;

  font-size: 14px;

  margin-left: 5px;
}

.btn-gradient.icon-normal i {
  border: none;

  background: transparent;

  font-size: 20px;

  line-height: inherit;

  position: relative;

  top: 2px;

  margin-right: 0;

  height: auto;

  width: auto;
}

.btn-gradient.icon-left i {
  margin-left: 0;

  margin-right: 5px;
}

.inc-icon i {
  display: inline-block;

  height: 30px;

  width: 30px;

  line-height: 28px;

  background: rgba(255, 255, 255, 0.1);

  color: #ffffff;

  font-size: 10px;

  border-radius: 50%;

  margin-left: 5px;

  border: 1px dashed rgba(255, 255, 255, 0.5);
}

.btn-gradient.btn-sm {
  padding: 10px 30px;
}

.btn.btn-transparent.border {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.btn.btn-transparent.border:hover {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;

  background: rgba(255, 255, 255, 0.07);

  color: #ffffff !important;
}

.relative {
  position: relative;
}

.btn-simple.md {
  padding: 15px 60px;
}

.btn-simple.light {
  background: #ffffff;
}

.btn-simple {
  display: inline-block;

  border: 1px solid #e7e7e7;

  padding: 10px 40px;

  border-radius: 30px;

  color: #c0dd64;

  font-weight: 700;

  position: relative;

  z-index: 1;

  overflow: hidden;
}

a.btn-simple.md.light {
  color: #c0dd64;
}

a.btn-simple.md.light:hover {
  color: #ffffff;
}

.btn-simple:after {
  background: linear-gradient(90deg, rgb(211 231 147) 0%, rgb(192 221 100) 75%);

  color: #000;

  border-color: transparent;

  position: absolute;

  left: -100%;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  z-index: -1;

  transition: all 0.25s ease-in-out;
}

.btn-simple:hover {
  color: #ffffff;
}

.btn-simple:hover::after {
  left: 0;
}

.bg-fixed {
  background-attachment: fixed !important;

  background-position: center center !important;

  background-size: cover !important;
}

.bg-cover {
  background-position: center center !important;

  background-size: cover !important;
}

.overflow-hidden {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

button,
button:focus {
  border: none !important;

  box-shadow: inherit !important;

  outline: inherit !important;
}

header {
  position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;

  z-index: 1;

  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;

  bottom: -2px;

  content: "";

  height: 3px;

  left: 0;

  position: absolute;

  width: 0;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

/* Navbar */

nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;

  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;

  padding: 35px 20px;
}

.attr-nav>a.btn-theme.effect:hover,
.attr-nav>a.btn-theme.effect,
.attr-nav>a.btn-theme.effect:focus {
  background: #c0dd64 none repeat scroll 0 0;

  border: 2px solid #c0dd64;

  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;

  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;

  padding: 25px 0 !important;

  transition: all 0.35s ease-in-out;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #fafafa;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  color: #c0dd64;

  display: inline-block;

  font-size: 14px;

  height: 40px;

  line-height: 40px;

  margin-left: 10px;

  padding: 0 !important;

  text-align: center;

  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;

  padding: 20px 0 !important;
}

.site-heading h5 {
  text-transform: uppercase;

  font-weight: 800;

  color: #c0dd64;

  font-size: 18px;

  position: relative;

  z-index: 1;

  display: inline-block;
}

.eastern-blue .site-heading h5 {
  color: #1baaa0;
}

.orange .site-heading h5 {
  color: #ff5621;
}

.cornflower-blue .site-heading h5 {
  color: #634ded;
}

.site-heading p {
  margin: 0;
}

.site-heading h2 {}

.heading-divider {
  display: inline-block;
  position: relative;
  height: 5px;
  border-radius: 30px;
  background-color: #5f7e77cc;
  width: 90px;
  overflow: hidden;
}

.eastern-blue .heading-divider {
  background-color: #1baaa0;
}

.orange .heading-divider {
  background-color: #ff5621;
}

.cornflower-blue .heading-divider {
  background-color: #634ded;
}

.heading-divider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 7px;
  width: 60px;
  background-color: #0e0b0536;
  -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: infinite-move;
  animation-name: infinite-move;
}

.bg-gray .heading-divider:after {
  background-color: #0e0b0536;
}

.site-heading {
  margin-bottom: 60px;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px;

  padding: 15px;
}

/* ============================================================== 

     # Top Bar 

=================================================================== */

.language-switcher .dropdown-toggle {
  background: transparent;

  border: none;

  color: #333;

  font-weight: 500;

  letter-spacing: 1px;

  padding: 15px;

  text-transform: capitalize;
}

.language-switcher img {
  padding: 3px;

  box-shadow: 0 0 10px #cccccc;

  border-radius: 50%;

  height: 45px;

  width: 45px;
}

.language-switcher .dropdown-toggle li {
  display: block;
}

.language-switcher .dropdown-menu li {
  display: block;

  padding: 0;

  border-bottom: 1px solid #e7e7e7;
}

.language-switcher .dropdown-menu li:last-child {
  border: none;
}

.language-switcher .dropdown-menu {
  margin: 0;

  min-width: 200px;

  border-radius: inherit;

  border: 1px solid #e7e7e7;

  left: auto;

  right: 0;
}

.language-switcher .dropdown-menu.show {
  display: block !important;
}

.language-switcher .dropdown-menu li a {
  padding: 7px 15px;

  text-transform: capitalize;

  display: block;

  font-weight: 600;
}

.top-bar-area li {
  display: inline-block;

  margin-left: 20px;
}

.top-bar-area li i {
  margin-right: 5px;
}

.top-bar-area li:first-child {
  margin-left: 0;
}

.top-bar-area a {
  display: inline-block;

  background: #c0dd64;

  padding: 10px 35px;
}

.orange .top-bar-area a {
  background: #ff5621;
}

/* ============================================================== 

     # Bradcrumb 

=================================================================== */

.breadcrumb-area {
  padding: 150px 0;

  position: relative;
}

.breadcrumb-area .fixed-bg {
  position: absolute;

  left: 0;

  bottom: 0;

  height: 100%;

  width: 100%;

  background-repeat: no-repeat;
}

.breadcrumb-area .col-lg-8.offset-lg-2 {
  z-index: 9;
}

.breadcrumb-area h1 {
  font-weight: 700;

  color: #ffffff;

  margin: 0;

  text-transform: capitalize;
}

.breadcrumb-area .breadcrumb {
  background: #ffffff;
  display: flex;
  margin: 0;
  padding: 15px 35px;
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: -180px;
  transform: translate(-50%, 0);
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  border-radius: 30px;
  width: fit-content;
  min-width: 420px;
  display: flex !important;
  justify-content: center;
}

.page-title-area {
  padding: 150px 0;
}

.page-title-area h1 {
  display: block;

  font-weight: 600;

  text-transform: uppercase;

  font-size: 40px;

  margin-top: -10px;

  margin-bottom: 0;
}

.breadcrumb-area .breadcrumb li::after {
  font-family: "themify";
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  right: -13px;
  height: 8px;
  width: 8px;
  border: 2px solid #c0b6b6;
  border-radius: 50%;
  top: 10px;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0;

  position: relative;

  z-index: 1;

  margin: 0 7px;

  padding: 0 7px;
}

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

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
  font-weight: 800;

  text-transform: uppercase;

  font-size: 14px;

  display: inline-block;
}

.breadcrumb-area .breadcrumb li.active {
  color: #5f7e77;
}

/* SVG */

.svg-shape svg {
  margin-bottom: -10px;
}

.svg-shape svg.gray {
  fill: #c4e4e3;
}

.svg-shape svg.light {
  fill: #ffffff;
}

.svg-shape svg.theme {
  fill: #ff4450;
}

.svg-shape svg.dark {
  fill: #111d30;
}

.svg-shape svg.absolute {
  position: absolute;
}

.svg-shape svg.absolute.top {
  top: 0;

  left: 0;
}

.svg-shape svg.absolute.bottom {
  bottom: 0;

  left: 0;
}

/* ============================================================== 

     # Banner 

=================================================================== */

/* body,
.banner-area,
.banner-area div {
  height: 100%;
} */

.banner-area.auto-height,
.banner-area.auto-height div {
  height: auto;
}

.banner-area.auto-height .content {
  padding: 150px 0;
}

.banner-area .box-cell {
  display: table-cell;

  vertical-align: middle;

  width: 100%;
}

.banner-area .box-table {
  display: table;

  width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;

  overflow: hidden;
}

.banner-area .wavesshape {
  bottom: -2px;

  left: 0;

  position: absolute;

  right: 0;

  top: auto;

  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;

  height: auto;
}

.banner-area .content {
  position: relative;

  z-index: 9;
}

.banner-area.wavesshape {
  position: relative;

  z-index: 1;
}

.banner-area.triangle-shadow {
  position: relative;

  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;

  border-right: 100vw solid #fff;

  border-top: 80px solid transparent;

  bottom: 0;

  content: "";

  height: 0;

  left: 0;

  position: absolute;

  width: 100%;

  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;

  position: relative;

  z-index: 1;

  overflow: hidden;
}

.banner-area.content-double .double-items {
  align-items: center;

  align-self: center;

  display: flex;

  justify-content: center;

  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);

  -webkit-transform: scale(0.9);

  -moz-transform: scale(0.9);

  -ms-transform: scale(0.9);

  -o-transform: scale(0.9);
}

/* Animation delays */

.banner-area .item h1:first-child,
.banner-area .item h2:first-child,
.banner-area .item h3:first-child,
.banner-area .item h4:first-child,
.banner-area .item h5:first-child,
.banner-area .item h6:first-child {
  animation-delay: 0.5s;
}

.banner-area .item h1:nth-child(2),
.banner-area .item h2:nth-child(2),
.banner-area .item h3:nth-child(2),
.banner-area .item h4:nth-child(2),
.banner-area .item h5:nth-child(2),
.banner-area .item h6:nth-child(2) {
  animation-delay: 0.7s;
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
  animation-delay: 0.9s;
}

.banner-area .item p {
  animation-delay: 0.5s;
}

.banner-area .item ul {
  animation-delay: 0.6s;
}

.banner-area .item a,
.banner-area .item button {
  animation-delay: 0.7s;
}

/* Carousel Fade Effect */

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;

  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;

  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* Slider Zoom Effect */

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item>.slider-thumb {
  -webkit-animation: zoom 20s;

  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;

  position: absolute;

  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;

  left: 0;

  position: absolute;

  top: 0;

  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;

  height: 50px;

  font-size: 30px;

  line-height: 50px;

  margin-top: -25px;

  opacity: 1;

  padding: 0;

  position: absolute;

  top: 50%;

  width: 70px;

  z-index: 1;

  text-transform: uppercase;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;

  color: #ffffff;

  font-size: 20px;

  height: 50px;

  line-height: 50px;

  margin-top: -25px;

  opacity: 1;

  padding: 0;

  position: absolute;

  text-shadow: inherit;

  top: 50%;

  width: 50px;

  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.5;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -80px;
}

.banner-area:hover .carousel-control.left {
  left: 10px;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: -80px;
}

.banner-area:hover .carousel-control.right {
  right: 10px;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}

/* Carousel Indicators */

.banner-area .carousel-indicator {
  position: absolute;

  left: 10px;

  bottom: 0;

  width: 100%;
}

.banner-area .carousel-indicators {
  position: absolute;

  right: auto;

  left: 0;

  width: auto;

  height: auto;

  top: auto;

  bottom: 0;

  margin: 0;

  padding: 30px 0;
}

.banner-area .carousel-indicators li {
  display: block;

  height: 20px;

  width: 20px;

  margin: 10px 5px;

  border: 2px solid rgba(255, 255, 255, 0.7);

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  background: transparent;

  position: relative;

  z-index: 1;
}

.banner-area .carousel-indicators li.active {
  border: 2px solid #ffffff;
}

.banner-area .carousel-indicators li::after {
  position: absolute;

  left: 50%;

  top: 50%;

  content: "";

  height: 5px;

  width: 5px;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  background: #ffffff;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;
}

.banner-area.video-bg-live .mbYTP_wrapper {
  z-index: 1 !important;
}

.double-items>.row div {
  height: auto;
}

/* Shape */

.shape {
  z-index: -1;
}

.shape-right-top {
  position: absolute;

  right: 0;

  top: 0;
}

.shape-right-bottom {
  position: absolute;

  right: 0;

  bottom: 0;
}

.shape-left-bottom {
  position: absolute;

  right: 0;

  bottom: 0;

  height: 100% !important;

  width: 100%;
}

.shape-left-top {
  position: absolute;

  left: 0;

  top: -120px;
}

.shape-right-top img,
.shape-right-bottom img,
.shape-left-bottom img {
  height: 100%;
}

.shape-left-bottom img {
  height: 100%;

  max-width: 100%;

  min-width: 100%;

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;
}

.shape-bottom {
  position: absolute;

  left: 0;

  bottom: 0;

  height: 100%;

  width: 100%;

  z-index: -1;
}

.shape-bottom img {
  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;
}

.shape-top {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  z-index: -1;
}

.shape-top img {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;
}

.shape.opacity-1 {
  opacity: 1;
}

.shape.opacity-09 {
  opacity: 0.9;
}

.shape.opacity-08 {
  opacity: 0.8;
}

.shape.opacity-07 {
  opacity: 0.7;
}

.shape.opacity-06 {
  opacity: 0.6;
}

.shape.opacity-05 {
  opacity: 0.5;
}

.shape.opacity-04 {
  opacity: 0.4;
}

.shape.opacity-03 {
  opacity: 0.3;
}

.shape.opacity-02 {
  opacity: 0.2;
}

.shape.opacity-01 {
  opacity: 0.1;
}

.shape.opacity-default {
  opacity: 0.5;
}

/* Content */

.banner-area h2 {
  font-size: 50px;

  font-weight: 900;

  margin-bottom: 20px;
}

.banner-area h2 strong {
  position: relative;

  z-index: 1;
}

.banner-area h2 span {
  color: #c0dd64;
}

.orange .banner-area h2 span {
  color: #ff5621;
}

.eastern-blue .banner-area h2 span {
  color: #1baaa0;
}

.banner-area h4 {
  color: #c0dd64;

  margin-bottom: 26px;

  text-transform: uppercase;

  font-weight: 700;
}

.banner-area.text-light h4 {
  color: #ffffff;
}

.eastern-blue .banner-area h4 {
  color: #1baaa0;
}

.banner-area.heading-capitalized h2 {
  font-weight: 200;

  text-transform: capitalize;

  font-size: 60px;
}

.banner-area.heading-capitalized h2 strong {
  font-weight: 700;

  display: block;
}

.banner-area.heading-capitalized h2 strong::after {
  display: none;
}

.banner-area h2 strong::after {
  position: absolute;

  left: 3%;

  bottom: 15px;

  content: "";

  height: 10px;

  width: 100%;

  background: #c0dd64;

  z-index: -1;

  opacity: 0.2;
}

.banner-area a {
  margin-top: 15px;
}

.banner-area p {
  font-size: 18px;

  line-height: 34px;
}

.banner-area .thumb {
  padding-left: 35px;
}

.banner-area .thumb.width-120 img {
  max-width: 120%;
}

.banner-area .thumb.width-130 img {
  max-width: 130%;
}

.banner-area .thumb.width-140 img {
  max-width: 140%;
}

.banner-area .thumb-innner {
  position: relative;

  z-index: 1;
}

.banner-area .thumb-innner .icon {
  position: absolute;

  left: 50%;

  top: 50px;

  margin-left: -10px;
}

.banner-area.auto-height .double-items {
  padding: 100px 0;
}

.banner-area.auto-height .content-box {
  padding-top: 180px;
}

.banner-area.auto-height .content-box .thumb-innner {
  margin-top: 50px;
}

.banner-area.auto-height .content-box .thumb-innner .icon {
  position: absolute;

  left: 50%;

  top: 100px;

  margin-left: -55px;
}

.banner-area.circle-shape {
  position: relative;

  z-index: 1;
}

.banner-area.circle-shape::after {
  position: absolute;

  right: -150px;

  top: -150px;

  content: "";

  height: 600px;

  width: 600px;

  background: rgba(255, 255, 255, 0.03);

  border-radius: 50%;

  z-index: -1;
}

.banner-area.circle-shape::before {
  position: absolute;

  right: -150px;

  top: -150px;

  content: "";

  height: 700px;

  width: 700px;

  background: rgba(255, 255, 255, 0.05);

  border-radius: 50%;

  z-index: -1;
}

/* Animated Shape */

.item-animated {
  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);

  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);

  -webkit-animation-name: infiUpDown;

  animation-name: infiUpDown;

  -webkit-animation-duration: 2s;

  animation-duration: 2s;
}

@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);

    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);

    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);

    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);

    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);

    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);

    transform: translateY(0px);
  }
}

@-webkit-keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);

    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);

    transform: translateX(88px);
  }
}

@-webkit-keyframes infinite-move {
  from {
    -ms-transform: translateX(0);

    transform: translateX(0);
  }

  to {
    -ms-transform: translateX(88px);

    transform: translateX(88px);
  }
}

@keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);

    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);

    transform: translateX(88px);
  }
}

/* ============================================================== 

     # Video Button Play

=================================================================== */

.video-play-button {
  color: #c0dd64;

  font-size: 30px;

  left: 50%;

  padding-left: 7px;

  position: absolute;

  top: 50%;

  transform: translateX(-50%) translateY(-50%);

  -webkit-transform: translateX(-50%) translateY(-50%);

  -moz-transform: translateX(-50%) translateY(-50%);

  -ms-transform: translateX(-50%) translateY(-50%);

  -o-transform: translateX(-50%) translateY(-50%);

  z-index: 1;
}

.video-play-button:before {
  content: "";

  position: absolute;

  z-index: 0;

  left: 50%;

  top: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  display: block;

  width: 80px;

  height: 80px;

  background: #ffffff repeat scroll 0 0;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  -webkit-animation: pulse-border 1500ms ease-out infinite;

  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button.theme:before,
.video-play-button.theme:after {
  background: #c0dd64 repeat scroll 0 0;
}

.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
  background: #ff5621 repeat scroll 0 0;
}

.video-play-button:after {
  content: "";

  position: absolute;

  z-index: 1;

  left: 50%;

  top: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  display: block;

  width: 80px;

  height: 80px;

  background: #ffffff repeat scroll 0 0;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  transition: all 200ms;

  -webkit-transition: all 200ms;

  -moz-transition: all 200ms;

  -ms-transition: all 200ms;

  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    opacity: 0;
  }
}

.video-play-button i {
  display: block;

  position: relative;

  z-index: 3;

  color: #c0dd64;
}

.video-play-button.theme i {
  color: #ffffff;
}

.video-play-button.relative {
  position: relative;

  display: inline-block;

  left: 30px;

  height: 68px;

  width: 68px;

  line-height: 68px;

  text-align: center;

  margin-top: 0 !important;

  top: 55px;

  margin-left: 10px;
}

.video-play-button.relative::before,
.video-play-button.relative::after {
  height: 68px;

  width: 68px;

  line-height: 68px;
}

.video-play-button.relative i {
  line-height: 70px;

  font-size: 25px;
}

/* Nice Select CSS */

.nice-select {
  -webkit-tap-highlight-color: transparent;

  background-color: #fff;

  border: solid 1px #e8e8e8;

  box-sizing: border-box;

  clear: both;

  cursor: pointer;

  display: block;

  float: left;

  font-family: inherit;

  font-size: 14px;

  font-weight: normal;

  height: 50px;

  line-height: 50px;

  outline: none;

  padding-left: 18px;

  padding-right: 30px;

  position: relative;

  text-align: left !important;

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  white-space: nowrap;

  width: 100%;

  margin-bottom: 15px;

  z-index: 1;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;

  border-right: 2px solid #999;

  content: "";

  display: block;

  height: 5px;

  margin-top: -4px;

  pointer-events: none;

  position: absolute;

  right: 12px;

  top: 50%;

  -webkit-transform-origin: 66% 66%;

  -ms-transform-origin: 66% 66%;

  transform-origin: 66% 66%;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  -webkit-transition: all 0.15s ease-in-out;

  transition: all 0.15s ease-in-out;

  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);

  -ms-transform: rotate(-135deg);

  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;

  pointer-events: auto;

  -webkit-transform: scale(1) translateY(0);

  -ms-transform: scale(1) translateY(0);

  transform: scale(1) translateY(0);

  overflow-y: auto !important;

  height: 200px;
}

.nice-select.disabled {
  border-color: #ededed;

  color: #999;

  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #96aac1;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;

  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;

  right: 0;
}

.nice-select.small {
  font-size: 12px;

  height: 36px;

  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;

  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;

  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);

  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);

  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);

  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);

  box-sizing: border-box;

  margin-top: 4px;

  opacity: 0;

  overflow: hidden;

  padding: 0;

  pointer-events: none;

  position: absolute;

  top: 100%;

  left: 0;

  -webkit-transform-origin: 50% 0;

  -ms-transform-origin: 50% 0;

  transform-origin: 50% 0;

  -webkit-transform: scale(0.75) translateY(-21px);

  -ms-transform: scale(0.75) translateY(-21px);

  transform: scale(0.75) translateY(-21px);

  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;

  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;

  z-index: 9;

  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;

  font-weight: 400;

  line-height: 40px;

  list-style: none;

  min-height: 40px;

  outline: none;

  padding-left: 18px;

  padding-right: 29px;

  text-align: left;

  -webkit-transition: all 0.2s;

  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;

  color: #999;

  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* ============================================================== 

     # Features

=================================================================== */

.features-area .shape {
  opacity: 0.03;
}

.features-area .feature-box .single-item {
  margin-bottom: 30px;
}

.features-area .feature-box .item {
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

  padding: 60px 37px;

  background: #ffffff;
}

.features-area .about-info {
  margin-top: 90px;
}

.features-area .item .icon {
  display: inline-block;

  height: 80px;

  width: 80px;

  line-height: 80px;

  text-align: center;

  background: rgba(65, 84, 241, 1);

  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;

  position: relative;

  z-index: 1;

  font-size: 30px;

  color: #ffffff;

  margin-bottom: 25px;

  box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
}

.features-area .single-item:nth-child(2) .item .icon {
  background: rgba(27, 170, 160, 1);
}

.features-area .single-item:nth-child(3) .item .icon {
  background: rgba(255, 86, 33, 1);
}

.features-area .single-item:nth-child(4) .item .icon {
  background: rgba(129, 19, 137, 1);
}

.features-area .item h4 {
  font-weight: 800;

  font-size: 20px;
}

.features-area .item p {
  margin: 0;
}

/* About info */

.about-info h2 {
  font-weight: 200;

  margin-bottom: 25px;

  margin-top: -5px;

  text-transform: capitalize;
}

.about-info h2 strong {
  display: block;

  margin-top: 5px;
}

.about-info .fun-fact {
  display: flex;

  margin-top: 25px;
}

.about-info .fun-fact i {
  display: inline-block;

  margin-right: 20px;

  font-size: 30px;

  color: #c0dd64;
}

.about-info .fun-fact .timer {
  color: #232323;

  font-size: 40px;

  margin-bottom: 10px;

  font-weight: 700;

  display: inline-block;

  position: relative;

  z-index: 1;
}

.about-info .fun-fact .medium {
  display: block;

  font-size: 18px;
}

.about-info .fun-fact .timer::after {
  position: absolute;

  right: -32px;

  top: 0;

  content: "%";

  font-size: 30px;
}

.about-info a {
  margin-top: 10px;
}

/* About Features */

.about-features-area .about-info {
  padding-right: 35px;
}

.about-features-area .item-grid:first-child {
  margin-top: -30px;
}

.about-area .row>.process-box {
  padding-left: 35px;
}

.about-features-area .process-box .item {
  padding: 40px 30px;

  background: #ffffff;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

  margin-top: 30px;
}

.about-features-area .process-box .item:first-child .icon {
  position: relative;
}

.about-features-area .process-box .icon i {
  text-align: center;

  background: #ffffff;

  position: relative;

  z-index: 1;

  margin-bottom: 20px;

  font-size: 30px;

  color: #1baaa0;

  height: 80px;

  width: 80px;

  line-height: 80px;
}

.cornflower-blue .about-features-area .process-box .icon i {
  color: #634ded;
}

.about-features-area .process-box .icon i::after {
  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: #634ded;

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat;

  opacity: 0.1;

  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
}

.about-features-area .process-box .item h4 {
  text-transform: capitalize;

  font-weight: 800;

  font-size: 22px;
}

/* Analysis */

.analysis h4 {
  border-top: 1px dashed #e7e7e7;

  margin-top: 30px;

  padding-top: 30px;

  text-transform: capitalize;

  font-weight: 600;

  line-height: 1.4;
}

.analysis form button {
  width: 100%;

  background: linear-gradient(90deg, rgb(211 231 147) 0%, rgb(192 221 100) 75%);

  color: #000;

  font-weight: 800;

  text-transform: uppercase;

  padding: 7px;

  border-radius: 30px;

  margin-top: 30px;
}

.analysis form input,
.analysis form input:focus {
  border-radius: 30px;

  border: none;

  padding: 15px 30px;

  outline: inherit;

  box-shadow: inherit;
}

.analysis .input {
  border: 1px solid #e7e7e7;

  border-radius: 30px;

  padding: 0 20px;
}

.analysis form .col-lg-6 {
  padding: 0;

  border-radius: 30px;
}

.analysis .input .form-group {
  margin: 0;
}

.analysis form .input input[type="url"] {
  border-right: 1px solid #e7e7e7;

  border-top-right-radius: inherit;

  border-bottom-right-radius: inherit;
}

/* ============================================================== 

     # About

=================================================================== */

.about-area .thumb {
  padding-right: 35px;
}

.about-area .info h5 {
  text-transform: uppercase;

  font-weight: 800;

  color: #c0dd64;
}

.eastern-blue .about-area .info h5 {
  color: #1baaa0;
}

.orange .about-area .info h5 {
  color: #ff5621;
}

.cornflower-blue .about-area .info h5 {
  color: #634ded;
}

.about-area .info h2 {
  font-weight: 200;

  margin-bottom: 25px;

  text-transform: capitalize;
}

.about-area .info h2 strong {
  margin-top: 5px;
}

/* ============================================================== 

     # Cirlce Progressbar

=================================================================== */

.circle-chart {
  width: 150px;

  height: 150px;
}

.circle-chart__circle {
  stroke: #1baaa0;

  stroke-width: 2px;

  stroke-linecap: square;

  fill: none;

  animation: circle-chart-fill 2s reverse;

  transform: rotate(-90deg);

  transform-origin: center;
}

.cornflower-blue .circle-chart__circle {
  stroke: #634ded;
}

/**

 * 1. Rotate by -90 degree to make the starting point of the

 *    stroke the top of the circle.

 * 2. Scaling mirrors the circle to make the stroke move right

 *    to mark a positive chart value.

 * 3. Using CSS transforms on SVG elements is not supported by Internet Explorer

 *    and Edge, use the transform attribute directly on the SVG element as a

 * .  workaround.

 */

.circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1, -1);

  /* 1, 2, 3 */
}

.circle-chart__background {
  stroke: #e7e7e7;

  stroke-width: 1px;

  fill: none;
}

.circle-chart__info {
  animation: circle-chart-appear 2s forwards;

  opacity: 0;

  transform: translateY(0.3em);
}

.circle-chart__percent {
  alignment-baseline: central;

  text-anchor: middle;

  font-size: 8px;

  font-weight: 800;
}

.circle-chart__subline {
  alignment-baseline: central;

  text-anchor: middle;

  font-size: 3px;
}

.progress-items .circlechart {
  float: left;

  margin-right: 30px;

  margin-top: 25px !important;
}

.progress-items .circlechart:last-child {
  margin: 0;
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;

    transform: translateY(0);
  }
}

.about-area .progress-items {
  margin-top: 25px;
}

.progress-items .progress-box {
  margin-bottom: 30px;
}

.progress-items .progress-box:last-child {
  margin-bottom: 0;
}

.progress-items .progress-box h5 {
  text-transform: capitalize;

  color: #232323 !important;

  font-size: 16px;

  font-weight: 600;
}

.progress-items .progress-box .progress {
  height: 5px;

  border-radius: 30px;

  overflow: inherit;
}

.progress-items .progress-box .progress .progress-bar {
  background: #c0dd64;

  position: relative;

  z-index: 1;

  overflow: inherit;
}

.progress-items .progress-box .progress .progress-bar::after {
  position: absolute;

  right: 0;

  top: 0;

  content: "";

  height: 15px;

  width: 2px;

  background: #c0dd64;

  z-index: -1;

  margin-top: -5px;
}

.eastern-blue .progress-items .progress-box .progress .progress-bar {
  background: #1baaa0;
}

.eastern-blue .progress-items .progress-box .progress .progress-bar::after {
  background: #1baaa0;
}

.orange .progress-items .progress-box .progress .progress-bar {
  background: #ff5621;
}

.orange .progress-items .progress-box .progress .progress-bar::after {
  background: #ff5621;
}

.cornflower-blue .progress-items .progress-box .progress .progress-bar {
  background: #634ded;
}

.cornflower-blue .progress-items .progress-box .progress .progress-bar::after {
  background: #634ded;
}

/* ============================================================== 

     # Choose Us

=================================================================== */

.choose-us-area.half-bg::after {
  position: absolute;

  right: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 50%;

  background: #001d4c;

  z-index: -1;
}

.choose-us-area .info {
  padding-left: 50px;

  position: relative;

  z-index: 1;
}

.choose-us-area .info::after {
  position: absolute;

  left: -10px;

  top: -50px;

  content: "";

  height: 150px;

  width: 150px;

  background: url(assets/img/shape/dotted-bg.png);

  z-index: -1;

  transform: rotate(-45deg);

  background-size: contain;

  background-repeat: no-repeat;
}

.choose-us-area ul li {
  float: left;

  width: 50%;

  padding: 0 15px;

  margin-top: 30px;
}

.choose-us-area ul li .item {
  background: #ffffff;

  border-radius: 30px;

  display: flex;

  align-items: center;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.choose-us-area ul {
  margin-top: -10px;
}

.choose-us-area ul li h5 {
  margin-bottom: 7px;

  font-size: 18px;

  font-weight: 700;
}

.choose-us-area ul li {
  position: relative;

  z-index: 1;

  padding-left: 50px;

  line-height: 30px;
}

.choose-us-area ul li p {
  margin-bottom: 0;
}

.choose-us-area ul li::after {
  position: absolute;

  left: 0;

  top: 0;

  content: "\f00c";

  font-family: "Font Awesome 5 Free";

  background: #f7f7f7;

  color: #c0dd64;

  height: 40px;

  width: 35px;

  line-height: 40px;

  text-align: center;

  font-size: 10px;

  font-weight: 600;

  clip-path: polygon(100% 0, 100% 77%, 77% 100%, 0 100%, 0 0);
}

.choose-us-area ul li i {
  display: inline-block;

  margin-right: 15px;

  font-size: 30px;

  height: 60px;

  width: 60px;

  background: #c0dd64;

  line-height: 60px;

  text-align: center;

  color: #ffffff;

  border-radius: 50%;
}

.choose-us-area h2 {
  margin-bottom: 30px;

  font-weight: 600;
}

.choose-us-area h2 strong {
  text-decoration: underline;
}

.choose-us-area .thumb {
  padding-right: 35px;
}

.choose-us-area a {
  margin-top: 15px;
}

/* ============================================================== 

     # Services

=================================================================== */

@media only screen and (min-width: 1367px) {
  .services-area .container-lg {
    margin-left: calc((100% - 1140px) / 2);

    padding-right: 0;

    width: auto;

    min-width: auto;

    max-width: inherit;
  }
}

@media only screen and (min-width: 1000px) {
  .services-area .services-stage-carousel.owl-carousel .owl-stage {
    left: -100px;
  }
}

.services-area .single-item {
  margin-bottom: 30px;
}

/* 
.services-area .services-items .item {
  padding: 0px 25px 25px;

  background: #ffffff;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

  position: relative;

  z-index: 1;

  overflow: hidden;

  border-radius: 10px;
} */

.services-area .info {
  text-align: center;
}

.services-area .price {
  display: inline-block;

  margin-top: 5%;
}

.price .text-bold {
  font-weight: 700;
}

.checked {
  color: #ee3d81 !important;
}

.services-area.bg-gray .services-items .item,
.services-area .services-items.services-stage-carousel .item {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);

  border: none;
}

/* 
.services-area .services-items .item::after {
  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 100%;

  width: 40%;

  background: url(assets/img/shape/border-shape.png);

  background-size: contain;

  background-repeat: no-repeat;

  background-position: left bottom;

  z-index: 1;

  opacity: 0.3;
} */

.services-area.bg-gray .services-items .item::after {
  opacity: 0.5;
}

.services-area .services-items .item .icon {
  margin-bottom: 30px;

  display: inline-block;

  position: relative;

  z-index: 1;
}

.services-area .services-items .item:hover .icon::after {
  height: 15px;

  width: 15px;
}

.services-area .services-items .single-item .item .icon::before,
.services-area .services-items .single-item .item .icon::after {
  display: none;
}

.services-area .services-items .item:hover .icon::before {
  height: 10px;

  width: 10px;
}

.services-area .services-items .item .icon i {
  display: inline-block;

  font-size: 45px;

  height: 80px;

  width: 80px;

  line-height: 80px;

  text-align: center;

  background: linear-gradient(to bottom, #c0dd64, #011cff);

  color: #ffffff;

  border-radius: 10px;

  position: relative;

  z-index: 1;

  transition: all 0.35s ease-in-out;
}

.services-area .services-items .single-item .item .icon i {
  font-size: 35px;
}

.services-area .services-items .single-item .icon i,
.services-area .services-items .single-item .icon i::after {
  border-radius: 50% !important;
}

.eastern-blue .services-area .services-items .item .icon i {
  background: #1baaa0;

  background: -webkit-linear-gradient(top left, #1baaa0, #11ebdb);

  background: -moz-linear-gradient(top left, #1baaa0, #11ebdb);

  background: linear-gradient(to bottom right, #1baaa0, #11ebdb);
}

.services-area .services-items .item .icon i::after {
  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 100%;

  width: 100%;

  z-index: -1;

  border-radius: 10px;

  box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
}

.services-area .services-items .item h4 {
  font-weight: 700;

  text-transform: capitalize;

  font-size: 20px;
}

.sale_btn {
  text-transform: capitalize;

  padding: 10px 35px;

  position: relative;

  z-index: 1;

  margin-top: 5px;

  display: inline-block;

  font-size: 16px;

  color: #c0dd64;

  float: right;
}

.sale_btn::after {
  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 52px;

  background: linear-gradient(-70deg, transparent, rgba(237, 245, 255, 1));

  z-index: -1;

  border-radius: 50%;

  transition: all 0.35s ease-in-out;
}

.sale_btn:hover::after {
  border-radius: 30px;

  width: 100%;

  color: #ffffff;
}

.services-area .services-items .item .info>a {
  text-transform: capitalize;

  padding: 10px 35px;

  position: relative;

  z-index: 1;

  margin-top: 5px;

  display: inline-block;

  font-size: 16px;

  color: #c0dd64;

  float: right;
}

.eastern-blue .services-area .services-items .item .info>a {
  color: #1baaa0;
}

.orange .services-area .services-items .item .info>a {
  color: #232323;
}

.cornflower-blue .services-area .services-items .item .info>a {
  color: #634ded;
}

.services-area .services-items.text-center .item .info>a {
  float: none;
}

.services-area .services-items .item .info>a i {
  margin-right: 3px;

  font-size: 12px;
}

.services-area .services-items .item .info>a::after {
  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 52px;

  background: linear-gradient(-70deg, transparent, rgba(237, 245, 255, 1));

  z-index: -1;

  border-radius: 50%;

  transition: all 0.35s ease-in-out;
}

.services-area .services-items .item .info>a:hover::after {
  border-radius: 30px;

  width: 100%;

  color: #ffffff;
}

.services-area .services-items .owl-item:nth-child(1) .item .icon i,
.services-area .services-items .single-item:nth-child(1) .item .icon i {
  background: #1baaa0;

  background: -webkit-linear-gradient(top left, #1baaa0, #11ebdb);

  background: -moz-linear-gradient(top left, #1baaa0, #11ebdb);

  background: linear-gradient(to bottom right, #1baaa0, #11ebdb);
}

.services-area .services-items .owl-item:nth-child(2n) .item .icon i,
.services-area .services-items .single-item:nth-child(2n) .item .icon i {
  background: #653cb5;

  background: -webkit-linear-gradient(top left, #653cb5, #bb99ff);

  background: -moz-linear-gradient(top left, #653cb5, #bb99ff);

  background: linear-gradient(to bottom right, #653cb5, #bb99ff);
}

.services-area .services-items .owl-item:nth-child(3n) .item .icon i,
.services-area .services-items .single-item:nth-child(3n) .item .icon i {
  background: #f84e77;

  background: -webkit-linear-gradient(top left, #f84e77, #ffa3b9);

  background: -moz-linear-gradient(top left, #f84e77, #ffa3b9);

  background: linear-gradient(to bottom right, #f84e77, #ffa3b9);
}

.services-area .services-items .owl-item:nth-child(4n) .item .icon i,
.services-area .services-items .single-item:nth-child(4n) .item .icon i {
  background: #c0dd64;

  background: -webkit-linear-gradient(top left, #c0dd64, #6c7cff);

  background: -moz-linear-gradient(top left, #c0dd64, #6c7cff);

  background: linear-gradient(to bottom right, #c0dd64, #6c7cff);
}

.services-area .services-items .owl-item:nth-child(5n) .item .icon i,
.services-area .services-items .single-item:nth-child(5n) .item .icon i {
  background: #fc573c;

  background: -webkit-linear-gradient(top left, #fc573c, #fb9281);

  background: -moz-linear-gradient(top left, #fc573c, #fb9281);

  background: linear-gradient(to bottom right, #fc573c, #fb9281);
}

.services-area .services-items .owl-item:nth-child(6n) .item .icon i,
.services-area .services-items .single-item:nth-child(6n) .item .icon i {
  background: #63bc6f;

  background: -webkit-linear-gradient(top left, #63bc6f, #a0f8ac);

  background: -moz-linear-gradient(top left, #63bc6f, #a0f8ac);

  background: linear-gradient(to bottom right, #63bc6f, #a0f8ac);
}

.services-area .services-items.services-carousel .owl-nav,
.filter-carousel .owl-nav {
  margin: 0;
}

.services-area .services-items.services-carousel .owl-nav .owl-prev,
.services-area .services-items.services-carousel .owl-nav .owl-next,
.filter-carousel .owl-nav .owl-prev,
.filter-carousel .owl-nav .owl-next {
  background: #ffffff none repeat scroll 0 0;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  -moz-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);

  -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);

  -o-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);

  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);

  color: #c0dd64;

  font-size: 20px;

  height: 45px;

  left: -90px;

  line-height: 50px;

  margin-top: -23px;

  padding: 0;

  position: absolute;

  text-align: center;

  top: 50%;

  transition: all 0.35s ease-in-out;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  width: 45px;

  opacity: 0;
}

.services-area .services-items.services-carousel .owl-nav .owl-next,
.filter-carousel .owl-nav .owl-next {
  left: auto;

  right: -90px;
}

.services-area .services-items.services-carousel:hover .owl-nav .owl-prev,
.filter-carousel:hover .owl-nav .owl-prev {
  left: -70px;

  opacity: 1;
}

.services-area .services-items.services-carousel:hover .owl-nav .owl-next,
.filter-carousel:hover .owl-nav .owl-next {
  left: auto;

  right: -70px;

  opacity: 1;
}

.services-stage-carousel.owl-carousel .owl-dots {}

.services-stage-carousel.owl-carousel .owl-dots .owl-dot {
  margin-bottom: -10px;

  margin-top: 20px;
}

.services-stage-carousel.owl-carousel .owl-dots .owl-dot span {
  display: block;

  height: 20px;

  width: 20px;

  margin: 0 5px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  background: #ffffff;

  position: relative;

  z-index: 1;

  border: 2px solid #e7e7e7;
}

.services-stage-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;

  left: 50%;

  top: 50%;

  content: "";

  height: 5px;

  width: 5px;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  background: #c0dd64;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;
}

/* ============================================================== 

     # Process

=================================================================== */

.process-items .content {
  border-left: 1px dashed #dddddd;

  padding-left: 50px;

  margin-top: 40px;

  margin-left: 30px;
}

.process-items h2 {
  font-weight: 200;

  line-height: 1.3;

  margin-top: -5px;
}

.process-items h2 strong {
  display: block;
}

.process-items .thumb {
  padding-right: 35px;
}

.process-items .content .item {
  position: relative;

  z-index: 1;

  padding-top: 10px;

  margin-bottom: 30px;
}

.process-items .content .item:last-child {
  margin-bottom: 0;
}

.process-items .content h4 {
  font-size: 20px;

  text-transform: capitalize;

  font-weight: 700;
}

.process-items .content .item p {
  margin: 0;
}

.process-items .content .item .icon {
  height: 45px;

  width: 45px;

  line-height: 45px;

  text-align: center;

  position: absolute;

  left: -74px;

  top: 0;
}

.process-items .content .item .icon i {
  transition: all 0.35s ease-in-out;
}

.process-items .content .item .icon::after {
  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: #ffffff;

  z-index: -1;

  border: 2px solid #e7e7e7;

  transform: rotate(45deg);

  border-radius: 5px;

  transition: all 0.35s ease-in-out;
}

.process-items .content .item:first-child .icon::after,
.process-items .content .item:hover .icon::after {
  background: linear-gradient(90deg, rgb(211 231 147) 0%, rgb(192 221 100) 75%);

  border: none;
}

.orange .process-items .content .item:first-child .icon::after,
.orange .process-items .content .item:hover .icon::after {
  background: linear-gradient(90deg,
      rgba(255, 86, 33, 1) 0%,
      rgba(240, 57, 0, 1) 77%);

  border: none;
}

.process-items .content .item:first-child .icon i,
.process-items .content .item:hover .icon i {
  color: #ffffff;
}

/* Process */

.our-process-area .process-box .single-item {
  margin-bottom: 30px;
}

.our-process-area .process-box .single-item:nth-child(2n) {
  margin-top: 50px;
}

.our-process-area .process-box {
  position: relative;

  z-index: 1;
}

.our-process-area .process-box .item:first-child .icon {
  position: relative;
}

.our-process-area .process-box .icon i {
  text-align: center;

  background: #ffffff;

  position: relative;

  z-index: 1;

  margin-bottom: 20px;

  font-size: 50px;

  color: #c0dd64;

  height: 100px;

  width: 100px;

  line-height: 100px;
}

.cornflower-blue .our-process-area .process-box .icon i {
  color: #634ded;
}

.eastern-blue .our-process-area .process-box .icon i {
  color: #1baaa0;
}

.orange .our-process-area .process-box .icon i {
  color: #ff5621;
}

.our-process-area .process-box .icon i::after {
  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: url(assets/img/shape/shape-blue.png);

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat;

  opacity: 0.05;
}

.eastern-blue .our-process-area .process-box .icon i::after {
  background: url(assets/img/shape/shape-eastern-blue.png);

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat;

  opacity: 0.05;
}

.cornflower-blue .our-process-area .process-box .icon i::after {
  background: url(assets/img/shape/shape-blue.png);

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat;

  opacity: 0.05;
}

.orange .our-process-area .process-box .icon i::after {
  background: url(assets/img/shape/shape-orange.png);

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat;

  opacity: 0.05;
}

.our-process-area .process-box .item h4 {
  text-transform: capitalize;

  font-weight: 800;

  font-size: 22px;
}

.our-process-area .process-box .item p {
  margin: 0;
}

.our-process-area .process-box .item {
  padding: 60px 30px;

  background: #ffffff;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.our-process-area.box-less .process-box .item {
  box-shadow: inherit;

  border: none;

  padding: 0;
}

.our-process-area.box-less .process-box .single-item:nth-child(2n) {
  margin-top: 0;
}

.our-process-area.box-less .process-box .icon {
  box-shadow: inherit;

  margin-bottom: 40px;
}

.our-process-area.box-less .process-box .icon i {
  font-size: 40px;
}

.our-process-area.box-less .process-box .icon i::after {
  background: url(assets/img/shape/shape-2.png);

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat;

  opacity: 0.05;
}

.our-process-area.box-less .single-item:nth-child(2) .item .icon i {
  color: rgba(27, 170, 160, 1);
}

.our-process-area.box-less .single-item:nth-child(3) .item .icon i {
  color: rgba(255, 86, 33, 1);
}

.our-process-area.box-less .single-item:nth-child(4) .item .icon i {
  color: rgba(129, 19, 137, 1);
}

/* ============================================================== 

     # Tabs

=================================================================== */

.center-tabs .nav-tabs {
  border-bottom: none;

  margin-bottom: 40px !important;

  padding-right: 20px;
}

.center-tabs .nav-tabs li {
  float: none;

  display: block;

  margin: 0;

  padding: 0;

  border: none;

  margin-bottom: 15px;
}

.center-tabs .nav-tabs li a {
  display: block;

  border: none;

  border-radius: 5px;

  padding: 10px 25px;

  position: relative;

  z-index: 1;

  background: #f7f7f7;

  font-weight: 700;

  border: 1px solid #e7e7e7;
}

.center-tabs .nav-tabs li a:hover,
.center-tabs .nav-tabs li a:focus {
  background: transparent;
}

.center-tabs .nav-tabs li a.active {
  background: linear-gradient(90deg, rgb(211 231 147) 0%, rgb(192 221 100) 75%);

  color: #000;
}

.about-area .center-tabs {
  margin-top: 50px;
}

.center-tabs .tab-content {
  padding: 50px;

  background: #ffffff;

  border-bottom: 3px solid #c0dd64;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.center-tabs .tab-content .info {
  padding-right: 35px;

  text-align: left;
}

.center-tabs .info h2,
.center-tabs .info h3 {
  font-weight: 700;

  margin-bottom: 20px;

  line-height: 1.3;
}

.center-tabs .info h5 {
  text-transform: uppercase;

  margin-bottom: 25px;

  color: #c0dd64;

  font-weight: 800;

  font-size: 18px;
}

.center-tabs .info a i {
  font-size: 14px;

  margin-right: 2px;
}

.center-tabs .info a {
  margin-top: 10px;
}

/* ============================================================== 

     # Faq

=================================================================== */

.faq-items img {
  max-width: 120%;
}

.faq-items .faq-content {
  padding-right: 35px;
}

.faq-items .faq-content h2 {
  font-weight: 200;

  margin-bottom: 30px;

  line-height: 1.3;

  margin-top: -5px;

  text-transform: capitalize;
}

.faq-items .faq-content h2 strong {
  display: block;

  margin-top: 5px;
}

.faq-area .thumb {
  padding-left: 35px;
}

.accordion .card-header h4:after {
  font-family: "Font Awesome 5 Free";

  content: "\f06e";

  position: absolute;

  right: 30px;

  top: 30px;

  font-weight: 600;
}

.accordion .card-header h4.collapsed:after {
  content: "\f070";

  font-weight: 600;
}

.faq-area .faq-content .card {
  border: 1px solid #dddddd;

  margin-bottom: 15px;

  overflow: inherit;

  background: #ffffff;

  border-radius: 5px;
}

.faq-area .faq-content .card:last-child {
  margin-bottom: 0;
}

.faq-area .faq-content .card .card-header {
  border: none;

  background: transparent;

  padding: 0;
}

.faq-area .faq-content .card .card-header h4 {
  margin: 0;

  font-size: 18px;

  font-weight: 600;

  padding: 30px;

  padding-right: 50px;

  cursor: pointer;
}

.faq-area .faq-content .card .card-body {
  padding-left: 30px;

  padding-top: 0;
}

/* Companies */

.companies-carousel .item img {
  width: auto;

  margin: auto;
}

/* ============================================================== 

     # Clients

=================================================================== */

.clients-carousel img {
  width: auto !important;

  height: 80px;

  margin: auto;
}

.clients-area.reverse .clients-carousel img {
  margin: inherit;
}

.clients-area .fixed-bg {
  opacity: 0.2;
}

.clients-area .info {
  padding-right: 35px;

  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.clients-area.bg-gray .info {
  border-right: 1px solid #cccccc;
}

.clients-area.reverse .info {
  padding-right: 15px;

  padding-left: 35px;

  border: none;

  border-left: 1px solid #e7e7e7;
}

.clients-area .info h2 {
  font-weight: 600;

  line-height: 1.4;

  margin-bottom: 0;

  margin-top: -5px;
}

.clients-area .info h2 strong {
  text-decoration: underline;

  color: #c0dd64;
}

.eastern-blue .clients-area .info h2 strong {
  color: #1baaa0;
}

.orange .clients-area .info h2 strong {
  color: #ff5621;
}

.cornflower-blue .clients-area .info h2 strong {
  color: #634ded;
}

.orange .clients-area .info h2 strong {
  color: #ff5621;
}

.clients-area.text-light .info h2 strong {
  color: #ffffff;
}

/* ============================================================== 

     # Fun Fact

=================================================================== */

.fun-factor-area.bg-gray .fixed-bg {
  opacity: 0.5;
}

/* ============================================================== 

     # Our Benifits

=================================================================== */

.benefits-area .thumb {
  padding-left: 35px;
}

.benifits-area.reverse .thumb {
  padding-left: 15px;

  padding-right: 35px;
}

.benifits-area .info>h5 {
  color: #5f7e77;
  font-weight: 600;
  text-transform: uppercase;
}

.eastern-blue .benifits-area .info>h5 {
  color: #1baaa0;
}

.orange .benifits-area .info>h5 {
  color: #ff5621;
}

.cornflower-blue .benifits-area .info>h5 {
  color: #634ded;
}

.benifits-area .info h2 {
  font-weight: 200;

  margin-bottom: 25px;
}

.benifits-area .info h2 strong {
  display: block;
}

.benifits-area .info ul {
  margin-top: -10px;
}

.benifits-area .info ul li {
  float: left;

  width: 50%;

  padding: 0 15px;

  position: relative;

  z-index: 1;

  padding-left: 20px;

  margin-top: 20px;
}

.benifits-area .info>a {
  margin-top: 30px;
}

.benifits-area .info ul li h5 {
  font-weight: 700;

  font-size: 16px;

  margin: 0;
}

.benifits-area .info ul li::after {
  position: absolute;

  left: 0;

  top: 0;

  content: "";

  border-top: 8px solid transparent;

  border-bottom: 8px solid transparent;

  border-left: 10px solid #c0dd64;
}

.eastern-blue .benifits-area .info ul li::after {
  border-left: 10px solid #1baaa0;
}

.orange .benifits-area .info ul li::after {
  border-left: 10px solid #ff5621;
}

.cornflower-blue .benifits-area .info ul li::after {
  border-left: 10px solid #634ded;
}

/* ============================================================== 

     # Fun Factor

=================================================================== */

.fun-factor-area {
  position: relative;

  z-index: 1;
}

.fun-factor-area .fixed-bg {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  opacity: 0.7;
}

.fun-factor-area.bg-gray .fixed-bg {
  opacity: 0.8;
}

.fun-factor-area .item .timer {
  display: block;

  font-size: 45px;

  font-weight: 800;

  line-height: 1;

  margin-top: -5px;

  margin-bottom: 10px;

  color: #232323;

  background-clip: text;

  -webkit-text-fill-color: transparent;

  background: #000;

  -webkit-background-clip: text;
}

.eastern-blue .fun-factor-area .item .timer {
  background: linear-gradient(90deg,
      rgba(27, 170, 160, 1) 0%,
      rgba(8, 115, 107, 1) 77%);

  background-clip: text;

  -webkit-text-fill-color: transparent;

  -webkit-background-clip: text;
}

.orange .fun-factor-area .item .timer {
  background: linear-gradient(90deg,
      rgba(255, 86, 33, 1) 0%,
      rgba(240, 57, 0, 1) 77%);

  background-clip: text;

  -webkit-text-fill-color: transparent;

  -webkit-background-clip: text;
}

.cornflower-blue .fun-factor-area .item .timer {
  background: linear-gradient(to bottom right, #644ded, #811389);

  background-clip: text;

  -webkit-text-fill-color: transparent;

  -webkit-background-clip: text;
}

.fun-factor-area .item .medium {
  display: block;

  font-weight: 800;

  font-size: 16px;

  margin-bottom: -5px;

  color: #232323;

  text-transform: capitalize;
}

.fun-factor-area .fixed-bg.contain {
  opacity: 1;

  background-repeat: no-repeat;

  background-size: contain;

  background-position: center center;
}

/* ============================================================== 

     # Case Studies

=================================================================== */

.case-studies-area.default-padding-top {
  margin-bottom: -50px;
}

.case-studies-area.default-padding-bottom {
  padding-bottom: 70px;

  margin: 0;
}

.case-studies-area .shape-right-bottom {
  opacity: 0.05;
}

.case-studies-area .single-item {
  margin-bottom: 30px;
}

.case-items .thumb {
  overflow: hidden;

  position: relative;

  z-index: 1;
}

.case-items .info {
  position: relative;

  z-index: 1;

  background: #ffffff;
}

.case-items .info .cats {
  font-weight: 700;

  margin-bottom: 5px;
}

.case-items .info .cats p {
  margin: 0;

  font-weight: 700;

  color: #c0dd64;

  font-size: 14px;

  position: relative;

  z-index: 1;

  padding-left: 25px;
}

.case-items .info .cats p::after {
  position: absolute;

  left: 0;

  top: 50%;

  content: "";

  height: 1px;

  width: 15px;

  background: #c0dd64;

  margin-top: -1px;
}

.eastern-blue .case-items .info .cats p {
  color: #1baaa0;
}

.eastern-blue .case-items .info .cats p::after {
  background: #1baaa0;
}

.case-items .info {
  padding: 30px;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.case-items .info h5 {
  margin-bottom: 0;
}

.case-items .thumb .overlay {
  position: absolute;

  height: 100%;

  width: 100%;

  left: 0;

  top: 0;
}

.case-items .thumb .overlay a {
  height: 45px;

  width: 45px;

  line-height: 45px;

  background: #ffffff;

  display: inline-block;

  border-radius: 5px;

  z-index: 9;

  color: #c0dd64;

  position: absolute;

  right: 30px;

  bottom: 60px;

  opacity: 0;

  text-align: center;
}

.eastern-blue .case-items .thumb .overlay a {
  color: #1baaa0;
}

.orange .case-items .thumb .overlay a {
  color: #ff5621;
}

.cornflower-blue .case-items .thumb .overlay a {
  color: #634ded;
}

.case-items .thumb .overlay::after {
  position: absolute;

  left: 0;

  bottom: -100%;

  content: "";

  height: 100%;

  width: 100%;

  background: #000000;

  transition: all 0.35s ease-in-out;

  opacity: 0.5;
}

.case-items .item:hover .thumb .overlay::after {
  bottom: 0;
}

.case-items .item:hover .thumb .overlay a {
  opacity: 1;

  bottom: 30px;
}

/* ============================================================== 

     # Team

=================================================================== */

.team-area .single-item {
  margin-bottom: 30px;
}

.team-area .item {
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

  transition: all 0.35s ease-in-out;

  background: #ffffff;
}

.team-area .team-carousel .item {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.team-area .item:hover {
  margin-top: -15px;
}

.team-area .thumb {
  position: relative;

  z-index: 1;
}

.team-area .thumb::after {
  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: url(assets/img/shape/brush.svg);

  background-size: cover;

  background-repeat: no-repeat;
}

.team-area i.fas.fa-envelope {
  position: relative;

  top: 2px;

  font-weight: 500;
}

.team-area .info {
  padding: 30px;
}

.team-area .info h4 {
  font-weight: 700;

  margin: 0;

  font-size: 20px;
}

.team-area .info>span {
  display: block;

  color: #c0dd64;

  margin-bottom: 10px;
}

.cornflower-blue .team-area .info>span {
  color: #634ded;
}

.eastern-blue .team-area .info>span {
  color: #1baaa0;
}

.orange .team-area .info>span {
  color: #ff5621;
}

.team-area .info .contact {
  display: flex;

  align-items: center;

  justify-content: center;

  margin-top: 10px;
}

.team-area .info .contact i {
  margin-right: 5px;

  color: #1da1f2;

  border-radius: 50%;
}

i.fas.fa-envelope-open {
  font-weight: 500;
}

.team-area .info .contact a {
  font-weight: 300;
}

.team-carousel.owl-carousel .owl-dots {}

.team-carousel.owl-carousel .owl-dots .owl-dot {
  margin-bottom: -10px;

  margin-top: 20px;
}

.team-carousel.owl-carousel .owl-dots .owl-dot span {
  display: block;

  height: 20px;

  width: 20px;

  margin: 0 5px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  background: #ffffff;

  position: relative;

  z-index: 1;

  border: 2px solid #e7e7e7;
}

.team-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;

  left: 50%;

  top: 50%;

  content: "";

  height: 5px;

  width: 5px;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  background: #c0dd64;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;
}

/* ============================================================== 

     # Pricing

=================================================================== */

.pricing-area .shape-right-bottom {
  bottom: -200px;

  opacity: 0.08;
}

.pricing-area .pricing-item {
  background: #ffffff;

  position: relative;

  z-index: 1;

  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);

  padding: 50px;
}

.pricing-area .single-item {
  padding: 0;
}

.pricing-item.active {
  transform: scale(1.07);

  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -ms-transform: scale(1.07);

  -o-transform: scale(1.07);

  z-index: 9;

  border: 2px solid #c0dd64;

  border-radius: 10px;
}

.orange .pricing-item.active {
  border: 2px solid #ff5621;
}

.pricing-area .pricing-item ul {
  display: inline-block;

  text-align: left;
}

.pricing-area .pricing-item li {
  margin-bottom: 10px;

  overflow: hidden;

  display: flex;

  align-items: center;

  justify-content: space-between;

  font-size: 14px;
}

.pricing-area .pricing-item li i {
  margin-left: 30px;

  color: #00a37b;
}

.pricing-area .pricing-item li i.fa-times-circle {
  color: #ff99af;
}

.pricing-area .pricing-item li:last-child {
  margin-bottom: 0;

  border: none;

  padding: 0;

  margin-top: 25px;
}

.pricing-area .pricing-item li.icon i {
  margin-left: 0;

  font-size: 60px;

  margin-top: 20px;

  margin-bottom: 30px;

  color: #232323;

  display: inline-block;

  font-size: 50px;

  height: 100px;

  width: 100px;

  line-height: 100px;

  position: relative;

  z-index: 1;

  text-align: center;
}

.pricing-area .pricing-item li.icon i::after {
  position: absolute;

  left: -8px;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: url(assets/img/shape/icon-shape.png);

  z-index: -1;

  background-size: contain;

  background-repeat: no-repeat;

  background-position: center center;

  opacity: 0.09;
}

.pricing-area .pricing-item.active li.icon i {
  color: #c0dd64;
}

.orange .pricing-area .pricing-item.active li.icon i {
  color: #ff5621;
}

.pricing-area .pricing-item li.icon {
  text-align: center;
}

.pricing-area .pricing-item li.icon img {
  height: 120px;

  min-height: 100px;

  width: auto;

  margin-bottom: 30px;
}

.pricing-area .pricing-items {
  margin-top: 22px;

  margin-bottom: 22px;
}

.pricing-area .pricing-item li.pricing-header {
  position: relative;

  z-index: 1;

  text-align: center;

  background: border-box;
}

.pricing-area .pricing-item li.pricing-header::after {
  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 1px;

  width: 100%;
}

.pricing-area .pricing-item .price h2 {
  font-weight: 700;

  font-size: 50px;

  margin-bottom: 0;
}

.pricing-area .pricing-item .price h2 sup {
  font-size: 24px;

  top: -20px;

  font-weight: 500;
}

.pricing-area .pricing-item .price h2 sub {
  font-size: 14px;

  font-weight: 500;
}

.pricing-area .pricing-item li.pricing-header h4 {
  text-transform: capitalize;

  font-weight: 800;

  margin-bottom: 5px;

  font-size: 20px;

  color: #666666;
}

.pricing-area .pricing-item li.pricing-header::before {
  position: absolute;

  left: 0;

  bottom: 0;
}

.pricing-area .pricing-item li.pricing-header i {
  display: inline-block;

  position: relative;

  z-index: 1;

  text-align: center;

  margin-bottom: 30px;

  color: #c0dd64;

  font-size: 50px;
}

.pricing-area .pricing-item li.pricing-header,
.pricing-area .pricing-item li.price,
.pricing-area .pricing-item li.footer,
.pricing-area .pricing-item li.icon {
  text-align: center;

  justify-content: center;
}

/* ============================================================== 

     # Subscribe

=================================================================== */

.subscribe-area .shape-right-top {
  opacity: 0.07;

  top: 120px;
}

.subscribe-area .sebscribe-items {
  padding: 80px 30px;

  border-radius: 5px;

  background: #ffffff;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

  position: relative;

  z-index: 1;

  overflow: hidden;
}

.subscribe-area .sebscribe-items::after {
  position: absolute;

  left: -50px;

  top: -50px;

  content: "";

  height: 150px;

  width: 150px;

  background: #c0dd64;

  z-index: -1;

  transform: rotate(25deg);

  border-radius: 10px;
}

.eastern-blue .subscribe-area .sebscribe-items::after {
  background: #1baaa0;
}

.orange .subscribe-area .sebscribe-items::after {
  background: #ff5621;
}

.cornflower-blue .subscribe-area .sebscribe-items::after {
  background: #634ded;
}

.subscribe-area .sebscribe-items::before {
  position: absolute;

  left: -65px;

  top: -65px;

  content: "";

  height: 200px;

  width: 200px;

  background: #c0dd64;

  z-index: -1;

  opacity: 0.5;

  transform: rotate(25deg);

  border-radius: 10px;
}

.eastern-blue .subscribe-area .sebscribe-items::before {
  background: #1baaa0;
}

.orange .subscribe-area .sebscribe-items::before {
  background: #ff5621;
}

.cornflower-blue .subscribe-area .sebscribe-items::before {
  background: #634ded;
}

.subscribe-area h2 {
  font-weight: 700;

  margin-bottom: 30px;
}

.subscribe-area h2 strong {
  display: block;

  text-transform: capitalize;

  margin-top: 5px;

  color: #c0dd64;
}

.eastern-blue .subscribe-area h2 strong {
  color: #1baaa0;
}

.orange .subscribe-area h2 strong {
  color: #ff5621;
}

.cornflower-blue .subscribe-area h2 strong {
  color: #634ded;
}

.subscribe-area form {
  border: 1px solid #e7e7e7;

  border-radius: 30px;

  position: relative;

  z-index: 1;

  padding: 0 20px;
}

.seo-form form .col-lg-6 {
  padding: 0;
}

.subscribe-area form input,
.subscribe-area form input:focus {
  border: none;

  padding: 30px;

  border-radius: 30px;

  box-shadow: inherit;

  outline: inherit;
}

.subscribe-area form button {
  top: 5px;

  position: absolute;

  right: 5px;
}

.subscribe-area form .input-group.stylish-input-group {
  border-radius: 30px;

  border: none;
}

.subscribe-area form button {
  position: absolute;

  top: 5px;

  right: 5px;

  padding: 10px 35px;

  border-radius: 30px;

  background: linear-gradient(90deg, rgb(211 231 147) 0%, rgb(192 221 100) 75%);

  color: #000;

  font-weight: 700;
}

.orange .subscribe-area form button {
  background: linear-gradient(90deg,
      rgba(255, 86, 33, 1) 0%,
      rgba(240, 57, 0, 1) 77%);
}

.eastern-blue .subscribe-area form button {
  background: linear-gradient(90deg,
      rgba(27, 170, 160, 1) 0%,
      rgba(8, 115, 107, 1) 77%);
}

.cornflower-blue .subscribe-area form button {
  background: linear-gradient(90deg, rgb(211 231 147) 0%, rgb(192 221 100) 75%);
}

/* SEO Form */

.seo-form.subscribe-area.half-bg-gray::after {
  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 50%;

  width: 100%;

  background: #c4e4e3;

  z-index: -1;
}

.seo-form.subscribe-area form input {
  padding: 0 30px;

  border-radius: 30px;

  border-right: 1px solid #e7e7e7;

  border-top-right-radius: inherit;

  border-bottom-right-radius: inherit;
}

.seo-form.subscribe-area form .form-group {
  margin: 0;
}

.seo-form.subscribe-area form .col-lg-5:last-child {
  border: none;
}

.seo-form form .col-lg-6:last-child input {
  border: none;
}

.seo-form form .col-lg-6:nth-child(2) input {
  border: none;

  border-radius: 30px;
}

.subscribe-area.seo-form form button {
  top: 0;

  right: -1px;
}

/* ============================================================== 

     # Testimonials

=================================================================== */

.testimonials-area .client-thumb {
  position: relative;

  height: 350px;

  width: 350px;

  background: #ffffff;

  margin: auto;

  border-radius: 50%;

  margin-top: 50px;

  margin-bottom: 50px;

  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
}

.testimonials-area .client-thumb::after {
  position: absolute;

  left: -15%;

  top: -15%;

  content: "";

  height: 130%;

  width: 130%;

  z-index: -1;

  border-radius: 50%;

  background: url(assets/img/shape/round-shape.png);

  background-size: cover;

  background-position: center;

  opacity: 0.3;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.testimonials-area .client-thumb img {
  height: 70px;

  width: 70px;

  border-radius: 50%;

  background: #ffffff;

  padding: 5px;

  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
}

.testimonials-area .client-thumb img:first-child {
  position: absolute;

  left: 50%;

  top: -30px;

  margin-left: -40px;
}

.testimonials-area .client-thumb img:nth-child(2) {
  position: absolute;

  right: -10px;

  bottom: 50px;
}

.testimonials-area .client-thumb img:nth-child(3) {
  position: absolute;

  left: -10px;

  bottom: 50px;
}

.testimonials-area .client-thumb img:nth-child(4) {
  height: 200px;

  width: 200px;

  left: 50%;

  top: 50%;

  position: absolute;

  transform: translate(-50%, -50%);

  border: none;

  padding: 0;

  border-radius: 50%;
}

.testimonials-carousel .item {
  position: relative;

  z-index: 1;

  margin-top: 20px;
}

.testimonials-carousel .item::after {
  position: absolute;

  left: 0;

  top: 10px;

  content: "\f10d";

  font-family: "Font Awesome 5 Free";

  font-weight: 600;

  font-size: 100px;

  z-index: -1;

  opacity: 0.07;
}

.testimonial-content h2 {
  font-weight: 700;

  margin-bottom: 25px;
}

.testimonial-content {
  margin-top: 40px;
}

.testimonials-carousel .item .author {
  display: flex;

  align-items: center;

  margin-top: 30px;

  border-top: 1px dashed #e7e7e7;

  padding-top: 30px;
}

.testimonials-carousel .item .author .thumb {
  margin-right: 20px;
}

.testimonials-carousel .item .author .thumb img {
  height: 70px;

  width: 70px;

  border-radius: 50%;
}

.testimonials-carousel .item .author .info h5 {
  font-weight: 600;

  text-transform: capitalize;

  margin-bottom: 2px;
}

.testimonials-carousel .item .author .info span {
  color: #c0dd64;
}

.eastern-blue .testimonials-carousel .item .author .info span {
  color: #1baaa0;
}

.testimonials-carousel.owl-carousel .owl-dots {}

.testimonials-carousel.owl-carousel .owl-dots .owl-dot {
  margin-bottom: -10px;

  margin-top: 20px;
}

.testimonials-carousel.owl-carousel .owl-dots .owl-dot span {
  display: block;

  height: 20px;

  width: 20px;

  margin: 0 5px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  background: #ffffff;

  position: relative;

  z-index: 1;

  border: 2px solid #e7e7e7;
}

.testimonials-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;

  left: 50%;

  top: 50%;

  content: "";

  height: 5px;

  width: 5px;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  background: #c0dd64;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;
}

.eastern-blue .testimonials-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  background: #1baaa0;
}

/* ============================================================== 

     # Blog

=================================================================== */

.blog-area .single-item {
  margin-bottom: 30px;
}

.blog-area.full-blog .single-item:last-child {
  margin-bottom: 0;
}

.blog-area.full-blog .blog-item-box {
  margin-top: -30px;
}

.blog-area.single .blog-item-box {
  margin-top: 0;
}

.blog-area.full-blog .single-item {
  margin-bottom: 0;

  margin-top: 30px;
}

.blog-area .item .info h1,
.blog-area .item .info h2,
.blog-area .item .info h3,
.blog-area .item .info h4,
.blog-area .item .info h5,
.blog-area .item .info h6 {
  font-weight: 700;
}

.blog-area .item .info h4 {
  line-height: 1.4;
}

.blog-area .item .info h3 {
  font-weight: 700;
}

.blog-area .item .thumb img {
  border-radius: 10px;
}

.blog-area .item .thumb a {
  display: block;

  padding: 15px;

  border-radius: 10px;
}

.blog-items .item .info {
  padding: 30px;

  background: #ffffff;

  padding-top: 15px;

  border-radius: 0 0 10px 10px;
}

.blog-area.single .item .info {
  padding: 0;

  padding-top: 15px;
}

.blog-items .info h4 a:hover {
  color: #c0dd64;
}

.eastern-blue .blog-items .info h4 a:hover {
  color: #1baaa0;
}

.blog-items .item {
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

  border-radius: 10px;

  background: #ffffff;
}

.blog-items.content-less a {
  margin-top: 10px;
}

.blog-items .meta {
  display: flex;

  align-items: center;

  margin-bottom: 15px;
}

.blog-items .meta .thumb {
  margin-right: 15px;
}

.blog-items .meta .thumb img {
  height: 55px;

  width: 55px;

  border-radius: 50%;
}

.blog-items .meta .content h5 {
  font-size: 14px;

  text-transform: uppercase;

  font-weight: 700;

  margin-bottom: 5px;
}

.blog-items .meta .content span {
  text-transform: capitalize;

  font-size: 14px;

  color: #c0dd64;
}

.blog-items .meta ul li {
  text-transform: uppercase;

  font-weight: 600;

  font-size: 14px;

  float: left;

  margin-right: 12px;

  padding-right: 13px;

  position: relative;

  z-index: 1;
}

.blog-items .meta ul li i {
  margin-right: 3px;

  font-weight: 500;
}

.blog-items .meta ul li a {
  color: #666666;

  font-weight: 600;
}

.blog-items .meta ul li::after {
  position: absolute;

  right: 0;

  top: 7px;

  content: "";

  height: 15px;

  width: 1px;

  background: #cccccc;
}

.blog-items .meta ul li:last-child {
  margin: 0;

  padding: 0;
}

.blog-items .meta ul li:last-child::after {
  display: none;
}

.blog-items .tags {
  margin-bottom: 15px;
}

.blog-items .tags a {
  position: relative;

  z-index: 1;

  padding-right: 5px;
}

.blog-items .tags a:hover {
  color: #c0dd64;
}

.eastern-blue .blog-items .tags a:hover {
  color: #1baaa0;
}

.blog-items .tags a::after {
  position: absolute;

  right: 0;

  bottom: -7px;

  content: ",";
}

.blog-items .tags a:last-child::after {
  display: none;
}

/* Pagination */

.blog-area .pagi-area .pagination {
  align-items: center;

  justify-content: center;

  margin-top: 45px;
}

.blog-area .pagi-area .pagination li a {
  display: inline-block;

  padding: 0;

  margin: 5px;

  margin-bottom: 0;

  border-radius: 50%;

  color: #c0dd64;

  height: 50px;

  width: 50px;

  line-height: 50px;
}

.blog-area .pagi-area .pagination li.active a {
  background: #c0dd64;

  color: #ffffff;
}

/* Sidebar */

.blog-area.left-sidebar .blog-content {
  float: right;
}

.blog-area.left-sidebar .sidebar {
  padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
  padding-left: 35px;
}

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 800;

  margin-bottom: 30px;

  margin-top: -5px;

  position: relative;

  text-transform: capitalize;

  z-index: 1;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;

  box-shadow: inherit;

  min-height: 60px;

  background: #f7f7f7;

  border-radius: 30px;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar button[type="submit"] {
  background: transparent;

  color: #232323;

  font-family: "Nunito", sans-serif;

  font-weight: 500;

  letter-spacing: 1px;

  min-height: 50px;

  width: 50px;

  position: absolute;

  right: 5px;

  text-transform: uppercase;

  top: 5px;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  transition: all 0.35s ease-in-out;

  border-radius: 50%;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: #c0dd64 none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
  float: left;

  margin-bottom: 50px;

  width: 100%;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info,
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;

  padding: 10px 0;

  position: relative;

  border-bottom: 1px solid #e7e7e7;

  margin: 3px 0;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: inline-block;

  text-transform: capitalize;

  font-weight: 700;

  color: #666666;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: #c0dd64;
}

.blog-area .sidebar .sidebar-item.category li a span {
  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  padding: 0 10px;

  position: absolute;

  right: 0;

  background: #f1f1f1;

  top: 10px;

  color: #232323;

  font-size: 14px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;

  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;

  margin-bottom: 0;

  padding-bottom: 0;
}

.sidebar-item.recent-post li a {
  color: #333333;

  display: block;

  font-weight: 600;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title {
  font-family: "Nunito", sans-serif;

  margin-top: 15px;

  font-weight: 700;

  text-transform: capitalize;

  font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
  margin-right: 3px;

  font-weight: 500;

  color: #c0dd64;
}

.sidebar-item.recent-post li a:hover {
  color: #c0dd64;
}

.color-yellow .sidebar-item.recent-post li a:hover {
  color: #ff9800;
}

.sidebar-item.recent-post li a span {
  display: inline-block;

  color: #002359;
}

.sidebar-item.recent-post li span {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title a {
  color: #999999;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;

  margin-bottom: 15px;

  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;

  margin: 0;

  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;

  padding-top: 5px;

  vertical-align: top;

  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
}

.sidebar-item.recent-post li .info {
  box-shadow: inherit;

  color: #837f7e;

  display: table-cell;

  line-height: 26px;

  padding: 0;

  padding-left: 25px;

  vertical-align: top;
}

.sidebar-item.recent-post li .info a {
  color: #666666;

  text-decoration: inherit;

  font-weight: 800;

  font-size: 16px;
}

.blog-area .sidebar-item.gallery ul {
  margin: -7px;

  overflow: hidden;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;

  float: left;

  padding: 7px;

  width: 33.333%;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;

  width: 100%;
}

.sidebar-item.archives ul li {
  display: block;

  margin-bottom: 20px;

  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  display: inline-block;

  font-weight: 800;

  text-transform: capitalize;

  z-index: 1;

  padding-left: 25px;

  font-size: 14px;

  color: #666666;
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  content: "\f07b";

  font-family: "Font Awesome 5 Free";

  height: 8px;

  left: 0;

  position: absolute;

  width: 8px;

  font-weight: 500;
}

.sidebar-item.social-sidebar ul {
  margin-bottom: -10px;

  overflow: hidden;
}

.sidebar-item.social-sidebar li {
  display: inline-block;

  float: left;

  margin-right: 10px;

  margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
  background: #002359 none repeat scroll 0 0;

  border: medium none;

  color: #ffffff;

  display: inline-block;

  height: 50px;

  line-height: 54px;

  margin-bottom: 5px;

  text-align: center;

  width: 50px;

  border-radius: 10px;

  font-size: 14px;
}

.sidebar-item.social-sidebar li a:hover {
  color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3b5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1da1f2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #bd081c none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #db4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077b5 none repeat scroll 0 0;
}

.sidebar-item.tags ul {
  margin-top: -8px;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  border: 1px solid #e7e7e7;

  display: inline-block;

  font-weight: 800;

  margin-top: 8px;

  margin-right: 5px;

  padding: 5px 25px;

  text-transform: capitalize;

  font-size: 13px;

  border-radius: 30px;

  color: #666666;

  background: #fafafa;
}

.sidebar-item.tags ul li a:hover {
  color: #c0dd64;
}

/* Blog Single */

.blog-area.single .item .content-box span {
  background: #c0dd64 none repeat scroll 0 0;

  color: #ffffff;

  display: inline-block;

  font-family: "Nunito", sans-serif;

  font-weight: 600;

  letter-spacing: 1px;

  padding: 3px 20px;

  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}

.blog-area.single .content-box .cats {
  float: left;

  margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
  float: right;

  font-family: "Nunito", sans-serif;

  letter-spacing: 1px;

  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;

  width: 100%;

  border: none;

  margin: 0;

  padding: 0;
}

.blog-area .blog-items .info>ul li {
  margin-bottom: 15px;

  color: #232323;

  position: relative;

  z-index: 1;

  padding-left: 18px;
}

.blog-area .blog-items .info>ul {
  margin-bottom: 25px;

  margin-top: 25px;
}

.blog-area .blog-items .info>ul li::after {
  position: absolute;

  left: 0;

  top: 11px;

  content: "";

  background: #666666;

  height: 7px;

  width: 7px;

  border-radius: 50%;
}

.blog-area.single .content-box .cats a:last-child::after {
  display: none;
}

.blog-area.single .item {
  margin-bottom: 0;

  box-shadow: inherit;

  border-bottom: 1px solid #e7e7e7;

  padding-bottom: 50px;

  border-radius: inherit;
}

.blog-area.single .item .thumb a {
  padding: 0;

  padding-bottom: 15px;
}

.blog-area .item blockquote {
  position: relative;

  z-index: 1;

  margin-top: 30px;

  margin-bottom: 30px;

  padding-left: 30px;

  background: #fafafa;

  padding: 50px;

  font-weight: 500;

  border-left: 4px solid #c0dd64;
}

.blog-area .blog-content .post-tags,
.blog-area .blog-content .share {
  margin-top: 50px;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.blog-area .blog-content .share li {
  display: inline-block;

  margin-left: 15px;
}

.blog-area .blog-content .share li a {
  display: inline-block;

  color: #c0dd64;
}

.blog-area .blog-content .share li.facebook a {
  color: #3b5998;
}

.blog-area .blog-content .share li.twitter a {
  color: #1da1f2;
}

.blog-area .blog-content .share li.pinterest a {
  color: #bd081c;
}

.blog-area .blog-content .share li.g-plus a {
  color: #db4437;
}

.blog-area .blog-content .share li.linkedin a {
  color: #0077b5;
}

.blog-area .blog-content .post-tags .tags a {
  background: #f7f7f7;

  padding: 10px 15px;

  font-size: 14px;

  margin-right: 3px;

  margin-bottom: 5px;

  display: inline-block;
}

.blog-area.single .post-pagi-area {
  margin-top: 15px;

  overflow: hidden;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;

  font-weight: 800;

  text-transform: capitalize;

  color: #c0dd64;

  padding: 8px 30px;

  border: 2px solid #e7e7e7;

  border-radius: 5px;
}

.blog-area.single .post-pagi-area a:hover {
  color: #c0dd64;
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
  color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.comments-area .commen-item .comments-info p {
  display: block;

  margin: 0;
}

.blog-area .contact-comments .submit {
  margin-bottom: 0;
}

.responsive-video {
  position: relative;

  padding-bottom: 56.25%;

  /* 16:9 */

  padding-top: 25px;

  height: 0;
}

.responsive-video iframe {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;
}

/* Comments */

.blog-area .comments-area .comments-list {
  padding: 30px;

  background: #f7f7f7;

  margin-top: 30px;
}

.blog-area .comments-form {
  margin-top: 50px;
}

.comments-list .commen-item .avatar {
  float: left;

  height: 105px;

  width: 105px;
}

.comments-list .commen-item .content {
  display: table-cell;

  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 80px;

  width: 80px;
}

.comments-list .commen-item {
  margin-bottom: 25px;
}

.comments-list .commen-item:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item.reply {
  padding-left: 80px;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  font-weight: 700;

  margin-bottom: 30px;

  text-transform: capitalize;
}

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
  font-size: 16px;

  font-weight: 700;

  text-transform: capitalize;

  margin-bottom: 0;
}

.comments-list .commen-item .content .title {
  display: flex;

  align-items: center;

  margin-bottom: 15px;

  font-weight: 700;
}

.comments-list .commen-item .content .title span {
  border-left: 1px solid #e7e7e7;

  padding-left: 15px;

  margin-left: 15px;
}

.comments-info a {
  border: 1px solid #e7e7e7;

  color: #002359;

  display: inline-block;

  font-size: 12px;

  margin-top: 5px;

  padding: 1px 10px;

  text-transform: uppercase;

  font-weight: 600;
}

.comments-info a:hover {
  color: #c0dd64;
}

.color-yellow .comments-info a:hover {
  color: #ff9800;
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form input,
.comments-form textarea {
  -moz-border-bottom-colors: none;

  -moz-border-left-colors: none;

  -moz-border-right-colors: none;

  -moz-border-top-colors: none;

  border-color: #e7e7e7;

  border-image: none;

  border-radius: inherit;

  border-style: none none solid;

  border-width: medium medium 1px;

  box-shadow: inherit;
}

.comments-form textarea {
  min-height: 180px;

  padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button {
  background: linear-gradient(90deg, rgb(211 231 147) 0%, rgb(192 221 100) 75%);

  border: 1px solid transparent;

  color: #000;

  display: inline-block;

  font-family: "Nunito", sans-serif;

  font-size: 14px;

  font-weight: 700;

  line-height: 25px;

  margin-top: 20px;

  padding: 15px 45px;

  text-transform: uppercase;

  transition: all 0.35s ease-in-out;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  border-radius: 30px;
}

.comments-form button:hover {
  color: #ffffff;

  background-color: #c0dd64;

  border: 1px solid transparent;
}

.comments-area .commen-item .comments-info {
  margin-bottom: 15px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
  border-bottom: 1px solid #e7e7e7;

  font-weight: 700;

  margin-bottom: 30px;

  padding-bottom: 25px;

  text-transform: capitalize;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: left;

  padding: 0 15px;
}

/* ============================================================== 

     # Contact

=================================================================== */

.contact-us-area form input {
  border: none;

  background: #f7f7f7;

  padding: 0 20px;
}

.contact-us-area form textarea {
  border: none;

  background: #f7f7f7;

  padding: 20px;

  min-height: 180px;
}

.contact-us-area form button {
  background: linear-gradient(90deg, rgb(211 231 147) 0%, rgb(192 221 100) 75%);

  padding: 12px 35px;

  border-radius: 30px;

  color: #000;

  font-weight: 700;

  margin-top: 15px;
}

.cornflower-blue .contact-us-area form button {
  background: linear-gradient(to bottom right, #644ded, #811389);
}

.eastern-blue .contact-us-area form button {
  background: linear-gradient(90deg,
      rgba(27, 170, 160, 1) 0%,
      rgba(8, 115, 107, 1) 77%);
}

.orange .contact-us-area form button {
  background: linear-gradient(90deg,
      rgba(255, 86, 33, 1) 0%,
      rgba(240, 57, 0, 1) 77%);
}

form img.loader {
  margin-left: 5px;
}

.contact-us-area form button i {
  margin-left: 3px;
}

.contact-us-area .contact-form h2 {
  font-weight: 200;

  margin-bottom: 30px;
}

.contact-us-area .contact-form h2 strong {
  display: block;

  margin-top: 5px;
}

.contact-us-area .address-items {
  padding: 60px 30px;

  background: linear-gradient(to bottom right, #c0dd64, #061169);

  margin-right: 15px;

  position: relative;

  z-index: 1;

  overflow: hidden;
}

.cornflower-blue .contact-us-area .address-items {
  background: linear-gradient(to bottom right, #644ded, #811389);
}

.eastern-blue .contact-us-area .address-items {
  background: linear-gradient(90deg,
      rgba(27, 170, 160, 1) 0%,
      rgba(8, 115, 107, 1) 77%);
}

.orange .contact-us-area .address-items {
  background: linear-gradient(90deg,
      rgba(255, 86, 33, 1) 0%,
      rgba(240, 57, 0, 1) 77%);
}

.contact-us-area .address-items::after {
  position: absolute;

  right: -50px;

  top: -50px;

  content: "";

  height: 150px;

  width: 150px;

  background: rgba(255, 255, 255, 0.1);

  border-radius: 50%;
}

.contact-us-area .address-items::before {
  position: absolute;

  right: -50px;

  top: -50px;

  content: "";

  height: 180px;

  width: 180px;

  background: rgba(255, 255, 255, 0.1);

  border-radius: 50%;
}

.contact-us-area .address-items .item {
  margin-bottom: 30px;

  padding-bottom: 19px;

  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

.contact-us-area .address-items .item:last-child {
  margin: 0;

  padding: 0;

  border: none;
}

.contact-us-area .address-items .item h4 {
  font-weight: 700;
}

.contact-us-area .address-items .item li {
  font-weight: 800;
}

.contact-us-area .address-items .item li span {
  font-weight: 400;
}

/* Google Maps */

.google-maps iframe {
  border: medium none;

  height: 550px;

  margin-bottom: -10px;

  width: 100%;
}

.maps-area {
  overflow: hidden;
}

/* ============================================================== 

     # Login 

=================================================================== */

.login-area,
.login-area div {
  height: 100%;
}

.login-area div.login,
.login-area div.login div {
  height: auto;
}

.login-area .login-box {
  padding-top: 50px;

  padding-bottom: 50px;
}

.login-area .login-box {
  display: table;

  width: 100%;
}

.login-area .login-box .login {
  display: table-cell;

  height: auto;

  vertical-align: middle;
}

.login-area .content {
  background: #ffffff none repeat scroll 0 0;

  border-radius: 5px;

  box-shadow: 0 0 10px #cccccc;

  padding: 30px;

  text-align: center;
}

.login-area .content img {
  margin-bottom: 20px;
}

.login-area .content input {
  border: none;

  box-shadow: inherit;

  padding-left: 25px;

  border-bottom: 1px solid #e7e7e7;

  border-radius: inherit;
}

.login-area .form-group {
  position: relative;
}

.login-area .form-group i {
  position: absolute;

  left: 0;

  top: 16px;

  color: #999999;
}

.login-area .content button {
  background: linear-gradient(90deg, rgb(211 231 147) 0%, rgb(192 221 100) 75%);

  border: medium none;

  border-radius: 5px;

  box-shadow: inherit;

  color: #000;

  font-weight: 800;

  padding: 8px;

  text-transform: uppercase;

  width: 100%;
}

.login-area .content .sign-up {
  display: inline-block;

  margin-top: 30px;
}

.login-area .content .sign-up a {
  color: #c0dd64;

  margin-left: 5px;
}

.login-area .link {
  text-align: right;

  margin-bottom: 25px;

  text-decoration: underline;
}

.login-area .social-login li {
  display: inline-block;

  margin: 0 3px;
}

.login-area .social-login li a {
  background: #002359 none repeat scroll 0 0;

  border: medium none;

  color: #ffffff;

  display: inline-block;

  height: 40px;

  line-height: 44px;

  text-align: center;

  width: 40px;

  border-radius: 50%;

  font-size: 12px;
}

.login-area .social-login li.facebook a {
  background: #3b5998 none repeat scroll 0 0;
}

.login-area .social-login li.twitter a {
  background: #1da1f2 none repeat scroll 0 0;
}

.login-area .social-login li.pinterest a {
  background: #bd081c none repeat scroll 0 0;
}

.login-area .social-login li.g-plus a {
  background: #db4437 none repeat scroll 0 0;
}

.login-area .social-login li.linkedin a {
  background: #0077b5 none repeat scroll 0 0;
}

.login-area .social-login {
  border-top: 1px dashed #dddddd;

  margin-top: 15px;

  padding-top: 30px;
}

.login-area .social-login h5 {
  font-weight: 900;

  margin-bottom: 15px;

  color: #666666;

  font-size: 16px;

  text-transform: uppercase;
}

/* ============================================================== 

     # Error Page

=================================================================== */

.error-page-area .thumb {
  padding-right: 35px;
}

.error-page-area h2 {
  font-weight: 700;

  margin-bottom: 25px;
}

.error-page-area a {
  margin-top: 10px;
}

/* ============================================================== 

     # Footer

=================================================================== */

footer .widget-title,
footer img {
  margin-bottom: 30px;

  font-weight: 800;
}

footer .widget-title {
  display: inline-block;

  position: relative;

  z-index: 1;
}

footer .f-item.recent-post a {
  font-size: 17px;

  font-weight: 600;

  line-height: 40px;

  color: #fff;
}

footer .f-item.recent-post span a {
  font-size: 13px;

  font-weight: 800;

  color: #ffffff;
}

footer .f-item.recent-post a:hover {
  color: #ffffff;
}

footer .recent-post span {
  display: block;

  margin-top: 15px;

  text-transform: uppercase;

  font-size: 13px;

  font-weight: 600;
}

footer .recent-post span i {
  margin-right: 4px;
}

footer .f-item.about {
  margin-right: 30px;
}

footer .recent-post .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);

  margin-bottom: 30px;

  padding-bottom: 30px;
}

footer .recent-post .item:last-child {
  margin: 0;

  padding: 0;

  border: none;
}

footer .address h5 {
  margin-bottom: 10px;

  text-transform: capitalize;

  font-weight: 600;

  font-size: 18px;
}

footer .address span {
  color: #96aac1;
}

footer .address span i {
  margin-right: 5px;

  font-size: 20px;

  position: relative;

  top: 2px;

  color: #ffffff;
}

footer .address li {
  display: flex;

  margin-top: 25px;
}

footer .address li i {
  font-size: 30px;

  min-width: 50px;

  display: inline-block;
}

footer .address {
  border-top: 1px solid rgba(255, 255, 255, 0.15);

  padding-top: 15px;
}

footer .link li {
  margin-bottom: 15px;
}

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

footer .link li a {
  color: #96aac1;
}

footer .link a:hover {
  color: #ffffff !important;
}

footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);

  padding: 25px 0;
}

footer .footer-bottom li {
  display: inline-block;
}

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

footer .footer-bottom .text-right li {
  margin-left: 19px;
}

/* ============================================================== 

     # Preloader 

=================================================================== */

.site-preloader {
  position: fixed;

  top: 0;

  left: 0;

  z-index: 999;

  width: 100%;

  height: 100%;

  background-color: white;
}

.site-preloader svg {
  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.site-preloader .loader-wrap {
  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  text-align: center;
}

.site-preloader .ring {
  width: 100px;

  height: 100px;

  border: 3px solid rgba(2, 109, 255, 0.2);

  border-top-color: #c0dd64;

  border-radius: 50%;

  text-align: center;

  line-height: 150px;

  font-size: 2rem;

  color: white;

  letter-spacing: 3px;

  text-transform: uppercase;

  text-shadow: 0 0 10px white;

  -webkit-animation: rotation 1s infinite linear;

  animation: rotation 1s infinite linear;

  margin: 0 auto;
}

.eastern-blue .site-preloader .ring {
  border: 3px solid rgba(27, 170, 160, 0.2);

  border-top-color: #1baaa0;

  color: #ffffff;
}

.orange .site-preloader .ring {
  border: 3px solid rgba(255, 86, 33, 0.2);

  border-top-color: #ff5621;

  color: #ffffff;
}

.cornflower-blue .site-preloader .ring {
  border: 3px solid rgba(99, 77, 237, 0.2);

  border-top-color: #634ded;

  color: #ffffff;
}

.site-preloader h2 {
  color: #c0dd64;

  text-align: center;

  text-transform: capitalize;

  text-shadow: 0 0 10px white;

  font-weight: 700;

  margin: 30px auto 0;

  display: block;
}

.eastern-blue .site-preloader h2 {
  color: #1baaa0;
}

.orange .site-preloader h2 {
  color: #ff5621;
}

.cornflower-blue .site-preloader h2 {
  color: #634ded;
}

.site-preloader h2 {
  color: #c0dd64;

  text-align: center;

  text-transform: capitalize;

  text-shadow: 0 0 10px white;

  font-weight: 700;

  margin: 30px auto 0;

  display: block;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

/* ============================================================== 

     # Demo 

=================================================================== */

.demo-area.demo-conten.default-padding {
  padding-bottom: 30px;
}

.demo-area .single-item {
  position: relative;

  z-index: 1;
}

.demo-area .item {
  margin-bottom: 50px;
}

.demo-area .single-item .info {
  padding: 15px 10px;

  text-align: center;
}

.demo-area .single-item .info h4 {
  font-size: 16px;

  font-weight: 800;

  margin: 0;

  text-transform: uppercase;

  margin-top: 15px;
}

.banner-area .demo-banner h1 {
  font-weight: 700;

  margin-bottom: 20px;
}

.banner-area .demo-banner img {
  height: auto;

  margin-bottom: 30px;

  max-height: 80px;
}

.demo-area .def-heading h2 {
  font-weight: 900;

  margin: 25px 0;

  text-transform: uppercase;

  color: #333333;
}

.demo-footer {
  padding-bottom: 80px;
}

.introduction-area h2 span {
  color: #fd0060;
}

.introduction-area h4 {
  font-weight: 300;

  line-height: 30px;
}

.introduction-area h2 {
  color: #ffffff;

  display: inline-block;

  font-weight: 700;

  padding-bottom: 20px;

  position: relative;

  text-transform: uppercase;

  margin-bottom: 30px;
}

.introduction-area h2::before {
  background: #fd0060 none repeat scroll 0 0;

  bottom: 0;

  content: "";

  height: 2px;

  left: 50%;

  margin-left: -10px;

  position: absolute;

  width: 50px;
}

.introduction-area h2::after {
  background: #ffffff none repeat scroll 0 0;

  bottom: 0;

  content: "";

  height: 2px;

  left: 50%;

  margin-left: -40px;

  position: absolute;

  width: 25px;
}

footer.demo .copyright {
  margin-top: 15px;
}

.demo-area .comming-soon.item img {
  opacity: 0.3;
}

.banner-area.demo-banner {
  padding: 50px 0;
}

.demo-area .site-heading {
  margin-bottom: 30px;
}

.demo-area img {
  background: #ffffff none repeat scroll 0 0;

  padding: 10px;

  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.demo-area.demo-conten .single-item a {
  position: relative;

  display: block;
}

.demo-area.demo-conten .single-item a span {
  position: absolute;

  right: 15px;

  top: -14px;

  background: linear-gradient(90deg,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);

  color: #ffffff;

  padding: 1px 35px;

  border-radius: 30px;

  box-shadow: 0 0 10px #cccccc;
}

.product-item {
  box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);

  border: none;

  margin: 5px;

  padding-bottom: 20px;

  padding-left: 10px;

  padding-right: 10px;

  min-height: 600px;
}

.product-page .item {
  border-bottom: none !important;

  padding: 0px 0px 0px 20px 0px !important;
}

.price_desc {
  padding-top: 20px;

  position: relative;
}

.save_label {
  width: fit-content;

  padding: 2px 16px 2px 8px;

  position: absolute;

  top: -12px;

  right: 0;

  color: #fff;

  background: #000;
}

.price_desc .price {
  display: flex;

  align-items: baseline;
}

.price_desc .price h3 {
  margin-bottom: 0px !important;
}

del {
  margin-left: auto;
}

.border-infor {
  border-bottom: 1px solid #e5eaf4;

  padding-top: 0px !important;

  padding-bottom: 15px !important;
}

.error {
  color: #ff0000;
}

.tag-about li {
  display: flex;
}

.tag-about li span {
  padding-right: 10px;
  font-weight: 900;
  font-size: 20px;
  color: #000;
}

.about-img-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.blog-page .thumb {
  padding: 20px 20px 0px 20px;
}

.video-page .thumb {
  padding: 0px;
}

.ul-grid ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}

.ul-grid ul li:nth-child(7),
.ul-grid ul li:nth-child(8) {
  /* display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap: 15px;} */
  grid-column: 1 / span 1.5;
  grid-row: 3;
}

.ul-grid ul li {
  padding: 10px;
  background: #fff;
}

.idea-symbol i {
  position: relative;
  z-index: 1;

  font-size: 40px;
  color: #c0dd64;
}

.idea-wrapper {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
  border: 1px solid #fafafa;
}

.idea-symbol {
  width: 80px;
  height: 80px;
  background: #fcfcfc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
}

.idea-title p {
  margin: 0px;
}

.idea-title {
  padding: 20px 0px 0px;
}

.idea-title h5 {
  font-weight: 600;
  color: #000;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

/* premium plan  */

.demo-wrap {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  padding-top: 2em;
  width: 100%;
}

.demo-header {
  padding-right: 1em;
  padding-left: 1em;
  text-align: center;
}

.demo-header h1,
.demo-header p {
  margin-bottom: 0;
}

.demo-header p {
  font-size: 1.5rem;
}

@media (min-width: 62em) {
  .demo-wrap {
    padding-top: 0;
    height: 100vh;
  }
}

/* --- Pricing Plans --- */
.pricing-plans {
  width: 100%;
}

.pricing-tables {
  display: flex;
  flex-flow: column;
  padding-top: 1em;
}

.pricing-plan {
  background-color: #f6f6f6;
  border: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  display: block;
  padding: 1em 0;
  text-align: center;
  width: 100%;
}

.pricing-plan:first-child,
.pricing-plan:last-child {
  background-color: #eee;
}

.pricing-plan:first-child {
  border-bottom: 0;
}

.pricing-plan:last-child {
  border-top: 0;
}

.pricing-plan:nth-child(2) {
  border-bottom: 0;
}

.no-flexbox .pricing-plan {
  float: left;
}

.plan-title {
  font-size: 1em;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0.75em 1em 1.25em;
  text-transform: uppercase;
}

.plan-cost {
  background-color: white;
  color: #77b9dd;
  font-size: 1.25em;
  font-weight: 700;
  padding: 1.25em 1em;
  text-transform: uppercase;
}

.plan-cost span {
  display: none;
}

.plan-price {
  font-size: 3em;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 0;
}

.plan-type {
  border: 0.313em solid #ddd;
  color: #999;
  display: inline-block;
  font-size: 0.75em;
  margin: 0.75em 0 0 0.75em;
  padding: 0.3em 0.4em 0.25em;
  width: auto;
}

.plan-features {
  margin: 0;
  padding: 2em 1em 1em;
}

.plan-features li {
  list-style-type: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5em;
  padding-bottom: 0.75em;
  color: #555;
  display: block;

  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.3;
}

.plan-features li span {
  color: #bbb;
}

.plan-features li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.plan-features i {
  font-size: 1.5em;
}

.plan-features i.icon-ok-squared {
  color: #3aa14d;
}

.plan-features i.icon-cancel-circled {
  color: darkRed;
}

.btn-plan {
  background-color: #c0dd64;
  color: white;

  padding: 5px 20px;
}

.cta {
  background-color: #6cb507;
}

.featured-plan {
  background-color: #eef7fc;
  border-top: 5px solid #c0dd64;
  border-right: 0 solid transparent;
  border-bottom: 5px solid #c0dd64;
  border-left: 0 solid transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  transition: transform 400ms ease;
}

.featured-plan .plan-title {
  color: #000;
}

.featured-ribbon {
  width: 200px;
  background: #f5a5c8;
  position: absolute;
  top: 15px;
  left: -60px;
  text-align: center;
  line-height: 35px;
  letter-spacing: 0.01em;
  font-size: 0.65em;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  /* Custom styles */
  /* Different positions */
}

.featured-ribbon.sticky {
  position: fixed;
}

.featured-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.featured-ribbon.top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.featured-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.featured-ribbon.bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.featured-ribbon.bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media (min-width: 400px) {
  .pricing-plans {
    width: 100%;
  }

  .featured-plan {
    transform: scale(1.05);
  }
}

@media (min-width: 33.75em) {
  .pricing-plans .module-title {
    margin-bottom: 1em;
  }

  .pricing-tables {
    flex-flow: row wrap;
  }

  .pricing-plan {
    flex-grow: 1;
    width: 50%;
  }

  .pricing-plan:first-child {
    border-right: 0;
    border-bottom: 0;
  }

  .featured-plan {
    margin-top: 0.6em;
    order: 0;
  }

  .pricing-plan:last-child {
    border-top: 2px solid #ddd;
    border-left: 0;
  }

  .no-flexbox .pricing-plan {
    width: 48%;
  }

  .plan-title {
    font-size: 0.875em;
  }
}

@media (min-width: 48em) {
  .no-flexbox .pricing-plan {
    width: 24%;
  }

  .plan-type {
    font-size: 0.7em;
    margin: 0.5em 0 0 1em;
    padding-bottom: 0.2em;
  }

  .featured-ribbon {
    font-size: 0.65em;
  }
}

@media (min-width: 62em) {
  .pricing-tables {}

  .pricing-plan {
    flex-grow: 1;
    width: 25%;
  }

  .featured-plan {
    margin-top: 0;
    order: 0;
  }

  .pricing-plan:first-child,
  .pricing-plan:nth-child(2n) {
    border-bottom: 2px solid #ddd;
  }

  .pricing-plan .plan-features span {
    display: block !important;
  }

  .plan-cost {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    font-size: 1em;
  }

  .plan-cost span {
    color: #bbb;
    font-size: 1.5em;
    font-weight: 400;
    padding-right: 0.15em;
    padding-left: 0.15em;
  }

  .plan-price {
    font-size: 3.25em;
  }

  .btn-plan {
    font-size: 0.875em;
  }

  .featured-ribbon {
    font-size: 0.45em;
    left: -68px;
    line-height: 25px;
  }
}

@media (min-width: 75em) {
  .plan-cost {
    font-size: 1em;
  }
}

@media (min-width: 100em) {
  .pricing-tables {
    margin: 0 auto;
    max-width: 75em;
  }
}

select#usertype {
  border: none;
  background: #f7f7f7;
  padding: 0 20px;
  min-height: 50px;
  color: #495057;
}

.att-input {
  position: relative;
}

.form-group.att-input {}

.att-input input#attachment {
  font-size: 0px;
  padding: 0px;
  line-height: 0;
}

span.att-text {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background: #f7f7f7;
  pointer-events: none;
}

.whatsapp-btn {
  position: fixed;
  bottom: 12%;
  right: 1%;
  width: 50px;
  height: 50px;
  z-index: 9999;
}

.whatsapp-btn .icon_logo {
  position: relative;
  z-index: 9999;
  padding: 5px;
}

.whatsapp-btn .circle_waves {
  border-radius: 50%;
  background-color: #3cc04e;
  width: 50px;
  height: 50px;
  position: absolute;
  opacity: 0;
  bottom: 1px;
  left: 0;
  z-index: 99;
  animation: waves 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}

.whatsapp-btn .icon_logo>a>img {
  width: 100%;
}

@keyframes waves {
  from {
    transform: scale(0.55, 0.55);
    opacity: 0.6;
  }

  to {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}

.instagram a {
  background: #ed2749;
}

.linkdin a {
  background: #6583d9;
}

.youtube a {
  background: red;
}

.navbar-brand img.logo {
  max-width: 70px;
  padding: 0px;
}

.top-bar-area {
  padding: 10px 0px;
}

.banner-area .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: -30px;
}

.banner-area .owl-nav div {
  font-size: 0px;
  width: 60px;
  height: 40px;
  background: #fff;
}

.banner-area .owl-nav .owl-prev:before {
  content: '\f105';
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
  color: #373435;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.banner-area .owl-nav .owl-prev {
  border-radius: 0px 50px 50px 0px;
}

.banner-area .owl-nav .owl-next:before {
  content: '\f104';
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
  color: #373435;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.banner-area .owl-nav .owl-next {
  border-radius: 50px 0px 0px 50px;
}

.banner-area .owl-dots {
  display: none;
}

.benifits-area p {
  text-align: justify;
}

.exlusive-wrapper {}

.offer-sec {
  position: absolute;
  top: 0;
  right: 0;
}

.offer-sec p {
  margin: 0px;
  padding: 5px 20px;
  background: #5f7e77;
  color: #ffff;
  border-radius: 0px 0px 0px 30px;
  font-size: 15px;
  text-transform: uppercase;
}

.our-exlusive {
  padding: 50px;
  background: #f4f4f442;
}

.exlusive-content {}

.exlusive-content h5 {}


.btn-product {
  padding: 5px 15px;
  background: #5f7e77;
  border-radius: 0px;
  color: #fff;
  font-weight: 300;
  grid-template-columns: 1fr 1fr;
  border-radius: 50px;
  font-size: 14px;
}

.exlusive-wrapper .owl-stage-outer {
  padding: 40px 0px;
}

.our-exlusive .owl-stage-outer {
  padding: 40px 0px;
}

.our-exlusive .site-heading {
  margin-bottom: 0;
}

.btn-pro-wrapper {
  width: 100%;
  display: grid;
  color: #fff;
  font-weight: 300;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.btn-pro-wrapper a.btn-product {
  width: 100%;
}

s.price-old {}

span.price {
  color: #5f7e77;
  font-weight: 700;
  font-size: 17px;
}

section.offer-sec-img {
  padding: 50px 0px;
}

.offer-sec-img {
  padding: 50px 0px;
}


.section-banner-v4 .box-info {
  position: relative;
}

.box-img {
  overflow: hidden;
}

.section-banner-v4 .box-info .box-img-one a {
  display: block;
  position: relative;
}

.section-banner-v4 .box-info .box-img-one a:before {
  border-bottom: 2px solid #e6ab10;
  border-top: 2px solid #e6ab10;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scaleX(0);
}

.section-banner-v4 .box-info .box-img-one a:before {
  border-left: 2px solid #e6ab10;
  border-right: 2px solid #e6ab10;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scaleX(0);
}

.section-banner-v4 .box-info .box-img-one a:before,
.section-banner-v4 .box-info .box-img-one a:after {
  content: "";
  bottom: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  background: rgba(0, 0, 0, .05);
  z-index: 1;
}

.box-img:hover img {
  transform: scale(1.02);
  transition: all .5s linear;
}

.section-banner-v4 .box-info .box-img-one a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


.section-banner-v4 .box-info .box-img-one a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.offer-sec-img .site-heading {
  margin-bottom: 30px;
}

.testimonials .site-heading.text-center {
  margin-bottom: 15px;
}

.services-area .site-heading {
  margin-bottom: 30px;
}

.services-area {
  padding: 50px;
}

.services-area.carousel-shadow.bg-gray.default-padding-top.mb-3 {}

.services-area ul#portfolio-flters {}

li.btn.item.filter-active {}

.services-area ul li {
  font-size: 14px;
  min-width: 100px;
  color: #222;
  padding: 5px 0px;
  font-weight: 600;
}

li.btn.item.filter-active {}

.services-area li.btn.item.filter-active {
  background: #222;
  color: #fff;
}

li.btn.item.filter-active {}

li.btn.item.filter-active {}

li.btn.item.filter-active {}

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



Template Name: Pavitrame

Author: validtheme

Description:

Version: 1.0



Main Font    : Nunito

Main Color   : #c0dd64



-------------------------------------



Table of contents

        

    01. Template default css

    02. Navbar

        - Navbar Default

        - Navbar Sticky

        - Navbar Transparent

        - Navbar With Topbar

    03. Banner

    04. Features

        - Version One

        - Version Two

    05. About Area

    06. SEO Test

    07. What We Offer

    08. Services

        - Carousel

        - Grid

        - Carousel Stage

    09. Our Process

    10. Case Studies

    11. Our Pertner

    12. Pricing Table

    13. Team

        - Grid Colum

        - Carousel

    14. Testimonials

    15. Our Benifits

    16. Subscribe Form

    17. Why Choose Us

    18. Fun Factor

    18. Faq

    19. Blog

        - Standard

        - Left Sidebar

        - Right Sidebar

        - Single

    20. Concat Area

    21. Get Started Area

    22. Error 404

    23. Footer

    24. PHP Contact Form

    25. Others



*/

/*

** General Styles for HTML tags

*/

* {
  padding: 0;

  margin: 0;
}

html {
  width: 100%;

  height: 100%;

  position: relative;

  overflow: visible;
}

body {
  font-family: "Nunito", sans-serif;

  font-size: 15px;

  font-weight: 400;

  line-height: 30px;

  overflow-x: hidden;

  background-color: #ffffff;

  color: #666666;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5f7e77;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

img {
  border: none;

  outline: none;

  max-width: 100%;
}

label {
  display: inline-block;

  font-weight: normal;

  margin-bottom: 5px;

  max-width: 100%;
}

a,
.btn,
button {
  transition: all 0.35s ease-in-out;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  outline: medium none;
}

a img,
iframe {
  border: none;
}

p {
  color: #000;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;

  margin-bottom: 0;

  border: 0;

  border-top: 1px solid #eee;
}

pre {
  display: block;

  margin: 0 0 30px;

  padding: 9.5px;

  word-wrap: break-word;

  word-break: break-all;

  color: #333;

  border: 1px solid #ededed;

  border-radius: inherit;

  background-color: #f9f9f9;

  font-size: 13px;

  line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;

  box-shadow: inherit;
}

ul {
  margin: 0;

  list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;

  text-decoration: none;

  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  text-decoration: none;

  font-family: "Nunito", sans-serif;

  font-weight: 700;
}

b,
strong {
  font-weight: 300;
}

.btn.active,
.btn:active {
  background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 40px;

  -moz-border-radius: 40px;

  border-radius: 40px;
}

.btn.active,
.btn:active {
  outline: 0;

  -webkit-box-shadow: inherit;

  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;

  border-radius: inherit;

  box-shadow: inherit;

  min-height: 50px;
}

/* Default CSS */

.container-medium {
  padding: 0 15px;

  margin: auto;

  max-width: 1400px;
}

.container-full {
  padding: 0 15px;

  margin: auto;

  max-width: 1400px;
}

@media (min-width: 576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-medium {
    max-width: 1400px;

    width: 80%;
  }
}

@media (min-width: 576px) {
  .container-full {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-full {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-full {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-full {
    max-width: 1400px;

    width: 90%;
  }
}

.fixed-bg {
  position: absolute;

  left: 0;

  bottom: 0;

  height: 100%;

  width: 100%;
}

.bg-cover {
  background-position: center center;

  background-size: cover;
}

.bg-cover-bottom {
  background-size: cover !important;

  background-position: left bottom !important;

  background-repeat: no-repeat;
}

.bg-bottom-center {
  background-repeat: no-repeat;

  background-position: bottom center;

  background-size: cover;
}

.bg-contain {
  background-position: center center;

  background-repeat: no-repeat;

  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;

  background-position: center top;

  background-size: cover;
}

.bg-gray {
  background-color: #f4f4f442;
}

.bg-gray-hard {
  background-color: #d1eeec;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #c0dd64;
}

.bg-light-gradient {
  background: linear-gradient(90deg,
      rgba(244, 247, 252, 1) 36%,
      rgba(255, 255, 255, 1) 100%);
}

.gradient-bg {
  background-image: linear-gradient(90deg,
      rgba(2, 59, 166, 1) 0%,
      rgba(67, 126, 235, 1) 100%);

  background-color: #c0dd64;
}

.container-md {
  width: 90%;

  margin: auto;

  position: relative;
}

.text-italic {
  font-style: italic;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;

  z-index: 1;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.5;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;
}

.shadow.dark-hard::after {
  background: #000000 none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.75;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.3;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;
}

.shadow.theme::after {
  background: #c0dd64 none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.5;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;
}

.shadow.theme-hard::after {
  background: #c0dd64 none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.7;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;
}

.shadow.mixed::after {
  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 33, 71, 0.8) 100%) repeat scroll 0 0;

  z-index: -1;

  opacity: 0.7;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
  position: relative;

  z-index: 1;
}

.default-padding {
  padding-top: 60px;

  padding-bottom: 60px;
}

.default-padding-mx {
  padding-top: 150px;

  padding-bottom: 150px;
}

.default-padding-top {
  padding-top: 60px;
}

.default-padding-bottom {
  padding-bottom: 60px;
}

.default-padding.bottom-less {
  padding-top: 60px;

  padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.default-padding.bottom-30 {
  padding-top: 120px;

  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 120px;

  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;

  padding-bottom: 180px;
}

.top-border {
  border-top: 1px solid #e7e7e7;
}

.align-center {
  align-items: center;
}

.btn {
  display: inline-block;

  font-family: "Nunito", sans-serif;

  font-weight: 700;

  line-height: 25px;

  text-transform: capitalize;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  transition: all 0.35s ease-in-out;

  overflow: hidden;

  border-radius: 5px;

  font-size: 17px;
}

.btn.btn-icon i {
  font-size: 50px;

  align-items: center;

  float: left;

  margin-right: 10px;
}

.btn.btn-icon {
  padding: 0;

  line-height: 50px;
}

.btn.btn-icon:hover {
  color: #ffffff;
}

.btn-md {
  padding: 15px 40px;
}

.btn-sm {
  padding: 10px 35px;

  font-size: 14px;
}

.btn.btn-sm-pro {
  font-size: 10px;

  font-weight: 600;

  margin-top: 5px;

  padding: 4px 35px;

  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;

  color: #232323;

  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #232323;

  color: #ffffff;

  border: 2px solid #232323;
}

.btn-dark.border {
  background-color: transparent;

  color: #232323;

  border: 2px solid #232323 !important;
}

.btn-dark.border:hover {
  background-color: #232323;

  color: #ffffff !important;

  border: 2px solid #232323 !important;
}

.btn-gray.border {
  background-color: transparent;

  color: #c0dd64;

  border: 2px solid #e7e7e7 !important;
}

.btn-gray.border:hover {
  background-color: #c0dd64;

  color: #ffffff !important;

  border: 2px solid #c0dd64 !important;
}

.btn-gray.effect {
  background: #fafafa;

  border: 1px solid #e7e7e7 !important;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;

  border: 2px solid #ffffff;

  color: #232323;
}

.btn.btn-light.border {
  background: transparent;

  border: 2px solid #ffffff !important;

  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;

  border: 2px solid #ffffff !important;

  color: #232323 !important;
}

.btn-standard {
  display: inline-block;

  text-align: center;

  color: #c0dd64;

  position: relative;

  margin-top: 15px;

  border: 1px solid #e7e7e7;

  padding: 10px 30px;

  text-transform: capitalize;

  border-radius: 30px;

  font-weight: 800;
}

.btn-standard.md {
  padding: 13px 45px;
}

.btn-standard i {
  display: inline-block;

  height: 35px;

  width: 35px;

  line-height: 35px;

  text-align: center;

  color: #c0dd64;

  font-size: 15px;

  border-radius: 50%;

  position: relative;

  box-shadow: 0 0 10px #96aac1;

  z-index: 1;

  margin-right: 5px;

  background: #ffffff;
}

.bg-theme .btn-standard:hover,
.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.shadow .btn-standard:hover {
  background: #ffffff;

  color: #c0dd64;
}

.btn-dark:hover,
.btn-dark:focus {
  color: #232323 !important;

  background: transparent;
}

.bg-dark {
  background: #5f7e77 !important;
}

.bg-dark-hard {
  background: #08111e;
}

.bg-gradient {
  background: linear-gradient(45deg, #5f7e77, #4e625d);
}

.bg-gradient-bittersweet {
  background: #ff7268;

  background: -webkit-linear-gradient(top left, #ff7268, #b3332a);

  background: -moz-linear-gradient(top left, #ff7268, #b3332a);

  background: linear-gradient(to bottom right, #ff7268, #b3332a);
}

.orange .bg-gradient {
  background: #ff5621;

  background: -webkit-linear-gradient(90deg,
      rgba(255, 86, 33, 1) 0%,
      rgba(240, 57, 0, 1) 77%);

  background: -moz-linear-gradient(90deg,
      rgba(255, 86, 33, 1) 0%,
      rgba(240, 57, 0, 1) 77%);

  background: linear-gradient(90deg,
      rgba(255, 86, 33, 1) 0%,
      rgba(240, 57, 0, 1) 77%);
}

.cornflower-blue .bg-gradient {
  background: #644ded;

  background: -webkit-linear-gradient(top left, #644ded, #811389);

  background: -moz-linear-gradient(top left, #644ded, #811389);

  background: linear-gradient(to bottom right, #644ded, #811389);
}

.bg-gradient-light {
  background-image: linear-gradient(90deg,
      rgba(244, 247, 252, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
}

.bg-shape-gradient {
  background-image: radial-gradient(circle at 50% 30%,
      rgba(255, 255, 255, 0.03) 0%,
      rgba(255, 255, 255, 0.03) 50%,
      rgba(138, 138, 138, 0.04) 50%,
      rgba(138, 138, 138, 0.04) 100%),
    radial-gradient(circle at 9% 40%,
      rgba(255, 255, 255, 0.03) 0%,
      rgba(255, 255, 255, 0.03) 50%,
      rgba(71, 71, 71, 0.04) 50%,
      rgba(71, 71, 71, 0.04) 100%),
    radial-gradient(circle at 84% 81%,
      rgba(147, 147, 147, 0.04) 0%,
      rgba(147, 147, 147, 0.04) 50%,
      rgba(253, 253, 253, 0.04) 50%,
      rgba(253, 253, 253, 0.04) 100%),
    linear-gradient(266deg, rgb(5, 73, 170), rgb(140, 100, 243));
}

.btn-theme {
  background-color: #c0dd64;

  color: #ffffff !important;

  border: 2px solid #c0dd64;
}

.btn-theme.orange {
  background-color: #ff5621;

  color: #ffffff !important;

  border: 2px solid #ff5621;
}

.btn-theme.border {
  background-color: transparent;

  color: #c0dd64 !important;

  border: 2px solid #c0dd64;
}

.btn-theme.border.orange {
  background-color: transparent;

  color: #ff5621 !important;

  border: 2px solid #ff5621;
}

.eastern-blue .btn-theme.border {
  background-color: transparent;

  color: #1baaa0 !important;

  border: 2px solid #1baaa0;
}

.orange .btn-theme.border {
  background-color: transparent;

  color: #ff5621 !important;

  border: 2px solid #ff5621;
}

.cornflower-blue .btn-theme.border {
  background-color: transparent;

  color: #634ded !important;

  border: 2px solid #634ded;
}

.btn-theme.border:hover {
  background-color: #c0dd64;

  color: #ffffff !important;

  border: 2px solid #c0dd64;
}

.btn-theme.border.orange:hover {
  background-color: #ff5621;

  color: #ffffff !important;

  border: 2px solid #ff5621;
}

.eastern-blue .btn-theme.border:hover {
  background-color: #1baaa0;

  color: #ffffff !important;

  border: 2px solid #1baaa0;
}

.orange .btn-theme.border:hover {
  background-color: #ff5621;

  color: #ffffff !important;

  border: 2px solid #ff5621;
}

.cornflower-blue .btn-theme.border:hover {
  background-color: #634ded;

  color: #ffffff !important;

  border: 2px solid #634ded;
}

.btn-theme.border:hover {
  background-color: #c0dd64;

  color: #ffffff !important;

  border: 2px solid #c0dd64;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
  background: #c0dd64 none repeat scroll 0 0;

  border: 2px solid #c0dd64;

  color: #ffffff;
}

.btn-theme.orange.effect:hover,
.btn-theme.orange.effect:focus {
  background: #ffffff none repeat scroll 0 0;

  border: 2px solid #ff5621;

  color: #ff5621 !important;
}

.btn.btn-sm-lm {
  font-size: 12px;

  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;

  color: #ffffff;
}

/* Gradient Button */

.btn-gradient,
.btn-gradient:focus {
  position: relative;

  z-index: 1;

  color: #ffffff !important;
}

.btn-gradient:hover {
  color: #ffffff;
}

.btn-gradient::after {
  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: linear-gradient(90deg, rgb(211 231 147) 0%, rgb(192 221 100) 75%);

  transition: all 0.35s ease-in-out;

  z-index: -1;

  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #c0dd64;
}

.btn-gradient.eastern-blue::after {
  background: linear-gradient(90deg,
      rgba(27, 170, 160, 1) 0%,
      rgba(8, 115, 107, 1) 77%);

  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5),
    inset 0 0 1px 1px rgb(27, 170, 160);
}

.btn-gradient.orange::after {
  background: linear-gradient(90deg,
      rgba(255, 86, 33, 1) 0%,
      rgba(240, 57, 0, 1) 77%);

  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5),
    inset 0 0 1px 1px rgb(255, 86, 33);
}

.btn i {
  font-size: 12px;
}

.btn-gradient i {
  display: inline-block;

  line-height: 28px;

  color: #ffffff;

  font-size: 14px;

  margin-left: 5px;
}

.btn-gradient.icon-normal i {
  border: none;

  background: transparent;

  font-size: 20px;

  line-height: inherit;

  position: relative;

  top: 2px;

  margin-right: 0;

  height: auto;

  width: auto;
}

.btn-gradient.icon-left i {
  margin-left: 0;

  margin-right: 5px;
}

.inc-icon i {
  display: inline-block;

  height: 30px;

  width: 30px;

  line-height: 28px;

  background: rgba(255, 255, 255, 0.1);

  color: #ffffff;

  font-size: 10px;

  border-radius: 50%;

  margin-left: 5px;

  border: 1px dashed rgba(255, 255, 255, 0.5);
}

.btn-gradient.btn-sm {
  padding: 10px 30px;
}

.btn.btn-transparent.border {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.btn.btn-transparent.border:hover {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;

  background: rgba(255, 255, 255, 0.07);

  color: #ffffff !important;
}

.relative {
  position: relative;
}

.btn-simple.md {
  padding: 15px 60px;
}

.btn-simple.light {
  background: #ffffff;
}

.btn-simple {
  display: inline-block;

  border: 1px solid #e7e7e7;

  padding: 10px 40px;

  border-radius: 30px;

  color: #c0dd64;

  font-weight: 700;

  position: relative;

  z-index: 1;

  overflow: hidden;
}

a.btn-simple.md.light {
  color: #c0dd64;
}

a.btn-simple.md.light:hover {
  color: #ffffff;
}

.btn-simple:after {
  background: linear-gradient(90deg, rgb(211 231 147) 0%, rgb(192 221 100) 75%);

  color: #000;

  border-color: transparent;

  position: absolute;

  left: -100%;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  z-index: -1;

  transition: all 0.25s ease-in-out;
}

.btn-simple:hover {
  color: #ffffff;
}

.btn-simple:hover::after {
  left: 0;
}

.bg-fixed {
  background-attachment: fixed !important;

  background-position: center center !important;

  background-size: cover !important;
}

.bg-cover {
  background-position: center center !important;

  background-size: cover !important;
}

.overflow-hidden {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

button,
button:focus {
  border: none !important;

  box-shadow: inherit !important;

  outline: inherit !important;
}

header {
  position: relative;
  /* padding: 10px 0px; */
}


header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;

  z-index: 1;

  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;

  bottom: -2px;

  content: "";

  height: 3px;

  left: 0;

  position: absolute;

  width: 0;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

/* Navbar */

nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;

  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;

  padding: 35px 20px;
}

.attr-nav>a.btn-theme.effect:hover,
.attr-nav>a.btn-theme.effect,
.attr-nav>a.btn-theme.effect:focus {
  background: #c0dd64 none repeat scroll 0 0;

  border: 2px solid #c0dd64;

  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;

  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;

  padding: 25px 0 !important;

  transition: all 0.35s ease-in-out;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #fafafa;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  color: #c0dd64;

  display: inline-block;

  font-size: 14px;

  height: 40px;

  line-height: 40px;

  margin-left: 10px;

  padding: 0 !important;

  text-align: center;

  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;

  padding: 20px 0 !important;
}

.site-heading h5 {
  text-transform: uppercase;

  font-weight: 800;

  color: #c0dd64;

  font-size: 18px;

  position: relative;

  z-index: 1;

  display: inline-block;
}

.eastern-blue .site-heading h5 {
  color: #1baaa0;
}

.orange .site-heading h5 {
  color: #ff5621;
}

.cornflower-blue .site-heading h5 {
  color: #634ded;
}

.site-heading p {
  margin: 0;
  max-width: 50%;
  margin: auto;
  line-height: 1.5;
}

.site-heading h2 {
  display: block;
  font-weight: 300;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: capitalize;
  line-height: 1;
}

.heading-divider {
  display: inline-block;
  position: relative;
  height: 6px;
  border-radius: 30px;
  background-color: #5f7e77;
  width: 80px;
  /* overflow: hidden; */
  top: 0;
}

.eastern-blue .heading-divider {
  background-color: #1baaa0;
}

.orange .heading-divider {
  background-color: #ff5621;
}

.cornflower-blue .heading-divider {
  background-color: #634ded;
}

.heading-divider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 7px;
  width: 10px;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: infinite-move;
  background: #afd1c947;
}

.bg-gray .heading-divider:after {
  background-color: #0e0b0536;
}

.site-heading {
  margin-bottom: 60px;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px;

  padding: 15px;
}

/* ============================================================== 

     # Top Bar 

=================================================================== */

.language-switcher .dropdown-toggle {
  background: transparent;

  border: none;

  color: #333;

  font-weight: 500;

  letter-spacing: 1px;

  padding: 15px;

  text-transform: capitalize;
}

.language-switcher img {
  padding: 3px;

  box-shadow: 0 0 10px #cccccc;

  border-radius: 50%;

  height: 45px;

  width: 45px;
}

.language-switcher .dropdown-toggle li {
  display: block;
}

.language-switcher .dropdown-menu li {
  display: block;

  padding: 0;

  border-bottom: 1px solid #e7e7e7;
}

.language-switcher .dropdown-menu li:last-child {
  border: none;
}

.language-switcher .dropdown-menu {
  margin: 0;

  min-width: 200px;

  border-radius: inherit;

  border: 1px solid #e7e7e7;

  left: auto;

  right: 0;
}

.language-switcher .dropdown-menu.show {
  display: block !important;
}

.language-switcher .dropdown-menu li a {
  padding: 7px 15px;

  text-transform: capitalize;

  display: block;

  font-weight: 600;
}

.top-bar-area li {
  display: inline-block;

  margin-left: 20px;
}

.top-bar-area li i {
  margin-right: 5px;
}

.top-bar-area li:first-child {
  margin-left: 0;
}

.top-bar-area a {
  display: inline-block;

  background: #c0dd64;

  padding: 10px 35px;
}

.orange .top-bar-area a {
  background: #ff5621;
}

/* ============================================================== 

     # Bradcrumb 

=================================================================== */

.breadcrumb-area {
  padding: 150px 0;

  position: relative;
}

.breadcrumb-area .fixed-bg {
  position: absolute;

  left: 0;

  bottom: 0;

  height: 100%;

  width: 100%;

  background-repeat: no-repeat;
}

.breadcrumb-area .col-lg-8.offset-lg-2 {
  z-index: 9;
}

.breadcrumb-area h1 {
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 24px;
  line-height: 41px;
}

.breadcrumb-area .breadcrumb {
  background: #ffffff;
  display: inherit;
  margin: 0;
  padding: 15px 30px;
  z-index: 9;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  border-radius: 30px;
}

.page-title-area {
  padding: 150px 0;
}

.page-title-area h1 {
  display: block;

  font-weight: 600;

  text-transform: uppercase;

  font-size: 40px;

  margin-top: -10px;

  margin-bottom: 0;
}

.breadcrumb-area .breadcrumb li::after {}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0;

  position: relative;

  z-index: 1;

  margin: 0 7px;

  padding: 0 7px;
}

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

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.breadcrumb-area .breadcrumb li.active {
  color: #5f7e77;
}

/* SVG */

.svg-shape svg {
  margin-bottom: -10px;
}

.svg-shape svg.gray {
  fill: #c4e4e3;
}

.svg-shape svg.light {
  fill: #ffffff;
}

.svg-shape svg.theme {
  fill: #ff4450;
}

.svg-shape svg.dark {
  fill: #111d30;
}

.svg-shape svg.absolute {
  position: absolute;
}

.svg-shape svg.absolute.top {
  top: 0;

  left: 0;
}

.svg-shape svg.absolute.bottom {
  bottom: 0;

  left: 0;
}

/* ============================================================== 

     # Banner 

=================================================================== */

/* body,
.banner-area,
.banner-area div {
  height: 100%;
} */

.banner-area.auto-height,
.banner-area.auto-height div {
  height: auto;
}

.banner-area.auto-height .content {
  padding: 150px 0;
}

.banner-area .box-cell {
  display: table-cell;

  vertical-align: middle;

  width: 100%;
}

.banner-area .box-table {
  display: table;

  width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;

  overflow: hidden;
}

.banner-area .wavesshape {
  bottom: -2px;

  left: 0;

  position: absolute;

  right: 0;

  top: auto;

  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;

  height: auto;
}

.banner-area .content {
  position: relative;

  z-index: 9;
}

.banner-area.wavesshape {
  position: relative;

  z-index: 1;
}

.banner-area.triangle-shadow {
  position: relative;

  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;

  border-right: 100vw solid #fff;

  border-top: 80px solid transparent;

  bottom: 0;

  content: "";

  height: 0;

  left: 0;

  position: absolute;

  width: 100%;

  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;

  position: relative;

  z-index: 1;

  overflow: hidden;
}

.banner-area.content-double .double-items {
  align-items: center;

  align-self: center;

  display: flex;

  justify-content: center;

  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);

  -webkit-transform: scale(0.9);

  -moz-transform: scale(0.9);

  -ms-transform: scale(0.9);

  -o-transform: scale(0.9);
}

/* Animation delays */

.banner-area .item h1:first-child,
.banner-area .item h2:first-child,
.banner-area .item h3:first-child,
.banner-area .item h4:first-child,
.banner-area .item h5:first-child,
.banner-area .item h6:first-child {
  animation-delay: 0.5s;
}

.banner-area .item h1:nth-child(2),
.banner-area .item h2:nth-child(2),
.banner-area .item h3:nth-child(2),
.banner-area .item h4:nth-child(2),
.banner-area .item h5:nth-child(2),
.banner-area .item h6:nth-child(2) {
  animation-delay: 0.7s;
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
  animation-delay: 0.9s;
}

.banner-area .item p {
  animation-delay: 0.5s;
}

.banner-area .item ul {
  animation-delay: 0.6s;
}

.banner-area .item a,
.banner-area .item button {
  animation-delay: 0.7s;
}

/* Carousel Fade Effect */

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;

  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;

  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* Slider Zoom Effect */

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item>.slider-thumb {
  -webkit-animation: zoom 20s;

  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;

  position: absolute;

  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;

  left: 0;

  position: absolute;

  top: 0;

  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;

  height: 50px;

  font-size: 30px;

  line-height: 50px;

  margin-top: -25px;

  opacity: 1;

  padding: 0;

  position: absolute;

  top: 50%;

  width: 70px;

  z-index: 1;

  text-transform: uppercase;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;

  color: #ffffff;

  font-size: 20px;

  height: 50px;

  line-height: 50px;

  margin-top: -25px;

  opacity: 1;

  padding: 0;

  position: absolute;

  text-shadow: inherit;

  top: 50%;

  width: 50px;

  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.5;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -80px;
}

.banner-area:hover .carousel-control.left {
  left: 10px;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: -80px;
}

.banner-area:hover .carousel-control.right {
  right: 10px;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}

/* Carousel Indicators */

.banner-area .carousel-indicator {
  position: absolute;

  left: 10px;

  bottom: 0;

  width: 100%;
}

.banner-area .carousel-indicators {
  position: absolute;

  right: auto;

  left: 0;

  width: auto;

  height: auto;

  top: auto;

  bottom: 0;

  margin: 0;

  padding: 30px 0;
}

.banner-area .carousel-indicators li {
  display: block;

  height: 20px;

  width: 20px;

  margin: 10px 5px;

  border: 2px solid rgba(255, 255, 255, 0.7);

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  background: transparent;

  position: relative;

  z-index: 1;
}

.banner-area .carousel-indicators li.active {
  border: 2px solid #ffffff;
}

.banner-area .carousel-indicators li::after {
  position: absolute;

  left: 50%;

  top: 50%;

  content: "";

  height: 5px;

  width: 5px;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  background: #ffffff;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;
}

.banner-area.video-bg-live .mbYTP_wrapper {
  z-index: 1 !important;
}

.double-items>.row div {
  height: auto;
}

/* Shape */

.shape {
  z-index: -1;
}

.shape-right-top {
  position: absolute;

  right: 0;

  top: 0;
}

.shape-right-bottom {
  position: absolute;

  right: 0;

  bottom: 0;
}

.shape-left-bottom {
  position: absolute;

  right: 0;

  bottom: 0;

  height: 100% !important;

  width: 100%;
}

.shape-left-top {
  position: absolute;

  left: 0;

  top: -120px;
}

.shape-right-top img,
.shape-right-bottom img,
.shape-left-bottom img {
  height: 100%;
}

.shape-left-bottom img {
  height: 100%;

  max-width: 100%;

  min-width: 100%;

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;
}

.shape-bottom {
  position: absolute;

  left: 0;

  bottom: 0;

  height: 100%;

  width: 100%;

  z-index: -1;
}

.shape-bottom img {
  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;
}

.shape-top {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  z-index: -1;
}

.shape-top img {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;
}

.shape.opacity-1 {
  opacity: 1;
}

.shape.opacity-09 {
  opacity: 0.9;
}

.shape.opacity-08 {
  opacity: 0.8;
}

.shape.opacity-07 {
  opacity: 0.7;
}

.shape.opacity-06 {
  opacity: 0.6;
}

.shape.opacity-05 {
  opacity: 0.5;
}

.shape.opacity-04 {
  opacity: 0.4;
}

.shape.opacity-03 {
  opacity: 0.3;
}

.shape.opacity-02 {
  opacity: 0.2;
}

.shape.opacity-01 {
  opacity: 0.1;
}

.shape.opacity-default {
  opacity: 0.5;
}

/* Content */

.banner-area h2 {
  font-size: 50px;

  font-weight: 900;

  margin-bottom: 20px;
}

.banner-area h2 strong {
  position: relative;

  z-index: 1;
}

.banner-area h2 span {
  color: #c0dd64;
}

.orange .banner-area h2 span {
  color: #ff5621;
}

.eastern-blue .banner-area h2 span {
  color: #1baaa0;
}

.banner-area h4 {
  color: #c0dd64;

  margin-bottom: 26px;

  text-transform: uppercase;

  font-weight: 700;
}

.banner-area.text-light h4 {
  color: #ffffff;
}

.eastern-blue .banner-area h4 {
  color: #1baaa0;
}

.banner-area.heading-capitalized h2 {
  font-weight: 200;

  text-transform: capitalize;

  font-size: 60px;
}

.banner-area.heading-capitalized h2 strong {
  font-weight: 700;

  display: block;
}

.banner-area.heading-capitalized h2 strong::after {
  display: none;
}

.banner-area h2 strong::after {
  position: absolute;

  left: 3%;

  bottom: 15px;

  content: "";

  height: 10px;

  width: 100%;

  background: #c0dd64;

  z-index: -1;

  opacity: 0.2;
}

.banner-area a {
  margin-top: 15px;
}

.banner-area p {
  font-size: 18px;

  line-height: 34px;
}

.banner-area .thumb {
  padding-left: 35px;
}

.banner-area .thumb.width-120 img {
  max-width: 120%;
}

.banner-area .thumb.width-130 img {
  max-width: 130%;
}

.banner-area .thumb.width-140 img {
  max-width: 140%;
}

.banner-area .thumb-innner {
  position: relative;

  z-index: 1;
}

.banner-area .thumb-innner .icon {
  position: absolute;

  left: 50%;

  top: 50px;

  margin-left: -10px;
}

.banner-area.auto-height .double-items {
  padding: 100px 0;
}

.banner-area.auto-height .content-box {
  padding-top: 180px;
}

.banner-area.auto-height .content-box .thumb-innner {
  margin-top: 50px;
}

.banner-area.auto-height .content-box .thumb-innner .icon {
  position: absolute;

  left: 50%;

  top: 100px;

  margin-left: -55px;
}

.banner-area.circle-shape {
  position: relative;

  z-index: 1;
}

.banner-area.circle-shape::after {
  position: absolute;

  right: -150px;

  top: -150px;

  content: "";

  height: 600px;

  width: 600px;

  background: rgba(255, 255, 255, 0.03);

  border-radius: 50%;

  z-index: -1;
}

.banner-area.circle-shape::before {
  position: absolute;

  right: -150px;

  top: -150px;

  content: "";

  height: 700px;

  width: 700px;

  background: rgba(255, 255, 255, 0.05);

  border-radius: 50%;

  z-index: -1;
}

/* Animated Shape */

.item-animated {
  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);

  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);

  -webkit-animation-name: infiUpDown;

  animation-name: infiUpDown;

  -webkit-animation-duration: 2s;

  animation-duration: 2s;
}

@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);

    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);

    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);

    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);

    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);

    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);

    transform: translateY(0px);
  }
}

@-webkit-keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);

    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);

    transform: translateX(88px);
  }
}

@-webkit-keyframes infinite-move {
  from {
    -ms-transform: translateX(0);

    transform: translateX(0);
  }

  to {
    -ms-transform: translateX(88px);

    transform: translateX(88px);
  }
}

@keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);

    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);

    transform: translateX(88px);
  }
}

/* ============================================================== 

     # Video Button Play

=================================================================== */

.video-play-button {
  color: #c0dd64;

  font-size: 30px;

  left: 50%;

  padding-left: 7px;

  position: absolute;

  top: 50%;

  transform: translateX(-50%) translateY(-50%);

  -webkit-transform: translateX(-50%) translateY(-50%);

  -moz-transform: translateX(-50%) translateY(-50%);

  -ms-transform: translateX(-50%) translateY(-50%);

  -o-transform: translateX(-50%) translateY(-50%);

  z-index: 1;
}

.video-play-button:before {
  content: "";

  position: absolute;

  z-index: 0;

  left: 50%;

  top: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  display: block;

  width: 80px;

  height: 80px;

  background: #ffffff repeat scroll 0 0;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  -webkit-animation: pulse-border 1500ms ease-out infinite;

  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button.theme:before,
.video-play-button.theme:after {
  background: #c0dd64 repeat scroll 0 0;
}

.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
  background: #ff5621 repeat scroll 0 0;
}

.video-play-button:after {
  content: "";

  position: absolute;

  z-index: 1;

  left: 50%;

  top: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  display: block;

  width: 80px;

  height: 80px;

  background: #ffffff repeat scroll 0 0;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  transition: all 200ms;

  -webkit-transition: all 200ms;

  -moz-transition: all 200ms;

  -ms-transition: all 200ms;

  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    opacity: 0;
  }
}

.video-play-button i {
  display: block;

  position: relative;

  z-index: 3;

  color: #c0dd64;
}

.video-play-button.theme i {
  color: #ffffff;
}

.video-play-button.relative {
  position: relative;

  display: inline-block;

  left: 30px;

  height: 68px;

  width: 68px;

  line-height: 68px;

  text-align: center;

  margin-top: 0 !important;

  top: 55px;

  margin-left: 10px;
}

.video-play-button.relative::before,
.video-play-button.relative::after {
  height: 68px;

  width: 68px;

  line-height: 68px;
}

.video-play-button.relative i {
  line-height: 70px;

  font-size: 25px;
}

/* Nice Select CSS */

.nice-select {
  -webkit-tap-highlight-color: transparent;

  background-color: #fff;

  border: solid 1px #e8e8e8;

  box-sizing: border-box;

  clear: both;

  cursor: pointer;

  display: block;

  float: left;

  font-family: inherit;

  font-size: 14px;

  font-weight: normal;

  height: 50px;

  line-height: 50px;

  outline: none;

  padding-left: 18px;

  padding-right: 30px;

  position: relative;

  text-align: left !important;

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  white-space: nowrap;

  width: 100%;

  margin-bottom: 15px;

  z-index: 1;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;

  border-right: 2px solid #999;

  content: "";

  display: block;

  height: 5px;

  margin-top: -4px;

  pointer-events: none;

  position: absolute;

  right: 12px;

  top: 50%;

  -webkit-transform-origin: 66% 66%;

  -ms-transform-origin: 66% 66%;

  transform-origin: 66% 66%;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  -webkit-transition: all 0.15s ease-in-out;

  transition: all 0.15s ease-in-out;

  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);

  -ms-transform: rotate(-135deg);

  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;

  pointer-events: auto;

  -webkit-transform: scale(1) translateY(0);

  -ms-transform: scale(1) translateY(0);

  transform: scale(1) translateY(0);

  overflow-y: auto !important;

  height: 200px;
}

.nice-select.disabled {
  border-color: #ededed;

  color: #999;

  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #96aac1;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;

  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;

  right: 0;
}

.nice-select.small {
  font-size: 12px;

  height: 36px;

  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;

  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;

  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);

  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);

  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);

  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);

  box-sizing: border-box;

  margin-top: 4px;

  opacity: 0;

  overflow: hidden;

  padding: 0;

  pointer-events: none;

  position: absolute;

  top: 100%;

  left: 0;

  -webkit-transform-origin: 50% 0;

  -ms-transform-origin: 50% 0;

  transform-origin: 50% 0;

  -webkit-transform: scale(0.75) translateY(-21px);

  -ms-transform: scale(0.75) translateY(-21px);

  transform: scale(0.75) translateY(-21px);

  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;

  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;

  z-index: 9;

  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;

  font-weight: 400;

  line-height: 40px;

  list-style: none;

  min-height: 40px;

  outline: none;

  padding-left: 18px;

  padding-right: 29px;

  text-align: left;

  -webkit-transition: all 0.2s;

  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;

  color: #999;

  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* ============================================================== 

     # Features

=================================================================== */

.features-area .shape {
  opacity: 0.03;
}

.features-area .feature-box .single-item {
  margin-bottom: 30px;
}

.features-area .feature-box .item {
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

  padding: 60px 37px;

  background: #ffffff;
}

.features-area .about-info {
  margin-top: 90px;
}

.features-area .item .icon {
  display: inline-block;

  height: 80px;

  width: 80px;

  line-height: 80px;

  text-align: center;

  background: rgba(65, 84, 241, 1);

  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;

  position: relative;

  z-index: 1;

  font-size: 30px;

  color: #ffffff;

  margin-bottom: 25px;

  box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
}

.features-area .single-item:nth-child(2) .item .icon {
  background: rgba(27, 170, 160, 1);
}

.features-area .single-item:nth-child(3) .item .icon {
  background: rgba(255, 86, 33, 1);
}

.features-area .single-item:nth-child(4) .item .icon {
  background: rgba(129, 19, 137, 1);
}

.features-area .item h4 {
  font-weight: 800;

  font-size: 20px;
}

.features-area .item p {
  margin: 0;
}

/* About info */

.about-info h2 {
  font-weight: 200;

  margin-bottom: 25px;

  margin-top: -5px;

  text-transform: capitalize;
}

.about-info h2 strong {
  display: block;

  margin-top: 5px;
}

.about-info .fun-fact {
  display: flex;

  margin-top: 25px;
}

.about-info .fun-fact i {
  display: inline-block;

  margin-right: 20px;

  font-size: 30px;

  color: #c0dd64;
}

.about-info .fun-fact .timer {
  color: #232323;

  font-size: 40px;

  margin-bottom: 10px;

  font-weight: 700;

  display: inline-block;

  position: relative;

  z-index: 1;
}

.about-info .fun-fact .medium {
  display: block;

  font-size: 18px;
}

.about-info .fun-fact .timer::after {
  position: absolute;

  right: -32px;

  top: 0;

  content: "%";

  font-size: 30px;
}

.about-info a {
  margin-top: 10px;
}

/* About Features */

.about-features-area .about-info {
  padding-right: 35px;
}

.about-features-area .item-grid:first-child {
  margin-top: -30px;
}

.about-area .row>.process-box {
  padding-left: 35px;
}

.about-features-area .process-box .item {
  padding: 40px 30px;

  background: #ffffff;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

  margin-top: 30px;
}

.about-features-area .process-box .item:first-child .icon {
  position: relative;
}

.about-features-area .process-box .icon i {
  text-align: center;

  background: #ffffff;

  position: relative;

  z-index: 1;

  margin-bottom: 20px;

  font-size: 30px;

  color: #1baaa0;

  height: 80px;

  width: 80px;

  line-height: 80px;
}

.cornflower-blue .about-features-area .process-box .icon i {
  color: #634ded;
}

.about-features-area .process-box .icon i::after {
  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: #634ded;

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat;

  opacity: 0.1;

  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
}

.about-features-area .process-box .item h4 {
  text-transform: capitalize;

  font-weight: 800;

  font-size: 22px;
}

/* Analysis */

.analysis h4 {
  border-top: 1px dashed #e7e7e7;

  margin-top: 30px;

  padding-top: 30px;

  text-transform: capitalize;

  font-weight: 600;

  line-height: 1.4;
}

.analysis form button {
  width: 100%;

  background: linear-gradient(90deg, rgb(211 231 147) 0%, rgb(192 221 100) 75%);

  color: #000;

  font-weight: 800;

  text-transform: uppercase;

  padding: 7px;

  border-radius: 30px;

  margin-top: 30px;
}

.analysis form input,
.analysis form input:focus {
  border-radius: 30px;

  border: none;

  padding: 15px 30px;

  outline: inherit;

  box-shadow: inherit;
}

.analysis .input {
  border: 1px solid #e7e7e7;

  border-radius: 30px;

  padding: 0 20px;
}

.analysis form .col-lg-6 {
  padding: 0;

  border-radius: 30px;
}

.analysis .input .form-group {
  margin: 0;
}

.analysis form .input input[type="url"] {
  border-right: 1px solid #e7e7e7;

  border-top-right-radius: inherit;

  border-bottom-right-radius: inherit;
}

/* ============================================================== 

     # About

=================================================================== */

.about-area .thumb {
  padding-right: 35px;
}

.about-area .info h5 {
  text-transform: uppercase;

  font-weight: 800;

  color: #c0dd64;
}

.eastern-blue .about-area .info h5 {
  color: #1baaa0;
}

.orange .about-area .info h5 {
  color: #ff5621;
}

.cornflower-blue .about-area .info h5 {
  color: #634ded;
}

.about-area .info h2 {
  font-weight: 200;

  margin-bottom: 25px;

  text-transform: capitalize;
}

.about-area .info h2 strong {
  margin-top: 5px;
}

/* ============================================================== 

     # Cirlce Progressbar

=================================================================== */

.circle-chart {
  width: 150px;

  height: 150px;
}

.circle-chart__circle {
  stroke: #1baaa0;

  stroke-width: 2px;

  stroke-linecap: square;

  fill: none;

  animation: circle-chart-fill 2s reverse;

  transform: rotate(-90deg);

  transform-origin: center;
}

.cornflower-blue .circle-chart__circle {
  stroke: #634ded;
}

/**

 * 1. Rotate by -90 degree to make the starting point of the

 *    stroke the top of the circle.

 * 2. Scaling mirrors the circle to make the stroke move right

 *    to mark a positive chart value.

 * 3. Using CSS transforms on SVG elements is not supported by Internet Explorer

 *    and Edge, use the transform attribute directly on the SVG element as a

 * .  workaround.

 */

.circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1, -1);

  /* 1, 2, 3 */
}

.circle-chart__background {
  stroke: #e7e7e7;

  stroke-width: 1px;

  fill: none;
}

.circle-chart__info {
  animation: circle-chart-appear 2s forwards;

  opacity: 0;

  transform: translateY(0.3em);
}

.circle-chart__percent {
  alignment-baseline: central;

  text-anchor: middle;

  font-size: 8px;

  font-weight: 800;
}

.circle-chart__subline {
  alignment-baseline: central;

  text-anchor: middle;

  font-size: 3px;
}

.progress-items .circlechart {
  float: left;

  margin-right: 30px;

  margin-top: 25px !important;
}

.progress-items .circlechart:last-child {
  margin: 0;
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;

    transform: translateY(0);
  }
}

.about-area .progress-items {
  margin-top: 25px;
}

.progress-items .progress-box {
  margin-bottom: 30px;
}

.progress-items .progress-box:last-child {
  margin-bottom: 0;
}

.progress-items .progress-box h5 {
  text-transform: capitalize;

  color: #232323 !important;

  font-size: 16px;

  font-weight: 600;
}

.progress-items .progress-box .progress {
  height: 5px;

  border-radius: 30px;

  overflow: inherit;
}

.progress-items .progress-box .progress .progress-bar {
  background: #c0dd64;

  position: relative;

  z-index: 1;

  overflow: inherit;
}

.progress-items .progress-box .progress .progress-bar::after {
  position: absolute;

  right: 0;

  top: 0;

  content: "";

  height: 15px;

  width: 2px;

  background: #c0dd64;

  z-index: -1;

  margin-top: -5px;
}

.eastern-blue .progress-items .progress-box .progress .progress-bar {
  background: #1baaa0;
}

.eastern-blue .progress-items .progress-box .progress .progress-bar::after {
  background: #1baaa0;
}

.orange .progress-items .progress-box .progress .progress-bar {
  background: #ff5621;
}

.orange .progress-items .progress-box .progress .progress-bar::after {
  background: #ff5621;
}

.cornflower-blue .progress-items .progress-box .progress .progress-bar {
  background: #634ded;
}

.cornflower-blue .progress-items .progress-box .progress .progress-bar::after {
  background: #634ded;
}

/* ============================================================== 

     # Choose Us

=================================================================== */

.choose-us-area.half-bg::after {
  position: absolute;

  right: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 50%;

  background: #001d4c;

  z-index: -1;
}

.choose-us-area .info {
  padding-left: 50px;

  position: relative;

  z-index: 1;
}

.choose-us-area .info::after {
  position: absolute;

  left: -10px;

  top: -50px;

  content: "";

  height: 150px;

  width: 150px;

  background: url(assets/img/shape/dotted-bg.png);

  z-index: -1;

  transform: rotate(-45deg);

  background-size: contain;

  background-repeat: no-repeat;
}

.choose-us-area ul li {
  float: left;

  width: 50%;

  padding: 0 15px;

  margin-top: 30px;
}

.choose-us-area ul li .item {
  background: #ffffff;

  border-radius: 30px;

  display: flex;

  align-items: center;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.choose-us-area ul {
  margin-top: -10px;
}

.choose-us-area ul li h5 {
  margin-bottom: 7px;

  font-size: 18px;

  font-weight: 700;
}

.choose-us-area ul li {
  position: relative;

  z-index: 1;

  padding-left: 50px;

  line-height: 30px;
}

.choose-us-area ul li p {
  margin-bottom: 0;
}

.choose-us-area ul li::after {
  position: absolute;

  left: 0;

  top: 0;

  content: "\f00c";

  font-family: "Font Awesome 5 Free";

  background: #f7f7f7;

  color: #c0dd64;

  height: 40px;

  width: 35px;

  line-height: 40px;

  text-align: center;

  font-size: 10px;

  font-weight: 600;

  clip-path: polygon(100% 0, 100% 77%, 77% 100%, 0 100%, 0 0);
}

.choose-us-area ul li i {
  display: inline-block;

  margin-right: 15px;

  font-size: 30px;

  height: 60px;

  width: 60px;

  background: #c0dd64;

  line-height: 60px;

  text-align: center;

  color: #ffffff;

  border-radius: 50%;
}

.choose-us-area h2 {
  margin-bottom: 30px;

  font-weight: 600;
}

.choose-us-area h2 strong {
  text-decoration: underline;
}

.choose-us-area .thumb {
  padding-right: 35px;
}

.choose-us-area a {
  margin-top: 15px;
}

/* ============================================================== 

     # Services

=================================================================== */

@media only screen and (min-width: 1367px) {
  .services-area .container-lg {
    margin-left: calc((100% - 1140px) / 2);

    padding-right: 0;

    width: auto;

    min-width: auto;

    max-width: inherit;
  }
}

@media only screen and (min-width: 1000px) {
  .services-area .services-stage-carousel.owl-carousel .owl-stage {
    left: -100px;
  }
}

.services-area .single-item {
  margin-bottom: 30px;
}

/* 
.services-area .services-items .item {
  padding: 0px 25px 25px;

  background: #ffffff;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

  position: relative;

  z-index: 1;

  overflow: hidden;

  border-radius: 10px;
} */

.services-area .info {
  text-align: center;
}

.services-area .price {
  display: inline-block;
  margin: 0px 0px 0px 10px;
}

.price .text-bold {
  font-weight: 700;
}

.checked {
  color: #ee3d81 !important;
}

.services-area.bg-gray .services-items .item,
.services-area .services-items.services-stage-carousel .item {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);

  border: none;
}

/* 
.services-area .services-items .item::after {
  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 100%;

  width: 40%;

  background: url(assets/img/shape/border-shape.png);

  background-size: contain;

  background-repeat: no-repeat;

  background-position: left bottom;

  z-index: 1;

  opacity: 0.3;
} */

.services-area.bg-gray .services-items .item::after {
  opacity: 0.5;
}

.services-area .services-items .item .icon {
  margin-bottom: 30px;

  display: inline-block;

  position: relative;

  z-index: 1;
}

.services-area .services-items .item:hover .icon::after {
  height: 15px;

  width: 15px;
}

.services-area .services-items .single-item .item .icon::before,
.services-area .services-items .single-item .item .icon::after {
  display: none;
}

.services-area .services-items .item:hover .icon::before {
  height: 10px;

  width: 10px;
}

.services-area .services-items .item .icon i {
  display: inline-block;

  font-size: 45px;

  height: 80px;

  width: 80px;

  line-height: 80px;

  text-align: center;

  background: linear-gradient(to bottom, #c0dd64, #011cff);

  color: #ffffff;

  border-radius: 10px;

  position: relative;

  z-index: 1;

  transition: all 0.35s ease-in-out;
}

.services-area .services-items .single-item .item .icon i {
  font-size: 35px;
}

.services-area .services-items .single-item .icon i,
.services-area .services-items .single-item .icon i::after {
  border-radius: 50% !important;
}

.eastern-blue .services-area .services-items .item .icon i {
  background: #1baaa0;

  background: -webkit-linear-gradient(top left, #1baaa0, #11ebdb);

  background: -moz-linear-gradient(top left, #1baaa0, #11ebdb);

  background: linear-gradient(to bottom right, #1baaa0, #11ebdb);
}

.services-area .services-items .item .icon i::after {
  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 100%;

  width: 100%;

  z-index: -1;

  border-radius: 10px;

  box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
}

.services-area .services-items .item h4 {
  font-weight: 700;

  text-transform: capitalize;

  font-size: 20px;
}

.sale_btn {
  text-transform: capitalize;

  padding: 10px 35px;

  position: relative;

  z-index: 1;

  margin-top: 5px;

  display: inline-block;

  font-size: 16px;

  color: #c0dd64;

  float: right;
}

.sale_btn::after {
  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 52px;

  background: linear-gradient(-70deg, transparent, rgba(237, 245, 255, 1));

  z-index: -1;

  border-radius: 50%;

  transition: all 0.35s ease-in-out;
}

.sale_btn:hover::after {
  border-radius: 30px;

  width: 100%;

  color: #ffffff;
}

.services-area .services-items .item .info>a {
  text-transform: capitalize;

  padding: 10px 35px;

  position: relative;

  z-index: 1;

  margin-top: 5px;

  display: inline-block;

  font-size: 16px;

  color: #c0dd64;

  float: right;
}

.eastern-blue .services-area .services-items .item .info>a {
  color: #1baaa0;
}

.orange .services-area .services-items .item .info>a {
  color: #232323;
}

.cornflower-blue .services-area .services-items .item .info>a {
  color: #634ded;
}

.services-area .services-items.text-center .item .info>a {
  float: none;
}

.services-area .services-items .item .info>a i {
  margin-right: 3px;

  font-size: 12px;
}

.services-area .services-items .item .info>a::after {
  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 52px;

  background: linear-gradient(-70deg, transparent, rgba(237, 245, 255, 1));

  z-index: -1;

  border-radius: 50%;

  transition: all 0.35s ease-in-out;
}

.services-area .services-items .item .info>a:hover::after {
  border-radius: 30px;

  width: 100%;

  color: #ffffff;
}

.services-area .services-items .owl-item:nth-child(1) .item .icon i,
.services-area .services-items .single-item:nth-child(1) .item .icon i {
  background: #1baaa0;

  background: -webkit-linear-gradient(top left, #1baaa0, #11ebdb);

  background: -moz-linear-gradient(top left, #1baaa0, #11ebdb);

  background: linear-gradient(to bottom right, #1baaa0, #11ebdb);
}

.services-area .services-items .owl-item:nth-child(2n) .item .icon i,
.services-area .services-items .single-item:nth-child(2n) .item .icon i {
  background: #653cb5;

  background: -webkit-linear-gradient(top left, #653cb5, #bb99ff);

  background: -moz-linear-gradient(top left, #653cb5, #bb99ff);

  background: linear-gradient(to bottom right, #653cb5, #bb99ff);
}

.services-area .services-items .owl-item:nth-child(3n) .item .icon i,
.services-area .services-items .single-item:nth-child(3n) .item .icon i {
  background: #f84e77;

  background: -webkit-linear-gradient(top left, #f84e77, #ffa3b9);

  background: -moz-linear-gradient(top left, #f84e77, #ffa3b9);

  background: linear-gradient(to bottom right, #f84e77, #ffa3b9);
}

.services-area .services-items .owl-item:nth-child(4n) .item .icon i,
.services-area .services-items .single-item:nth-child(4n) .item .icon i {
  background: #c0dd64;

  background: -webkit-linear-gradient(top left, #c0dd64, #6c7cff);

  background: -moz-linear-gradient(top left, #c0dd64, #6c7cff);

  background: linear-gradient(to bottom right, #c0dd64, #6c7cff);
}

.services-area .services-items .owl-item:nth-child(5n) .item .icon i,
.services-area .services-items .single-item:nth-child(5n) .item .icon i {
  background: #fc573c;

  background: -webkit-linear-gradient(top left, #fc573c, #fb9281);

  background: -moz-linear-gradient(top left, #fc573c, #fb9281);

  background: linear-gradient(to bottom right, #fc573c, #fb9281);
}

.services-area .services-items .owl-item:nth-child(6n) .item .icon i,
.services-area .services-items .single-item:nth-child(6n) .item .icon i {
  background: #63bc6f;

  background: -webkit-linear-gradient(top left, #63bc6f, #a0f8ac);

  background: -moz-linear-gradient(top left, #63bc6f, #a0f8ac);

  background: linear-gradient(to bottom right, #63bc6f, #a0f8ac);
}

.services-area .services-items.services-carousel .owl-nav,
.filter-carousel .owl-nav {
  margin: 0;
}

.services-area .services-items.services-carousel .owl-nav .owl-prev,
.services-area .services-items.services-carousel .owl-nav .owl-next,
.filter-carousel .owl-nav .owl-prev,
.filter-carousel .owl-nav .owl-next {
  background: #ffffff none repeat scroll 0 0;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  -moz-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);

  -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);

  -o-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);

  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);

  color: #c0dd64;

  font-size: 20px;

  height: 45px;

  left: -90px;

  line-height: 50px;

  margin-top: -23px;

  padding: 0;

  position: absolute;

  text-align: center;

  top: 50%;

  transition: all 0.35s ease-in-out;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  width: 45px;

  opacity: 0;
}

.services-area .services-items.services-carousel .owl-nav .owl-next,
.filter-carousel .owl-nav .owl-next {
  left: auto;

  right: -90px;
}

.services-area .services-items.services-carousel:hover .owl-nav .owl-prev,
.filter-carousel:hover .owl-nav .owl-prev {
  left: -70px;

  opacity: 1;
}

.services-area .services-items.services-carousel:hover .owl-nav .owl-next,
.filter-carousel:hover .owl-nav .owl-next {
  left: auto;

  right: -70px;

  opacity: 1;
}

.services-stage-carousel.owl-carousel .owl-dots {}

.services-stage-carousel.owl-carousel .owl-dots .owl-dot {
  margin-bottom: -10px;

  margin-top: 20px;
}

.services-stage-carousel.owl-carousel .owl-dots .owl-dot span {
  display: block;

  height: 20px;

  width: 20px;

  margin: 0 5px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  background: #ffffff;

  position: relative;

  z-index: 1;

  border: 2px solid #e7e7e7;
}

.services-stage-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;

  left: 50%;

  top: 50%;

  content: "";

  height: 5px;

  width: 5px;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  background: #c0dd64;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;
}

/* ============================================================== 

     # Process

=================================================================== */

.process-items .content {
  border-left: 1px dashed #dddddd;

  padding-left: 50px;

  margin-top: 40px;

  margin-left: 30px;
}

.process-items h2 {
  font-weight: 200;

  line-height: 1.3;

  margin-top: -5px;
}

.process-items h2 strong {
  display: block;
}

.process-items .thumb {
  padding-right: 35px;
}

.process-items .content .item {
  position: relative;

  z-index: 1;

  padding-top: 10px;

  margin-bottom: 30px;
}

.process-items .content .item:last-child {
  margin-bottom: 0;
}

.process-items .content h4 {
  font-size: 20px;

  text-transform: capitalize;

  font-weight: 700;
}

.process-items .content .item p {
  margin: 0;
}

.process-items .content .item .icon {
  height: 45px;

  width: 45px;

  line-height: 45px;

  text-align: center;

  position: absolute;

  left: -74px;

  top: 0;
}

.process-items .content .item .icon i {
  transition: all 0.35s ease-in-out;
}

.process-items .content .item .icon::after {
  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: #ffffff;

  z-index: -1;

  border: 2px solid #e7e7e7;

  transform: rotate(45deg);

  border-radius: 5px;

  transition: all 0.35s ease-in-out;
}

.process-items .content .item:first-child .icon::after,
.process-items .content .item:hover .icon::after {
  background: linear-gradient(90deg, rgb(211 231 147) 0%, rgb(192 221 100) 75%);

  border: none;
}

.orange .process-items .content .item:first-child .icon::after,
.orange .process-items .content .item:hover .icon::after {
  background: linear-gradient(90deg,
      rgba(255, 86, 33, 1) 0%,
      rgba(240, 57, 0, 1) 77%);

  border: none;
}

.process-items .content .item:first-child .icon i,
.process-items .content .item:hover .icon i {
  color: #ffffff;
}

/* Process */

.our-process-area .process-box .single-item {
  margin-bottom: 30px;
}

.our-process-area .process-box .single-item:nth-child(2n) {
  margin-top: 50px;
}

.our-process-area .process-box {
  position: relative;

  z-index: 1;
}

.our-process-area .process-box .item:first-child .icon {
  position: relative;
}

.our-process-area .process-box .icon i {
  text-align: center;

  background: #ffffff;

  position: relative;

  z-index: 1;

  margin-bottom: 20px;

  font-size: 50px;

  color: #c0dd64;

  height: 100px;

  width: 100px;

  line-height: 100px;
}

.cornflower-blue .our-process-area .process-box .icon i {
  color: #634ded;
}

.eastern-blue .our-process-area .process-box .icon i {
  color: #1baaa0;
}

.orange .our-process-area .process-box .icon i {
  color: #ff5621;
}

.our-process-area .process-box .icon i::after {
  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: url(assets/img/shape/shape-blue.png);

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat;

  opacity: 0.05;
}

.eastern-blue .our-process-area .process-box .icon i::after {
  background: url(assets/img/shape/shape-eastern-blue.png);

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat;

  opacity: 0.05;
}

.cornflower-blue .our-process-area .process-box .icon i::after {
  background: url(assets/img/shape/shape-blue.png);

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat;

  opacity: 0.05;
}

.orange .our-process-area .process-box .icon i::after {
  background: url(assets/img/shape/shape-orange.png);

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat;

  opacity: 0.05;
}

.our-process-area .process-box .item h4 {
  text-transform: capitalize;

  font-weight: 800;

  font-size: 22px;
}

.our-process-area .process-box .item p {
  margin: 0;
}

.our-process-area .process-box .item {
  padding: 60px 30px;

  background: #ffffff;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.our-process-area.box-less .process-box .item {
  box-shadow: inherit;

  border: none;

  padding: 0;
}

.our-process-area.box-less .process-box .single-item:nth-child(2n) {
  margin-top: 0;
}

.our-process-area.box-less .process-box .icon {
  box-shadow: inherit;

  margin-bottom: 40px;
}

.our-process-area.box-less .process-box .icon i {
  font-size: 40px;
}

.our-process-area.box-less .process-box .icon i::after {
  background: url(assets/img/shape/shape-2.png);

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat;

  opacity: 0.05;
}

.our-process-area.box-less .single-item:nth-child(2) .item .icon i {
  color: rgba(27, 170, 160, 1);
}

.our-process-area.box-less .single-item:nth-child(3) .item .icon i {
  color: rgba(255, 86, 33, 1);
}

.our-process-area.box-less .single-item:nth-child(4) .item .icon i {
  color: rgba(129, 19, 137, 1);
}

/* ============================================================== 

     # Tabs

=================================================================== */

.center-tabs .nav-tabs {
  border-bottom: none;

  margin-bottom: 40px !important;

  padding-right: 20px;
}

.center-tabs .nav-tabs li {
  float: none;

  display: block;

  margin: 0;

  padding: 0;

  border: none;

  margin-bottom: 15px;
}

.center-tabs .nav-tabs li a {
  display: block;

  border: none;

  border-radius: 5px;

  padding: 10px 25px;

  position: relative;

  z-index: 1;

  background: #f7f7f7;

  font-weight: 700;

  border: 1px solid #e7e7e7;
}

.center-tabs .nav-tabs li a:hover,
.center-tabs .nav-tabs li a:focus {
  background: transparent;
}

.center-tabs .nav-tabs li a.active {
  background: linear-gradient(90deg, rgb(211 231 147) 0%, rgb(192 221 100) 75%);

  color: #000;
}

.about-area .center-tabs {
  margin-top: 50px;
}

.center-tabs .tab-content {
  padding: 50px;

  background: #ffffff;

  border-bottom: 3px solid #c0dd64;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.center-tabs .tab-content .info {
  padding-right: 35px;

  text-align: left;
}

.center-tabs .info h2,
.center-tabs .info h3 {
  font-weight: 700;

  margin-bottom: 20px;

  line-height: 1.3;
}

.center-tabs .info h5 {
  text-transform: uppercase;

  margin-bottom: 25px;

  color: #c0dd64;

  font-weight: 800;

  font-size: 18px;
}

.center-tabs .info a i {
  font-size: 14px;

  margin-right: 2px;
}

.center-tabs .info a {
  margin-top: 10px;
}

/* ============================================================== 

     # Faq

=================================================================== */

.faq-items img {
  max-width: 120%;
}

.faq-items .faq-content {
  padding-right: 35px;
}

.faq-items .faq-content h2 {
  font-weight: 200;

  margin-bottom: 30px;

  line-height: 1.3;

  margin-top: -5px;

  text-transform: capitalize;
}

.faq-items .faq-content h2 strong {
  display: block;

  margin-top: 5px;
}

.faq-area .thumb {
  padding-left: 35px;
}

.accordion .card-header h4:after {
  font-family: "Font Awesome 5 Free";

  content: "\f06e";

  position: absolute;

  right: 30px;

  top: 30px;

  font-weight: 600;
}

.accordion .card-header h4.collapsed:after {
  content: "\f070";

  font-weight: 600;
}

.faq-area .faq-content .card {
  border: 1px solid #dddddd;

  margin-bottom: 15px;

  overflow: inherit;

  background: #ffffff;

  border-radius: 5px;
}

.faq-area .faq-content .card:last-child {
  margin-bottom: 0;
}

.faq-area .faq-content .card .card-header {
  border: none;

  background: transparent;

  padding: 0;
}

.faq-area .faq-content .card .card-header h4 {
  margin: 0;

  font-size: 18px;

  font-weight: 600;

  padding: 30px;

  padding-right: 50px;

  cursor: pointer;
}

.faq-area .faq-content .card .card-body {
  padding-left: 30px;

  padding-top: 0;
}

/* Companies */

.companies-carousel .item img {
  width: auto;

  margin: auto;
}

/* ============================================================== 

     # Clients

=================================================================== */

.clients-carousel img {
  width: auto !important;

  height: 80px;

  margin: auto;
}

.clients-area.reverse .clients-carousel img {
  margin: inherit;
}

.clients-area .fixed-bg {
  opacity: 0.2;
}

.clients-area .info {
  padding-right: 35px;

  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.clients-area.bg-gray .info {
  border-right: 1px solid #cccccc;
}

.clients-area.reverse .info {
  padding-right: 15px;

  padding-left: 35px;

  border: none;

  border-left: 1px solid #e7e7e7;
}

.clients-area .info h2 {
  font-weight: 600;

  line-height: 1.4;

  margin-bottom: 0;

  margin-top: -5px;
}

.clients-area .info h2 strong {
  text-decoration: underline;

  color: #c0dd64;
}

.eastern-blue .clients-area .info h2 strong {
  color: #1baaa0;
}

.orange .clients-area .info h2 strong {
  color: #ff5621;
}

.cornflower-blue .clients-area .info h2 strong {
  color: #634ded;
}

.orange .clients-area .info h2 strong {
  color: #ff5621;
}

.clients-area.text-light .info h2 strong {
  color: #ffffff;
}

/* ============================================================== 

     # Fun Fact

=================================================================== */

.fun-factor-area.bg-gray .fixed-bg {
  opacity: 0.5;
}

/* ============================================================== 

     # Our Benifits

=================================================================== */

.benefits-area .thumb {
  padding-left: 35px;
}

.benifits-area.reverse .thumb {
  padding-left: 15px;

  padding-right: 35px;
}

.benifits-area .info>h5 {
  color: #5f7e77;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 28px;
}

.eastern-blue .benifits-area .info>h5 {
  color: #1baaa0;
}

.orange .benifits-area .info>h5 {
  color: #ff5621;
}

.cornflower-blue .benifits-area .info>h5 {
  color: #634ded;
}

.benifits-area .info h2 {
  font-weight: 200;

  margin-bottom: 25px;
}

.benifits-area .info h2 strong {
  display: block;
}

.benifits-area .info ul {
  margin-top: -10px;
}

.benifits-area .info ul li {
  float: left;

  width: 50%;

  padding: 0 15px;

  position: relative;

  z-index: 1;

  padding-left: 20px;

  margin-top: 20px;
}

.benifits-area .info>a {
  margin-top: 30px;
}

.benifits-area .info ul li h5 {
  font-weight: 700;

  font-size: 16px;

  margin: 0;
}

.benifits-area .info ul li::after {
  position: absolute;

  left: 0;

  top: 0;

  content: "";

  border-top: 8px solid transparent;

  border-bottom: 8px solid transparent;

  border-left: 10px solid #c0dd64;
}

.eastern-blue .benifits-area .info ul li::after {
  border-left: 10px solid #1baaa0;
}

.orange .benifits-area .info ul li::after {
  border-left: 10px solid #ff5621;
}

.cornflower-blue .benifits-area .info ul li::after {
  border-left: 10px solid #634ded;
}

/* ============================================================== 

     # Fun Factor

=================================================================== */

.fun-factor-area {
  position: relative;

  z-index: 1;
}

.fun-factor-area .fixed-bg {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  opacity: 0.7;
}

.fun-factor-area.bg-gray .fixed-bg {
  opacity: 0.8;
}

.fun-factor-area .item .timer {
  display: block;

  font-size: 45px;

  font-weight: 800;

  line-height: 1;

  margin-top: -5px;

  margin-bottom: 10px;

  color: #232323;

  background-clip: text;

  -webkit-text-fill-color: transparent;

  background: #000;

  -webkit-background-clip: text;
}

.eastern-blue .fun-factor-area .item .timer {
  background: linear-gradient(90deg,
      rgba(27, 170, 160, 1) 0%,
      rgba(8, 115, 107, 1) 77%);

  background-clip: text;

  -webkit-text-fill-color: transparent;

  -webkit-background-clip: text;
}

.orange .fun-factor-area .item .timer {
  background: linear-gradient(90deg,
      rgba(255, 86, 33, 1) 0%,
      rgba(240, 57, 0, 1) 77%);

  background-clip: text;

  -webkit-text-fill-color: transparent;

  -webkit-background-clip: text;
}

.cornflower-blue .fun-factor-area .item .timer {
  background: linear-gradient(to bottom right, #644ded, #811389);

  background-clip: text;

  -webkit-text-fill-color: transparent;

  -webkit-background-clip: text;
}

.fun-factor-area .item .medium {
  display: block;

  font-weight: 800;

  font-size: 16px;

  margin-bottom: -5px;

  color: #232323;

  text-transform: capitalize;
}

.fun-factor-area .fixed-bg.contain {
  opacity: 1;

  background-repeat: no-repeat;

  background-size: contain;

  background-position: center center;
}

/* ============================================================== 

     # Case Studies

=================================================================== */

.case-studies-area.default-padding-top {
  margin-bottom: -50px;
}

.case-studies-area.default-padding-bottom {
  padding-bottom: 70px;

  margin: 0;
}

.case-studies-area .shape-right-bottom {
  opacity: 0.05;
}

.case-studies-area .single-item {
  margin-bottom: 30px;
}

.case-items .thumb {
  overflow: hidden;

  position: relative;

  z-index: 1;
}

.case-items .info {
  position: relative;

  z-index: 1;

  background: #ffffff;
}

.case-items .info .cats {
  font-weight: 700;

  margin-bottom: 5px;
}

.case-items .info .cats p {
  margin: 0;

  font-weight: 700;

  color: #c0dd64;

  font-size: 14px;

  position: relative;

  z-index: 1;

  padding-left: 25px;
}

.case-items .info .cats p::after {
  position: absolute;

  left: 0;

  top: 50%;

  content: "";

  height: 1px;

  width: 15px;

  background: #c0dd64;

  margin-top: -1px;
}

.eastern-blue .case-items .info .cats p {
  color: #1baaa0;
}

.eastern-blue .case-items .info .cats p::after {
  background: #1baaa0;
}

.case-items .info {
  padding: 30px;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.case-items .info h5 {
  margin-bottom: 0;
}

.case-items .thumb .overlay {
  position: absolute;

  height: 100%;

  width: 100%;

  left: 0;

  top: 0;
}

.case-items .thumb .overlay a {
  height: 45px;

  width: 45px;

  line-height: 45px;

  background: #ffffff;

  display: inline-block;

  border-radius: 5px;

  z-index: 9;

  color: #c0dd64;

  position: absolute;

  right: 30px;

  bottom: 60px;

  opacity: 0;

  text-align: center;
}

.eastern-blue .case-items .thumb .overlay a {
  color: #1baaa0;
}

.orange .case-items .thumb .overlay a {
  color: #ff5621;
}

.cornflower-blue .case-items .thumb .overlay a {
  color: #634ded;
}

.case-items .thumb .overlay::after {
  position: absolute;

  left: 0;

  bottom: -100%;

  content: "";

  height: 100%;

  width: 100%;

  background: #000000;

  transition: all 0.35s ease-in-out;

  opacity: 0.5;
}

.case-items .item:hover .thumb .overlay::after {
  bottom: 0;
}

.case-items .item:hover .thumb .overlay a {
  opacity: 1;

  bottom: 30px;
}

/* ============================================================== 

     # Team

=================================================================== */

.team-area .single-item {
  margin-bottom: 30px;
}

.team-area .item {
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

  transition: all 0.35s ease-in-out;

  background: #ffffff;
}

.team-area .team-carousel .item {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.team-area .item:hover {
  margin-top: -15px;
}

.team-area .thumb {
  position: relative;

  z-index: 1;
}

.team-area .thumb::after {
  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: url(assets/img/shape/brush.svg);

  background-size: cover;

  background-repeat: no-repeat;
}

.team-area i.fas.fa-envelope {
  position: relative;

  top: 2px;

  font-weight: 500;
}

.team-area .info {
  padding: 30px;
}

.team-area .info h4 {
  font-weight: 700;

  margin: 0;

  font-size: 20px;
}

.team-area .info>span {
  display: block;

  color: #c0dd64;

  margin-bottom: 10px;
}

.cornflower-blue .team-area .info>span {
  color: #634ded;
}

.eastern-blue .team-area .info>span {
  color: #1baaa0;
}

.orange .team-area .info>span {
  color: #ff5621;
}

.team-area .info .contact {
  display: flex;

  align-items: center;

  justify-content: center;

  margin-top: 10px;
}

.team-area .info .contact i {
  margin-right: 5px;

  color: #1da1f2;

  border-radius: 50%;
}

i.fas.fa-envelope-open {
  font-weight: 500;
}

.team-area .info .contact a {
  font-weight: 300;
}

.team-carousel.owl-carousel .owl-dots {}

.team-carousel.owl-carousel .owl-dots .owl-dot {
  margin-bottom: -10px;

  margin-top: 20px;
}

.team-carousel.owl-carousel .owl-dots .owl-dot span {
  display: block;

  height: 20px;

  width: 20px;

  margin: 0 5px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  background: #ffffff;

  position: relative;

  z-index: 1;

  border: 2px solid #e7e7e7;
}

.team-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;

  left: 50%;

  top: 50%;

  content: "";

  height: 5px;

  width: 5px;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  background: #c0dd64;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;
}

/* ============================================================== 

     # Pricing

=================================================================== */

.pricing-area .shape-right-bottom {
  bottom: -200px;

  opacity: 0.08;
}

.pricing-area .pricing-item {
  background: #ffffff;

  position: relative;

  z-index: 1;

  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);

  padding: 50px;
}

.pricing-area .single-item {
  padding: 0;
}

.pricing-item.active {
  transform: scale(1.07);

  -webkit-transform: scale(1.07);

  -moz-transform: scale(1.07);

  -ms-transform: scale(1.07);

  -o-transform: scale(1.07);

  z-index: 9;

  border: 2px solid #c0dd64;

  border-radius: 10px;
}

.orange .pricing-item.active {
  border: 2px solid #ff5621;
}

.pricing-area .pricing-item ul {
  display: inline-block;

  text-align: left;
}

.pricing-area .pricing-item li {
  margin-bottom: 10px;

  overflow: hidden;

  display: flex;

  align-items: center;

  justify-content: space-between;

  font-size: 14px;
}

.pricing-area .pricing-item li i {
  margin-left: 30px;

  color: #00a37b;
}

.pricing-area .pricing-item li i.fa-times-circle {
  color: #ff99af;
}

.pricing-area .pricing-item li:last-child {
  margin-bottom: 0;

  border: none;

  padding: 0;

  margin-top: 25px;
}

.pricing-area .pricing-item li.icon i {
  margin-left: 0;

  font-size: 60px;

  margin-top: 20px;

  margin-bottom: 30px;

  color: #232323;

  display: inline-block;

  font-size: 50px;

  height: 100px;

  width: 100px;

  line-height: 100px;

  position: relative;

  z-index: 1;

  text-align: center;
}

.pricing-area .pricing-item li.icon i::after {
  position: absolute;

  left: -8px;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: url(assets/img/shape/icon-shape.png);

  z-index: -1;

  background-size: contain;

  background-repeat: no-repeat;

  background-position: center center;

  opacity: 0.09;
}

.pricing-area .pricing-item.active li.icon i {
  color: #c0dd64;
}

.orange .pricing-area .pricing-item.active li.icon i {
  color: #ff5621;
}

.pricing-area .pricing-item li.icon {
  text-align: center;
}

.pricing-area .pricing-item li.icon img {
  height: 120px;

  min-height: 100px;

  width: auto;

  margin-bottom: 30px;
}

.pricing-area .pricing-items {
  margin-top: 22px;

  margin-bottom: 22px;
}

.pricing-area .pricing-item li.pricing-header {
  position: relative;

  z-index: 1;

  text-align: center;

  background: border-box;
}

.pricing-area .pricing-item li.pricing-header::after {
  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 1px;

  width: 100%;
}

.pricing-area .pricing-item .price h2 {
  font-weight: 700;

  font-size: 50px;

  margin-bottom: 0;
}

.pricing-area .pricing-item .price h2 sup {
  font-size: 24px;

  top: -20px;

  font-weight: 500;
}

.pricing-area .pricing-item .price h2 sub {
  font-size: 14px;

  font-weight: 500;
}

.pricing-area .pricing-item li.pricing-header h4 {
  text-transform: capitalize;

  font-weight: 800;

  margin-bottom: 5px;

  font-size: 20px;

  color: #666666;
}

.pricing-area .pricing-item li.pricing-header::before {
  position: absolute;

  left: 0;

  bottom: 0;
}

.pricing-area .pricing-item li.pricing-header i {
  display: inline-block;

  position: relative;

  z-index: 1;

  text-align: center;

  margin-bottom: 30px;

  color: #c0dd64;

  font-size: 50px;
}

.pricing-area .pricing-item li.pricing-header,
.pricing-area .pricing-item li.price,
.pricing-area .pricing-item li.footer,
.pricing-area .pricing-item li.icon {
  text-align: center;

  justify-content: center;
}

/* ============================================================== 

     # Subscribe

=================================================================== */

.subscribe-area .shape-right-top {
  opacity: 0.07;

  top: 120px;
}

.subscribe-area .sebscribe-items {
  padding: 80px 30px;

  border-radius: 5px;

  background: #ffffff;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

  position: relative;

  z-index: 1;

  overflow: hidden;
}

.subscribe-area .sebscribe-items::after {
  position: absolute;

  left: -50px;

  top: -50px;

  content: "";

  height: 150px;

  width: 150px;

  background: #c0dd64;

  z-index: -1;

  transform: rotate(25deg);

  border-radius: 10px;
}

.eastern-blue .subscribe-area .sebscribe-items::after {
  background: #1baaa0;
}

.orange .subscribe-area .sebscribe-items::after {
  background: #ff5621;
}

.cornflower-blue .subscribe-area .sebscribe-items::after {
  background: #634ded;
}

.subscribe-area .sebscribe-items::before {
  position: absolute;

  left: -65px;

  top: -65px;

  content: "";

  height: 200px;

  width: 200px;

  background: #c0dd64;

  z-index: -1;

  opacity: 0.5;

  transform: rotate(25deg);

  border-radius: 10px;
}

.eastern-blue .subscribe-area .sebscribe-items::before {
  background: #1baaa0;
}

.orange .subscribe-area .sebscribe-items::before {
  background: #ff5621;
}

.cornflower-blue .subscribe-area .sebscribe-items::before {
  background: #634ded;
}

.subscribe-area h2 {
  font-weight: 700;

  margin-bottom: 30px;
}

.subscribe-area h2 strong {
  display: block;

  text-transform: capitalize;

  margin-top: 5px;

  color: #c0dd64;
}

.eastern-blue .subscribe-area h2 strong {
  color: #1baaa0;
}

.orange .subscribe-area h2 strong {
  color: #ff5621;
}

.cornflower-blue .subscribe-area h2 strong {
  color: #634ded;
}

.subscribe-area form {
  border: 1px solid #e7e7e7;

  border-radius: 30px;

  position: relative;

  z-index: 1;

  padding: 0 20px;
}

.seo-form form .col-lg-6 {
  padding: 0;
}

.subscribe-area form input,
.subscribe-area form input:focus {
  border: none;

  padding: 30px;

  border-radius: 30px;

  box-shadow: inherit;

  outline: inherit;
}

.subscribe-area form button {
  top: 5px;

  position: absolute;

  right: 5px;
}

.subscribe-area form .input-group.stylish-input-group {
  border-radius: 30px;

  border: none;
}

.subscribe-area form button {
  position: absolute;

  top: 5px;

  right: 5px;

  padding: 10px 35px;

  border-radius: 30px;

  background: linear-gradient(90deg, rgb(211 231 147) 0%, rgb(192 221 100) 75%);

  color: #000;

  font-weight: 700;
}

.orange .subscribe-area form button {
  background: linear-gradient(90deg,
      rgba(255, 86, 33, 1) 0%,
      rgba(240, 57, 0, 1) 77%);
}

.eastern-blue .subscribe-area form button {
  background: linear-gradient(90deg,
      rgba(27, 170, 160, 1) 0%,
      rgba(8, 115, 107, 1) 77%);
}

.cornflower-blue .subscribe-area form button {
  background: linear-gradient(90deg, rgb(211 231 147) 0%, rgb(192 221 100) 75%);
}

/* SEO Form */

.seo-form.subscribe-area.half-bg-gray::after {
  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 50%;

  width: 100%;

  background: #c4e4e3;

  z-index: -1;
}

.seo-form.subscribe-area form input {
  padding: 0 30px;

  border-radius: 30px;

  border-right: 1px solid #e7e7e7;

  border-top-right-radius: inherit;

  border-bottom-right-radius: inherit;
}

.seo-form.subscribe-area form .form-group {
  margin: 0;
}

.seo-form.subscribe-area form .col-lg-5:last-child {
  border: none;
}

.seo-form form .col-lg-6:last-child input {
  border: none;
}

.seo-form form .col-lg-6:nth-child(2) input {
  border: none;

  border-radius: 30px;
}

.subscribe-area.seo-form form button {
  top: 0;

  right: -1px;
}

/* ============================================================== 

     # Testimonials

=================================================================== */

.testimonials-area .client-thumb {
  position: relative;

  height: 350px;

  width: 350px;

  background: #ffffff;

  margin: auto;

  border-radius: 50%;

  margin-top: 50px;

  margin-bottom: 50px;

  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
}

.testimonials-area .client-thumb::after {
  position: absolute;

  left: -15%;

  top: -15%;

  content: "";

  height: 130%;

  width: 130%;

  z-index: -1;

  border-radius: 50%;

  background: url(assets/img/shape/round-shape.png);

  background-size: cover;

  background-position: center;

  opacity: 0.3;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.testimonials-area .client-thumb img {
  height: 70px;

  width: 70px;

  border-radius: 50%;

  background: #ffffff;

  padding: 5px;

  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
}

.testimonials-area .client-thumb img:first-child {
  position: absolute;

  left: 50%;

  top: -30px;

  margin-left: -40px;
}

.testimonials-area .client-thumb img:nth-child(2) {
  position: absolute;

  right: -10px;

  bottom: 50px;
}

.testimonials-area .client-thumb img:nth-child(3) {
  position: absolute;

  left: -10px;

  bottom: 50px;
}

.testimonials-area .client-thumb img:nth-child(4) {
  height: 200px;

  width: 200px;

  left: 50%;

  top: 50%;

  position: absolute;

  transform: translate(-50%, -50%);

  border: none;

  padding: 0;

  border-radius: 50%;
}

.testimonials-carousel .item {
  position: relative;

  z-index: 1;

  margin-top: 20px;
}

.testimonials-carousel .item::after {
  position: absolute;

  left: 0;

  top: 10px;

  content: "\f10d";

  font-family: "Font Awesome 5 Free";

  font-weight: 600;

  font-size: 100px;

  z-index: -1;

  opacity: 0.07;
}

.testimonial-content h2 {
  font-weight: 700;

  margin-bottom: 25px;
}

.testimonial-content {
  margin-top: 40px;
}

.testimonials-carousel .item .author {
  display: flex;

  align-items: center;

  margin-top: 30px;

  border-top: 1px dashed #e7e7e7;

  padding-top: 30px;
}

.testimonials-carousel .item .author .thumb {
  margin-right: 20px;
}

.testimonials-carousel .item .author .thumb img {
  height: 70px;

  width: 70px;

  border-radius: 50%;
}

.testimonials-carousel .item .author .info h5 {
  font-weight: 600;

  text-transform: capitalize;

  margin-bottom: 2px;
}

.testimonials-carousel .item .author .info span {
  color: #c0dd64;
}

.eastern-blue .testimonials-carousel .item .author .info span {
  color: #1baaa0;
}

.testimonials-carousel.owl-carousel .owl-dots {}

.testimonials-carousel.owl-carousel .owl-dots .owl-dot {
  margin-bottom: -10px;

  margin-top: 20px;
}

.testimonials-carousel.owl-carousel .owl-dots .owl-dot span {
  display: block;

  height: 20px;

  width: 20px;

  margin: 0 5px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  background: #ffffff;

  position: relative;

  z-index: 1;

  border: 2px solid #e7e7e7;
}

.testimonials-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;

  left: 50%;

  top: 50%;

  content: "";

  height: 5px;

  width: 5px;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  background: #c0dd64;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;
}

.eastern-blue .testimonials-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  background: #1baaa0;
}

/* ============================================================== 

     # Blog

=================================================================== */

.blog-area .single-item {
  margin-bottom: 30px;
}

.blog-area.full-blog .single-item:last-child {
  margin-bottom: 0;
}

.blog-area.full-blog .blog-item-box {
  margin-top: -30px;
}

.blog-area.single .blog-item-box {
  margin-top: 0;
}

.blog-area.full-blog .single-item {
  margin-bottom: 0;

  margin-top: 30px;
}

.blog-area .item .info h1,
.blog-area .item .info h2,
.blog-area .item .info h3,
.blog-area .item .info h4,
.blog-area .item .info h5,
.blog-area .item .info h6 {
  font-weight: 700;
}

.blog-area .item .info h4 {
  line-height: 1.4;
}

.blog-area .item .info h3 {
  font-weight: 700;
}

.blog-area .item .thumb img {
  border-radius: 10px;
}

.blog-area .item .thumb a {
  display: block;

  padding: 15px;

  border-radius: 10px;
}

.blog-items .item .info {
  padding: 30px;

  background: #ffffff;

  padding-top: 15px;

  border-radius: 0 0 10px 10px;
}

.blog-area.single .item .info {
  padding: 0;

  padding-top: 15px;
}

.blog-items .info h4 a:hover {
  color: #c0dd64;
}

.eastern-blue .blog-items .info h4 a:hover {
  color: #1baaa0;
}

.blog-items .item {
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

  border-radius: 10px;

  background: #ffffff;
}

.blog-items.content-less a {
  margin-top: 10px;
}

.blog-items .meta {
  display: flex;

  align-items: center;

  margin-bottom: 15px;
}

.blog-items .meta .thumb {
  margin-right: 15px;
}

.blog-items .meta .thumb img {
  height: 55px;

  width: 55px;

  border-radius: 50%;
}

.blog-items .meta .content h5 {
  font-size: 14px;

  text-transform: uppercase;

  font-weight: 700;

  margin-bottom: 5px;
}

.blog-items .meta .content span {
  text-transform: capitalize;

  font-size: 14px;

  color: #c0dd64;
}

.blog-items .meta ul li {
  text-transform: uppercase;

  font-weight: 600;

  font-size: 14px;

  float: left;

  margin-right: 12px;

  padding-right: 13px;

  position: relative;

  z-index: 1;
}

.blog-items .meta ul li i {
  margin-right: 3px;

  font-weight: 500;
}

.blog-items .meta ul li a {
  color: #666666;

  font-weight: 600;
}

.blog-items .meta ul li::after {
  position: absolute;

  right: 0;

  top: 7px;

  content: "";

  height: 15px;

  width: 1px;

  background: #cccccc;
}

.blog-items .meta ul li:last-child {
  margin: 0;

  padding: 0;
}

.blog-items .meta ul li:last-child::after {
  display: none;
}

.blog-items .tags {
  margin-bottom: 15px;
}

.blog-items .tags a {
  position: relative;

  z-index: 1;

  padding-right: 5px;
}

.blog-items .tags a:hover {
  color: #c0dd64;
}

.eastern-blue .blog-items .tags a:hover {
  color: #1baaa0;
}

.blog-items .tags a::after {
  position: absolute;

  right: 0;

  bottom: -7px;

  content: ",";
}

.blog-items .tags a:last-child::after {
  display: none;
}

/* Pagination */

.blog-area .pagi-area .pagination {
  align-items: center;

  justify-content: center;

  margin-top: 45px;
}

.blog-area .pagi-area .pagination li a {
  display: inline-block;

  padding: 0;

  margin: 5px;

  margin-bottom: 0;

  border-radius: 50%;

  color: #c0dd64;

  height: 50px;

  width: 50px;

  line-height: 50px;
}

.blog-area .pagi-area .pagination li.active a {
  background: #c0dd64;

  color: #ffffff;
}

/* Sidebar */

.blog-area.left-sidebar .blog-content {
  float: right;
}

.blog-area.left-sidebar .sidebar {
  padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
  padding-left: 35px;
}

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 800;

  margin-bottom: 30px;

  margin-top: -5px;

  position: relative;

  text-transform: capitalize;

  z-index: 1;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;

  box-shadow: inherit;

  min-height: 60px;

  background: #f7f7f7;

  border-radius: 30px;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar button[type="submit"] {
  background: transparent;

  color: #232323;

  font-family: "Nunito", sans-serif;

  font-weight: 500;

  letter-spacing: 1px;

  min-height: 50px;

  width: 50px;

  position: absolute;

  right: 5px;

  text-transform: uppercase;

  top: 5px;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  transition: all 0.35s ease-in-out;

  border-radius: 50%;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: #c0dd64 none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
  float: left;

  margin-bottom: 50px;

  width: 100%;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info,
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;

  padding: 10px 0;

  position: relative;

  border-bottom: 1px solid #e7e7e7;

  margin: 3px 0;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: inline-block;

  text-transform: capitalize;

  font-weight: 700;

  color: #666666;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: #c0dd64;
}

.blog-area .sidebar .sidebar-item.category li a span {
  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  padding: 0 10px;

  position: absolute;

  right: 0;

  background: #f1f1f1;

  top: 10px;

  color: #232323;

  font-size: 14px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;

  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;

  margin-bottom: 0;

  padding-bottom: 0;
}

.sidebar-item.recent-post li a {
  color: #333333;

  display: block;

  font-weight: 600;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title {
  font-family: "Nunito", sans-serif;

  margin-top: 15px;

  font-weight: 700;

  text-transform: capitalize;

  font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
  margin-right: 3px;

  font-weight: 500;

  color: #c0dd64;
}

.sidebar-item.recent-post li a:hover {
  color: #c0dd64;
}

.color-yellow .sidebar-item.recent-post li a:hover {
  color: #ff9800;
}

.sidebar-item.recent-post li a span {
  display: inline-block;

  color: #002359;
}

.sidebar-item.recent-post li span {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title a {
  color: #999999;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;

  margin-bottom: 15px;

  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;

  margin: 0;

  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;

  padding-top: 5px;

  vertical-align: top;

  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
}

.sidebar-item.recent-post li .info {
  box-shadow: inherit;

  color: #837f7e;

  display: table-cell;

  line-height: 26px;

  padding: 0;

  padding-left: 25px;

  vertical-align: top;
}

.sidebar-item.recent-post li .info a {
  color: #666666;

  text-decoration: inherit;

  font-weight: 800;

  font-size: 16px;
}

.blog-area .sidebar-item.gallery ul {
  margin: -7px;

  overflow: hidden;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;

  float: left;

  padding: 7px;

  width: 33.333%;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;

  width: 100%;
}

.sidebar-item.archives ul li {
  display: block;

  margin-bottom: 20px;

  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  display: inline-block;

  font-weight: 800;

  text-transform: capitalize;

  z-index: 1;

  padding-left: 25px;

  font-size: 14px;

  color: #666666;
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  content: "\f07b";

  font-family: "Font Awesome 5 Free";

  height: 8px;

  left: 0;

  position: absolute;

  width: 8px;

  font-weight: 500;
}

.sidebar-item.social-sidebar ul {
  margin-bottom: -10px;

  overflow: hidden;
}

.sidebar-item.social-sidebar li {
  display: inline-block;

  float: left;

  margin-right: 10px;

  margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
  background: #002359 none repeat scroll 0 0;

  border: medium none;

  color: #ffffff;

  display: inline-block;

  height: 50px;

  line-height: 54px;

  margin-bottom: 5px;

  text-align: center;

  width: 50px;

  border-radius: 10px;

  font-size: 14px;
}

.sidebar-item.social-sidebar li a:hover {
  color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3b5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1da1f2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #bd081c none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #db4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077b5 none repeat scroll 0 0;
}

.sidebar-item.tags ul {
  margin-top: -8px;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  border: 1px solid #e7e7e7;

  display: inline-block;

  font-weight: 800;

  margin-top: 8px;

  margin-right: 5px;

  padding: 5px 25px;

  text-transform: capitalize;

  font-size: 13px;

  border-radius: 30px;

  color: #666666;

  background: #fafafa;
}

.sidebar-item.tags ul li a:hover {
  color: #c0dd64;
}

/* Blog Single */

.blog-area.single .item .content-box span {
  background: #c0dd64 none repeat scroll 0 0;

  color: #ffffff;

  display: inline-block;

  font-family: "Nunito", sans-serif;

  font-weight: 600;

  letter-spacing: 1px;

  padding: 3px 20px;

  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}

.blog-area.single .content-box .cats {
  float: left;

  margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
  float: right;

  font-family: "Nunito", sans-serif;

  letter-spacing: 1px;

  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;

  width: 100%;

  border: none;

  margin: 0;

  padding: 0;
}

.blog-area .blog-items .info>ul li {
  margin-bottom: 15px;

  color: #232323;

  position: relative;

  z-index: 1;

  padding-left: 18px;
}

.blog-area .blog-items .info>ul {
  margin-bottom: 25px;

  margin-top: 25px;
}

.blog-area .blog-items .info>ul li::after {
  position: absolute;

  left: 0;

  top: 11px;

  content: "";

  background: #666666;

  height: 7px;

  width: 7px;

  border-radius: 50%;
}

.blog-area.single .content-box .cats a:last-child::after {
  display: none;
}

.blog-area.single .item {
  margin-bottom: 0;

  box-shadow: inherit;

  border-bottom: 1px solid #e7e7e7;

  padding-bottom: 50px;

  border-radius: inherit;
}

.blog-area.single .item .thumb a {
  padding: 0;

  padding-bottom: 15px;
}

.blog-area .item blockquote {
  position: relative;

  z-index: 1;

  margin-top: 30px;

  margin-bottom: 30px;

  padding-left: 30px;

  background: #fafafa;

  padding: 50px;

  font-weight: 500;

  border-left: 4px solid #c0dd64;
}

.blog-area .blog-content .post-tags,
.blog-area .blog-content .share {
  margin-top: 50px;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.blog-area .blog-content .share li {
  display: inline-block;

  margin-left: 15px;
}

.blog-area .blog-content .share li a {
  display: inline-block;

  color: #c0dd64;
}

.blog-area .blog-content .share li.facebook a {
  color: #3b5998;
}

.blog-area .blog-content .share li.twitter a {
  color: #1da1f2;
}

.blog-area .blog-content .share li.pinterest a {
  color: #bd081c;
}

.blog-area .blog-content .share li.g-plus a {
  color: #db4437;
}

.blog-area .blog-content .share li.linkedin a {
  color: #0077b5;
}

.blog-area .blog-content .post-tags .tags a {
  background: #f7f7f7;

  padding: 10px 15px;

  font-size: 14px;

  margin-right: 3px;

  margin-bottom: 5px;

  display: inline-block;
}

.blog-area.single .post-pagi-area {
  margin-top: 15px;

  overflow: hidden;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;

  font-weight: 800;

  text-transform: capitalize;

  color: #c0dd64;

  padding: 8px 30px;

  border: 2px solid #e7e7e7;

  border-radius: 5px;
}

.blog-area.single .post-pagi-area a:hover {
  color: #c0dd64;
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
  color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.comments-area .commen-item .comments-info p {
  display: block;

  margin: 0;
}

.blog-area .contact-comments .submit {
  margin-bottom: 0;
}

.responsive-video {
  position: relative;

  padding-bottom: 56.25%;

  /* 16:9 */

  padding-top: 25px;

  height: 0;
}

.responsive-video iframe {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;
}

/* Comments */

.blog-area .comments-area .comments-list {
  padding: 30px;

  background: #f7f7f7;

  margin-top: 30px;
}

.blog-area .comments-form {
  margin-top: 50px;
}

.comments-list .commen-item .avatar {
  float: left;

  height: 105px;

  width: 105px;
}

.comments-list .commen-item .content {
  display: table-cell;

  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 80px;

  width: 80px;
}

.comments-list .commen-item {
  margin-bottom: 25px;
}

.comments-list .commen-item:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item.reply {
  padding-left: 80px;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  font-weight: 700;

  margin-bottom: 30px;

  text-transform: capitalize;
}

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
  font-size: 16px;

  font-weight: 700;

  text-transform: capitalize;

  margin-bottom: 0;
}

.comments-list .commen-item .content .title {
  display: flex;

  align-items: center;

  margin-bottom: 15px;

  font-weight: 700;
}

.comments-list .commen-item .content .title span {
  border-left: 1px solid #e7e7e7;

  padding-left: 15px;

  margin-left: 15px;
}

.comments-info a {
  border: 1px solid #e7e7e7;

  color: #002359;

  display: inline-block;

  font-size: 12px;

  margin-top: 5px;

  padding: 1px 10px;

  text-transform: uppercase;

  font-weight: 600;
}

.comments-info a:hover {
  color: #c0dd64;
}

.color-yellow .comments-info a:hover {
  color: #ff9800;
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form input,
.comments-form textarea {
  -moz-border-bottom-colors: none;

  -moz-border-left-colors: none;

  -moz-border-right-colors: none;

  -moz-border-top-colors: none;

  border-color: #e7e7e7;

  border-image: none;

  border-radius: inherit;

  border-style: none none solid;

  border-width: medium medium 1px;

  box-shadow: inherit;
}

.comments-form textarea {
  min-height: 180px;

  padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button {
  background: linear-gradient(90deg, rgb(211 231 147) 0%, rgb(192 221 100) 75%);

  border: 1px solid transparent;

  color: #000;

  display: inline-block;

  font-family: "Nunito", sans-serif;

  font-size: 14px;

  font-weight: 700;

  line-height: 25px;

  margin-top: 20px;

  padding: 15px 45px;

  text-transform: uppercase;

  transition: all 0.35s ease-in-out;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  border-radius: 30px;
}

.comments-form button:hover {
  color: #ffffff;

  background-color: #c0dd64;

  border: 1px solid transparent;
}

.comments-area .commen-item .comments-info {
  margin-bottom: 15px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
  border-bottom: 1px solid #e7e7e7;

  font-weight: 700;

  margin-bottom: 30px;

  padding-bottom: 25px;

  text-transform: capitalize;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: left;

  padding: 0 15px;
}

/* ============================================================== 

     # Contact

=================================================================== */

.contact-us-area form input {
  border: none;

  background: #f7f7f7;

  padding: 0 20px;
}

.contact-us-area form textarea {
  border: none;

  background: #f7f7f7;

  padding: 20px;

  min-height: 180px;
}

.contact-us-area form button {
  background: linear-gradient(90deg, rgb(211 231 147) 0%, rgb(192 221 100) 75%);

  padding: 12px 35px;

  border-radius: 30px;

  color: #000;

  font-weight: 700;

  margin-top: 15px;
}

.cornflower-blue .contact-us-area form button {
  background: linear-gradient(to bottom right, #644ded, #811389);
}

.eastern-blue .contact-us-area form button {
  background: linear-gradient(90deg,
      rgba(27, 170, 160, 1) 0%,
      rgba(8, 115, 107, 1) 77%);
}

.orange .contact-us-area form button {
  background: linear-gradient(90deg,
      rgba(255, 86, 33, 1) 0%,
      rgba(240, 57, 0, 1) 77%);
}

form img.loader {
  margin-left: 5px;
}

.contact-us-area form button i {
  margin-left: 3px;
}

.contact-us-area .contact-form h2 {
  font-weight: 200;

  margin-bottom: 30px;
}

.contact-us-area .contact-form h2 strong {
  display: block;

  margin-top: 5px;
}

.contact-us-area .address-items {
  padding: 60px 30px;

  background: linear-gradient(to bottom right, #c0dd64, #061169);

  margin-right: 15px;

  position: relative;

  z-index: 1;

  overflow: hidden;
}

.cornflower-blue .contact-us-area .address-items {
  background: linear-gradient(to bottom right, #644ded, #811389);
}

.eastern-blue .contact-us-area .address-items {
  background: linear-gradient(90deg,
      rgba(27, 170, 160, 1) 0%,
      rgba(8, 115, 107, 1) 77%);
}

.orange .contact-us-area .address-items {
  background: linear-gradient(90deg,
      rgba(255, 86, 33, 1) 0%,
      rgba(240, 57, 0, 1) 77%);
}

.contact-us-area .address-items::after {
  position: absolute;

  right: -50px;

  top: -50px;

  content: "";

  height: 150px;

  width: 150px;

  background: rgba(255, 255, 255, 0.1);

  border-radius: 50%;
}

.contact-us-area .address-items::before {
  position: absolute;

  right: -50px;

  top: -50px;

  content: "";

  height: 180px;

  width: 180px;

  background: rgba(255, 255, 255, 0.1);

  border-radius: 50%;
}

.contact-us-area .address-items .item {
  margin-bottom: 30px;

  padding-bottom: 19px;

  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

.contact-us-area .address-items .item:last-child {
  margin: 0;

  padding: 0;

  border: none;
}

.contact-us-area .address-items .item h4 {
  font-weight: 700;
}

.contact-us-area .address-items .item li {
  font-weight: 800;
}

.contact-us-area .address-items .item li span {
  font-weight: 400;
}

/* Google Maps */

.google-maps iframe {
  border: medium none;

  height: 550px;

  margin-bottom: -10px;

  width: 100%;
}

.maps-area {
  overflow: hidden;
}

/* ============================================================== 

     # Login 

=================================================================== */

.login-area,
.login-area div {
  height: 100%;
}

.login-area div.login,
.login-area div.login div {
  height: auto;
}

.login-area .login-box {
  padding-top: 50px;

  padding-bottom: 50px;
}

.login-area .login-box {
  display: table;

  width: 100%;
}

.login-area .login-box .login {
  display: table-cell;

  height: auto;

  vertical-align: middle;
}

.login-area .content {
  background: #ffffff none repeat scroll 0 0;

  border-radius: 5px;

  box-shadow: 0 0 10px #cccccc;

  padding: 30px;

  text-align: center;
}

.login-area .content img {
  margin-bottom: 15px;
}

.login-area .content input {
  border: none;
  box-shadow: inherit;
  padding-left: 25px;
  border-bottom: 1px solid #e7e7e7;
  border-radius: inherit;
  line-height: normal;
}

.login-area .form-group {
  position: relative;
}

.login-area .form-group i {
  position: absolute;
  left: 0;
  top: 16px;
  color: #373435;
  font-size: 17px;
}

.login-area .content button {
  background: linear-gradient(90deg, rgb(211 231 147) 0%, rgb(192 221 100) 75%);

  border: medium none;

  border-radius: 5px;

  box-shadow: inherit;

  color: #000;

  font-weight: 800;

  padding: 8px;

  text-transform: uppercase;

  width: 100%;
}

.login-area .content .sign-up {
  display: inline-block;

  margin-top: 30px;
}

.login-area .content .sign-up a {
  color: #c0dd64;

  margin-left: 5px;
}

.login-area .link {
  text-align: right;

  margin-bottom: 25px;

  text-decoration: underline;
}

.login-area .social-login li {
  display: inline-block;

  margin: 0 3px;
}

.login-area .social-login li a {
  background: #002359 none repeat scroll 0 0;

  border: medium none;

  color: #ffffff;

  display: inline-block;

  height: 40px;

  line-height: 44px;

  text-align: center;

  width: 40px;

  border-radius: 50%;

  font-size: 12px;
}

.login-area .social-login li.facebook a {
  background: #3b5998 none repeat scroll 0 0;
}

.login-area .social-login li.twitter a {
  background: #1da1f2 none repeat scroll 0 0;
}

.login-area .social-login li.pinterest a {
  background: #bd081c none repeat scroll 0 0;
}

.login-area .social-login li.g-plus a {
  background: #db4437 none repeat scroll 0 0;
}

.login-area .social-login li.linkedin a {
  background: #0077b5 none repeat scroll 0 0;
}

.login-area .social-login {
  border-top: 1px dashed #dddddd;

  margin-top: 15px;

  padding-top: 30px;
}

.login-area .social-login h5 {
  font-weight: 900;

  margin-bottom: 15px;

  color: #666666;

  font-size: 16px;

  text-transform: uppercase;
}

/* ============================================================== 

     # Error Page

=================================================================== */

.error-page-area .thumb {
  padding-right: 35px;
}

.error-page-area h2 {
  font-weight: 700;

  margin-bottom: 25px;
}

.error-page-area a {
  margin-top: 10px;
}

/* ============================================================== 

     # Footer

=================================================================== */

footer .widget-title,
footer img {
  margin-bottom: 30px;

  font-weight: 800;
}

footer .widget-title {
  display: inline-block;

  position: relative;

  z-index: 1;
}

footer .f-item.recent-post a {
  font-size: 17px;

  font-weight: 600;

  line-height: 40px;

  color: #fff;
}

footer .f-item.recent-post span a {
  font-size: 13px;

  font-weight: 800;

  color: #ffffff;
}

footer .f-item.recent-post a:hover {
  color: #ffffff;
}

footer .recent-post span {
  display: block;

  margin-top: 15px;

  text-transform: uppercase;

  font-size: 13px;

  font-weight: 600;
}

footer .recent-post span i {
  margin-right: 4px;
}

footer .f-item.about {
  margin-right: 30px;
}

footer .recent-post .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);

  margin-bottom: 30px;

  padding-bottom: 30px;
}

footer .recent-post .item:last-child {
  margin: 0;

  padding: 0;

  border: none;
}

footer .address h5 {
  margin-bottom: 10px;

  text-transform: capitalize;

  font-weight: 600;

  font-size: 18px;
}

footer .address span {
  color: #96aac1;
}

footer .address span i {
  margin-right: 5px;

  font-size: 20px;

  position: relative;

  top: 2px;

  color: #ffffff;
}

footer .address li {
  display: flex;

  margin-top: 25px;
}

footer .address li i {
  font-size: 30px;

  min-width: 50px;

  display: inline-block;
}

footer .address {
  border-top: 1px solid rgba(255, 255, 255, 0.15);

  padding-top: 15px;
}

footer .link li {
  margin-bottom: 15px;
}

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

footer .link li a {
  color: #96aac1;
}

footer .link a:hover {
  color: #ffffff !important;
}

footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);

  padding: 25px 0;
}

footer .footer-bottom li {
  display: inline-block;
}

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

footer .footer-bottom .text-right li {
  margin-left: 19px;
}

/* ============================================================== 

     # Preloader 

=================================================================== */

.site-preloader {
  position: fixed;

  top: 0;

  left: 0;

  z-index: 999;

  width: 100%;

  height: 100%;

  background-color: white;
}

.site-preloader svg {
  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.site-preloader .loader-wrap {
  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  text-align: center;
}

.site-preloader .ring {
  width: 100px;

  height: 100px;

  border: 3px solid rgba(2, 109, 255, 0.2);

  border-top-color: #c0dd64;

  border-radius: 50%;

  text-align: center;

  line-height: 150px;

  font-size: 2rem;

  color: white;

  letter-spacing: 3px;

  text-transform: uppercase;

  text-shadow: 0 0 10px white;

  -webkit-animation: rotation 1s infinite linear;

  animation: rotation 1s infinite linear;

  margin: 0 auto;
}

.eastern-blue .site-preloader .ring {
  border: 3px solid rgba(27, 170, 160, 0.2);

  border-top-color: #1baaa0;

  color: #ffffff;
}

.orange .site-preloader .ring {
  border: 3px solid rgba(255, 86, 33, 0.2);

  border-top-color: #ff5621;

  color: #ffffff;
}

.cornflower-blue .site-preloader .ring {
  border: 3px solid rgba(99, 77, 237, 0.2);

  border-top-color: #634ded;

  color: #ffffff;
}

.site-preloader h2 {
  color: #c0dd64;

  text-align: center;

  text-transform: capitalize;

  text-shadow: 0 0 10px white;

  font-weight: 700;

  margin: 30px auto 0;

  display: block;
}

.eastern-blue .site-preloader h2 {
  color: #1baaa0;
}

.orange .site-preloader h2 {
  color: #ff5621;
}

.cornflower-blue .site-preloader h2 {
  color: #634ded;
}

.site-preloader h2 {
  color: #c0dd64;

  text-align: center;

  text-transform: capitalize;

  text-shadow: 0 0 10px white;

  font-weight: 700;

  margin: 30px auto 0;

  display: block;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

/* ============================================================== 

     # Demo 

=================================================================== */

.demo-area.demo-conten.default-padding {
  padding-bottom: 30px;
}

.demo-area .single-item {
  position: relative;

  z-index: 1;
}

.demo-area .item {
  margin-bottom: 50px;
}

.demo-area .single-item .info {
  padding: 15px 10px;

  text-align: center;
}

.demo-area .single-item .info h4 {
  font-size: 16px;

  font-weight: 800;

  margin: 0;

  text-transform: uppercase;

  margin-top: 15px;
}

.banner-area .demo-banner h1 {
  font-weight: 700;

  margin-bottom: 20px;
}

.banner-area .demo-banner img {
  height: auto;

  margin-bottom: 30px;

  max-height: 80px;
}

.demo-area .def-heading h2 {
  font-weight: 900;

  margin: 25px 0;

  text-transform: uppercase;

  color: #333333;
}

.demo-footer {
  padding-bottom: 80px;
}

.introduction-area h2 span {
  color: #fd0060;
}

.introduction-area h4 {
  font-weight: 300;

  line-height: 30px;
}

.introduction-area h2 {
  color: #ffffff;

  display: inline-block;

  font-weight: 700;

  padding-bottom: 20px;

  position: relative;

  text-transform: uppercase;

  margin-bottom: 30px;
}

.introduction-area h2::before {
  background: #fd0060 none repeat scroll 0 0;

  bottom: 0;

  content: "";

  height: 2px;

  left: 50%;

  margin-left: -10px;

  position: absolute;

  width: 50px;
}

.introduction-area h2::after {
  background: #ffffff none repeat scroll 0 0;

  bottom: 0;

  content: "";

  height: 2px;

  left: 50%;

  margin-left: -40px;

  position: absolute;

  width: 25px;
}

footer.demo .copyright {
  margin-top: 15px;
}

.demo-area .comming-soon.item img {
  opacity: 0.3;
}

.banner-area.demo-banner {
  padding: 50px 0;
}

.demo-area .site-heading {
  margin-bottom: 30px;
}

.demo-area img {
  background: #ffffff none repeat scroll 0 0;

  padding: 10px;

  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.demo-area.demo-conten .single-item a {
  position: relative;

  display: block;
}

.demo-area.demo-conten .single-item a span {
  position: absolute;

  right: 15px;

  top: -14px;

  background: linear-gradient(90deg,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);

  color: #ffffff;

  padding: 1px 35px;

  border-radius: 30px;

  box-shadow: 0 0 10px #cccccc;
}

.product-item {
  box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);

  border: none;

  margin: 5px;

  padding-bottom: 20px;

  padding-left: 10px;

  padding-right: 10px;

  min-height: 600px;
}

.product-page .item {
  border-bottom: none !important;

  padding: 0px 0px 0px 20px 0px !important;
}

.price_desc {
  padding-top: 20px;

  position: relative;
}

.save_label {
  width: fit-content;

  padding: 2px 16px 2px 8px;

  position: absolute;

  top: -12px;

  right: 0;

  color: #fff;

  background: #000;
}

.price_desc .price {
  display: flex;

  align-items: baseline;
}

.price_desc .price h3 {
  margin-bottom: 0px !important;
}

del {
  margin-left: auto;
}

.border-infor {
  border-bottom: 1px solid #e5eaf4;

  padding-top: 0px !important;

  padding-bottom: 15px !important;
}

.error {
  color: #ff0000;
}

.tag-about li {
  display: flex;
}

.tag-about li span {
  padding-right: 10px;
  font-weight: 900;
  font-size: 20px;
  color: #000;
}

.about-img-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.blog-page .thumb {
  padding: 20px 20px 0px 20px;
}

.video-page .thumb {
  padding: 0px;
}

.ul-grid ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}

.ul-grid ul li:nth-child(7),
.ul-grid ul li:nth-child(8) {
  /* display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap: 15px;} */
  grid-column: 1 / span 1.5;
  grid-row: 3;
}

.ul-grid ul li {
  padding: 10px;
  background: #fff;
}

.idea-symbol i {
  position: relative;
  z-index: 1;

  font-size: 40px;
  color: #c0dd64;
}

.idea-wrapper {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
  border: 1px solid #fafafa;
}

.idea-symbol {
  width: 80px;
  height: 80px;
  background: #fcfcfc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
}

.idea-title p {
  margin: 0px;
}

.idea-title {
  padding: 20px 0px 0px;
}

.idea-title h5 {
  font-weight: 600;
  color: #000;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

/* premium plan  */

.demo-wrap {
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  padding-top: 2em;
  width: 100%;
}

.demo-header {
  padding-right: 1em;
  padding-left: 1em;
  text-align: center;
}

.demo-header h1,
.demo-header p {
  margin-bottom: 0;
}

.demo-header p {
  font-size: 1.5rem;
}

@media (min-width: 62em) {
  .demo-wrap {
    padding-top: 0;
    height: 100vh;
  }
}

/* --- Pricing Plans --- */
.pricing-plans {
  width: 100%;
}

.pricing-tables {
  display: flex;
  flex-flow: column;
  padding-top: 1em;
}

.pricing-plan {
  background-color: #f6f6f6;
  border: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  display: block;
  padding: 1em 0;
  text-align: center;
  width: 100%;
}

.pricing-plan:first-child,
.pricing-plan:last-child {
  background-color: #eee;
}

.pricing-plan:first-child {
  border-bottom: 0;
}

.pricing-plan:last-child {
  border-top: 0;
}

.pricing-plan:nth-child(2) {
  border-bottom: 0;
}

.no-flexbox .pricing-plan {
  float: left;
}

.plan-title {
  font-size: 1em;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0.75em 1em 1.25em;
  text-transform: uppercase;
}

.plan-cost {
  background-color: white;
  color: #77b9dd;
  font-size: 1.25em;
  font-weight: 700;
  padding: 1.25em 1em;
  text-transform: uppercase;
}

.plan-cost span {
  display: none;
}

.plan-price {
  font-size: 3em;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 0;
}

.plan-type {
  border: 0.313em solid #ddd;
  color: #999;
  display: inline-block;
  font-size: 0.75em;
  margin: 0.75em 0 0 0.75em;
  padding: 0.3em 0.4em 0.25em;
  width: auto;
}

.plan-features {
  margin: 0;
  padding: 2em 1em 1em;
}

.plan-features li {
  list-style-type: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5em;
  padding-bottom: 0.75em;
  color: #555;
  display: block;

  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.3;
}

.plan-features li span {
  color: #bbb;
}

.plan-features li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.plan-features i {
  font-size: 1.5em;
}

.plan-features i.icon-ok-squared {
  color: #3aa14d;
}

.plan-features i.icon-cancel-circled {
  color: darkRed;
}

.btn-plan {
  background-color: #c0dd64;
  color: white;

  padding: 5px 20px;
}

.cta {
  background-color: #6cb507;
}

.featured-plan {
  background-color: #eef7fc;
  border-top: 5px solid #c0dd64;
  border-right: 0 solid transparent;
  border-bottom: 5px solid #c0dd64;
  border-left: 0 solid transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  transition: transform 400ms ease;
}

.featured-plan .plan-title {
  color: #000;
}

.featured-ribbon {
  width: 200px;
  background: #f5a5c8;
  position: absolute;
  top: 15px;
  left: -60px;
  text-align: center;
  line-height: 35px;
  letter-spacing: 0.01em;
  font-size: 0.65em;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  /* Custom styles */
  /* Different positions */
}

.featured-ribbon.sticky {
  position: fixed;
}

.featured-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.featured-ribbon.top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.featured-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.featured-ribbon.bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.featured-ribbon.bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media (min-width: 400px) {
  .pricing-plans {
    width: 100%;
  }

  .featured-plan {
    transform: scale(1.05);
  }
}

@media (min-width: 33.75em) {
  .pricing-plans .module-title {
    margin-bottom: 1em;
  }

  .pricing-tables {
    flex-flow: row wrap;
  }

  .pricing-plan {
    flex-grow: 1;
    width: 50%;
  }

  .pricing-plan:first-child {
    border-right: 0;
    border-bottom: 0;
  }

  .featured-plan {
    margin-top: 0.6em;
    order: 0;
  }

  .pricing-plan:last-child {
    border-top: 2px solid #ddd;
    border-left: 0;
  }

  .no-flexbox .pricing-plan {
    width: 48%;
  }

  .plan-title {
    font-size: 0.875em;
  }
}

@media (min-width: 48em) {
  .no-flexbox .pricing-plan {
    width: 24%;
  }

  .plan-type {
    font-size: 0.7em;
    margin: 0.5em 0 0 1em;
    padding-bottom: 0.2em;
  }

  .featured-ribbon {
    font-size: 0.65em;
  }
}

@media (min-width: 62em) {
  .pricing-tables {}

  .pricing-plan {
    flex-grow: 1;
    width: 25%;
  }

  .featured-plan {
    margin-top: 0;
    order: 0;
  }

  .pricing-plan:first-child,
  .pricing-plan:nth-child(2n) {
    border-bottom: 2px solid #ddd;
  }

  .pricing-plan .plan-features span {
    display: block !important;
  }

  .plan-cost {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    font-size: 1em;
  }

  .plan-cost span {
    color: #bbb;
    font-size: 1.5em;
    font-weight: 400;
    padding-right: 0.15em;
    padding-left: 0.15em;
  }

  .plan-price {
    font-size: 3.25em;
  }

  .btn-plan {
    font-size: 0.875em;
  }

  .featured-ribbon {
    font-size: 0.45em;
    left: -68px;
    line-height: 25px;
  }
}

@media (min-width: 75em) {
  .plan-cost {
    font-size: 1em;
  }
}

@media (min-width: 100em) {
  .pricing-tables {
    margin: 0 auto;
    max-width: 75em;
  }
}

select#usertype {
  border: none;
  background: #f7f7f7;
  padding: 0 20px;
  min-height: 50px;
  color: #495057;
}

.att-input {
  position: relative;
}

.form-group.att-input {}

.att-input input#attachment {
  font-size: 0px;
  padding: 0px;
  line-height: 0;
}

span.att-text {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background: #f7f7f7;
  pointer-events: none;
}

.whatsapp-btn {
  position: fixed;
  bottom: 12%;
  right: 1%;
  width: 50px;
  height: 50px;
  z-index: 9999;
}

.whatsapp-btn .icon_logo {
  position: relative;
  z-index: 9999;
  padding: 5px;
}

.whatsapp-btn .circle_waves {
  border-radius: 50%;
  background-color: #3cc04e;
  width: 50px;
  height: 50px;
  position: absolute;
  opacity: 0;
  bottom: 1px;
  left: 0;
  z-index: 99;
  animation: waves 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}

.whatsapp-btn .icon_logo>a>img {
  width: 100%;
}

@keyframes waves {
  from {
    transform: scale(0.55, 0.55);
    opacity: 0.6;
  }

  to {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}

.instagram a {
  background: #ed2749;
}

.linkdin a {
  background: #6583d9;
}

.youtube a {
  background: red;
}

.navbar-brand img.logo {
  max-width: 195px;
  padding: 0px;
}

.top-bar-area {
  padding: 10px 0px;
}

.banner-area .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: -30px;
}

.banner-area .owl-nav div {
  font-size: 0px;
  width: 60px;
  height: 40px;
  background: #5f7e77;
}

.banner-area .owl-nav .owl-prev:before {
  content: '\f105';
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.banner-area .owl-nav .owl-prev {
  border-radius: 0px 50px 50px 0px;
}

.banner-area .owl-nav .owl-next:before {
  content: '\f104';
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.banner-area .owl-nav .owl-next {
  border-radius: 50px 0px 0px 50px;
}

.banner-area .owl-dots {
  display: none;
}

.benifits-area p {
  text-align: justify;
}

.exlusive-wrapper {
  position: relative;
  box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
  border-radius: 10px;
  overflow: hidden;
}

.offer-sec {
  position: absolute;
  top: 0;
  right: 0;
}

.offer-sec p {
  margin: 0px;
  padding: 5px 20px;
  background: #373435;
  color: #ffff;
  border-radius: 0px 0px 0px 30px;
  font-size: 15px;
  text-transform: uppercase;
}

.our-exlusive {
  padding: 50px;
  background: #f4f4f442;
}

.exlusive-content {
  padding: 15px;
  background: #fff;
  text-align: center;
  border-top: 1px solid #fafafa;
}

.exlusive-content h5 {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 23px;
  color: #000;
  margin: 0px;
}


.btn-product {
  padding: 5px 15px;
  background: #5f7e77;
  border-radius: 0px;
  color: #fff;
  font-weight: 300;
  grid-template-columns: 1fr 1fr;
  font-size: 14px;
  border-radius: 10px;
}

.exlusive-wrapper .owl-stage-outer {
  padding: 40px 0px;
}

.our-exlusive .owl-stage-outer {
  padding: 40px 0px;
}

.our-exlusive .site-heading {
  margin-bottom: 0;
}

.btn-pro-wrapper {
  width: 100%;
  display: grid;
  color: #fff;
  font-weight: 300;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  border-top: 1px solid #fafafa;
  padding: 10px 0px 0px;
}

.btn-pro-wrapper a.btn-product {
  width: 100%;
}

s.price-old {
  color: #0e090969;
  font-size: 13px;
}

span.price {
  color: #5f7e77;
  font-weight: 700;
  font-size: 17px;
}

section.offer-sec-img {
  padding: 0px;
}

.offer-sec-img {
  padding: 50px 0px;
}


.section-banner-v4 .box-info {
  position: relative;
}

.box-img {
  overflow: hidden;
}

.section-banner-v4 .box-info .box-img-one a {
  display: block;
  position: relative;
}

.section-banner-v4 .box-info .box-img-one a:before {
  border-bottom: 2px solid #5f7e77;
  border-top: 2px solid #5f7e77;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scaleX(0);
}

.section-banner-v4 .box-info .box-img-one a:before {
  border-left: 2px solid #5f7e77;
  border-right: 2px solid #5f7e77;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scaleX(0);
}

.section-banner-v4 .box-info .box-img-one a:before,
.section-banner-v4 .box-info .box-img-one a:after {
  content: "";
  bottom: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  background: rgba(0, 0, 0, .05);
  z-index: 1;
}

.box-img:hover img {
  transform: scale(1.02);
  transition: all .5s linear;
}

.section-banner-v4 .box-info .box-img-one a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


.section-banner-v4 .box-info .box-img-one a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.offer-sec-img .site-heading {
  margin-bottom: 30px;
}


.services-area .site-heading {
  margin-bottom: 30px;
}

.services-area {
  padding: 50px;
}

.services-area ul#portfolio-flters {
  padding: 0px;
  width: 100%;
  margin: 15px auto 0px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  grid-gap: 10px;
  justify-content: center;
}


.services-area ul li {
  font-size: 14px;
  color: #222;
  padding: 8px 20px;
  font-weight: 600;
  background: #fff;
}

.services-area li.btn.item.filter-active {
  background: #5f7e77;
  color: #fff;
}

.offer-sec-img img.img-fluid {
  width: 100%;
}

.second-add {
  padding: 10px 0px !important;
}

.second-add img {
  width: 100%;
}

.second-add .col-lg-12 {
  padding: 0px;
}

.policy-sec {
  padding: 50px 0px;
}

.policy-box {
  padding: 15px;
  background: #f4f4f442;
  border-radius: 10px;
  height: 100%;
  text-align: center;
  transition: 0.8s all;
  align-items: center;
  display: flex;
}

.policy-icon {
  width: 180px;
  display: flex;
  margin: 0px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border-radius: 100px;
}

.policy-box:hover {
  box-shadow: 1px 1px 10px 3px #22222214;
  transform: translateY(-10px);
}

.get-in-touch {
  padding: 50px 0px;
  text-align: center;
}

.get-in-touch h5 {
  font-size: 30px;
}

.get-intouch-wrapper form {
  max-width: 40%;
  margin: 30px auto 0px;
}

.get-intouch-wrapper form .form-group {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0px;
  border-radius: 100px;
  overflow: hidden;
}

.get-intouch-wrapper form .form-group input.form-control {
  padding: 10px 30px 10px 25px;
  height: auto !important;
  border: 0px;
}

.form-icon-btn {
  position: absolute;
  right: 0;
  height: 50px;
  width: 70px;
  background: #5f7e77;
  color: #fff;
  font-size: 26px;
}

.get-intouch-wrapper form .form-group input.form-control::placeholder {
  font-size: 14px;
}

.get-intouch-wrapper input {
  border: 0px solid #e7e7e7 !important;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
  width: 100% !important;
  padding: 10px 80px 10px 25px !important;
}


.footer-black {
  padding: 40px 0px 15px;
  background: #fafafa;
}

.footer-wrapper {
  text-align: center;
}

.footer-wrapper ul,
.copy-right ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
}

.footer-wrapper ul li,
.copy-right ul li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5f7e77;
  margin: 0px 5px;
  border-radius: 6px;
}

.footer-wrapper ul.page-link {
  background: transparent;
  border: 0px;
}

.footer-wrapper ul.page-link li {
  width: auto;
  height: auto;
  background: transparent;
  color: #fff;
  padding: 0px 25px;
  margin: 0px;
  border-radius: 0px;
}


.footer-wrapper ul.page-link li a,
footer p,
footer a,
.copy-right ul li {
  color: #fff;
  font-size: 15px;
}

.footer-wrapper ul.page-link li:nth-child(2) {
  border-left: 1px solid #ffffff5c;
  border-right: 1px solid #ffffff5c;
}

.copy-right p {
  text-align: center;
  padding: 10px 0px;
  color: #222;
  margin: 0px;
}

.copy-right ul {
  margin: 0px 0px;
}

.login-website .content img {
  max-width: 150px;
}

/* 
.login-website .content img {
  max-width: 100px;
}img {} */

.login-website .content {
  padding: 20px 25px;
}

.login-website .content button {
  background: #5f7e77;
  color: #fff;
  font-weight: 500;
}

.login-website a {
  color: #222 !important;
  text-decoration: none !important;
  border-bottom: 0px !important;
}

.login-website .link.align-right {
  text-decoration: unset;
  margin-bottom: 20px;
}

.login-website .sign-up p {
  margin: 0px !important;
}

.login-website .sign-up {
  margin: 20px 0px 0px !important;
}


.login-website .content {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0px 0px;
}

.checkout-page-design .col-lg-12.p-5.bg-white.rounded.shadow-sm.mb-5 {
  padding: 0px !important;
  box-shadow: 0px 0px !important;
  margin-bottom: 20px !important;
}

.checkout-page-design thead th {
  padding: 10px 10px;
  font-size: 13px;
  background: #5f7e77 !important;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}

.checkout-page-design table.table {
  box-shadow: 0px 0px !important;
  margin: 0px;
  border-radius: 10px;
  overflow: hidden;
  /* border: 1px dashed #222 !important; */
}


.checkout-page-design table.table th {
  box-shadow: 0px 0px !important;
  border: 0px !important;
  box-shadow: 0px 0px !important;
}

.checkout-page-design table.table th img.img-fluid.rounded.shadow-sm {
  max-height: 60px !important;
  max-width: 60px !important;
}

.checkout-page-design table.table th,
.checkout-page-design table.table td {
  text-align: center;
  background: #fafafa;
  vertical-align: middle;
}

.checkout-page-design table.table .white-bg.qty {
  text-align: center;
  height: auto !important;
  width: auto !important;
  min-height: 0px;
  min-width: 100px;
  min-height: 50px;
  border: 1px dashed #d4d4d4;
}


.checkout-page-design table.table .p-2 {
  padding: 0px !important;
}

.checkout-page-design table.table .removeproduct {
  background: #f8f9fa;
  max-width: 50px !important;
  display: flex;
  min-height: 50px !important;
  margin: auto;
  align-items: center;
  border-radius: 80px;
  justify-content: center;
  border: 1px dashed #d4d4d4;
}

.checkout-page-design table.table .removeproduct i {
  color: #222;
  font-size: 17px;
}

.checkout-page-design table.table th h5.mb-0 {
  font-size: 17px;
}

.refresh-details {
  padding: 20px 0px !important;
  background: #f4f4f4 !important;
}

.refresh-details .col-lg-6 {
  /* padding: 0px; */
}

.refresh-details .bg-light.rounded-pill {
  border-radius: 0px !important;
  background: #fff !important;
  border: 1px;
  padding: 10px 15px !important;
  font-size: 14px;
  text-transform: capitalize !important;
  font-weight: 500 !important;
}

.refresh-details .p-4 {
  padding: 0px !important;
}

.p-4 {}

.refresh-details .p-4 p.font-italic.mb-4 {
  margin: 20px 0px;
}

p.font-italic.mb-4 {}

.refresh-details .input-group.mb-4.border.rounded-pill.p-2 {
  padding: 0px !important;
  border-radius: 0px !important;
  background: #fff !important;
  border: 1px dashed !important;
  font-size: 14px;
  text-transform: capitalize !important;
  font-weight: 500 !important;
}

.refresh-details .input-group.mb-4.border.rounded-pill.p-2 .input-group-append.border-0 button {
  border-radius: 0px !important;
}

.refresh-details .input-group.mb-4.border.rounded-pill.p-2 .input-group-append.border-0 button:hover {
  background: #5f7e77;
}

.refresh-details .input-group.mb-4.border.rounded-pill.p-2 .input-group-append.border-0 button i {
  font-size: 17px;
}

.refresh-details ul.list-unstyled.mb-4 {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.refresh-details ul.list-unstyled.mb-4 li {
  padding: 15px 20px !important;
  border-bottom: 1px dashed !important;
}

.header-login-btn {
  padding: 5px 20px !important;
  background: #fff !important;
  border-radius: 100px;
  font-size: 16px;
}

li.language-switcher {
  padding: 26px 0px !important;
  margin-left: 20px !important;
}


/* header */
.attr-nav.extra-color>ul>li {
  padding: 20px 0px;
}

.attr-nav.extra-color>ul {
  margin: 0px;
}

nav.navbar.bootsnav ul.nav>li>a {
  padding: 0px 10px;
}


.attr-nav.extra-color>ul>li {
  line-height: normal;
  padding: 0px 15px !important;
  margin-left: 0px;
}

nav.bootsnav .container {
  display: flex;
  align-items: center;
}

.attr-nav.extra-color>ul>li>a.header-login-btn {
  min-height: auto;
  line-height: normal;
  color: #fff !important;
  font-size: 13px;
  padding: 10px 30px !important;
}

.attr-nav.extra-color ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.attr-nav.extra-color ul ul.dropdown-menu {
  display: none;
}

.attr-nav.extra-color>ul>li button.dropdown-toggle {
  background: #5f7e7752;
  border: 1px dashed #5f7e77 !important;
  border-radius: 100px;
  overflow: hidden;
}

.attr-nav.extra-color>ul>li button.dropdown-toggle i {
  color: #fff;
}

.attr-nav>ul>li>a span.badge {
  color: #ffffff;
  height: 24px;
  line-height: 14px;
  margin-top: -5px;
  padding: 0;
  position: absolute;
  right: -10px;
  text-align: center;
  top: 0;
  width: 24px;
  font-size: 66%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cb973854;
  border: 1px dashed #cb9738 !important;
  border-radius: 100px;
}

.refresh-details ul.list-unstyled.mb-4 li:last-child {
  border-bottom: 0px !important;
  background: #5f7e77;
}

.refresh-details ul.list-unstyled.mb-4 li strong {
  color: #222 !important;
  font-weight: 700;
  font-size: 16px;
}

.refresh-details ul.list-unstyled.mb-4 li:last-child strong,
.refresh-details ul.list-unstyled.mb-4 li:last-child h5 {
  color: #fff !important;
  font-size: 15px;
  line-height: normal;
  margin: 0px !important;
}

.refresh-details a.btn.btn-dark.rounded-pill.py-2.btn-block {
  padding: 15px 20px !important;
  border-radius: 0px !important;
  font-size: 15px !important;
  background: #fff !important;
  border: 0px;
  color: #222;
  transition: 0.8s all;
  border: 1px dashed #d4d4d4;
}

.refresh-details a.btn.btn-dark.rounded-pill.py-2.btn-block:hover {
  background: #5f7e77 !important;
  color: #fff !important;
}

nav.navbar.attr-border .attr-nav {
  min-height: auto !important;
  margin: 0px !important;
  display: flex;
  align-items: center;
  justify-content: end !important;
}

nav.navbar.attr-border .attr-nav::before {
  background: transparent;
}

.attr-nav.extra-color>ul>li>a {
  line-height: normal;
}


.checkout-page .tittle-header h4.mb-3 {
  width: fit-content;
  padding: 15px 50px;
  border: 1px dashed;
  font-size: 16px;
  background: #5f7e77;
  color: #fff;
  font-weight: 700;
}

.checkout-page input,
.checkout-page select {
  border-radius: 0;
  padding: 0px 20px;
  font-size: 15px;
  min-height: 50px;
  background: #f4f4f463 !important;
  border: 1px dashed #2222221a;
}


.custom-control.custom-radio.mt-1 {
  margin: 20px 0px;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.custom-control.custom-radio.mt-1 input {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  position: relative;
  min-height: auto;
  left: 0;
  top: 0;
  height: auto;
  width: auto;
  padding: 0px !important;
}

.checkout-page .btn-block {
  padding: 15px 20px;
  border-radius: 0px;
  background: #d4d4d4;
  border: 1px dashed !important;
  color: #222;
}

.checkout-page .btn-block:hover {
  background: #5f7e77;
  color: #fff;
}

.Your-cart-sec h4 {
  width: 100% !important;
  padding: 15px 20px !important;
}

.Your-cart-sec h4 span {
  min-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  background: #222;
  justify-content: center;
}

.your-cart-design-card li {
  padding: 15px;
}

.your-cart-design-card {
  border: 1px dashed #d4d4d4;
  background: #fbfbfb !important;
}

.your-cart-design-card .list-group-item:first-child {
  border: 0px;
  border-bottom: 1px dashed #d4d4d4 !important;
  background: transparent;
}

.your-cart-design-card li:last-child {
  background: #5f7e77;
  border: 0px;
  color: #fff !important;
  font-weight: 800;
  padding: 10px 20px !important;
  border-top: 1px dashed #d4d4d4;
  border-radius: 0px;
}

.your-cart-design-card li:last-child strong.price {
  font-size: 18px;
  font-weight: 800;
}

.product-item-main {
  background: #fafafa;
}

.product-item-main {
  line-height: normal;
}

.product-item-main h6,
.product-item-main .price {
  color: #222 !important;
  font-weight: 700;
  font-size: 15px;
}

.product-item-main small.text-muted {
  margin: 5px 0px 0px;
  display: block;
  line-height: 20px;
}




.shipping-charge {
  display: flex;
  align-items: center;
  padding: 10px 15px !important;
  border: 0px !important;
}

.shipping-charge h6,
.shipping-charge span {
  color: #222 !important;
  font-size: 15px;
  font-weight: 600 !important;
}

.view-product-details {
  margin-top: 80px !important;
}

.view-product-details h3.aos-init.aos-animate {
  font-size: 18px;
  margin-bottom: 5px !important;
  color: #222;
  font-weight: 800;
}

.view-product-details .price_desc {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #fafafa;
  border: 1px dashed #d4d4;
}

.view-product-details .price_desc .save_label.font14 {
  position: relative;
  top: 0;
  min-width: 170px;
  padding: 7px 0px;
  text-align: center;
  background: #000000a3;
}

.price-details-wrapper {
  display: flex;
  align-items: center;
}

.price-details-wrapper .price {
  font-size: 15px;
  color: #222;
  font-weight: 800;
}

.price-details-wrapper .price h3.text-bold {
  font-size: 20px;
  color: #222 !important;
  margin-right: 15px;
}


.view-product-details a.sale_btn {
  background: #5f7e77;
  color: #fff;
  font-size: 13px;
  border-radius: 50px;
  font-weight: 500;
  padding: 7px 25px;
  margin: 20px 0px 0px;
}

.view-product-details a.sale_btn::after {
  background: transparent;
}

.view-product-details a.sale_btn i {
  margin-right: 10px;
}

.price-details-wrapper .price del.font18 {
  opacity: 0.4;
}

.tab-view-details {
  background: #fafafa;
  margin: 0px !important;
  padding: 30px 0px 50px;
}

.tab-view-details li.nav-item {
  min-width: 150px;
  text-align: center;
  background: #222;
  border-radius: 0px;
}

li.nav-item {}

.tab-view-details li.nav-item a.nav-link {
  border: 0px;
  padding: 15px 20px !important;
}

.tab-view-details li.nav-item a.nav-link {
  border-right: 1px dashed #d4d4;
  border-radius: 0px;
}

.tab-view-details li.nav-item a.nav-link {
  color: #fff;
}

.tab-view-details a.nav-link.active {
  background: #daa23d !important;
  color: #fff;
}

.tab-view-details div#tabsContent {
  padding: 20px;
  border-bottom: 5px solid #daa23d;
  box-shadow: 0px 0px;
  border: 1px dashed #d4d4d4;
  background: #fff;
  margin: 10px 0px;
}

.tab-view-details li.nav-item:last-child a {
  border-right: 0px !important;
}

.tab-view-details ul#tabs {
  border: 0px;
  overflow: hidden;
  width: fit-content;
  border-radius: 100px;
}

.tab-view-details li.nav-item a.nav-link:hover {
  background: #222;
}


.tab-view-details div#tabsContent .info h5,
.tab-view-details div#tabsContent .info h2,
.tab-view-details div#tabsContent .info h4 {
  margin: 0px 0px 15px;
  color: #daa23d;
  font-size: 16px;
  padding: 0px;
  border: 0px;
}


.tab-view-details div#tabsContent p {
  font-size: 14px;
  line-height: 25px;
}


.tab-view-details div#tabsContent input,
.tab-view-details div#tabsContent textarea {
  border: 1px dashed #d4d4d4;
  border-radius: 10px;
}


.tab-view-details div#tabsContent input::placeholder,
.tab-view-details div#tabsContent textarea::placeholder,
.tab-view-details div#tabsContent input,
.tab-view-details div#tabsContent textarea {
  font-size: 14px;
  color: #222;
}

.tab-view-details div#tabsContent button {
  margin: 0px;
  background: #5f7e77;
  color: #fff;
}

.login-box .content h4 {
  font-size: 20px;
  color: #5f7e77;
  font-weight: 600;
  text-transform: capitalize;
}

.register-link p {
  margin: 10px 0px 0px;
}


.login-box .form-group {
  margin-bottom: 5px;
  line-height: normal;
}

.login-area .content input::placeholder {
  font-size: 15px;
  color: #373435;
}

.login-area .content .form-check {
  display: flex;
  align-items: center;
  padding: 10px 30px;
}

.login-area .content .form-check input#termcondition {
  line-height: 0;
  min-height: 0px;
}

.btn-pro-wrapper a.btn-product {
  color: #fff;
}

.policy-box .policy-content {
  text-align: left;
  padding-left: 10px;
}

.policy-box .policy-content p {
  margin: 0px;
  line-height: 1.6;
  text-align: justify;
  color: #5a5757;
}

.policy-box .policy-content h6 {
  font-weight: 700;
  margin-bottom: 5px;
}

.policy-sec .site-heading.text-center {
  margin-bottom: 20px;
}

.policy-box .policy-content {
  text-align: left;
  padding-left: 10px;
}

.policy-box .policy-content p {
  margin: 0px;
  line-height: 1.6;
  text-align: justify;
  color: #5a5757;
}

.policy-box .policy-content h6 {
  font-weight: 700;
  margin-bottom: 5px;
}

.policy-sec .site-heading.text-center {
  margin-bottom: 20px;
}

.policy-icon img {
  border-radius: 100%;
}

/* testimonial */

.site-heading.text-center {}

.testimonials {
  padding: 50px;
  background: #fafafa;
}

.testimonials .shadow-effmgect img {
  max-width: 100px;
}

.testimonials img.img-circle {
  max-width: 70px;
  border-radius: 100%;
  margin: 0px auto 20px;
}

.testimonials .item {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}

.testimonials .owl-item {
  margin: 0px;
}

.testimonial-name {
  font-size: 15px;
  color: #373435;
  font-weight: 600;
}

.shiping-box {
  background: #fafafa;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.img-box {
  max-width: 70px;
  margin: auto;
  padding: 20px;
  border-radius: 100%;
  background: #fff;
  min-height: 70px;
  display: flex;
  align-items: center;
}

.img-title h5 {
  font-size: 18px;
  margin: 0px;
}

.img-title {
  margin: 10px 0px 0px;
}

.img-title p {
  margin: 0px;
}

.btn-contact {
  padding: 5px 30px;
  display: block;
  width: fit-content;
  background: #5f7e77;
  margin: 15px auto 0px;
  border-radius: 7px;
  color: #fff;
}


.left-side-social li {
  width: fit-content !important;
  height: auto !important;
  max-width: 70px;
  background: transparent !important;
}

.left-side-social li img {
  margin: 0px;
}

.left-side-social h5,
.left-side-social p {
  text-align: left;
  color: #222;
}


.left-side-social ul {
  justify-content: flex-start;
}

.right-shiping-box .img-box {
  max-width: 80px;
  background: transparent;
  display: block;
  min-height: auto;
  padding: 0px;
}

.right-shiping-box .img-box img {
  margin: 0px;
}

.right-shiping-box .img-title p {
  text-align: center;
  font-size: 14px;
}

.footer-link {
  margin: 30px 0px 0px;
}

.footer-link ul li a {
  color: #22222296;
  font-weight: 400;
}

.footer-link h5 {
  color: #222;
  text-transform: uppercase;
}

.copy-right {
  border-top: 1px solid #5f7e7738;
  margin: 15px 0px 0px;
}

.footer-black .row:nth-child(2) {
  border-top: 1px solid #d8dfdd;
  margin: 20px 0px;
}

.top-bar {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: inherit;
  margin-bottom: 15px;
  border-bottom: 1px solid #5f7e7712;
  padding-bottom: 15px;
}

.top-search button {
  background: #5e7c75 !important;
  color: #fff !important;
  border-radius: 0px 3px 3px 0px;
  min-height: 52px;
}

i.far.fa-pull-right:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  margin-top: 2px;
  border: none;
  font-weight: 900;
  transition: all 0.35s ease-in-out;
}

.faq-items ul li i {
  float: unset;
  margin: 0px !important;
  margin-right: 5px !important;
}

.faq-items ul li {
  display: flex;
  margin: 10px 0px 0px;
  list-style: none;
}

.faq-items b {
  font-size: 16px;
  color: #000;
  font-weight: 600 !important;
}

.grid-icon-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-icon-main .grid-icon img {
  width: 100%;
  max-width: 70%;
  margin: auto;
}



.grid-icon {
  text-align: center;
}

.search-field,
.term-list {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* 
body {
  text-align: center;
  background: #999;
} */

.title {
  width: 100%;
  margin: 3em 0 1em;
  text-align: center;
  font-family: "Arvo", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 170%;
  font-weight: 400;
  color: #fff;
}

.subtitle {
  width: 100%;
  margin: 0em 0 1em;
  text-align: center;
  font-family: "Arvo", "Helvetica Neue", Helvetica, arial, sans-serif;
  font-size: 95%;
  font-weight: 400;
  color: #fff;
}

.search-field {
  display: block;
  color: #3e8ce0;
  padding: 15px 50px 15px 15px !important;
}

.term-list {
  list-style: none inside;
  width: 100%;
  background: #fff;
  font-weight: 400;
  padding: 15px;
  position: absolute;
  top: 53px;
  z-index: 11111;
  border: 1px solid #f4f6f5;
  border-top: 0px;
}

.term-list li {
  padding: 0.5em 0;
  border-bottom: 1px solid #eee;
  display: flex;
  position: relative;
}

.term-list strong {
  color: #444;
  font-weight: 700;
}

.hidden {
  display: none;
}

.top-search {
  position: relative !important;
  overflow: visible !important;
}

.term-list li img {
  max-width: 60px;
  margin-right: 15px;
  border-radius: 6px;
  background: #f4f4f4;
  padding: 3px;
}

#searchResults p.price-product.price span {
  position: absolute;
  top: 45%;
  left: 76px;
  color: #222 !important;
  padding: 5px 20px;
  background: #f4f4f4;
  line-height: normal;
  border-radius: 10px;
  font-size: 12px;
}

#searchResults p.price-product.price {
  margin: 0px;
  padding: 5px 10px;
}

.term-list li b {

  font-size: 16px;

  font-weight: 600;

  text-overflow: ellipsis;

  /* Needed to make it work */

  overflow: hidden;

  white-space: nowrap;

  margin-left: auto;

  width: 100%;

  max-width: 80%;

  display: inline-block;

  line-height: 2;

}


@media (max-width:767px) and (min-width:320px) {
  .navbar-header {
    flex: 0 0 35%;
  }

  .top-bar a.navbar-brand {
    padding: 0px;
  }

  .top-bar .navbar-header {
    padding: 0px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0px !important;
  }

  button.navbar-toggle {
    margin: 0px !important;
  }

  .top-search {
    display: none;
  }

  .top-bar {
    margin: 0px;
    padding: 0px;
    border: 0px;
  }

  nav.navbar.bootsnav.navbar-fixed.no-background {
    padding: 15px 0px;
  }


  .attr-nav {
    right: 0px;
  }

  .benifits-area {
    padding: 20px 0px !important;
  }

  .benifits-area .info>h5 {
    font-size: 20px;
  }

  .benifits-area .info>a {
    margin: 0px 0px 0px;
    width: 100%;
    padding: 10px;
  }

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

  .policy-sec {
    padding: 30px 0px;
  }

  .grid-icon-main {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }

  .grid-icon {
    padding: 10px 0px;
  }

  .get-in-touch .col-sm-3 {
    margin-bottom: 20px;
  }


  .right-icon .col-sm-4 {
    flex: 0 0 50%;
    padding: 10px 10px;
  }

  .footer-wrapper .row {
    margin: 0px !important;
  }

  ul.nav.navbar-nav.navbar-right li {
    width: 100% !important;
  }

  ul.nav.navbar-nav.navbar-right {
    padding: 30px 0px 0px;
  }

  nav.navbar.bootsnav.no-full .navbar-collapse {
    width: 100%;
    s overflow: hidden !important;
  }

  #navbar-menu a {
    padding: 15px !important;
  }

  .breadcrumb-area {
    padding: 30px 0px;
    text-align: center;
    margin: 20px 0px 0px;
  }

  .attr-nav.extra-color>ul>li {
    padding-right: 0px !important;
  }

  ul.breadcrumb {
    min-width: auto !important;
    margin: 10px auto !important;
  }

  .breadcrumb-area {
    padding: 30px 0px;
    text-align: center;
    /* margin: 80px 0px 0px; */
  }

  .attr-nav.extra-color>ul>li {
    padding-right: 0px !important;
  }

  ul.breadcrumb {
    min-width: auto !important;
    margin: 10px auto !important;
  }

  .about-area .info h2 {
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
  }

  .about-area p {
    text-align: left;
  }

  .about-area .info h5 {
    text-align: left;
  }

  .breadcrumb-area h1 {
    font-size: 20px !important;
  }

  .breadcrumb-area .breadcrumb {
    bottom: 0px !important;
  }

  .services-area {
    padding: 20px;
  }

  .blog-area.left-sidebar .sidebar,
  .blog-area.right-sidebar .sidebar {
    margin: 0px 0px 0px;
  }

  .services-area .services-items .item {
    padding: 20px 10px 10px;
  }

  .view-product-details a.sale_btn {
    margin: 20px auto;
  }

  .tab-view-details ul#tabs {
    width: 100%;
  }


  .tab-view-details li.nav-item {
    min-width: auto;
    width: 50%;
  }

  .tab-view-details li.nav-item a.nav-link {
    padding: 10px 5px !important;
    background: #222 !important;
    border: 0px !important;
  }


  .tab-view-details li.nav-item a.nav-link.active {
    background: #5f7e77 !important;
    border: 0px !important;
  }

  .center-tabs .tab-content .info {
    padding: 0px 15px;
  }

  div#cart {
    padding: 0px !important;
  }

  .checkout-page-design table.table {
    overflow: auto;
    white-space: nowrap;
  }

  div#cart .row {
    margin: 0px !important;
  }

  div#cart p.font-italic.mb-4 {
    white-space: break-spaces;
  }

  .mobile-search {
    display: block !important;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 15px 0px 0px;
    background: #fff;
  }

  .mobile-search .top-search {
    display: block;
    top: 0px !important;
  }

  .banner-area {
    margin: 0px 0px 0px !important;
  }

  .attr-nav.extra-color>ul>li>a.header-login-btn {
    min-height: auto;
    line-height: normal;
    color: #fff !important;
    font-size: 13px;
    padding: 10px 40px !important;
    margin: 0px 15px;
  }

  .term-list li {
    padding: 0 0px;
  }

  .term-list li b {
    max-width: 35%;
    display: inline-block;
    line-height: 3;
  }

}


/* new Css */

/* * {
         font-family: "Outfit", sans-serif !important;
     } */

.SecTitle {
  font-size: 24px !important;
  color: #000 !important;
  font-family: 'Outfit', 'Segoe UI', sans-serif !important;
}

.desc p {
  font-size: 16px;
  font-family: 'Outfit' !important;
  color: #666;
  margin: 0px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.btn-gradient {
  font-size: 16px;
  font-weight: 300;
  color: #fff !important;
  border: 0px;
  padding: 15px 30px;
  line-height: normal;
  margin: 0px !important;
}

.btn-gradient:after {
  background: #8cc343 !important;
  box-shadow: unset !important;
}

.desc {
  margin-bottom: 15px;
}

.benifits-area .thumb {
  max-height: 470px;
  border-radius: 20px;
  overflow: hidden;
}

.benifits-area .thumb img {
  width: 100%;
  height: 100%;
  max-height: 470px;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

.services-area {
  padding: 50px;
}

.site-heading .SecTitle {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 30px !important;
}

.services-area li.btn.item.filter-active {
  background: #8cc343;
}

.offer-sec p {
  font-size: 12px;
  border-radius: 0px;
  padding: 0px 14px;
  border-radius: 6px;
  margin: 10px;
  font-family: 'Outfit' !important;
  background: #8cc34396;
  color: #000;
  font-weight: 600;
}

.btn-pro-wrapper .btn-product {
  background: #8cc343;
  border-radius: 4px !important;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Outfit';
  color: #fff !important;
}

.btn-pro-wrapper .btn-product:nth-child(2) {
  background: #059243;
}

.exlusive-wrapper .exlusive-content h5 a {
  font-family: 'Outfit' !important;
  font-weight: 500 !important;
  font-size: 16px;
}

.exlusive-content .price-product s {
  font-family: 'Outfit' !important;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.exlusive-content .price-product .price {
  color: #000;
}

.ConcernGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.ConcernItem .ConcernImage {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #020202;
}

.ConcernItem .ConcernImage img {
  width: 100%;
  object-fit: scale-down;
  object-position: right bottom;
  max-height: 250px;
  height: 100%;
}

.ConcernItem .ConcernImage h5 {
  margin: 0px;
  position: absolute;
  top: 0;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  font-family: 'Outfit' !important;
  font-weight: 600;
}

.PromiseContentWrapper {
  display: grid;
  grid-template-columns: auto 50%;
  align-items: center;
  gap: 35px;
}

.PromiseContentWrapper .PromiseContent {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.PromiseContentWrapper .PromiseContent h5 {
  margin: 0px;
  font-family: 'Outfit' !important;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 28px !important;
}

.PromiseContentWrapper .PromiseContent .desc p {
  font-size: 16px;
  font-family: 'Outfit' !important;
  color: #666;
  margin: 0px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.PromiseContentWrapper .PromiseContent .desc {
  margin: 0px;
}

  .product-images img {
    max-width: 100%;
  }

  a {
    cursor: pointer;
  }

  .tabs-content-area .nav-item {
    margin-bottom: -1px;
    float: left;
  }

  .readless {
    display: none;
  }

  .thumbSlider {
    display: flex;
    gap: 15px;
  }

  .thumb {
    border: 1px solid #2222220f;
    border-radius: 10px;
    overflow: hidden;
  }

  .thumb img {
    object-fit: contain;
  }

  .product-main-img .image {
    border: 1px solid #2222220f;
    border-radius: 12px;
  }

  .product-images {
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: sticky;
    top: 205px;
  }

  .topReviewLeftItem {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .topReviewItem {
    padding: 6px 10px;
    line-height: normal;
    border: 1px solid #2222221c;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #222 !important;
    font-family: Outfit, 'Segoe UI', sans-serif !important;
  }

  .topReviewItem i {
    font-size: 14px;
    color: #5e7c75;
    font-weight: 900;
  }

  .topReviewLeftItem span {
    font-size: 14px;
    font-weight: 500;
    color: #222 !important;
    font-family: Outfit, 'Segoe UI', sans-serif !important;
  }

  .productDetailsWrapper h3 {
    font-family: Outfit, 'Segoe UI', sans-serif !important;
    font-weight: 400;
  }

  h3.productTitle {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 25px !important;
    color: #000;
    margin: 0px;
  }

  .productDetailsWrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family: Outfit, 'Segoe UI', sans-serif !important;
  }

  .gstDropTag {
    padding: 4px 8px;
    font-size: 15px;
    background: #1ea04a;
    width: fit-content;
    border-radius: 6px;
    font-family: Outfit, 'Segoe UI', sans-serif !important;
    line-height: normal;
    color: #fff;
    font-weight: 500;
  }

  .priseWrapper {
    display: flex;
    gap: 8px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 12px !important;
    color: #bcbcbc;
    margin: 0px;
    align-items: baseline;
  }

  .priseWrapper del {
    margin: unset;
  }

  .priseWrapper h5 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin: 0px;
  }

  .priseWrapper .totalPrise {
    font-size: 18px;
    font-weight: 600;
    color: #444;
  }

  .discountTag {
    padding: 4px 10px;
    background: #000;
    line-height: normal;
    border-radius: 100px;
    font-size: 15px;
    color: #fff;
  }

  .postureWrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .postureItem p {
    text-align: center;
    margin: 0px;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    color: #7e7e7e;
  }

  .postureItem {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }

  .postureItem img {
    background-color: #f7f7f7;
    border-start-start-radius: 100px;
    border-start-end-radius: 100px;
    border-end-start-radius: 100px;
    border-end-end-radius: 100px;
    width: 44px;
    height: 44px;
  }

  .useBtnLeft video,
  .useBtnLeft img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
  }

  .useBtnLeft {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    font-family: 'Outfit';
    font-size: 14px;
    font-weight: 400;
    color: #7e7e7e;
  }

  .useBtn a {
    background: linear-gradient(90deg, #E7F2FF 0%, #F7FAFF 99.54%);
    padding: 10px;
    display: flex;
    border-radius: 12px;
    align-items: center;
    justify-content: space-between;
  }

  .useBtn a i {
    font-size: 18px;
    transform: rotate(-45deg);
    margin-right: 10px;
    color: #5e7c75;
  }

  .useBtn {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .NeedHelpWrapper {
    background: #eaf3fe;
    border-radius: 12px;
    padding: 0px 20px;
}

.NeedHelpWrapper h5 {
    margin: 0px;
    font-size: 14px;
    font-family: 'Outfit';
    padding: 20px 0px;
    border-bottom: 1px solid rgba(203, 218, 227, 1);
}

.NeedHelpWrapper ul {
    display: flex;
    flex-direction: column;
}

.NeedHelpWrapper ul li {
    padding: 16px 0px;
    line-height: normal;
    /* font-size: 14px; */
    /* font-family: 'Outfit'; */
    border-bottom: 1px solid rgba(203, 218, 227, 1);
}

.NeedHelpWrapper ul li a {
    font-size: 14px;
    font-family: 'Outfit';
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.NeedHelpWrapper ul li:last-child {
    border: 0px;
}
.NeedHelpWrapper ul li a i {
    font-size: 18px;
    opacity: 0.4;
    font-weight: 300;
}

.ReturnStep .postureItem img {
    object-fit: scale-down;
    background: #ffffff;
}

.productDetailsWrapper .card-header {
    padding: 15px 20px;
    background: #fff;
    display: flex;
}

.productDetailsWrapper .card-header button {
    padding: 0px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px !important;
    color: #000;
    margin: 0px;
    font-family: Outfit, 'Segoe UI', sans-serif !important;
    text-decoration: unset;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.productDetailsWrapper .card-header a {
    text-decoration: unset;
}

.productDetailsWrapper .card {
    border-radius: 0px;
}

.productDetailsWrapper .card-header button i {
    font-size: 18px;
}
.productDetailsWrapper a.sale_btn {
    margin: 0px;
    padding: 15px 20px;
    border-radius: 12px;
    text-align: center;
    font-size: 18px;
    font-family: 'Outfit';
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    text-transform: capitalize;
    background: #ffd100;
    color: #000;
    box-shadow: 2px 4px 14px 0px #00000014;
}

.productDetailsWrapper a.sale_btn i {
    display: none;
}