/*
@File: tubora Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Main Banner Area CSS
** - About Area CSS
** - Featured Services Area CSS
** - Features Area CSS
** - Why Choose Us Area CSS
** - Pricing Area CSS
** - FAQs Area CSS
** - Team Area CSS
** - Feedback Area CSS
** - Partner Area CSS
** - Blog Area CSS
** - Blog Details Area CSS
** - Page Title Area CSS
** - Pagination Area CSS
** - Sidebar Area CSS
** - Shop Area CSS
** - Product Details Area CSS
** - Cart CSS
** - Checkout CSS
** - 404 Error Area CSS
** - Coming Soon Area CSS
** - Contact Area CSS
** - Free Trial Area CSS
** - Footer Area CSS
** - Go Top CSS

*/
/*================================================
Default CSS
=================================================*/

body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #0D160B;
  line-height: 24px;
  font-weight:400;
}

a {
  transition: 0.5s;
  text-decoration: none;
  color: #333333;
}
a:hover, a:focus {
  text-decoration: none;
  color: #42858C;
}

button {
  outline: 0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #42858C;
  font-family: "Nunito", sans-serif;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 15px;
  color: #0D160B;
  margin-bottom: 15px;
  line-height: 24px;
}
p:last-child {
  margin-bottom: 0;
}

.ptb-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.bg-f4faff {
  background-color: #f4faff;
}

img {
  max-width: 100%;
}

/*section-title*/
.section-title {
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
.section-title span {
  display: block;
  color: #42858C;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  font-family: "Nunito", sans-serif;
}
.section-title h2 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}
.section-title p {
  max-width: 520px;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

/*btn-primary*/
.btn {
  border: none;
  line-height: initial;
  border-radius: 14px;
  transition: 0.5s;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  opacity: 1 !important;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

.btn-primary {
  color: #0D160B;
  background-color: #A8D4AD;
}

.btn-primary:hover, .btn-primary:focus {
  background: #A8D4AD !important;
  box-shadow: unset !important;
  color: #0D160B !important;
}
.btn-primary:hover::before, .btn-primary:focus::before {
  opacity: 0;
  visibility: hidden;
}
.btn-primary:hover::after, .btn-primary:focus::after {
  opacity: 1;
  visibility: visible;
}

.btn-white {
  color: #0D160B;
  background-color: #fff;
  border: 1px solid #A8D4AD;
}

.btn-white:hover, .btn-white:focus {
  background: #ffffff !important;
  box-shadow: unset !important;
  color: #0D160B !important;
}
.btn-white:hover::before, .btn-white:focus::before {
  opacity: 0;
  visibility: hidden;
}
.btn-white:hover::after, .btn-white:focus::after {
  opacity: 1;
  visibility: visible;
}

.btn-light {
  background-color: #f4faff;
  color: #03d392;
}
.btn-light:hover, .btn-light:focus {
  box-shadow: unset !important;
  background-color: #4ac728 !important;
  color: #0D160B !important;
}

/*form-control*/
.form-control {
  height: 45px;
  border: 1px solid #193966;
  background-color: #f5f8fa;
  border-radius: 15px;
  transition: 0.5s;
  color: #A5A3A9;
  line-height: initial;
  padding-left: 13px;
  font-size: 14px;
  margin-top:3px;
  margin-bottom:10px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
}
.form-control:hover, .form-control:focus {
  box-shadow: unset;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control::placeholder {
  color: #999999;
}
.form-control:focus {
  box-shadow: unset;
  border-color: #193966;
}

/*learn-more-btn*/
.learn-more-btn {
  display: inline-block;
  position: relative;
  color: #42858C;
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.learn-more-btn i {
  margin-left: 2px;
  position: relative;
  top: -0.6px;
}
.learn-more-btn i::before {
  font-size: 11px;
}
.learn-more-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(to right, #07dbb0, #00d9a9, #00d7a1, #00d59a, #03d392);
  height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.learn-more-btn:hover {
  color: #42858C;
}
.learn-more-btn:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  transition: 0.9s;
}
.preloader::before, .preloader::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
  background: #03d392;
  transition: 0.9s;
}
.preloader::after {
  left: auto;
  right: 0;
}
.preloader .spinner {
  width: 50px;
  height: 50px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 45%;
  transform: translateY(-45%);
  transition: 0.5s;
}
.preloader .double-bounce1, .preloader .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
.preloader .double-bounce2 {
  animation-delay: -1s;
}
.preloader.preloader-deactivate {
  visibility: hidden;
}
.preloader.preloader-deactivate .spinner {
  visibility: hidden;
  opacity: 0;
}
.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
  width: 0;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/*================================================
Navbar Area CSS
=================================================*/
.evolta-responsive-nav {
  display: none;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;    width: 180px;
}

.evolta-nav {
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}
.evolta-nav .navbar {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.evolta-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.evolta-nav .navbar .navbar-nav {
  font-family: "Poppins", sans-serif;
  margin-left: auto;
}
.evolta-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}
.evolta-nav .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 400;
  color: #0D160B;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 13px;
  margin-right: 13px;
  line-height: 26px;  font-family: "Poppins", sans-serif;
}
.evolta-nav .navbar .navbar-nav .nav-item a:hover::after,
.evolta-nav .navbar .navbar-nav .nav-item a.active::after {
  background: #89DAFF; /* Light blue underline */
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  display: block;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* X-offset, Y-offset, blur-radius, spread-radius, color */
  transition: background 0.3s ease-in-out; /* Smooth transition */
}
.evolta-nav .navbar .navbar-nav .nav-item a {
  position: relative; /* Ensure relative positioning for the pseudo-element */
}

.evolta-nav .navbar .navbar-nav .nav-item a i {
  font-size: 10px;
}
.evolta-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.evolta-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.evolta-nav .navbar .navbar-nav .nav-item:hover a, .evolta-nav .navbar .navbar-nav .nav-item:focus a, .evolta-nav .navbar .navbar-nav .nav-item.active a {
  color: #0D160B;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  color: #333333;
  font-size: 16px;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #4ac728;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #4ac728;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
  text-transform: capitalize;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #4ac728;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
  text-transform: capitalize;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #4ac728;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
  text-transform: capitalize;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #4ac728;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
  text-transform: capitalize;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #4ac728;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
  text-transform: capitalize;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #4ac728;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #4ac728;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #4ac728;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #4ac728;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #4ac728;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #4ac728;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #4ac728;
}
.evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.evolta-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.evolta-nav .navbar .others-options {
  margin-left: 20px;
}
.evolta-nav .navbar .others-options .cart-btn {
  display: inline-block;
  position: relative;
  top: 3px;
  color: #ffffff;
}
.evolta-nav .navbar .others-options .cart-btn:hover {
  color: #4ac728;
}
.evolta-nav .navbar .others-options .btn {
  margin-left: 15px;
}
.evolta-nav .navbar .others-options .btn-primary {
  color: #4ac728;
}
.evolta-nav .navbar .others-options .btn-primary::before {
  background: #ffffff;
}
.evolta-nav .navbar .others-options .btn-primary::after {
  background: #4ac728;
}
.evolta-nav .navbar .others-options .btn-primary:hover {
  color: #ffffff !important;
}
.evolta-nav .navbar .others-options .option-item {
  color: #333333;
  display: inline-block;
  position: relative;
  line-height: initial;
  margin-left: 15px;
  top: 4px;
}
.evolta-nav .navbar .others-options .option-item .search-btn {
  cursor: pointer;
  transition: 0.5s;
  color: #ffffff;
}
.evolta-nav .navbar .others-options .option-item .search-btn::before {
  font-size: 17px;
}
.evolta-nav .navbar .others-options .option-item .search-btn:hover {
  color: #4ac728;
}
.evolta-nav .navbar .others-options .option-item .close-btn {
  cursor: pointer;
  display: none;
  font-size: 17px;
  transition: 0.5s;
  width: 17px;
  color: #ffffff;
}
.evolta-nav .navbar .others-options .option-item .close-btn.active {
  display: block;
}
.evolta-nav .navbar .others-options .option-item .close-btn:hover {
  color: #4ac728;
}
.evolta-nav .navbar .others-options .option-item a {
  color: #ffffff;
}
.evolta-nav .navbar .others-options .option-item a i::before {
  font-size: 17px;
}
.evolta-nav .navbar .others-options .option-item a span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: linear-gradient(to right, #49c628, #53d23c, #5ddd4e, #66e95f, #70f570);
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  line-height: 15px;
  position: relative;
  top: -12px;
  left: -12px;
  font-weight: 600;
  font-size: 10px;
}

.navbar-area {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  transition: 0.5s;
  z-index: 999;
}
.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff !important;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: 0.5s;
}
.navbar-area.is-sticky .evolta-nav {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-area.is-sticky .evolta-nav .navbar .navbar-nav .nav-item a {
  color: #0D160B;
}
.navbar-area.is-sticky .evolta-nav .navbar .navbar-nav .nav-item a:hover, .navbar-area.is-sticky .evolta-nav .navbar .navbar-nav .nav-item a:focus, .navbar-area.is-sticky .evolta-nav .navbar .navbar-nav .nav-item a.active {
  color: #0D160B;
}
.navbar-area.is-sticky .evolta-nav .navbar .others-options .cart-btn {
  color: #333333;
}
.navbar-area.is-sticky .evolta-nav .navbar .others-options .cart-btn:hover {
  color: #4ac728;
}
.navbar-area.is-sticky .evolta-nav .navbar .others-options .btn-primary {
  color: #ffffff;
}
.navbar-area.is-sticky .evolta-nav .navbar .others-options .btn-primary::before {
  background: #4ac728;
}
.navbar-area.is-sticky .evolta-nav .navbar .others-options .btn-primary::after {
  background: #03d392;
}
.navbar-area.is-sticky .evolta-nav .navbar .others-options .btn-primary:hover {
  color: #ffffff !important;
}
.navbar-area.is-sticky .evolta-nav .navbar .others-options .option-item .search-btn {
  color: #333333;
}
.navbar-area.is-sticky .evolta-nav .navbar .others-options .option-item .search-btn:hover {
  color: #4ac728;
}
.navbar-area.is-sticky .evolta-nav .navbar .others-options .option-item .close-btn {
  color: #333333;
}
.navbar-area.is-sticky .evolta-nav .navbar .others-options .option-item .close-btn:hover {
  color: #4ac728;
}
.navbar-area.navbar-style-two {
  position: relative;
}
.navbar-area.navbar-style-two .evolta-nav {
  background-color: #ffffff;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item a {
  color: #333333;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item a:hover, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item a:focus, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item a.active {
  color: #4ac728;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item:hover a, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item:focus a, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item.active a {
  color: #4ac728;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #333333;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #4ac728;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #4ac728;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #4ac728;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #4ac728;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #4ac728;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #4ac728;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #4ac728;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #4ac728;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #4ac728;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #4ac728;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #4ac728;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #4ac728;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #4ac728;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .others-options .cart-btn {
  color: #333333;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .others-options .cart-btn:hover {
  color: #4ac728;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .others-options .btn-primary {
  color: #ffffff;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .others-options .btn-primary::before {
  background: #4ac728;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .others-options .btn-primary::after {
  background: #03d392;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .others-options .btn-primary:hover {
  color: #ffffff !important;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .others-options .option-item .search-btn {
  color: #333333;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .others-options .option-item .search-btn:hover {
  color: #4ac728;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .others-options .option-item .close-btn {
  color: #333333;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .others-options .option-item .close-btn:hover {
  color: #4ac728;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .others-options .option-item a {
  color: #333333;
}
.navbar-area.navbar-style-two .evolta-nav .navbar .others-options .option-item a span {
  color: #333333;
}
.navbar-area.navbar-style-two.is-sticky {
  position: fixed;
}

.search-overlay {
  display: none;
}
.search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.search-overlay.search-popup .search-form {
  position: relative;
}
.search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: initial;
  border: 1px solid #eeeeee;
  padding-left: 10px;
  color: #333333;
  outline: 0;
  transition: 0.5s;
}
.search-overlay.search-popup .search-form .search-input:focus {
  border-color: #4ac728;
}
.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  background: transparent;
  border: none;
  width: 40px;
  outline: 0;
  color: #57647c;
  transition: 0.5s;
}
.search-overlay.search-popup .search-form .search-button:hover, .search-overlay.search-popup .search-form .search-button:focus {
  color: #4ac728;
}

@media only screen and (max-width: 991px) {

.Boxleft{
  margin-top: 10px;
}

  .navbar-area {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);

  }
  .navbar-area.is-sticky {
    border-bottom: none;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .evolta-responsive-nav {
    display: block;
  }
  .evolta-responsive-nav .evolta-responsive-menu {
    position: relative;
  }
  .evolta-responsive-nav .evolta-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }
  .evolta-responsive-nav .evolta-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #89DAFF;;
  }
  .evolta-responsive-nav .evolta-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 13.5px;
  }
  .evolta-responsive-nav .evolta-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 350px;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .evolta-responsive-nav .mean-container a.meanmenu-reveal {
    color: #333333;
  }
  .evolta-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #333333;
    position: relative;
    top: 8px;
    margin-top: -6px;
  }
  .evolta-responsive-nav .logo {
    position: relative;
    width: 135px;
    z-index: 999;
  }
  .others-options {
    position: absolute;
    right: 55px;
    top: 7px;
  }
  .others-options .btn, .others-options .option-item {
    display: none;
  }
  .others-options .cart-btn {
    color: #333333;
  }
  .others-options .cart-btn:hover {
    color: #03d392;
  }
  .evolta-nav {
    display: none;
  }
}
.Includes-list li{
  padding-bottom: 10px;
}
/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  position: relative;
  z-index: 1;
  /* height: 625px; */
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 60px;
  min-height: 625px;
}
.main-banner::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    width: 60%;
    height: 100%;
    z-index: -1;
  background-image: url(../../assets/img/banner-shap.svg);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}

.main-banner-content {
  /* position: relative;
  top: 46px; */
  margin-top: 130px;
}
.main-banner-content h1 {
  margin-bottom: 0;
  color: #42858C;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 40px;
}
.main-banner-content p {
  font-size: 15px;
  max-width: 500px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 0;letter-spacing: 0px;
}
.main-banner-content .btn-box {
  margin-top: 25px;
}
.main-banner-content .btn-light {
  margin-left: 12px;
}
.main-banner-content .btn{margin-top: 10px;}

 .main-banner-image {
    position: relative;
    margin-left: 92px;
    width: 68%;
    margin-top: 18px;
}
.pb-70 {
  padding-bottom: 70px;
}


.shape6 {
  position: absolute;
  left: 10%;
  bottom: 0;
  z-index: -1;
  animation: movebounce 5s linear infinite;
}

.shape7 {
  position: absolute;
  left: 20%;
  bottom: -25px;
  z-index: -1;
  animation: rotate3d 4s linear infinite;
}

.shape8 {
  position: absolute;
  left: 30%;
  bottom: 7%;
  z-index: -1;
  animation: movescale 3s linear infinite;
}

.shape9 {
  position: absolute;
  left: 38%;
  bottom: 1%;
  z-index: -1;
  animation: moveleftbounce 5s linear infinite;
}

.shape10 {
  position: absolute;
  left: 38%;
  bottom: 15%;
  z-index: -1;
  animation: animationFramesOne 20s infinite linear;
}

.shape11 {
  position: absolute;
  left: 38%;
  bottom: 15%;
  z-index: -1;
  animation: movescale 3s linear infinite;
}

.shape12 {
  position: absolute;
  left: 2%;
  bottom: -5%;
  z-index: -1;
  animation: moveleftbounce 5s linear infinite;
}

.shape13 {
  position: absolute;
  left: 45%;
  bottom: 0;
  z-index: -1;
  animation: movebounce 5s linear infinite;
}

.shape14 {
  position: absolute;
  left: 45%;
  bottom: 33%;
  z-index: -1;
  animation: movescale 5s linear infinite;
}

.shape15 {
  position: absolute;
  left: 37%;
  bottom: 70%;
  z-index: -1;
  animation: movebounce 5s linear infinite;
}

.shape16 {
  position: absolute;
  left: 22%;
  bottom: 77%;
  z-index: -1;
  animation: movescale 3s linear infinite;
}

.shape17 {
  position: absolute;
  left: 7%;
  bottom: 75%;
  z-index: -1;
  animation: moveleftbounce 5s linear infinite;
}

.shape18 {
  position: absolute;
  right: 10%;
  top: 0;
  z-index: -1;
  animation: movebounce 5s linear infinite;
}

.shape19 {
  position: absolute;
  right: 20%;
  top: -25px;
  z-index: -1;
  animation: rotate3d 4s linear infinite;
}

.shape20 {
  position: absolute;
  right: 30%;
  top: 7%;
  z-index: -1;
  animation: movescale 3s linear infinite;
}

.shape21 {
  position: absolute;
  right: 38%;
  top: 1%;
  z-index: -1;
  animation: moveleftbounce 5s linear infinite;
}

.shape22 {
  position: absolute;
  right: 38%;
  top: 15%;
  z-index: -1;
  animation: animationFramesOne 20s infinite linear;
}

.shape23 {
  position: absolute;
  right: 38%;
  top: 15%;
  z-index: -1;
  animation: movescale 3s linear infinite;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes movescale {
  0% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.6);
  }
}
@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
/*================================================
About Area CSS
=================================================*/
.about-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}


.about-content span {
  display: block;
  color: #03d392;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-weight: 600;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}
.about-content h2 {
  margin-bottom: 2px;
  font-size: 40px;
  font-weight: 700;
}
.about-content p {
  margin-bottom: 10px;
  margin-top: 0px;
}

.about-inner-area {
  margin-top: 60px;
}

.about-text {
  transition: 0.5s;
  background-color: #fafafa;
  padding: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}
.about-text h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
}
.about-text p {
  margin-top: 13px;
  margin-bottom: 0;
}
.about-text i {
  position: absolute;
  left: -10px;
  top: -50px;
  z-index: -1;
  opacity: 0.03;
  transition: 0.5s;
}
.about-text i::before {
  font-size: 100px;
}
.about-text:hover {
  box-shadow: 2px 1px 25px 5px rgba(166, 166, 166, 0.2);
  background-color: #ffffff;
  transform: translateY(-10px);
}
.about-text:hover i {
  left: 0;
  top: -25px;
}

/*================================================
Featured Services Area CSS
=================================================*/
.featured-services-area {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.single-featured-services-box {
  margin-bottom: 30px;
  transition: 0.5s;
}
.single-featured-services-box .icon {
  margin-bottom: 18px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #dafcf1;
  border-radius: 5px;
  color: #03d392;
  transition: 0.5s;
  font-size: 35px;
}
.single-featured-services-box .icon i::before {
  font-size: 35px;
}
.single-featured-services-box .icon.bg-8c04d5 {
  background-color: #ddb5f3;
  color: #8c04d5;
}
.single-featured-services-box .icon.bg-d527b7 {
  background-color: #f9dff4;
  color: #d527b7;
}
.single-featured-services-box .icon.bg-dfffd7 {
  background-color: #dfffd7;
  color: #4ac728;
}
.single-featured-services-box h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
}
.single-featured-services-box p {
  transition: 0.5s;
  margin-top: 13px;
  margin-bottom: 0;
}
.single-featured-services-box:hover .icon {
  background-color: #4ac728;
  color: #ffffff;
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.overview-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 150px;
}
.overview-box:last-child {
  margin-bottom: 0;
}
.overview-box .image {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
}
.overview-box .image .shape-image {
  position: absolute;
  left: 0;
  top: -110px;
  z-index: -1;
}
.overview-box .image.right-image {
  text-align: right;
}
.overview-box .content {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
  z-index: 1;
  padding-left: 40px;
  padding-right: 15px;
}
.overview-box .content h3 {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 700;
}
.overview-box .content.left-content {
  margin-left: auto;
  padding-left: 15px;
  padding-right: 40px;
}
.overview-box .content .features-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.overview-box .content .features-list li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.overview-box .content .features-list li span {
  display: block;
  background-color: #f5fcff;
  border-radius: 5px;
  padding: 8px 12px 8px 42px;
  z-index: 1;
  position: relative;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 600;
}
.overview-box .content .features-list li span i {
  font-size: 16px;
  color: #ffffff;
  background-color: #03d392;
  width: 25px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.overview-box .content .features-list li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right, #07dbb0, #00d9a9, #00d7a1, #00d59a, #03d392);
  z-index: -1;
  transition: 0.5s;
}
.overview-box .content .features-list li span:hover {
  color: #ffffff;
}
.overview-box .content .features-list li span:hover::before {
  width: 100%;
}
.overview-box .content .features-list li span:hover i {
  background-color: #ffffff;
  color: #4ac728;
}

/*================================================
Why Choose Us Area CSS
=================================================*/
.why-choose-us-area {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
.why-choose-us-area.extra-pt {
  padding-top: 50px;
}

.single-features-box {
  margin-bottom: 30px;
  transition: 0.5s;
  position: relative;
  padding-left: 90px;
}
.single-features-box .icon {
  display: inline-block;
  width: 70px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background-color: #dafcf1;
  border-radius: 5px;
  color: #03d392;
  transition: 0.5s;
  font-size: 35px;
  position: absolute;
  left: 0;
  top: 2px;
}
.single-features-box .icon i::before {
  font-size: 35px;
}
.single-features-box .icon.bg-8a00d4 {
  background-color: #e5c5f7;
  color: #8a00d4;
}
.single-features-box .icon.bg-d527b7 {
  background-color: #f9dff4;
  color: #d527b7;
}
.single-features-box .icon.bg-dfffd7 {
  background-color: #dfffd7;
  color: #4ac728;
}
.single-features-box .icon.bg-e3a614 {
  background-color: #fbf4e2;
  color: #e3a614;
}
.single-features-box .icon.bg-e76126 {
  background-color: #fbe7df;
  color: #e76126;
}
.single-features-box h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
}
.single-features-box p {
  transition: 0.5s;
  margin-top: 11px;
  margin-bottom: 0;
}
.single-features-box:hover .icon {
  background-color: #4ac728;
  color: #ffffff;
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-area {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.single-pricing-box {
  margin-bottom: 30px;
  border: 1px solid #f5eafc;
  padding: 30px;
  transition: 0.5s;
  border-radius: 5px;
}
.single-pricing-box .pricing-header h3 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
}
.single-pricing-box .pricing-header p {
  transition: 0.5s;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0;
}
.single-pricing-box .price {
  font-size: 50px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
.single-pricing-box .price span {
  display: inline-block;
  margin-left: -7px;
  font-size: 20px;
  font-weight: 600;
}
.single-pricing-box .buy-btn {
  margin-bottom: 25px;
}
.single-pricing-box .buy-btn .btn-primary::after {
  background: linear-gradient(to right top, #a3a3a3, #9a9a9a, #909090, #878787, #7e7e7e);
}
.single-pricing-box .pricing-features {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-pricing-box .pricing-features li {
  margin-bottom: 12px;
  color: #57647c;
  position: relative;
  padding-left: 24px;
}
.single-pricing-box .pricing-features li:last-child {
  margin-bottom: 0;
}
.single-pricing-box .pricing-features li i {
  color: #03d392;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-pricing-box:hover {
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
  background-color: #ffffff;
  border-color: #ffffff;
}
.single-pricing-box:hover .buy-btn .btn-primary::before {
  visibility: hidden;
  opacity: 0;
}
.single-pricing-box:hover .buy-btn .btn-primary::after {
  opacity: 1;
  visibility: visible;
}

.tabs-item {
  display: none;
}
.tabs-item:first-child {
  display: block;
}

.pricing-tab .tabs {
  padding-left: 0;
  margin-bottom: 45px;
  list-style-type: none;
  text-align: center;
}
.pricing-tab .tabs li {
  display: inline-block;
}
.pricing-tab .tabs li a {
  position: relative;
  z-index: 1;
  background-color: #e6fcfc;
  padding: 10px 30px 11px;
  margin-left: -2px;
  margin-right: -2px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.pricing-tab .tabs li a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #07dbb0, #00d9a9, #00d7a1, #00d59a, #03d392);
  z-index: -1;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.pricing-tab .tabs li a:hover {
  color: #ffffff;
}
.pricing-tab .tabs li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.pricing-tab .tabs li.current a {
  color: #ffffff;
}
.pricing-tab .tabs li.current a::before {
  opacity: 1;
  visibility: visible;
}
.pricing-tab .tabs li:nth-child(1) a {
  border-radius: 5px 0 0 5px;
}
.pricing-tab .tabs li:nth-child(1) a::before {
  border-radius: 5px 0 0 5px;
}
.pricing-tab .tabs li:nth-child(2) a {
  border-radius: 0 5px 5px 0;
}
.pricing-tab .tabs li:nth-child(2) a::before {
  border-radius: 0 5px 5px 0;
}

/*================================================
FAQs Area CSS
=================================================*/
.faq-area {
  position: relative;
  z-index: 1;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
  border: none;
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item .accordion-title {
  color: #333333;
  position: relative;
  background-color: #ffffff;
  padding-left: 15px;
  padding-top: 10px;
  padding-right: 35px;
  padding-bottom: 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.faq-accordion .accordion .accordion-item .accordion-title i {
  position: absolute;
  right: 15px;
  font-size: 15px;
  color: #4d6d91;
  top: 50%;
  transform: translateY(-50%);
}
.faq-accordion .accordion .accordion-item .accordion-title i::before {
  transition: 0.5s;
}
.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
  content: "\f078";
}
.faq-accordion .accordion .accordion-item .accordion-content {
  background-color: #ffffff;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-right: 15px;
}
.faq-accordion .accordion .accordion-content {
  font-size: 14px;
  display: none;
  border-top: 1px solid #eeeeee;
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-contact {
  margin-top: 110px;
}

.faq-contact-form {
  padding-left: 30px;
}
.faq-contact-form form .form-group {
  margin-bottom: 15px;
}
.faq-contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.1);
  height: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.faq-contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.faq-contact-form form .row .col-lg-12, .faq-contact-form form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px;
}
.faq-contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
}
.faq-contact-form form .btn {
  padding: 13px 35px 15px;
  font-size: 17px;
  margin-top: 8px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.faq-contact-form form .btn.disabled {
  cursor: not-allowed !important;
}
.faq-contact-form form .btn.disabled:hover::before, .faq-contact-form form .btn.disabled:focus::before {
  opacity: 1;
  visibility: visible;
}
.faq-contact-form form .btn.disabled:hover::after, .faq-contact-form form .btn.disabled:focus::after {
  opacity: 0;
  visibility: hidden;
}
.faq-contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.faq-contact-form form .help-block ul li {
  color: red;
}
.faq-contact-form form #msgSubmit {
  margin-bottom: 0;
  text-align: left !important;
}
.faq-contact-form form #msgSubmit.text-danger, .faq-contact-form form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 23px;
  font-weight: 700;
}

.shape1 {
  position: absolute;
  z-index: -1;
  top: 40%;
  right: 10%;
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.shape2 {
  position: absolute;
  z-index: -1;
  top: 60%;
  left: 15%;
  animation: rotate3d 4s linear infinite;
}

.shape3 {
  position: absolute;
  left: 5%;
  top: -5%;
  z-index: -1;
  opacity: 0.2;
  animation: movebounce 5s linear infinite;
}

.shape4 {
  position: absolute;
  left: 25%;
  top: 15%;
  z-index: -1;
  animation: animationFramesOne 20s infinite linear;
}

.shape5 {
  position: absolute;
  right: 25%;
  top: -10%;
  z-index: -1;
  animation: animationFramesOne 20s infinite linear;
}

@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*================================================
Team Area CSS
=================================================*/
.team-area {
  padding-bottom: 80px;
}

.single-team-box {
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  transition: 0.5s;
}
.single-team-box .image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(204, 204, 204, 1);
  border-radius: 14px;

}

.single-team-box .image .social {
  position: absolute;
  top: 20px;
  left: -40px;
  z-index: 2;
  text-decoration: none;
  opacity: 0;
  padding: 8px 15px;
  background: #ffffff;
  border-radius: 35px;
  visibility: hidden;
  transition: 0.5s;
}
.single-team-box .image .social a {
  display: inline-block;
  color: #03d392;
  font-size: 17px;
  margin: 0 7px;
}

.single-team-box .content h3 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  color: rgba(13, 22, 11, 1);
}
.single-teamDetails p {
  margin-top: 10px;
  font-size: 15px;
}
.single-teamDetails p a {
 color: rgba(0, 60, 255, 1);
}


/*================================================
Feedback Area CSS
=================================================*/
.feedback-area {
  padding-bottom: 80px;
}

.single-feedback-item {
  margin-bottom: 30px;
  position: relative;
  padding-left: 180px;
}
.single-feedback-item .client-image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  z-index: 1;
  padding-bottom: 15px;
}
.single-feedback-item .client-image img {
  width: 140px !important;
  height: 140px;
  display: inline-block !important;
  border-radius: 5px;
}
.single-feedback-item .client-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -15px;
  border-radius: 5px;
  background: #03d392;
  z-index: -1;
  width: 100%;
  height: 90%;
}
.single-feedback-item .client-image::after {
  content: "\ecff";
  position: absolute;
  right: -10px;
  bottom: -15px;
  color: #f4faff;
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 50px;
}
.single-feedback-item .client-info h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.single-feedback-item .client-info span {
  display: block;
  color: #03d392;
  margin-top: 4px;
  font-family: "Poppins", sans-serif;
}

.feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: 0.01;
  margin-bottom: 30px;
  margin-top: 10px;
}
.feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 4px;
  background: #cccccc;
  border-radius: 50%;
  transition: 0.5s;
}
.feedback-slides.owl-theme .owl-dots .owl-dot.active span, .feedback-slides.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #03d392;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-inner-content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}
.partner-inner-content p {
  max-width: 520px;
  margin-bottom: 0;
  margin-top: 10px;
}

.our-clients-list {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  margin-top: 30px;
}
.our-clients-list .single-clients {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  background-color: #ffffff;
  transition: 0.5s;
  padding: 30px;
}
.our-clients-list .single-clients:nth-child(1) {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.our-clients-list .single-clients:nth-child(2) {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.our-clients-list .single-clients:nth-child(3) {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.our-clients-list .single-clients:nth-child(4) {
  border-bottom: 1px solid #eeeeee;
}
.our-clients-list .single-clients:nth-child(5) {
  border-right: 1px solid #eeeeee;
}
.our-clients-list .single-clients:nth-child(6) {
  border-right: 1px solid #eeeeee;
}
.our-clients-list .single-clients:nth-child(7) {
  border-right: 1px solid #eeeeee;
}
.our-clients-list .single-clients:hover {
  transform: scale(1.1);
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  border-color: #ffffff;
}

.question-form {
  background-color: #0c18ff;
  padding: 25px;
  border-radius: 5px;
}
.question-form h3 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
.question-form p {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0;
}
.question-form form {
  margin-top: 25px;
}
.question-form form .form-group {
  margin-bottom: 15px;
}
.question-form form .form-control {
  background-color: #f5f3f3;
  border: none;
  height: 50px;
  color: #333333;
  border-radius: 5px;
}
.question-form form .form-control::-moz-placeholder {
  color: #898989;
}
.question-form form .form-control::placeholder {
  color: #898989;
}
.question-form form textarea.form-control {
  height: auto;
  padding-top: 13px;
}
.question-form form .btn {
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 15px;
}
.question-form form .btn-primary {
  border-radius: 5px;
}
.question-form form .btn-primary::before {
  border-radius: 0;
}
.question-form form .btn-primary::before {
  background: linear-gradient(to right, #07dbb0, #00d9a9, #00d7a1, #00d59a, #03d392);
}
.question-form form .btn-primary::after {
  border-radius: 0;
  background: #ffffff;
}
.question-form form .btn-primary:hover {
  color: #03d392 !important;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
.blog-area .pagination-area {
  margin-bottom: 30px;
}

.single-blog-post {
  margin-bottom: 30px;
  transition: 0.5s;
  border-radius: 5px;
  background-color: #f4faff;    border: 1px solid #cfe9ff;
}
.single-blog-post .entry-thumbnail a img {
  transition: 0.5s;
  border-radius: 5px;
}
.single-blog-post .entry-post-content {
  padding: 20px;
}
.single-blog-post .entry-post-content .entry-meta {
  margin-bottom: 6px;
}
.single-blog-post .entry-post-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-blog-post .entry-post-content .entry-meta ul li {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  color: #57647c;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.single-blog-post .entry-post-content .entry-meta ul li::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: rotate(14deg) translateY(-50%);
  background: #57647c;
  width: 1px;
  height: 13px;
}
.single-blog-post .entry-post-content .entry-meta ul li a {
  display: inline-block;
  color: #57647c;
}
.single-blog-post .entry-post-content .entry-meta ul li a:hover {
  color: #42858C;
}
.single-blog-post .entry-post-content .entry-meta ul li:last-child {
  margin-right: 0;
}
.single-blog-post .entry-post-content .entry-meta ul li:last-child::before {
  display: none;
}
.single-blog-post .entry-post-content h3 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 25px;
  font-weight: 700;
}
.single-blog-post .entry-post-content p {
  margin-top: 8px;
  margin-bottom: 0;
}
.single-blog-post .entry-post-content .learn-more-btn {
  margin-top: 15px;
}
.single-blog-post:hover {
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
  background-color: #ffffff;
}
.single-blog-post:hover .entry-thumbnail a img {
  opacity: 0.7;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-area {
  position: relative;
  z-index: 1;
}
.blog-details-area .row {
  margin-left: -25px;
  margin-right: -25px;
}
.blog-details-area .row .col-lg-8, .blog-details-area .row .col-lg-4 {
  padding-left: 25px;
  padding-right: 25px;
}

.blog-details .article-image img {
  width: 100%;
}
.blog-details .article-content {
  margin-top: 30px;
}
.blog-details .article-content .entry-meta {
  margin-bottom: 17px;
}
.blog-details .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-details .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #333333;
  margin-right: 21px;
}
.blog-details .article-content .entry-meta ul li img {
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
  padding-right: 3px;
  position: relative;
  top: -1.5px;
}
.blog-details .article-content .entry-meta ul li a {
  display: inline-block;
  color: #57647c;
}
.blog-details .article-content .entry-meta ul li a:hover {
  color: #03d392;
}
.blog-details .article-content .entry-meta ul li i {
  color: #03d392;
  margin-right: 2px;
}
.blog-details .article-content .entry-meta ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -14px;
  width: 6px;
  height: 1px;
  background: #bbaeae;
}
.blog-details .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}
.blog-details .article-content .entry-meta ul li:last-child::before {
  display: none;
}
.blog-details .article-content h3 {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 700;
}
.blog-details .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog-details .article-content .wp-block-gallery.columns-3 li {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 15px;
  padding-left: 15px;
}
.blog-details .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}
.blog-details .article-content .article-features-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 15px;
  margin-left: 20px;
}
.blog-details .article-content .article-features-list li {
  margin-bottom: 12px;
  color: #57647c;
  position: relative;
  padding-left: 15px;
}
.blog-details .article-content .article-features-list li::before {
  background: #03d392;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
}
.blog-details .article-content .article-features-list li:last-child {
  margin-bottom: 0;
}
.blog-details .article-footer {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-top: 30px;
}
.blog-details .article-footer .article-tags {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-details .article-footer .article-tags span {
  display: inline-block;
  color: #333333;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.blog-details .article-footer .article-tags a {
  display: inline-block;
  color: #736262;
}
.blog-details .article-footer .article-tags a:hover {
  color: #03d392;
}
.blog-details .article-footer .article-share {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-details .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}
.blog-details .article-footer .article-share .social li {
  display: inline-block;
}
.blog-details .article-footer .article-share .social li a {
  position: relative;
  color: #333333;
  background-color: #f7f7f7;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  z-index: 1;
}
.blog-details .article-footer .article-share .social li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.8);
  background: linear-gradient(to right, #07dbb0, #00d9a9, #00d7a1, #00d59a, #03d392);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.blog-details .article-footer .article-share .social li a:hover {
  color: #ffffff;
}
.blog-details .article-footer .article-share .social li a:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
}
blockquote p, .blockquote p {
  color: #333333;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
}
blockquote cite, .blockquote cite {
  display: none;
}
blockquote::before, .blockquote::before {
  color: #efefef;
  content: "\f10d";
  position: absolute;
  left: 50px;
  top: -60px;
  z-index: -1;
  font-family: "Font Awesome 5 Free";
  font-size: 140px;
  font-weight: 900;
}

.comments-area {
  background-color: #f8f8f8;
  padding: 25px 20px;
  margin-top: 30px;
}
.comments-area .comments-title {
  position: relative;
  line-height: initial;
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 700;
}
.comments-area .comments-title::before {
  content: "";
  height: 25px;
  width: 3px;
  left: -20px;
  position: absolute;
  background: linear-gradient(to right, #07dbb0, #00d9a9, #00d7a1, #00d59a, #03d392);
  top: 50%;
  transform: translateY(-50%);
}
.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .comment-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.comments-area .children {
  margin-left: 20px;
}
.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 65px;
  color: #333333;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.comments-area .comment-body .reply {
  margin-top: 15px;
}
.comments-area .comment-body .reply a {
  border: 1px solid #eeeeee;
  color: #57647c;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #03d392;
  border-color: #03d392;
}
.comments-area .comment-meta {
  margin-bottom: 0.8em;
}
.comments-area .comment-author {
  font-size: 15px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}
.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  top: 5px;
}
.comments-area .comment-author .fn {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.comments-area .comment-author .says {
  display: none;
}
.comments-area .comment-metadata {
  color: #57647c;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}
.comments-area .comment-metadata a {
  color: #57647c;
}
.comments-area .comment-metadata a:hover {
  color: #03d392;
}
.comments-area .comment-content p {
  font-size: 13px;
}
.comments-area .comment-respond .comment-reply-title {
  margin: 0;
  position: relative;
  font-size: 23px;
  font-weight: 700;
}
.comments-area .comment-respond .comment-reply-title::before {
  content: "";
  height: 25px;
  width: 3px;
  left: -20px;
  position: absolute;
  background: linear-gradient(to right, #07dbb0, #00d9a9, #00d7a1, #00d59a, #03d392);
  top: 50%;
  transform: translateY(-50%);
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 15px;
  display: inline-block;
}
.comments-area .comment-respond .comment-form {
  overflow: hidden;
}
.comments-area .comment-respond .comment-notes {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px;
}
.comments-area .comment-respond .comment-notes .required {
  color: red;
}
.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}
.comments-area .comment-respond label {
  display: block;
  margin-bottom: 5px;
  color: #333333;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.comments-area .comment-respond input[type=date], .comments-area .comment-respond input[type=time], .comments-area .comment-respond input[type=datetime-local], .comments-area .comment-respond input[type=week], .comments-area .comment-respond input[type=month], .comments-area .comment-respond input[type=text], .comments-area .comment-respond input[type=email], .comments-area .comment-respond input[type=url], .comments-area .comment-respond input[type=password], .comments-area .comment-respond input[type=search], .comments-area .comment-respond input[type=tel], .comments-area .comment-respond input[type=number], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  transition: 0.5s;
}
.comments-area .comment-respond input[type=date]:focus, .comments-area .comment-respond input[type=time]:focus, .comments-area .comment-respond input[type=datetime-local]:focus, .comments-area .comment-respond input[type=week]:focus, .comments-area .comment-respond input[type=month]:focus, .comments-area .comment-respond input[type=text]:focus, .comments-area .comment-respond input[type=email]:focus, .comments-area .comment-respond input[type=url]:focus, .comments-area .comment-respond input[type=password]:focus, .comments-area .comment-respond input[type=search]:focus, .comments-area .comment-respond input[type=tel]:focus, .comments-area .comment-respond input[type=number]:focus, .comments-area .comment-respond textarea:focus {
  border-color: #03d392;
}
.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #57647c;
  font-weight: normal;
}
.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}
.comments-area .comment-respond .form-submit input {
  background-color: #03d392;
  border: none;
  color: #ffffff;
  padding: 10.5px 25px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  transition: 0.5s;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #4ac728;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  padding-top: 110px;
  padding-bottom: 100px;
  background-color: #03d392;
  background-image: url(../img/page-title-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title-content {
  position: relative;
}
.page-title-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}
.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  font-family: "Poppins", sans-serif;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
}
.page-title-content ul li {
  display: inline-block;
  color: #ffffff;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
}
.page-title-content ul li a {
  color: #333333;
}
.page-title-content ul li a:hover {
  color: #333333;
}
.page-title-content ul li::before {
  content: "\f054";
  position: absolute;
  right: -15px;
  top: 6px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
}
.page-title-content ul li:last-child {
  margin-right: 0;
}
.page-title-content ul li:last-child::before {
  display: none;
}
.page-title-content ul li:first-child {
  margin-left: 0;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  margin: 0 2px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 40px;
  color: #333333;
  box-shadow: 0 2px 10px 0 #d8dde6;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: 700;
}
.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: #03d392;
  color: #ffffff;
  box-shadow: unset;
}

/*================================================
Sidebar Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 30px;
}
.widget-area .widget:first-child {
  margin-top: 0;
}
.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  font-size: 20px;
}
.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #07dbb0, #00d9a9, #00d7a1, #00d59a, #03d392);
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.widget-area .widget_search {
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 15px;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.widget-area .widget_search form .screen-reader-text {
  display: none;
}
.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  transition: 0.5s;
}
.widget-area .widget_search form .search-field:focus {
  border-color: #03d392;
}
.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: transparent;
}
.widget-area .widget_search form button::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, #07dbb0, #00d9a9, #00d7a1, #00d59a, #03d392);
  top: 0;
  transition: 0.5s;
}
.widget-area .widget_search form button::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, #49c628, #53d23c, #5ddd4e, #66e95f, #70f570);
  top: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.widget-area .widget_search form button:hover::before {
  opacity: 0;
  visibility: hidden;
}
.widget-area .widget_search form button:hover::after {
  opacity: 1;
  visibility: visible;
}
.widget-area .widget_evolta_posts_thumb {
  position: relative;
  overflow: hidden;
}
.widget-area .widget_evolta_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}
.widget-area .widget_evolta_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_evolta_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}
.widget-area .widget_evolta_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_evolta_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog/1.jpg);
}
.widget-area .widget_evolta_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog/2.jpg);
}
.widget-area .widget_evolta_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog/3.jpg);
}
.widget-area .widget_evolta_posts_thumb .item .info {
  overflow: hidden;
}
.widget-area .widget_evolta_posts_thumb .item .info time {
  display: block;
  color: #57647c;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 4px;
  font-size: 12px;
}
.widget-area .widget_evolta_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 19px;
  font-weight: 700;
}
.widget-area .widget_recent_entries ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #57647c;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 14.5px;
  font-family: "Poppins", sans-serif;
}
.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_recent_entries ul li::before {
  background: #03d392;
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
}
.widget-area .widget_recent_entries ul li a {
  color: #57647c;
}
.widget-area .widget_recent_entries ul li a:hover {
  color: #03d392;
}
.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #57647c;
  margin-top: 4px;
}
.widget-area .widget_recent_comments ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: #333333;
  padding-left: 14px;
  line-height: 1.5;
  font-size: 14.5px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_recent_comments ul li::before {
  background: #03d392;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
}
.widget-area .widget_recent_comments ul li span {
  display: inline-block;
}
.widget-area .widget_recent_comments ul li a {
  color: #57647c;
  display: inline-block;
}
.widget-area .widget_recent_comments ul li a:hover {
  color: #03d392;
}
.widget-area .widget_archive ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  color: #57647c;
  font-size: 14.5px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_archive ul li::before {
  background: #03d392;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
}
.widget-area .widget_archive ul li a {
  color: #57647c;
}
.widget-area .widget_archive ul li a:hover {
  color: #03d392;
}
.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #57647c;
  padding-left: 14px;
  font-size: 14.5px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_categories ul li::before {
  background: #03d392;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
}
.widget-area .widget_categories ul li a {
  color: #57647c;
}
.widget-area .widget_categories ul li a:hover {
  color: #03d392;
}
.widget-area .widget_categories ul li .post-count {
  float: right;
}
.widget-area .widget_meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: #57647c;
  padding-left: 14px;
  font-size: 14.5px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_meta ul li::before {
  background: #03d392;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
}
.widget-area .widget_meta ul li a {
  color: #57647c;
}
.widget-area .widget_meta ul li a:hover {
  color: #03d392;
}
.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}
.widget-area .tagcloud a {
  display: inline-block;
  color: #57647c;
  font-weight: 600;
  font-size: 12.5px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  position: relative;
  margin-top: 8px;
  margin-right: 4px;
}
.widget-area .tagcloud a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #07dbb0, #00d9a9, #00d7a1, #00d59a, #03d392);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: scale(0.8);
}
.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  border-color: #03d392;
}
.widget-area .tagcloud a:hover::before, .widget-area .tagcloud a:focus::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/*================================================
Shop Area CSS
=================================================*/
.woocommerce-topbar {
  margin-bottom: 40px;
}
.woocommerce-topbar .woocommerce-result-count p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.woocommerce-topbar .woocommerce-topbar-ordering {
  text-align: right;
}
.woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
  background-color: #ffffff;
  color: #57647c;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  float: unset;
  height: unset;
  line-height: initial;
  padding: 15px 35px 15px 20px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
  background-color: #ffffff;
  box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option {
  transition: 0.5s;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
  background-color: #03d392 !important;
  color: #ffffff;
}
.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
  background-color: transparent;
}
.woocommerce-topbar .woocommerce-topbar-ordering .nice-select:after {
  right: 20px;
  width: 8px;
  height: 8px;
}

.single-product-box {
  margin-bottom: 30px;
  text-align: center;
}
.single-product-box .product-image {
  overflow: hidden;
  position: relative;
  text-align: left;
}
.single-product-box .product-image a img {
  transition: 0.5s;
}
.single-product-box .product-image a img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-right: 20px;
}
.single-product-box .product-image .add-to-cart-btn {
  position: absolute;
  bottom: -46px;
  left: 0;
  width: 100%;
  background-color: #333333;
  color: #ffffff;
  padding: 12px 20px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.single-product-box .product-image .add-to-cart-btn i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.single-product-box .product-image .add-to-cart-btn:hover {
  background-color: #03d392;
  color: #ffffff;
}
.single-product-box .product-image .sale-btn {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: red;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.single-product-box .product-content {
  margin-top: 25px;
}
.single-product-box .product-content h3 {
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 700;
}
.single-product-box .product-content .price {
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.single-product-box .product-content .price .old {
  text-decoration: line-through;
  color: #828893;
  font-size: 14px;
}
.single-product-box .product-content .rating {
  margin-top: 12px;
  color: #ffb708;
}
.single-product-box .product-content .rating i {
  margin-right: -1px;
}
.single-product-box:hover .product-image a img:nth-child(2) {
  opacity: 1;
  visibility: visible;
  margin-right: 0;
}
.single-product-box:hover .product-image .add-to-cart-btn {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

/*================================================
Product Details Area CSS
=================================================*/
.product-details-desc h3 {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 700;
}
.product-details-desc p {
  margin-bottom: 0;
}
.product-details-desc .price {
  margin-bottom: 10px;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.product-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
  font-size: 13px;
}
.product-details-desc .product-review {
  margin-bottom: 15px;
}
.product-details-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}
.product-details-desc .product-review .rating i {
  color: #ffba0a;
}
.product-details-desc .product-review .rating-count {
  display: inline-block;
  color: #333333;
  border-bottom: 1px solid #333333;
  line-height: initial;
}
.product-details-desc .product-review .rating-count:hover {
  color: #03d392;
  border-color: #03d392;
}
.product-details-desc .product-add-to-cart {
  margin-top: 20px;
}
.product-details-desc .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.product-details-desc .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: 0.5s;
}
.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
}
.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
}
.product-details-desc .product-add-to-cart .input-counter span:hover {
  color: #03d392;
}
.product-details-desc .product-add-to-cart .input-counter input {
  height: 45px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.product-details-desc .product-add-to-cart .input-counter input::-moz-placeholder {
  color: #333333;
}
.product-details-desc .product-add-to-cart .input-counter input::placeholder {
  color: #333333;
}
.product-details-desc .product-add-to-cart .btn {
  height: 45px;
  top: -2px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.product-details-desc .product-add-to-cart .btn i {
  margin-right: 2px;
}
.product-details-desc .buy-checkbox-btn {
  margin-top: 20px;
}
.product-details-desc .buy-checkbox-btn input {
  display: none;
}
.product-details-desc .buy-checkbox-btn .cbx {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: pointer;
}
.product-details-desc .buy-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.product-details-desc .buy-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #ebebeb;
  transition: all 0.2s ease;
  transition: 0.5s;
}
.product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
  transition: 0.5s;
}
.product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #333333;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  transition: 0.5s;
}
.product-details-desc .buy-checkbox-btn .cbx span:last-child {
  padding-left: 4px;
  color: #57647c;
}
.product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: #333333;
}
.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
  background: #333333;
  border-color: #333333;
  animation: wave 0.4s ease;
}
.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}
.product-details-desc .buy-checkbox-btn .item:not(:first-child) {
  margin-top: 15px;
}
.product-details-desc .buy-checkbox-btn .btn {
  display: block;
  width: 100%;
}
.product-details-desc .buy-checkbox-btn .btn-light {
  background-color: #f2f2f2;
}
.product-details-desc .custom-payment-options {
  margin-top: 20px;
}
.product-details-desc .custom-payment-options span {
  display: block;
  color: #57647c;
  margin-bottom: 8px;
}
.product-details-desc .custom-payment-options .payment-methods a {
  display: inline-block;
}
.product-details-desc .custom-payment-options .payment-methods a img {
  width: 40px;
}

.tab .tabs_item {
  display: none;
}
.tab .tabs_item:first-child {
  display: block;
}

.products-details-tab {
  margin-top: 50px;
}
.products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
}
.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}
.products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #333333;
  border: 1px dashed #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 48px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.products-details-tab .tabs li a .dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 12px;
  height: 12px;
  border: 1px solid #333333;
  transition: 0.5s;
  border-radius: 50%;
}
.products-details-tab .tabs li a .dot::before {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #333333;
  margin: 2px;
  border-radius: 50%;
  transition: 0.5s;
}
.products-details-tab .tabs li a:hover, .products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #03d392;
  border-color: #03d392;
}
.products-details-tab .tabs li a:hover .dot, .products-details-tab .tabs li a:focus .dot {
  border-color: #ffffff;
}
.products-details-tab .tabs li a:hover .dot::before, .products-details-tab .tabs li a:focus .dot::before {
  background: #ffffff;
}
.products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #03d392;
  border-color: #03d392;
}
.products-details-tab .tabs li.current a .dot {
  border-color: #ffffff;
}
.products-details-tab .tabs li.current a .dot::before {
  background: #ffffff;
}
.products-details-tab .tabs li:last-child {
  margin-right: 0;
}
.products-details-tab .tab_content {
  border: 1px dashed #eeeeee;
  padding: 30px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content p {
  margin-bottom: 20px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
  margin-bottom: 0;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px;
  color: #57647c;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
  display: inline-block;
  width: 30%;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 700;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
  position: relative;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
  color: #ffba0a;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
  color: #ebebeb;
  font-size: 14px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
  color: #ffba0a;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  font-size: 14px;
  color: #ebebeb;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 600;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #57647c;
  top: 40px;
  text-decoration: underline;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #03d392;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
  margin-top: 30px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 20px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
  color: #57647c;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
  padding-top: 15px;
  min-height: 130px;
}
.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn {
  margin-top: 0;
}

.related-products {
  margin-top: 70px;
}
.related-products .section-title {
  margin-bottom: 10px;
}
.related-products .single-product-box {
  margin-bottom: 0;
  margin-top: 30px;
}

/*================================================
Cart CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
}
.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 25px 0 25px;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.cart-table table tbody tr td {
  vertical-align: middle;
  color: #57647c;
  padding-left: 0;
  padding-right: 0;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}
.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}
.cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
}
.cart-table table tbody tr td.product-name {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.cart-table table tbody tr td.product-name a {
  color: #57647c;
  font-weight: 600;
  display: inline-block;
}
.cart-table table tbody tr td.product-name a:hover {
  color: #4ac728;
}
.cart-table table tbody tr td.product-price span {
  font-weight: 500;
}
.cart-table table tbody tr td.product-subtotal .remove {
  color: red;
  float: right;
  position: relative;
  top: -1px;
}
.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: 0.5s;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #4ac728;
}
.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
  color: #333333;
}
.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #333333;
}
.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}
.cart-table table tbody tr td.product-subtotal span {
  font-weight: 500;
}
.cart-table .table > :not(:first-child) {
  border-top: none;
}

.cart-buttons {
  margin-top: 30px;
}
.cart-buttons .shopping-coupon-code {
  position: relative;
  max-width: 430px;
}
.cart-buttons .shopping-coupon-code button {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  background: #4ac728;
  color: #ffffff;
  border: none;
  padding: 0 25px;
  font-weight: 700;
  outline: 0;
  transition: 0.5s;
}
.cart-buttons .shopping-coupon-code button:hover {
  background-color: #03d392;
}

.cart-totals {
  background: #ffffff;
  padding: 40px;
  max-width: 620px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-left: auto;
  margin-top: 50px;
}
.cart-totals h3 {
  margin-bottom: 25px;
  font-size: 23px;
  font-weight: 700;
}
.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #333333;
  overflow: hidden;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.cart-totals ul li:first-child {
  border-bottom: none;
}
.cart-totals ul li:last-child {
  border-top: none;
}
.cart-totals ul li span {
  float: right;
  color: #57647c;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

/*================================================
Checkout CSS
=================================================*/
.user-actions {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid #03d392;
  position: relative;
}
.user-actions::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}
.user-actions i {
  color: #03d392;
  margin-right: 2px;
}
.user-actions span {
  display: inline-block;
  font-weight: 600;
  color: #03d392;
}
.user-actions span a {
  display: inline-block;
  color: #333333;
}
.user-actions span a:hover, .user-actions span a:focus {
  color: #03d392;
}

.checkout-area .title {
  margin-bottom: 25px;
  font-size: 23px;
  font-weight: 700;
}

.billing-details .form-group {
  margin-bottom: 20px;
}
.billing-details .form-group label {
  display: block;
  color: #57647c;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.billing-details .form-group label .required {
  color: red;
}
.billing-details .form-group .nice-select {
  float: unset;
  line-height: 45px;
  color: #57647c;
  font-weight: 600;
  font-size: 13px;
  padding-top: 0;
  padding-bottom: 0;
}
.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.billing-details .form-group .nice-select .list .option {
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}
.billing-details .form-group .nice-select .list .option:hover {
  background-color: #4ac728 !important;
  color: #ffffff;
}
.billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
}
.billing-details .form-group .nice-select:after {
  right: 20px;
  height: 8px;
  width: 8px;
}
.billing-details .form-group textarea {
  padding-top: 15px;
  min-height: 135px;
}
.billing-details .form-check {
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.billing-details .form-check .form-check-label {
  color: #57647c;
}
.billing-details .form-check label {
  position: relative;
  left: -3px;
  top: 1px;
  font-size: 14px;
  font-weight: 600;
}
.billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.order-details .order-table table {
  margin-bottom: 0;
}
.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #57647c;
  border-color: #eaedff;
  padding-left: 20px;
  padding-right: 20px;
}
.order-details .order-table table tbody tr td.product-name {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.order-details .order-table table tbody tr td.product-name a {
  color: #57647c;
  display: inline-block;
  font-weight: 500;
}
.order-details .order-table table tbody tr td.product-name a:hover {
  color: #03d392;
}
.order-details .order-table table tbody tr td.order-subtotal, .order-details .order-table table tbody tr td.order-shipping, .order-details .order-table table tbody tr td.total-price {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
  color: #333333;
  font-weight: 600;
}
.order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 600;
}
.order-details .payment-box {
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}
.order-details .payment-box .payment-method p {
  font-size: 14px;
}
.order-details .payment-box .payment-method p [type=radio]:checked, .order-details .payment-box .payment-method p [type=radio]:not(:checked) {
  display: none;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  color: #333333;
  position: relative;
  margin-bottom: 8px;
  font-weight: 600;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::before, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::after, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #03d392;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
}
.order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.order-details .payment-box .btn.order-btn {
  display: block;
  margin-top: 25px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
  height: 100vh;
}

.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}
.error-content h3 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 17px;
}
.error-content p {
  max-width: 520px;
  margin: 0 auto 20px;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  position: relative;
  z-index: 1;
}
.coming-soon-area .coming-soon-content {
  height: 100vh;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}
.coming-soon-area .coming-soon-content .logo {
  position: absolute;
  left: 100px;
  top: 30px;
}
.coming-soon-area .coming-soon-content h3 {
  line-height: 1.3;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 700;
}
.coming-soon-area .coming-soon-content form {
  max-width: 520px;
}
.coming-soon-area .coming-soon-content form .form-group {
  margin-bottom: 15px;
}
.coming-soon-area .coming-soon-content form .form-control {
  height: 50px;
  border: none;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.coming-soon-area .coming-soon-content form .btn {
  display: block;
  width: 100%;
  padding: 15px 28px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.coming-soon-area .coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 15px;
}
.coming-soon-area .coming-soon-content .social {
  position: absolute;
  left: 100px;
  bottom: 30px;
  text-align: center;
}
.coming-soon-area .coming-soon-content .social ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.coming-soon-area .coming-soon-content .social ul li {
  display: inline-block;
  margin: 0 2px;
}
.coming-soon-area .coming-soon-content .social ul li a {
  width: 35px;
  height: 35px;
  line-height: 37px;
  border-radius: 50%;
  background-color: #dddddd;
  color: #333333;
  font-size: 14px;
}
.coming-soon-area .coming-soon-content .social ul li a.twitter {
  background-color: #1da1f2;
  color: #ffffff;
}
.coming-soon-area .coming-soon-content .social ul li a.youtube {
  background-color: #ff0000;
  color: #ffffff;
}
.coming-soon-area .coming-soon-content .social ul li a.facebook {
  background-color: #3b5998;
  color: #ffffff;
}
.coming-soon-area .coming-soon-content .social ul li a.linkedin {
  background-color: #0077b5;
  color: #ffffff;
}
.coming-soon-area .coming-soon-content .social ul li a.instagram {
  background-color: #c13584;
  color: #ffffff;
}
.coming-soon-area .coming-soon-content .social ul li a:hover {
  background-color: #03d392;
  color: #ffffff;
}
.coming-soon-area .coming-soon-time {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-image: url(../img/coming-soon-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.coming-soon-area .coming-soon-time img {
  display: none;
}
.coming-soon-area .coming-soon-time #timer {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.coming-soon-area .coming-soon-time #timer div {
  width: 155px;
  height: 155px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  line-height: initial;
  padding-top: 37px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 45px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.coming-soon-area .coming-soon-time #timer div span {
  text-transform: uppercase;
  display: block;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 600;
}
.coming-soon-area .coming-soon-time::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.7;
  z-index: -1;
}
.coming-soon-area .coming-soon-time .bg-shape1 {
  position: absolute;
  left: -50px;
  top: -50px;
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  transform: rotate(-45deg);
  z-index: -1;
}
.coming-soon-area .coming-soon-time .bg-shape1 img {
  display: block;
  position: absolute;
  left: 40px;
  top: 70px;
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.coming-soon-area .coming-soon-time .bg-shape2 {
  position: absolute;
  left: -50px;
  bottom: -50px;
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  transform: rotate(-45deg);
  z-index: -1;
}
.coming-soon-area .coming-soon-time .bg-shape2 img {
  display: block;
  position: absolute;
  left: 70px;
  bottom: 40px;
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-area .section-title {
  margin-top: 110px;
}


.contact-form form .form-group {
  margin-bottom: 10px;
}
.contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  height: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.contact-form form .row .col-lg-12, .contact-form form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px;
}
.contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
}
.contact-form form .btn {
  padding: 13px 35px 15px;
  font-size: 17px;
  margin-top: 5px;
  box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
.contact-form form .btn.disabled {
  cursor: not-allowed !important;
}
.contact-form form .btn.disabled:hover::before, .contact-form form .btn.disabled:focus::before {
  opacity: 1;
  visibility: visible;
}
.contact-form form .btn.disabled:hover::after, .contact-form form .btn.disabled:focus::after {
  opacity: 0;
  visibility: hidden;
}
.contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.contact-form form .help-block ul li {
  color: red;
}
.contact-form form #msgSubmit {
  margin-bottom: 0;
  text-align: left !important;
}
.contact-form form #msgSubmit.text-danger, .contact-form form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 23px;
  font-weight: 700;
}

.contact-info-box {
  text-align: center;
  border-radius: 5px;
  transition: 0.5s;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 30px;
}
.contact-info-box .icon {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 67px;
  background: #f7fafd;
  border-radius: 50%;
  font-size: 30px;
  color: #03d392;
  transition: 0.5s;
  margin-bottom: 15px;
  border: 1px dashed #eeeeee;
}
.contact-info-box h3 {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 700;
}
.contact-info-box p {
  margin-bottom: 0;
}
.contact-info-box p a {
  display: inline-block;
  color: #57647c;
}
.contact-info-box p a:hover {
  color: #03d392;
}
.contact-info-box:hover {
  transform: translateY(-10px);
}
.contact-info-box:hover .icon {
  background-color: #03d392;
  color: #ffffff;
  border-color: #03d392;
}

/*================================================
Free Trial Area CSS
=================================================*/
.free-trial-area {
  position: relative;
  z-index: 1;
}
.free-trial-area::before {
  bottom: 0;
  height: 50%;
  z-index: -1;
  left: 0;
  width: 100%;
  background-color: #182c51;
  content: "";
  position: absolute;
}

.free-trial-inner-area {
  background-color: #03d392;
  padding: 50px;
  border-radius: 5px;
}
.free-trial-inner-area .content h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}
.free-trial-inner-area .content p {
  color: #ffffff;
  margin-top: 10px;
}
.free-trial-inner-area .free-trial-form form {
  margin-top: 20px;
  position: relative;
}
.free-trial-inner-area .free-trial-form form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #f7f9fc;
  border: none;
  color: #333333;
  padding-left: 15px;
  box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  height: 50px;
  border-radius: 5px;
  outline: 0;
}
.free-trial-inner-area .free-trial-form form .input-newsletter::-moz-placeholder {
  color: #999999;
}
.free-trial-inner-area .free-trial-form form .input-newsletter::placeholder {
  color: #999999;
}
.free-trial-inner-area .free-trial-form form button {
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  height: 50px;
  border: none;
  background-color: #333333;
  color: #ffffff;
  border-radius: 0 5px 5px 0;
  transition: 0.5s;
  line-height: 45px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.free-trial-inner-area .free-trial-form form button:hover {
  background-color: #4ac728;
  color: #ffffff;
}
.free-trial-inner-area .free-trial-form form .validation-danger {
  margin-top: 5px;
  color: #ffffff;
}
.free-trial-inner-area .free-trial-form form .validation-success {
  margin-top: 5px;
  color: #ffffff;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  background-color: #182c51;
}

.single-footer-widget {
  margin-bottom: 0px;
}
.single-footer-widget .logo {
  margin-bottom: 20px;
}
.single-footer-widget .logo p {
  color: #ffffff;
  margin-top: 18px;
  margin-bottom: 0;
}
.single-footer-widget p {
  color: #ffffff;
  font-size: 14px;
}
.single-footer-widget .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}
.single-footer-widget .social li {
  display: inline-block;
  transition: 0.5s;
  margin-left: 0px;
  margin-right: 0px;    padding: 0;
}
.single-footer-widget .social li a {
  color: #333;
  text-align: center;    padding: 0 20px 0px 0px;
}
.single-footer-widget .social li a i::before {
  font-size: 15px;
}
.single-footer-widget .social li a:hover {
  color: #0D160B;
}
.single-footer-widget h3 {
  margin-bottom: 23px;
  color: #ffffff;
  position: relative;
  padding-bottom: 6px;
  font-size: 23px;
  font-weight: 700;
}
.single-footer-widget h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #4ac728;
}
.single-footer-widget .footer-services-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .footer-services-list li {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 14px;
}
.single-footer-widget .footer-services-list li a {
  display: inline-block;
  color: #ffffff;
}
.single-footer-widget .footer-services-list li a:hover {
  color: #4ac728;
}
.single-footer-widget .footer-services-list li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .quick-links-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .quick-links-list li {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 13px;
}
.single-footer-widget .quick-links-list li a {
  display: inline-block;
  color: #ffffff;
}
.single-footer-widget .quick-links-list li a:hover {
  color: #4E5283;
}
.footerlinkmain ul.quick-links-list li a:hover {
  color: #4E5283;
}
.single-footer-widget .quick-links-list li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .footer-contact-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .footer-contact-list li {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
}
.single-footer-widget .footer-contact-list li a {
  display: inline-block;
  color: #ffffff;
}
.single-footer-widget .footer-contact-list li a:hover {
  color: #4ac728;
}
.single-footer-widget .footer-contact-list li span {
  font-weight: 700;
}
.single-footer-widget .footer-contact-list li:last-child {
  margin-bottom: 0;
}

.copyright-area {
  background-color: #0d1d3b;
  margin-top: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.copyright-area p {
  color: #ffffff;
}
.copyright-area p a {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
}
.copyright-area p a:hover {
  color: #4ac728;
}
.copyright-area ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
}
.copyright-area ul li {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: initial;
}
.copyright-area ul li a {
  color: #ffffff;
}
.copyright-area ul li a:hover {
  color: #4ac728;
}
.copyright-area ul li::before {
  content: "";
  width: 4px;
  height: 1px;
  background: #ffffff;
  left: -11px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.copyright-area ul li:first-child {
  margin-left: 0;
}
.copyright-area ul li:first-child::before {
  display: none;
}

.circle-map {
  position: absolute;
  top: 20%;
  right: 18%;
  z-index: -1;
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  z-index: -1;
}
.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  animation: run 7s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(1) {
  margin-left: -25%;
}
.lines .line:nth-child(1)::after {
  animation-delay: 2s;
}
.lines .line:nth-child(3) {
  margin-left: 25%;
}
.lines .line:nth-child(3)::after {
  animation-delay: 2.5s;
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  color:#0D160B;
  background-color: #A8D4AD;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  border-radius: 8px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
}
.go-top.active {
  top: 88%;
  transform: translateY(-88%);
  opacity: 1;
  visibility: visible;
}
.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #A8D4AD;
  opacity: 0;

  visibility: hidden;
  transition: 0.5s;
}
.go-top:hover, .go-top:focus {
  color: #ffffff;
}
.go-top:hover::before, .go-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.go-top:hover i:first-child, .go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child, .go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.dark-version {
  top: 50%;
  right: 30px;
  z-index: 99991;
  position: fixed;
  transform: translateY(-50%) rotate(90deg);
}
.dark-version .switch {
  width: 60px;
  height: 34px;
  position: relative;
  display: inline-block;
}
.dark-version .switch input {
  width: 0;
  height: 0;
  opacity: 0;
}
.dark-version .slider {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  transition: 0.5s;
  background: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dark-version .slider:before {
  top: 0;
  bottom: 0;
  width: 30px;
  left: 2.5px;
  content: "";
  height: 30px;
  margin: auto 0;
  position: absolute;
  transition: 0.5s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: #333333 url("../img/sun.png");
  background-position: center;
  background-repeat: no-repeat;
}
.dark-version input:checked + .slider {
  background: #333333;
}
.dark-version input:checked + .slider:before {
  transform: translateX(24px);
  background: white url("../img/night-mode.png");
  background-repeat: no-repeat;
  background-position: center;
}
.dark-version .slider.round {
  border-radius: 50px;
}
.dark-version .slider.round:before {
  border-radius: 50%;
}

.buy-now-btn {
  z-index: 9;
  width: 65px;
  right: 100px;
  height: 65px;
  bottom: 15px;
  position: fixed;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #81b441;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  animation-name: tada;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.buy-now-btn img {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.buy-now-btn::before {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  animation-delay: 0.2s;
  background-color: #81b441;
  animation: ripple 1.5s ease-out infinite;
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}

.top-header-area {
}

.pdlr-0{ padding-left: 0px; padding-right: 0px;}
.about-content h3 {
  font-size: 18px;
  color: #0D160B;    font-weight: 700;    margin: 0 ;
}
.about-content {
  margin-bottom: 5px;
}
.comprehensivePrebuiltAgents .about-content h3{display: flex;}
.comprehensivePrebuiltAgents .about-content h3 a{color:#333;    font-size: 15px;
  background-color: transparen;
  text-decoration-color: #257fa8;
    line-height: 21px;}
   
    .comprehensivePrebuiltAgents .about-content h3 a:hover{
      color: #333;
      text-decoration: underline;
      text-decoration-color: #257fa8;
      text-decoration-thickness: 2px;
      text-underline-offset: 8px;
      background-color: transparent;
    }
.mt--5{margin-top: -30px;}
.ml-25 {
  margin-left: 25%;
}
.about-image {
    margin-bottom: 15px;
}
ul.liststyle li {
  padding: 5px 0 0 0;
}
ul.liststyle {
  margin-top: 10px;
  padding-left: 20px;
}
.bg-DBB1BC80{background: #EDD8DD;}
.ptb-30{
  padding: 30px 0px 0px 0px;
}
.footerMain .section-title {
  text-align: left;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.footerMain button.nav-link {
  background-color: transparent;
  text-align: left;    color: #0D160B;    border-radius: 0;
  padding: 10px 0;    position: relative;    font-size:16px;line-height: 28px;
  
}
.footerMain button.nav-link.active {
  background-color: transparent;
  text-align: left;    color: #0D160B;
  text-decoration: underline;
     text-decoration-color: #257fa8;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;line-height: 28px;
}

div#v-pills-tabContent {
  background: #fff;
  padding: 30px ; 
  border-radius: 10px;

}
.tab-content#v-pills-tabContent {
    width: 100%;
   height: 300px;
    overflow-y: auto;
    box-shadow:rgb(50 50 93 / 21%) 0px 7px 8px -20px,
	rgb(0 0 0 / 0%) 0px 30px 30px -30px, 
	rgba(10, 7, 15, 0.35) 0px -2px 6px 0px inset
  }
  .tab-content .tab-pane a {
    color: #0d6efd;
}
  /* scrollbar */
  .tab-content#v-pills-tabContent::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  
  .tab-content#v-pills-tabContent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  
  .tab-content#v-pills-tabContent::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  
  .tab-content#v-pills-tabContent::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
  }
  .footerMain .nav-pills img {
    width: 22px;
    margin-right: 6px;
    margin-top: 4px;
}

.footerMain .tab-content h4{font-size: 20px;color: #42858C;}
.single-footer-widget .quick-links-list li {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 15px;
  padding: 0px 0px 12px 0px;    display: inline;
}

.footlist {
  text-align: right;
}
.footlist p{ margin-bottom: 5px;}
.footlist p a {
  font-size: 16px;color: #0D160B;
}
.single-footer-widget .quick-links-list li a {
  display: inline-block; font-size: 15px;
  color: #333;
}
.footerbottom {
  padding-top: 40px;
  padding-bottom: 20px;
}
.Companysection {
  padding: 20px 0;
}
.innnerlist ul.liststyle li {
  padding: 0px 0 30px 0;
}
.menucontent {
  z-index: 9999999; 
  background: #fff;
  box-shadow: -4px 10px 15px 0 rgb(0 0 0 / 16%);
  width: 90%;
  margin: 0 auto;
  position: absolute;
  right: 20px;
  top: 100px;
  border-radius: 15px;
  padding: 20px;  font-family: "Poppins", sans-serif;
}
.menucontent h2 {
  color: #193966;
  font-size: 21px;  font-family: "Poppins", sans-serif;
}

.megamenulist ul {
  padding: 0;
  margin: 0;
  list-style: none;  font-family: "Poppins", sans-serif;
}

.megamenulist ul li {
  padding: 10px;
}
.megamenulist ul li  p{    font-size: 14px;}
.megamenulist ul li a h4 {
  font-size: 16px;
  margin: 0;
  color: #193966;  font-family: "Poppins", sans-serif;
}
.menucontent .close {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 52px;
  cursor: pointer;
  background: none;
  border: none;
  color: #999999;    text-shadow: 1px 3px 4px rgb(158 158 158 / 71%);
}
.megamenulist li.active {
  background: #AFC1FF4D;
}
.megamenulist li:hover {
  background: #AFC1FF4D;
}
.onboardingAgent .shape-image {
  position: absolute;
  left: -61px;
  top: -54px;    z-index: -1;
}
.reviewsAgent .shape-image {
  position: absolute;
  right: -39px;
  top: -54px;    z-index: -1;
}
.requestsAgent .shape-image {
  position: absolute;
  right: -50px;
     top: -100px;   z-index: -1;width:90%;

}
.about-content.requestsAgent, .about-content.reviewsAgent, .about-content.onboardingAgent{
  position: relative;
}
.about-image.rightside {
position: relative;
    left: -62px;
    top: 0;
    width: 100%;
}
.footerbottom p {
    font-size: 15px;
}
.evolta-nav a.nav-link img {
    width: 20px;
}
.comprehensivePrebuiltAgents .about-content h3 a{margin-left: 10px;}
.mt-30 {
    margin-top: -34px;
}
.mt-100{
    margin-top: 100px;
}
.ml-46 {
    margin-left: 40%;
}
.about-image.mt-img {
    margin-top: 40%;   
}
.about-content.onboardingAgent {
    margin-top: 10%;
}
.about-content.reviewsAgent.AccessReviewCampaigns {
    margin-top: 10%;
}
.about-content.requestsAgent.JMLWorkflows {
    margin-top: -30%;
}
.about-content.requestsAgent.segregationDuties {
    margin-left: 0%;
    margin-top: -15%;
}
.aboutpage .main-banner-content {
  position: relative;
  top: 194px;
}
.main-banner.aboutpage {
  padding-bottom: 250px;
  height: auto;
}
.social li {
  display: inline-block;
  padding: 0 15px;
}
.team-area .content { top: 0px;}
.single-team-box .content{  text-align: center;   padding: 10px;     min-height: 90px;}
.single-team-box .content h3{}
.single-team-box .content span{    color: rgba(13, 22, 11, 1);
  margin-top: 0;
  font-size: 12px;
  line-height: 14px;}
.team-area .social {
  padding: 10px 0;
  text-align: center;
}


.team-area .single-team-box .social ul {
  padding: 0;
  margin: 0;
}

.single-team-box{   border: 1px solid rgba(204, 204, 204, 1);
  text-align: center;border-top: 4px solid rgba(90, 152, 240, 1);
  border-radius: 8px;    padding: 20px;
}
.modal-body button.btn-close {
  position: absolute;
  right: 21px;    top: 8px;
}
.newspage ul li {
  position: relative;
  margin-bottom: 12px;
  color: #0D160B;
  padding-left: 14px;
  line-height: 1.5;

}
.newspage ul li::before {
  background: #42858C;
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 7px;
}
.newspage  ul { padding: 0;list-style: none;}
.newspage p a {  color: #42858C;}
.newspage h2 {font-size: 30px;}
.upcoming-eventspage .entry-thumbnail{    text-align: center;
  /* background: #fff; */
  height: 80px;
  margin-top: 20px;}
  .upcoming-eventspage img {
    height: 74px;
}
.upcoming-eventspage .single-blog-post {
  height: 230px;
}
.paddingB40 {
  padding-bottom: 40px;
}
.contact-area a {
  color: #003CFF;
}



.header-fixed{display: inline-block;
  width: 100%;
  position: relative;
}

/* menuWrapp */
.menuWrapp{
  padding-top: 15px;
padding-bottom: 15px;    display: inline-block;
width: 100%;

}    
.menuWrapp .logo{width:180px;     float: left;}
.homeIconNav{width:20px;}
.wsmenu-list > li > a.active.homeIconNav:after{display:none;}

.megamenu-content-box h2{color: #42858C; font-size:21px; font-weight:600;  font-family: "Poppins", sans-serif;}
.megamenu-content-box p{font-size: 14px;  color: #0D160B; font-weight:400;}
.megaDescription {padding-bottom:20px;}
.megamenulist a:hover{    
  /* background: #dbe0f4; */
  background: transparent;
}
.megaRemove{
  position: absolute;
    top: 20px;
    right: 10px;
    font-size: 52px;
    cursor: pointer;
    background: none;
    border: none;
    color: #999999;
    text-shadow: 1px 3px 4px rgb(158 158 158 / 71%);
}
.homeMobile780{display:none !important;}
@media only screen and (max-width: 991px) {
  .homeWeb{display:none;}
  .homeMobile780{display:block !important;}
}
@media only screen and (max-width: 1080px) {
  .homeWeb{display:none;}
  .homeMobile780{display:block !important;}
}
/* menuWrapp End*/


/*================================================
Why Choose Us Area CSS
=================================================*/
.why-choose-area {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
h4.modalTitle {
  margin-bottom: 40px;
}
.single-choose-box {
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 5px;
}
.single-choose-box img {
  transition: 0.5s;
  border-radius: 5px;
}
.single-choose-box .title {
  position: absolute;
  left: 32px;
  bottom: 25px;
  z-index: 1;
  transition: 0.5s;
}
.single-choose-box .title h3 {
  background-color: #42858ccc;
  color: #ffffff;
  display: inline;
  white-space: pre-wrap;
  box-shadow: -7px 0 0 #42858c;
  font-size: 18px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 7px;
  padding-top: 0;
  padding-bottom: 3px;
}
.single-choose-box .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background:#42858c99;
  border-radius: 5px;
  padding: 25px;
  transition: 0.5s;
  transform: scale(1.1);
  opacity: 0;
  visibility: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
}
.single-choose-box .content .inner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  right: 25px;
  margin: 0 auto;
}
.single-choose-box .content .inner-content h3 {
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: -6px;
  font-size: 18px;
  font-weight: 700;
}
.single-choose-box .content .inner-content h3 a {
  color: #ffffff;
}
.single-choose-box .content .inner-content p {
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: 13px;
}
.single-choose-box .content .inner-content .read-more-btn {
  color: #ffffff;
}
.single-choose-box .content .inner-content .read-more-btn i {
  color: #ffffff;
}

.mb-30 {
  margin-bottom: 30px;
}

.megamenulist a {
  padding: 10px;
  margin-bottom:4px;
  display: block;
  border-radius:2px;
}

.megamenulist a h4 {
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 500 !important;
  margin: 0;
  color: #193966;
  font-family: "Poppins", sans-serif;
}
.megamenulist a p {

  font-size: 13px;
  line-height: 20px;
}
.inner-content p a:hover {    color: #ffffff;   font-size: 24px;}
.inner-content p a {    color: #ffffff;   font-size: 24px;}

/*--------------------------------------------------------------

# Connector Catalogue 

--------------------------------------------------------------*/



.connectorsBlock .nav-tabs {

	margin: 1rem 0 1rem 0;

	border: 1px solid #e9effd;

	display: table-cell;

	width: 20%;

	border-right: 0px;

	vertical-align:top;

}

.connectorsBlock .nav-tabs>li>a:hover, .connectorsBlock .nav-tabs>li>a {

	outline: 0;

	color: #3760a2;

	border-bottom: 1px solid #e9effd;

	border-top: 1px solid #e9effd;

	background: transparent;

	font-size: 14px;

	margin-right: 0px;

	border-radius: 0px;

}

.connectorsBlock .nav-tabs>li.active>a, .connectorsBlock .nav-tabs>li.active>a:focus, .connectorsBlock .nav-tabs>li.active>a:hover {

	color: #04bc88;

	font-weight: 600;

	border-width: 1px;

	background: #3b6bb5;

	color: #fff;

	border: none;

}

.connectorsBlock .nav-tabs>li {

	width: 100%;

	outline: 0;

	background: #fff;

	border-left: 0px;

	border-radius: 0px;

}

.connectorsBlock .nav-tabs>li>a {

	margin-right: 0px;

	padding: 10px 20px;

	border-left: 0px;

	border-right: 0px;

}

.connectorsBlock .tabsInner {

	margin-bottom: 2rem

}

.connectorsBlock .tab-pane {

	background: #fff;

}

.connectorsBlock .tab-content {

	display: table-cell;

	width: 80%;

	border: 1px solid #e9effd;

	padding-top:0px;

}

.connectorsBlock .tab-pane h2 {

	color: #ff7646;

	font-size: 22px;

	font-weight: 600;

	margin-bottom: 20px;

	border-bottom: 1px solid #e9effd;

	padding-bottom: 10px;

}

.catalogImg img {
background-color: #fff !important;
	max-width: 175px;

	margin-left: auto;

	margin-right: auto;

	display: block;

	margin-top: 30px;

	padding-left: 20px;

	padding-right: 20px; margin-top: 20px;    margin-bottom: 20px;

}

.connectorsBlock .subPageheadingBold {

	color: #3b6bb5;

	margin-top: 2rem;

	font-size: 40px;

	margin-bottom: 3rem

}

.catalogImg {


	float: left;

	border-right: 1px solid #e9effd;	

	border-bottom: 1px solid #e9effd;

}



.catalogImg:nth-child(4n) {

	border-right: 0px;

}





.connectorsBlock .nav-tabs {

	margin: 1rem 0 1rem 0;

	border: 1px solid #e9effd;

	display: table-cell;

	width: 20%;

	border-right: 0px;

	vertical-align:top;

}

.connectorsBlock .nav-tabs>li>a:hover, .connectorsBlock .nav-tabs>li>a {

	outline: 0;

	color: #3760a2;

	border-bottom: 1px solid #e9effd;

	border-top: 1px solid #e9effd;

	background: transparent;

	font-size: 14px;

	margin-right: 0px;

	border-radius: 0px;

}

.connectorsBlock .nav-tabs>li.active>a, .connectorsBlock .nav-tabs>li.active>a:focus, .connectorsBlock .nav-tabs>li.active>a:hover {

	color: #04bc88;

	font-weight: 600;

	border-width: 1px;

	background: #3b6bb5;

	color: #fff;

	border: none;

}

.connectorsBlock .nav-tabs>li {

	width: 100%;

	outline: 0;

	background: #fff;

	border-left: 0px;

	border-radius: 0px;

}

.connectorsBlock .nav-tabs>li>a {

	margin-right: 0px;

	padding: 10px 20px;

	border-left: 0px;

	border-right: 0px;

}

.connectorsBlock .tabsInner {

	margin-bottom: 2rem

}

.connectorsBlock .tab-pane {

	background: #fff;

}

.connectorsBlock .tab-content {

	display: table-cell;

	width: 80%;

	border: 1px solid #e9effd;

	padding-top:0px;

}

.connectorsBlock .tab-pane h2 {

	color: #ff7646;

	font-size: 22px;

	font-weight: 600;

	margin-bottom: 20px;

	border-bottom: 1px solid #e9effd;

	padding-bottom: 10px;

}



.connectorsBlock .subPageheadingBold {

	color: #3b6bb5;

	margin-top: 2rem;

	font-size: 40px;

	margin-bottom: 3rem

}

.catalogImg {


	float: left;

	border-right: 1px solid #e9effd;

	

	border-bottom: 1px solid #e9effd;

}

.catalogImg:nth-child(4n) {

	border-right: 0px;

}



.cust-filter-bt{ display: none;}





.innerMainWrap .connectorsBlock ul li::before {

    display: none;

}

.innerMainWrap ul.nav-tabs.keyList li::before{ display: none;}



.connectorsBlock .nav-tabs.keyList>li{ padding-left:0px; margin-bottom: 0px;}

.connectorsBlock .nav-tabs.keyList>li a{ border-bottom: none; display: block;}

.connectorsBlock .nav-tabs.keyList>li a.active{ color: #19a78c; font-weight: 600;}

.connectorsBlock .nav-tabs.keyList>li:first-child a{ border-top: none;}



.connectorsBlock .nav-tabs.keyList>li::after{display: none;}
.services-wrap-card {
  background-color: #ffffff;
  box-shadow: 0px 6px 15px rgba(7, 78, 206, 0.1);
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}
.services-wrap-card::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eaeff8;
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.services-wrap-card:hover::before {
  opacity: 1;
  visibility: visible;
}
.services-wrap-card .image-icon {
  display: inline-block;
  height: 150px;
  width: 100%;
  line-height: 150px;
  background-color: #ffffff;
  text-align: center;
  border: 4px solid #E5E8FC;
  box-shadow: 0px 7px 15px rgba(7, 78, 206, 0.1);
  border-radius: 5px;
  transition: 0.5s;
  position: relative;margin-bottom: 30px;
}
.services-wrap-card .image-icon img {

}
.services-wrap-card .content {
  margin-left: 30px;    top: 0;
}
.services-wrap-card .content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15.8px;
}
.services-wrap-card .content p {
  margin-bottom: 0;
  transition: 0.5s;
}
.services-wrap-card:hover {
  transform: translateY(-5px);
}
.services-wrap-card .content a {
  font-size: 18px;
  font-weight: bold;
}
.overview-wrap-area {
  position: relative;
  z-index: 1;
}
.overview-wrap-inner-box {
  background: #42858C;
  box-shadow: 0px 4px 15px rgba(86, 169, 75, 0.08);
  border-radius: 10px;
  padding-top: 50px;
  padding-bottom:50px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.overview-wrap-content h3 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
}
.overview-wrap-content p {
  color: #ffffff;
  margin-bottom: 0;
}
.overview-wrap-btn {
  text-align: end;
}
.overview-wrap-btn .btn-primary {
  color: #0D160B;
  background: #4CAF50 !important;
  padding: 10px 27px;
}
.pb-100 {
  padding-bottom: 100px;
}

/* STYLES jesh*/
.width100{width:100% !important;}
.featuredNewsBlock .card{border:solid 1px #42858C; border-radius:20px; text-align:left; padding:25px; width: 100%;}
.featuredNewsBlock h2{text-align:left; font-size:32px; font-weight:400; color:#0D160B;     margin: 20px 0px 14px 0px;}
.featuredNewsBlock h5{font-weight:700; font-size:16px; color:#0D160B; line-height: 25px; margin-bottom:16px;}
.featuredNewsBlock p{font-weight:400; font-size:15px; color:#0D160B; line-height: 23px; margin:0px;}
.featuredNewsBlock a {color: #003CFF; text-align: right; margin: 18px 0px 0px 0px; padding: 0px; font-size: 15px;}

.upcomingEventsBlock img{margin: auto;  display: block;  height: 66px;}
.upcomingEventsBlock .featuredNewsBlock .card{border:solid 1px #42858C; border-radius:20px; padding:25px; width: 100%;}
.upcomingEventsBlock .featuredNewsBlock h5{min-height:90px;}
.upcomingEventsBlock .btn-primary{color:#0D160B; font-size:15px; font-weight:400; padding:8px 25px; display:block; margin:auto; border-radius:14px;}

#footerannouncement {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100%;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#footerannouncement.show {
  opacity: 1;
  visibility: visible; 
background: #8F95D3;
color:#fff;font-size: 14px;
}

.footerannouncement__close {
position: absolute;
right: 15px;
top: 8px;
font-size: 16px;
width: 25px;
height: 25px;
font-weight: 600;
text-align: center;
cursor: pointer;
color: white;
opacity: .65;
transition: .25s ease;
}
.footerannouncement a {
text-decoration: underline;
}
.footerannouncement.open {
  top: 0;
}

.footerannouncement .content {
  position: relative;
  top: -150px;
  transition: .2s;
  font-size: 14px;
}

.footerannouncement .wrapper {
  max-width: 1160px;
  padding: 5px 30px;
  margin: 0 auto;    text-align: center;
}

.announcement {
  position: relative;
  background: #8F95D3;
  color: white;
  transition: .2s;
  margin-top: 0px;
  font-size: 14px;width: 100%;
  z-index: 999;
}

.announcement a {
  color: white;
  transition: .25s ease;
  text-decoration: underline;
  margin-left: 15px;
}

.announcement a:hover {
  opacity: .75;
}


.announcement__close {
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 16px;
  width: 25px;
  height: 25px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  color: white;
  opacity: .65;
  transition: .25s ease;
}

.announcement:hover {
  opacity: 1;
}



.announcement .wrapper {
  max-width: 1160px;
  padding: 10px 15px;
  margin: 0 auto;
  text-align: center;
}
.top-header-area p, .announcement p, .footerannouncement p {
  color: #fff;
}
.top-header-area p, .announcement p{
  font-size: 14px;
}
.footerannouncement a {
  color: #fff;
}
.announcement {
  display: block; /* Ensure the announcement is initially visible */
}

.announcement.hidden {
  display: none; /* A fallback if you use `.hidden` for toggling */
}
.megamenulist a p{    text-wrap: auto;}
.main-banner-image.aboutimg {
  margin-top: 25%;
}
.tabmainstyle img {
  position: absolute;
  left: 0px;top: 12px;
}
.footerMain button.nav-link{position: relative;}
.tabmainstyle button {
  padding-left: 30px !important;
}

.customerSpotlightmain .about-content {
  margin: 0 auto;
}
section.customerSpotlightmain {
  padding: 20px 0px 180px 0px;
}
.main-banner-content p span.adres {
  display: inline-block;
  width: 100%;
}
.contactPa {
  padding: 0 10%;
}
.contact-bottom img {
  width: 100%;
  background-size: contain;
}
.services1-wrap-card a.btn.btn-primary {
  padding: 6px 18px;    font-size: 14px;
}
.services-wrap-area .about-image.rightside {
  position: relative;
  left: -71px;
  top: 0;
  width: 100%;
}
.services1-wrap-card {
  padding-right: 0px;
}
.services-wrap-area .section-title1 p a {
  color: #003CFF;
}
.services-wrap-area.pt-100.pb-70.aboutpa {
  margin-bottom: -80px;
  position: relative;
  z-index: 0;
}
.title h3 {
  font-size: 18px;
  color: rgba(13, 22, 11, 1);    font-weight: bold;
}
a.read-more-btn {
  color: rgba(0, 60, 255, 1);    font-weight: 500;
    font-size: 15px;
}
section.contact-area.ptb-60.pb-30 {
    padding-bottom: 140px;
}
.team-areaquto {
  padding: 20px 20px 60px 20px;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.team-areaquto p {
  color: rgba(66, 133, 140, 1);
  font-size: 16px;
}
.teamModal .image {
  width: 120px;
  border: 1px solid rgba(153, 153, 153, 1);
  border-radius: 6px;
  overflow: hidden;
}
.imagC {
  float: left;
  margin-right: 25px;
}
.mt-40{margin-top: 40px;}
.customerSpotlightmain{ }
.pdbottom-150{padding-bottom: 150px;}
.services1-wrap-card .content {
  margin-bottom: 20px;
}
section.contact-bottom {
  text-align: center;
}
section.contact-bottom img {
  max-width: 100%; 
  height: auto; 
  /*max-height: 200px; */
  display: block; 
  margin: 0 auto;
}
.allrights p {
  padding-left: 0px;
}
.partners .card  {
  background-color: #fff !important;padding: 0px 20px;
}
.modal-dialog-scrollable .modal-body {
  padding-top: 30px;
}
.meetOurAdvisors .single-team-box{    border-top: 4px solid rgba(168, 212, 173, 1);}
.cookie-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 30%;
  background-color: #F0E5D1;
  color: #000;
  padding: 20px;
  font-size: 14px;
  z-index: 1000;
  border-radius: 6px;box-shadow: 0 8px 24px rgb(160 160 160 / 64%);
}

.cookie-banner a {
  color: #ffd700;
  text-decoration: underline;
}

.cookie-banner button {
  padding: 5px 8px;
  background-color: #42858c;
  color: #0D160B;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
}
button#accept-cookies {
  color: #fff;
}
.cookie-banner button:hover {
  background-color: #42858c;
}
.cookie-banner p {
  font-size: 15px;
  color: #0D160B;
  margin-bottom: 0;
  line-height: 24px;
}
.cookie-banner #decline-cookies {
  background-color: transparent;
  border: 1px solid #0D160B;
}

.cookie-banner #decline-cookies:hover {
  background-color: transparent;
  border: 1px solid #0D160B;
}
.downloadourWhitepaper_text a{color: rgba(0, 60, 255, 1);}
@media (prefers-color-scheme: dark) {
  body.dark-mode .partners .card  {
    background-color: #fff !important;
  }
  body.dark > .content-text ul{
    color: #fff;
  }
}

.resourceLibraryHighlights p span {
  color: rgba(0, 60, 255, 1);
}
.footerlinkmain {
  padding: 30px 0;
}
.footerlinkmain  ul.quick-links-list {
  list-style: none;
  padding: 0;
}
.footerlinkmain  ul.quick-links-list li {
  padding: 5px 0;    font-size: 15px;
}
.megamenulist p{color: rgba(102, 102, 102, 1);}
.footerMain .section-title h2 {
  color: #42858C;
}
.tab-content p {
    color: #333;
}
.lifeattueboraMain .section-title {
  text-align: left;}
  .lifeattueboraMain .section-title {
    margin-top: 10px;
    margin-bottom: 10px;
}
.footerMain h4{  color: #42858C;         font-size: 18px;    font-weight: 700;}
  .joinusbuild{color: rgba(13, 22, 11, 1);}

 #aIAgentsDemoForm .btn:focus-visible {
    color:#0D160B ;
    background-color: #A8D4AD ;
    border-color: #A8D4AD ;
    outline: none;
    box-shadow: none;
}
img.iconM {
    width: 60px;
    margin-right: 10px;
}
.iconM_col {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0px;
}
.menurightD_col {
    display: inline-block;
    width: 77%;
    padding: 10px;
}
.menurightD_col:hover{
      padding: 10px;
      background: #dbe0f4;
      border-radius: 10px;
}
.privacyPolicy h2 {
    font-size: 26px !important;
}
.privacyPolicy .about-content {
    margin-top: 5px !important;
}

.change_whitepagerd .single-choose-box {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    vertical-align: top; background:#fff;
}
.change_whitepagerd .single-choose-text {
  display: inline-block;
    text-align: left;
    margin-left: 10px;
    margin-top: 26px;    width: 62%;
}
h4.modalTitle{    margin-bottom: 10px;}
.allrights p{    text-align: left;color: #333;}
.change_whitepagerd h2 {
    text-align: left;
    margin-bottom: 0;
}
.hs-form-iframe {
  height: 500px; /* Replace 500px with your desired height */
  width: 100%; /* Optional: Adjust the width if necessary */
}
.lifeattueboraMain .about-image img{width: 100%;}
iframe .hs-button{font-weight: 400!important;}
.hs-form-c0afbc4f-05d3-4884-9177-fc42cf993cc8_08e2455a-7900-4c3f-bdc1-030c8dd413d3 .hs-button, .hs-form-c0afbc4f-05d3-4884-9177-fc42cf993cc8_08e2455a-7900-4c3f-bdc1-030c8dd413d3 .hs-button:hover, .hs-form-c0afbc4f-05d3-4884-9177-fc42cf993cc8_08e2455a-7900-4c3f-bdc1-030c8dd413d3 .hs-button:hover:not(.inactive), .hs-form-c0afbc4f-05d3-4884-9177-fc42cf993cc8_08e2455a-7900-4c3f-bdc1-030c8dd413d3 .hs-button:focus, .hs-form-c0afbc4f-05d3-4884-9177-fc42cf993cc8_08e2455a-7900-4c3f-bdc1-030c8dd413d3 .hs-button:active, .hs-form-c0afbc4f-05d3-4884-9177-fc42cf993cc8_08e2455a-7900-4c3f-bdc1-030c8dd413d3 .hs-button:active:not(.inactive):not(.link){    font-weight: 400 !important;}
.hs-form-c0afbc4f-05d3-4884-9177-fc42cf993cc8_011685ba-f555-4f4e-863b-b4bc5e9cc7bd .hs-button{    font-weight: 400 !important;}

input.hs-button.primary.large {
    font-weight: 400!important;
}
   form.hs-form .hs_submit {
        font-weight: 400 !important; /* Apply your desired font weight */
    }
	.mtop {
    margin-top: -70px;
}
#postModernIGA .hs-button {
    font-weight: normal !important;
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color:#0D160B;
    background-color: #A8D4AD !important;
    border-color: #A8D4AD !important;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #0D160B;
    background-color: #A8D4AD !important;
    border-color:#A8D4AD !important;
}
.btn:hover {
  color: #0D160B;
    background-color: #A8D4AD !important;
    border-color:#A8D4AD!important;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #0D160B;
    pointer-events: none;
    background-color: #A8D4AD!important;
    border-color: #A8D4AD!important;
 
}
.btn-primary{ background-color: #A8D4AD!important;
    border-color: #A8D4AD!important;  color: #0D160B;}
button.btn.btn-primary.aIAgentsFormButton{  background-color: #A8D4AD!important;
    border-color: #A8D4AD!important;  color: #0D160B;}
.megamenulist a{    cursor: pointer;     padding: 0px;}
.customerSpotlightmain h3 {
    font-size: 21px;
}
.customerSpotlightmain li {
    font-size: 18px;
    line-height: 28px;
}
p.minhight {
    min-height: 98px;
}
span.stimul8text {
    color: #0D160B;
} 
h4.joinusbuild {
    padding: 30px 0;
}
.footerbottom .accordion-item{    border-top: 1px solid #000 !important;    border-left: none;
    border-right: none;
    border-bottom: none !important;}
.footerbottom .accordion-button{    background-color: #edd8dd;    font-size: 18px;
    color: #42858c;}
	
.footerbottom .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.footerbottom .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.footerbottom  .accordion{--bs-accordion-bg: #edd8dd;}
.footerbottom .accordion-button:not(.collapsed){    box-shadow: inherit;}
.footerbottom  .accordion-button:focus{box-shadow: inherit;}
.footerbottom  .accordion-body {
    padding: 0 20px;
}
#messageShowBox{color:#000}
.footerlinkmain ul.quick-links-list li a:hover {
    color: #4E5283 !important;
}
#v-pills-tabContent::-webkit-scrollbar {
    width: 10px;
}

#v-pills-tabContent::-webkit-scrollbar-thumb {
    background-color: #007bff;
    border-radius: 10px;
}

#v-pills-tabContent::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.footerMain button.nav-link:hover {
    background-color: transparent;
    text-align: left;
    color: #333;
    text-decoration: underline;
    text-decoration-color: #257fa8;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
}
.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
  background-color: #111;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-moon {color: #f1c40f;}

.fa-sun {color: #f39c12;}

.checkbox-label .ball {
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label .ball {
  transform: translateX(24px);
}


body.dark { background: #0D160B;}
body.dark .about-content h3, body.dark  .footerMain button.nav-link, body.dark p, body.dark .quick-links-list li a, body.dark .footerMain button.nav-link, body.dark .single-footer-widget .social li a, body.dark  .title h3, body.dark .joinusbuild, .content-text ul { 
    color: #fff;
}
body.dark .wsmenu-list > li > a{ color: #fff !important;}
body.dark ul.liststyle li{ color: #fff;}
body.dark .logo  img{ filter: brightness(0) invert(1);}
body.dark .footerbottom .accordion-button{background: #746463; color: #b8f8ff;}
body.dark  .footerbottom .accordion {
    --bs-accordion-bg: #746463;
}
body.dark  .wsmenu{ background-color:#1E1E1E !important;}
body.dark  .shape-image img{filter: grayscale(100%) sepia(1) saturate(500%) hue-rotate(180deg); }
body.dark .megamenulist a h4{    color: #4E9EA6;}
 body.dark span.stimul8text, body.dark a.read-more-btn{color: #A5B9FC;}
 body.dark  .bg-DBB1BC80 {
    background: #543F47;
}
 body.dark .footerMain h4{color: #4E9EA6;}
 body.dark .footerMain .section-title h2{color: #4E9EA6;}
  body.dark .tab-content p{color: #333;}
  body.dark .megamenu-content-box p{color: #fff;}
  body.dark .comprehensivePrebuiltAgents .about-content h3 a{    
    color: #fff;
  }
  body.dark .comprehensivePrebuiltAgents .about-content h3 a:hover{
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #257fa8;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
    background-color: transparent;
  }
  body.dark .announcement{    background: #646890;}
   body.dark  .services-wrap-area .section-title1 p a {
    color: #A5B9FC;
}
 body.dark .newspage ul li{color: #fff;}
   body.dark  .newspage p a {
    color: #A5B9FC;
}
 body.dark .adres a {  color: #A5B9FC;}
 .btn-primary {
    color: #0D160B !important;
}
 body.dark .contact-area a {
    color: #A5B9FC;
}
 body.dark .tab-content h4{color: #4E9EA6;}
 body.dark .form-control{ background: #fff;}
 body.dark .hbspt-form {
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
}
body.dark .megamenu{
  background-color: #132B55;
  border: 1px solid #1E5DB6
}
body.dark .megamenulist a{
  padding: 0px;
}
body.dark .megamenulist a:hover {
  /* background: #AFC1FF4D; */
  background: transparent;
}
body.dark .megamenu-content-box h2 {
    color: #4E9EA6;
}
body.dark .iconM_col {
    padding: 10px 0px;
}
body.dark .menurightD_col {
    padding: 10px;
}

body.dark .menurightD_col:hover {
    padding: 10px;
    background: #AFC1FF4D;
    border-radius: 10px;
}
body.dark .wsmenu-submenu{
        background-color: #132B55;
        border: 1px solid #1E5DB6;
}
body.dark .wsmenu-submenu li a{
  color: #fff !important;
  background: transparent !important;
}
body.dark .wsmenu-submenu li a:hover{
  color: #ffffff !important;
  background: #AFC1FF4D !important;
  
}
body.dark .radio-option {
      color: #fff; /* dark green */
}
body.dark  .content-text ul li{
  color: #fff;
}
body.dark .checkbox-option {
      color: #fff; /* dark green text */
    }
 body.dark .custome-popup .modal-body{
  background: #000;
    }
 body.dark .custome-popup .modal-body ul li{
  color: #fff;
    }
    body.dark .custome-popup .modal-header{
  background: #000;
    }
    body.dark .custome-popup .modal-header .btn-close{
  color: #0D160B;
    background-color: #fff;
    border: 1px solid #A8D4AD;
    }
    body.dark .custome-popup .pop-content h5{
      color: #fff;
    }
 
body.dark .pricing-box ul li, body.dark .pricing-box .text-black, body.dark .pricing-box .about-image{
  color:#fff !important;
}  


 
.shape-image-bottom {
    position: absolute;
    bottom: -47%;
    left: 30%;
    width: 40%;
}

.shape-image-left {
    position: absolute;
    left: 0;
    top: 0;width: 15%;
}

.shape-image-right {
    position: absolute;
    right: 0;
    top: 0;width: 20%;
}
p.emailCol a {
    color: #003CFF;
}
.leftshap {
    position: relative;
    bottom: 0;
    width: 18%;
    left: -70px;
}
.rightshap {
    position: relative;
    right: 0;
    bottom: 0;
    width: 18%;
}

.radio-group {
      display: flex;
      flex-direction: column;
      gap: 10px;
          margin-bottom: 15PX;
    }

    .radio-group .radio-option {
      display: flex;
      align-items: center;
      font-size: 15px;
      color: #0D160B; /* dark green */
    }

    .radio-group .radio-option input[type="radio"] {
      appearance: none;
      width: 16px;
      height: 16px;
      border: 1px solid #2D4AE2; /* blue border */
      border-radius: 50%;
      margin-right: 10px;
      position: relative;
      cursor: pointer;
    }

    .radio-group .radio-option input[type="radio"]:checked::before {
      content: '';
      width: 8px;
      height: 8px;
      background-color: #2D4AE2; /* blue fill */
      border-radius: 50%;
      position: absolute;
      top: 3px;
      left: 3px;
    }

    .checkbox-group {
      display: flex;
      flex-direction: column;
      gap: 10px;
          margin-bottom: 15PX;
    }

    .checkbox-option {
      display: flex;
      align-items: center;
      font-size: 15px;
      color: #0D2616; /* dark green text */
    }

    .checkbox-option input[type="checkbox"] {
      appearance: none;
      -webkit-appearance: none;
      width: 16px;
      height: 16px;
      border: 1px solid #2D4AE2; /* blue border */
      border-radius: 4px;
      margin-right: 10px;
      position: relative;
      cursor: pointer;
      outline: none;
    }

    .checkbox-option input[type="checkbox"]:checked::after {
      content: '';
      position: absolute;
      left: 4px;
      top: 0px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
      background-color: transparent;
    }

    .checkbox-option input[type="checkbox"]:checked {
      background-color: #2D4AE2; /* blue background when checked */
    }





/* Careers Styles */
.careers .nice-select{
  width: 100%;
  display: block;
}
.careers  .nice-select:after{
  display: none;
}
.careers .card {
    border: solid 1px #42858C;
    border-radius: 20px;
    padding: 25px;
    width: 100%;
    margin-bottom: 20px;
}
.careers h3 {
    font-weight: 700;
    font-size: 16px;
    color: #0D160B;
    line-height: 25px;
    margin-bottom: 16px;
}
.headingStyle a {
    position: absolute;
    top: 41px;
    right: 30px;
    color: #294a92;
    font-size: 16px;
}
.careers .resourcesWrapp{margin-top: 18px;  margin-bottom:0px; }

.careers .resourcesWrapp p{text-align: left;}

.careers ul li::before{content: none;}

.careers  ul li:last-child::after{content: none ;}

.careersList .greenLine {margin-top:0px;}

.careersList { margin-top: -12px; background: #fff;padding: 0px 0 30px 0; margin-bottom: 30px;}

.careersList .headingStyle {padding: 30px 15px 0 10px;    position: relative;    margin-bottom: 15px;}

/* .careersList .headingStyle:after { position: absolute; left: 0; bottom: 10px; content: ''; background: #257fa8;width: 8px;height: 46px; } */

.careersList .headingStyle a{    right: 10px;}

.careersList p { color: #0D160B;font-size: 15px; padding-bottom: 15px;}

.careersList li{font-size: 15px !important;}

.careersList  h3 { color: #0D160B;font-size: 16px !important;}

.careersList   .headingStyle h4 { color: #42858C;font-size: 20px; }

.careersList    .headingStyle h5 {color: #0D160B;font-size: 14px;}

.careersList ul li::after{content: none;}

.careersList .form-control{border-radius:0px; border:solid 1px #bcbec0;}

.careersList .applyNowBg {background: #fff; padding: 20px;}

/* Careers Styles END*/



/* Careers style new css */
.mainCareers .card {
  border: solid 1px #42858C;
  border-radius: 10px;
  padding: 17px 25px 35px 25px;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 4px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
}

.mainCareers .card h4 {
  color: #42858C;
  font-size: 18px;
  font-weight: 600;
}

.mainCareers .card p {
  color: #0D160B;
  font-size: 1em;
  font-weight: 400;
  text-align: justify;
}

.Boxleft {
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px; */
  display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 28px;
    gap: 30px;
}

.Boxleft .btn-primary {
  color: #0D160B;
  font-size: 1em;
  font-weight: 400;
  padding: 8px 35px;
  display: block;
  margin: auto;
  border-radius: 16px;
}

.Boxleft p {
  text-align: left !important;
}

/* .NavList {
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 50px;
  padding-left: 0rem;
} */
.NavList {
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 50px;
 padding: 5px 0px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.NavList.sticky {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.sticky11{
  top: 0px !important;
}


.NavList li a {
  color: #003CFF;
  font-weight: 400;
  font-size: 1.1em;
}


.custome-popup .modal-title {
  color: #42858C;
  font-size: 20px;
}

.pop-content h5 {
  color: #000;
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 15px;
}

.pop-content p {
  font-size: 0.9em;
}

.pop-content ul li {
  font-size: 0.9em;
  font-weight: 400;
}

.content-text h3 {
  font-size: 25px;
  margin-bottom: 20px;
  color: #42858C;
}

.content-text p {
  font-size: 1em;
  color: #0D160B;
}

.content-text ul {
  padding-left: 15px;
      color: #0D160B;
}

.content-text li {
  padding-bottom: 10px;
}

/* End Careers style new css */

/* tiered css */

.tiered-box .card {
    border: solid 1px #42858C;
    border-radius: 20px;
    padding: 25px;
    width: 100%;
    margin-bottom: 10px;
}
.tiered-box .card h4
  {
    font-size: 20px;
    margin-bottom: 20px;
    color: #42858C;
}
.tiered-box .card table{
  text-align: center;
}
.tiered-box .card table thead tr th{
  font-size: 14px;
  color: #000;
  font-weight: 400;
  width: 16%;
}
.tiered-box .card table thead tr th:first-child{
  width: 26%;
}
.tiered-box .card table thead tr th:first-child, .tiered-box .card table tbody tr td:first-child{
  text-align: left;
}
.tiered-box .card table tbody tr td{
  font-size: 13px;
}
.tiered-box .card table tbody tr td a{
  color: #003CFF;
}
.tiered-box .heading{
  color: #0D160B !important;
    display: flex;
    justify-content: center;
    line-height: 18px;
    vertical-align: bottom;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

/* .tiered-box .box



{
  min-height: 310px;
} */
 
.minHeight{
  height: 150px;
}
.hedingh6{
  font-size: 18px;
    font-weight: 700;
}
.Ullist li{
  font-size: 15px;
  padding-bottom: 15px;
}

.tiered-box .box h3{
  color: #0D160B;
  font-size: 20px;
   text-align: center;
   margin-bottom: 0px;
   font-weight: 600;
}
.tiered-box .box p{
  color: #0D160B;
  font-size: 15px;
}



.pricing-box .card {
    border: solid 1px #42858C;
    border-radius: 20px;
    padding: 25px;
    width: 100%;
    margin-bottom: 10px;
}
.pricing-box .card table thead tr th:first-child{
  width: 20%;
}
.pricing-box .card table thead tr th:last-child{
  width: 20%;
}
.pricing-box .card table thead tr th {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    width: 33.3%;
    vertical-align: top;
}



@media only screen and (max-width: 991px) {
  .tiered-box .box
{
  min-height: inherit;
}

  .Boxleft {
    margin-top: 12px;
  }

  .mainCareers .card {
    padding: 18px;
  }
}
@media only screen and (max-width: 767px) {
.tiered-box .heading{
  display: inherit;
  line-height: normal;
}
  }

[id^=gartner-pi-widget][data-size=large] .gartner-pi-reviews .gartner-pi-quote {
color:#0D160B !important;
}
