/* header.css */
.navbar-area .header-top .contact-info li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
  padding-left: 20px;
  color: var(--offwhiteColor);
  font-size: 14px;
}
.navbar-area .header-top .contact-info li i {
  position: absolute;
  top: 6px;
  left: 0;
  color: var(--whiteColor);
  line-height: 0.8;
}
.navbar-area .header-top .contact-info li a {
  color: var(--offwhiteColor);
}
.navbar-area .header-top .contact-info li a:hover {
  color: var(--whiteColor);
}
.navbar-area .header-top .contact-info li:last-child {
  margin-right: 0;
}
.navbar-area.style-one {
  box-shadow: 0px 7px 30px rgba(0, 10, 45, 0.05);
  z-index: 99;
  position: relative;
}
.navbar-area.style-one .header-top {
  padding: 9px 0 11px;
  background-color: var(--titleColor);
}
.navbar-area.style-two {
  box-shadow: 0px 7px 30px rgba(0, 10, 45, 0.05);
}
.navbar-area.style-two.sticky {
  top: 0;
}
.navbar-area.style-three {
  position: relative;
  z-index: 1;
}
.navbar-area.style-three.sticky:after {
  background-color: var(--whiteColor);
}
.navbar-area.style-three.sticky .navbar {
  box-shadow: none;
}
.navbar-area.style-three:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 68%;
  background-color: var(--titleColor);
  z-index: -1;
}
.navbar-area.style-three .header-top {
  padding: 9px 0 11px;
}
.navbar-area.style-three .navbar {
  background-color: var(--whiteColor);
  border-radius: 5px;
  padding: 0 15px;
  z-index: 10;
  position: relative;
}
.navbar-area.sticky {
  top: -51px;
  left: 0;
  width: 100%;
  z-index: 999;
  position: sticky;
  background-color: var(--whiteColor);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-area.sticky .navbar {
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-area .navbar {
  background-color: var(--whiteColor);
  border-radius: 7px;
  padding: 10px 0;
}
.navbar-area .navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding: 0;
}
.navbar-area .navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.navbar-area .navbar .navbar-nav {
  margin-right: 50px;
}
.navbar-area .navbar .navbar-nav .nav-item {
  position: relative;
}
.navbar-area .navbar .navbar-nav .nav-item .nav-link {
  padding-right: 30px;
}
.navbar-area .navbar .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.navbar-area .navbar .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}
.navbar-area .navbar .navbar-nav .nav-item.active .nav-link,
.navbar-area .navbar .navbar-nav .nav-item:hover .nav-link {
  color: var(--primaryColor);
}
.navbar-area .navbar .navbar-nav .nav-item .nav-link {
  font-family: var(--secondaryFont);
  font-weight: 600;
}
.navbar-area .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  top: 65px;
  opacity: 0;
  z-index: 99;
  border: none;
  width: 270px;
  margin-top: 0;
  display: block;
  padding: 12px 0;
  border-radius: 5px;
  position: absolute;
  visibility: hidden;
  background: var(--whiteColor);
  transition: all 0.2s ease-in-out;
  transform: translate3d(0, 18px, 0);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin: 0;
}
.navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  display: block;
  font-size: 15px;
  padding: 8px 25px;
  color: var(--titleColor);
}
.navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link.dropdown-toggle:before {
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-90deg);
}
.navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link.active,
.navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link:hover {
  color: var(--primaryColor);
}
.navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 100%;
  margin-top: 0;
  visibility: hidden;
  transform: translate3d(0, 18px, 0);
}
.navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link {
  color: var(--titleColor);
}
.navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link.active,
.navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link:hover {
  color: var(--primaryColor);
}
.navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -100%;
  visibility: hidden;
  transform: translate3d(0, 18px, 0);
}
.navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link {
  color: var(--titleColor);
}
.navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link:hover,
.navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link.active {
  color: var(--primaryColor);
}
.navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 100%;
  visibility: hidden;
  transform: translate3d(0, 18px, 0);
}
.navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link {
  color: var(--titleColor);
}
.navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link:hover,
.navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link.active {
  color: var(--primaryColor);
}
.navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.navbar-area .navbar .navbar-nav .nav-item .dropdown-toggle {
  padding-right: 20px;
}
.navbar-area .navbar .navbar-nav .nav-item .dropdown-toggle:before {
  position: absolute;
  content: "\ea13";
  line-height: 1;
  right: 32px;
  top: 29px;
  font-family: remixicon !important;
  font-size: 15px;
  font-weight: 400;
}
.navbar-area .navbar .navbar-nav .nav-item .dropdown-toggle:after {
  display: none;
}
.navbar-area .navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  color: var(--titleColor);
  transition: var(--transition);
  font-weight: 500;
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}
.navbar-area .navbar .navbar-nav .nav-item .nav-link:hover,
.navbar-area .navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--primaryColor);
}
.navbar-area .navbar .others-option {
  position: relative;
}

.navbar-area .navbar .navbar-toggler {
  color: var(--primaryColor);
  font-size: inherit;
  box-shadow: unset;
  border: none;
  padding: 0;
  margin-left: 20px;
}
.navbar-area .navbar .navbar-toggler .burger-menu {
  cursor: pointer;
}
.navbar-area .navbar .navbar-toggler .burger-menu span {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  display: block;
  background: var(--titleColor);
}
.navbar-area .navbar .others-option .option-item {
  position: relative;
}
.navbar-area .navbar .others-option .option-item:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 2px;
  height: 36.5px;
  background-color: #eee;
  transform: translateY(-50%);
}
.navbar-area .navbar .others-option .option-item:first-child:before {
  display: none;
}
.navbar-area .navbar .others-option .option-item .contact-item {
  position: relative;
  padding-left: 52px;
}
.navbar-area .navbar .others-option .option-item .contact-item span {
  display: block;
  line-height: 24px;
  font-weight: 300;
  font-family: var(--secondaryFont);
}
.navbar-area .navbar .others-option .option-item .contact-item a {
  display: block;
  color: var(--titleColor);
  line-height: 24px;
  font-weight: 800;
  font-family: var(--secondaryFont);
}
.navbar-area .navbar .others-option .option-item .contact-item a:hover {
  color: var(--primaryColor);
}
.navbar-area .navbar .others-option .option-item .contact-item i {
  position: absolute;
  top: 6.5px;
  left: 0;
  color: var(--primaryColor);
  font-size: 35px;
  line-height: 0.8;
}
.navbar-area .navbar .others-option .option-item .sidebar-toggler {
  top: 0px;
  border: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
  transition: var(--transition);
}
.navbar-area .navbar .others-option .option-item .sidebar-toggler i {
  line-height: 1;
  font-size: 20px;
  position: relative;
  top: 3px;
  color: var(--titleColor);
}
.navbar-area .navbar .others-option .option-item .sidebar-toggler:hover i {
  color: var(--primaryColor);
}
.navbar-area .navbar .others-option .option-item .search-btn {
  position: relative;
  top: 5px;
}

.search-btn {
  background-color: transparent;
  border: none;
  padding: 0;
}
.search-btn i {
  font-size: 21px;
  line-height: 0.7;
  font-weight: 600;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.responsive-navbar {
  border: 0 !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.responsive-navbar .offcanvas-header {
  padding: 22px;
  border-bottom: 1px solid #eeeeee;
}
.responsive-navbar .offcanvas-header .close-btn {
  background-color: transparent;
  color: var(--primaryColor);
  position: relative;
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  border: 0;
  top: 2px;
  right: -8px;
}
.responsive-navbar .offcanvas-header .close-btn:hover {
  color: var(--primaryColor);
}
.responsive-navbar .offcanvas-header .logo {
  max-width: 170px;
}
.responsive-navbar .offcanvas-body {
  padding: 30px 22px;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item {
  border: 0;
  padding: 0;
  border-radius: 0;
  margin-bottom: 20px;
  color: var(--titleColor);
  background-color: transparent;
  box-shadow: none;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-button {
  width: 100%;
  display: block;
  box-shadow: unset;
  position: relative;
  padding: 0 18px 0 0;
  color: var(--titleColor);
  background-color: transparent;
  transition: var(--transition);
  font-size: var(--fontSize);
  font-weight: 600;
  box-shadow: none;
}
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-button.without-icon:before {
  display: none;
}
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-button:before {
  transform: translateY(-50%);
  position: absolute;
  margin-top: -1px;
  line-height: 1;
  right: -2px;
  top: 50%;
  font-weight: 300;
  font-size: 19px;
  content: "\ea4e";
  font-family: remixicon !important;
}
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-button:after {
  display: none;
}
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-button:hover,
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-button.active {
  color: var(--primaryColor);
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-link {
  font-weight: 600;
}
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body {
  padding: 20px;
  margin-top: 12px;
  border: none;
  background-color: var(--whiteColor);
}
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item {
  color: var(--titleColor);
  margin-bottom: 15px;
  border-bottom: none;
  padding-bottom: 0;
}
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item:last-child {
  margin-bottom: 0;
}
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-link {
  width: 100%;
  display: block;
  color: var(--titleColor);
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
}
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-link:hover,
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-link.active {
  color: var(--primaryColor);
}
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-button {
  width: 100%;
  display: block;
  box-shadow: unset;
  position: relative;
  padding: 0 18px 0 0;
  color: var(--titleColor);
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
}
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-button.active {
  color: var(--primaryColor);
}
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-button:after {
  display: none;
}
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-collapse
  .accordion-body {
  background-color: transparent;
}
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-link {
  color: var(--titleColor);
}
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-link:hover,
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-link.active {
  color: var(--primaryColor);
}
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-collapse
  .accordion-item
  .accordion-collapse
  .accordion-body {
  background-color: transparent;
}
.responsive-navbar .offcanvas-body .accordion .accordion-item .accordion-link {
  color: var(--titleColor);
}
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-link.active,
.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-link:hover {
  color: var(--primaryColor);
}
.responsive-navbar .offcanvas-body .offcanvas-contact-info {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 32px 0 0;
  padding: 28px 0 0;
}
.responsive-navbar .offcanvas-body .offcanvas-contact-info h4 {
  margin-bottom: 15px;
}
.responsive-navbar .offcanvas-body .contact-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.responsive-navbar .offcanvas-body .contact-info li {
  position: relative;
  margin-bottom: 14px;
  color: var(--titleColor);
  padding-left: 28px;
}
.responsive-navbar .offcanvas-body .contact-info li:last-child {
  margin-bottom: 0;
}
.responsive-navbar .offcanvas-body .contact-info li i {
  position: absolute;
  top: 7px;
  left: 0;
  transition: var(--transition);
  font-size: 18px;
  line-height: 0.6;
  margin: 0 auto;
  color: var(--primaryColor);
}
.responsive-navbar .offcanvas-body .contact-info li img {
  max-width: 16px;
  position: absolute;
  top: 4px;
  left: 0;
}
.responsive-navbar .offcanvas-body .contact-info li span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f8f8f8;
  margin-right: 10px;
  transition: var(--transition);
}
.responsive-navbar .offcanvas-body .contact-info li p,
.responsive-navbar .offcanvas-body .contact-info li a {
  color: var(--paraColor);
  transition: var(--transition);
  display: block;
  margin: 0;
}
.responsive-navbar .offcanvas-body .contact-info li a:hover {
  color: var(--primaryColor);
}
.responsive-navbar .offcanvas-body .contact-info li:hover span {
  background-color: var(--primaryColor);
}
.responsive-navbar .offcanvas-body .contact-info li:hover span i {
  color: var(--whiteColor);
}
.responsive-navbar .offcanvas-body .social-profile li a {
  width: 45px;
  height: 45px;
  background: var(--optionalColor);
}
.responsive-navbar .offcanvas-body .social-profile li a i {
  color: var(--paraColor);
  font-size: 18px;
}
.responsive-navbar .offcanvas-body .social-profile li a:hover {
  background-color: var(--primaryColor);
}
.responsive-navbar .offcanvas-body .social-profile li a:hover i {
  color: var(--whiteColor);
}
.responsive-navbar .offcanvas-body .others-option {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.responsive-navbar .offcanvas-body .others-option .contact-item {
  position: relative;
  padding-left: 52px;
}
.responsive-navbar .offcanvas-body .others-option .contact-item span {
  display: block;
  line-height: 24px;
  font-weight: 300;
  font-family: var(--secondaryFont);
}
.responsive-navbar .offcanvas-body .others-option .contact-item a {
  display: block;
  color: var(--titleColor);
  line-height: 24px;
  font-weight: 800;
  font-family: var(--secondaryFont);
}
.responsive-navbar .offcanvas-body .others-option .contact-item a:hover {
  color: var(--primaryColor);
}
.responsive-navbar .offcanvas-body .others-option .contact-item i {
  position: absolute;
  top: 6.5px;
  left: 0;
  color: var(--primaryColor);
  font-size: 35px;
  line-height: 0.8;
}

.responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item:last-child {
  margin-bottom: 0;
}

.responsive-navbar .offcanvas-body .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.searchModal {
  overflow-x: hidden;
}
.searchModal .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding: 30px 15px;
  background-color: var(--whiteColor);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.searchModal .modal-dialog .modal-content {
  border: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0;
  max-width: 720px;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
}
.searchModal .modal-dialog .modal-content form {
  width: calc(100% - 50px);
  position: relative;
}
.searchModal .modal-dialog .modal-content form .form-control {
  height: 55px;
  border-radius: 0;
  box-shadow: unset;
  border-radius: 5px;
  color: var(--blackColor);
  font-size: var(--fontSize);
  border: 1px solid #eeeeee;
  background-color: var(--whiteColor);
  padding-left: 18px;
  padding-right: 18px;
}
.searchModal .modal-dialog .modal-content form .form-control::-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
  color: var(--paraColor);
}
.searchModal .modal-dialog .modal-content form .form-control::placeholder {
  transition: var(--transition);
  color: var(--paraColor);
}
.searchModal
  .modal-dialog
  .modal-content
  form
  .form-control:focus::-moz-placeholder {
  color: transparent;
}
.searchModal
  .modal-dialog
  .modal-content
  form
  .form-control:focus::placeholder {
  color: transparent;
}
.searchModal .modal-dialog .modal-content form .form-control:-moz-placeholder {
  -moz-transition: var(--transition);
  transition: var(--transition);
  color: var(--paragraphColor);
}
.searchModal
  .modal-dialog
  .modal-content
  form
  .form-control:-ms-input-placeholder {
  -ms-transition: var(--transition);
  transition: var(--transition);
  color: var(--paragraphColor);
}
.searchModal .modal-dialog .modal-content form button {
  top: 5px;
  border: 0;
  padding: 0;
  right: 5px;
  width: 45px;
  height: 45px;
  font-size: 17px;
  border-radius: 5px;
  position: absolute;
  color: var(--whiteColor);
  transition: var(--transition);
  background-color: var(--primaryColor);
}
.searchModal .modal-dialog .modal-content form button:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}
.searchModal .modal-dialog .modal-content form button i {
  left: 0;
  right: 0;
  top: 50%;
  line-height: 1;
  position: absolute;
  color: var(--whiteColor);
  transform: translateY(-50%);
}
.searchModal .modal-dialog .modal-content .btn-close {
  top: 13px;
  padding: 0;
  z-index: 2;
  opacity: 1;
  right: 0;
  width: 45px;
  cursor: pointer;
  box-shadow: unset;
  position: absolute;
  background-color: transparent;
  background-image: none;
}
.searchModal .modal-dialog .modal-content .btn-close i {
  font-size: 25px;
}

@media only screen and (max-width: 767px) {
  .searchModal .modal-dialog .modal-content form {
    width: calc(100% - 22px);
  }
  .searchModal .modal-dialog .modal-content .btn-close {
    width: 22px;
    text-align: right;
  }
  .searchModal .modal-dialog .modal-content .btn-close i {
    margin-left: auto;
  }
  .navbar-area.sticky {
    top: 0;
  }
  .navbar-area.sticky .header-top {
    padding: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: var(--transition);
  }
}
@media only screen and (max-width: 991px) {
  .navbar-area.style-three {
    padding-top: 10px;
  }
  .navbar-area .header-top {
    padding: 8px 0 !important;
    display: none;
  }
  .navbar-area .header-top .contact-info {
    text-align: center;
  }
  .navbar-area .header-top .contact-info li {
    font-size: 14px;
    padding-left: 18px;
    margin-right: 11px;
  }
  .navbar-area .header-top .contact-info li i {
    font-size: 13px;
  }
  .navbar-area .navbar {
    padding: 15px 0;
  }
  .navbar-area .navbar .search-btn {
    position: relative;
    top: 5px;
  }
  .navbar-area.style-three:after {
    height: 75%;
  }
  .navbar-area.style-three .navbar {
    padding: 14px 15px;
  }
  .navbar-area.sticky .navbar {
    padding: 14px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area.sticky {
    top: -82px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .header-top .contact-info li {
    margin-right: 25px;
    padding-left: 25px;
    font-size: 14px;
  }
  .navbar-area .header-top .contact-info li i {
    top: 8px;
  }
  .navbar-area .navbar-brand {
    max-width: 120px;
  }
  .navbar-area .navbar .navbar-nav {
    margin-right: 0;
  }
  .navbar-area .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding-right: 20px;
  }
  .navbar-area .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
    padding-right: 30px;
  }
  .navbar-area .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::before {
    top: 34px;
    right: 15px;
    font-size: 14px;
  }
  .navbar-area
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .nav-link {
    font-size: 14px;
  }
  .navbar-area .navbar .others-option .option-item {
    padding-left: 15px;
    margin-left: 20px;
  }
  .navbar-area .navbar .others-option .option-item .search-btn i {
    font-size: 18px;
  }
  .navbar-area .navbar .others-option .option-item .contact-item {
    padding-left: 45px;
  }
  .navbar-area .navbar .others-option .option-item .contact-item i {
    font-size: 30px;
    top: 8px;
  }
  .navbar-area .navbar .others-option .option-item .contact-item span,
  .navbar-area .navbar .others-option .option-item .contact-item a {
    font-size: 14px;
  }
  .navbar-area .navbar .others-option .option-item .contact-item a {
    font-size: 14px;
  }
  .navbar-area.style-three .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding-right: 18px;
  }
  .navbar-area.style-three
    .navbar
    .navbar-nav
    .nav-item
    .nav-link.dropdown-toggle {
    padding-right: 27px;
  }
  .navbar-area.style-three
    .navbar
    .navbar-nav
    .nav-item
    .nav-link.dropdown-toggle::before {
    right: 13px;
    font-size: 14px;
  }
  .navbar-area.style-three
    .navbar
    .navbar-nav
    .nav-item
    .dropdown-menu
    .nav-item
    .nav-link {
    font-size: 14px;
  }
  .navbar-area.style-three .navbar .others-option .option-item {
    padding-left: 15px;
    margin-left: 20px;
  }
  .navbar-area.style-three .navbar .others-option .option-item .search-btn i {
    font-size: 18px;
  }
  .navbar-area.style-three .navbar .others-option .option-item .contact-item {
    padding-left: 45px;
  }
  .navbar-area.style-three .navbar .others-option .option-item .contact-item i {
    font-size: 30px;
    top: 8px;
  }
  .navbar-area.style-three
    .navbar
    .others-option
    .option-item
    .contact-item
    span,
  .navbar-area.style-three .navbar .others-option .option-item .contact-item a {
    font-size: 14px;
  }
  .navbar-area.style-three .navbar .others-option .option-item .contact-item a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .navbar-area .container {
    max-width: 1200px;
  }
  .navbar-area .navbar .navbar-nav {
    margin-right: 35px;
  }
  .navbar-area .navbar .navbar-nav .nav-item .nav-link {
    padding-right: 40px;
  }
  .navbar-area .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
    padding-right: 49px;
  }
  .navbar-area .navbar .navbar-nav .nav-item .dropdown-toggle::before {
    top: 31px;
    right: 32px;
    font-size: 15px;
  }
  .navbar-area .navbar .others-option .option-item {
    margin-left: 25px;
    padding-left: 25px;
  }
  .navbar-area .navbar .others-option .option-item:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .navbar-area.style-three .navbar {
    padding: 10px 32px;
  }
  .navbar-area .navbar .navbar-nav .nav-item .nav-link {
    padding-right: 35px;
  }
  .navbar-area .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
    padding-right: 50px;
  }
  .navbar-area .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::before {
    right: 30px;
    top: 33px;
  }
  .navbar-area .navbar .others-option .option-item {
    margin-left: 32px;
    padding-left: 32px;
  }
  .navbar-area .navbar .others-option .option-item:first-child {
    margin-left: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .navbar-area .container {
    max-width: 1320px;
  }
}
@media only screen and (min-width: 1600px) {
  .navbar-area .container {
    max-width: 1566px;
  }
  .navbar-area.style-three .navbar .navbar-nav {
    margin-right: 105px;
  }
  .navbar-area .navbar {
    padding: 10px 0;
  }
  .navbar-area .navbar.sticky {
    padding: 0;
  }
  .navbar-area .navbar .navbar-nav {
    margin-right: 140px;
  }
} /*# sourceMappingURL=header.css.map */

/* style.css */
/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Back To Top Button CSS
3.  Preloader CSS
4.  Button & Link CSS
5.  Section Title, Overlay & Shape CSS
6.  Pagination CSS
7.  Breadcrumb CSS
8.  Hero CSS

----------------------------------*/
:root {
  --bodyFont: "Archivo", sans-serif;
  --secondaryFont: "Manrope", sans-serif;
  --primaryColor: #333e40;
  --secondaryColor: #2c3537;
  --optionalColor: #f4f4f4;
  --titleColor: #333e40;
  --paraColor: #555555;
  --bgColor: #f7f7f7;
  --bgColorTwo: #f6f1ec;
  --grayColor: #faf7f7;
  --ashColor: #faf7f7;
  --darkColor: #060815;
  --whiteColor: #ffffff;
  --offwhiteColor: #dddddd;
  --footerColor: #5c006a;
  --yellowColor: #ffcb36;
  --fontSize: 16px;
  --transition: all ease 0.5s;
  --transitionTwo: all ease 0.9s;
}

@font-face {
  font-family: "IvyPresto";
  src: url("../fonts/IvyPrestoDisplay-Light.woff") format("woff");
  font-display: swap;
}

/*---------------------------------
            General Styles 
-----------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

input,
textarea,
select {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 12px 15px 12px;
  width: 100%;
  font-size: 16px;
}

input {
  height: 50px;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.webp);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 15px) 50%;
}

a {
  text-transform: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  color: var(--paraColor);
}

a:hover,
a :focus {
  text-decoration: none;
  box-shadow: none;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: var(--secondaryFont);
  color: var(--titleColor);
}

body {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--bodyFont);
  color: var(--paraColor);
  line-height: 30px;
}

p,
span {
  letter-spacing: 0.03em;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.webp);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 15px) 50%;
}

.pt-100 {
  padding-top: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-70 {
  padding-top: 70px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

#message {
  padding: 0;
  margin: 0;
}

.help-block {
  color: #e31c25;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-style li {
  list-style: none;
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
@keyframes border-transform {

  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--primaryColor);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\ea76";
  font-family: remixicon !important;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--primaryColor);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primaryColor);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*---------------------------------
   Preloader Area CSS
----------------------------------*/
.preloader-area {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  text-align: center;
  background-color: var(--whiteColor);
  overflow-x: hidden;
}

.preloader-area .loader {
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  left: 0;
}

.preloader-area .waviy {
  margin-top: 20px;
  position: relative;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

.preloader-area .waviy span {
  position: relative;
  animation-delay: 0.1s;
  display: inline-block;
  color: var(--blackColor);
  animation: waviy 1s infinite;
}

.preloader-area .waviy span:nth-child(2) {
  animation-delay: 0.2s;
}

.preloader-area .waviy span:nth-child(3) {
  animation-delay: 0.3s;
}

.preloader-area .waviy span:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes waviy {

  0%,
  40%,
  100% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-20px);
  }
}

/*---------------------------------
    Back To Top CSS
----------------------------------*/
#backtotop {
  opacity: 0;
  right: 20px;
  z-index: 99;
  width: 50px;
  bottom: 20px;
  height: 50px;
  font-size: 25px;
  transition: 0.5s;
  line-height: 49px;
  background-color: var(--primaryColor);
  animation: border-transform 10s linear infinite alternate forwards;
}

#backtotop i {
  color: var(--whiteColor);
}

#backtotop:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

@keyframes border-transform {

  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

/*---------------------------------
    Button, Link & Animation CSS
----------------------------------*/
.btn-one,
.btn-two,
.btn-three,
.btn-four,
.btn-five {
  display: inline-block;
  text-align: center;
  transition: var(--transition);
  position: relative;
  z-index: 1;
  font-family: var(--secondaryFont);
  font-weight: 600;
  line-height: 1;
  padding: 21px 36px 23px;
  border-radius: 5px;
}

.btn-one i,
.btn-two i,
.btn-three i,
.btn-four i,
.btn-five i {
  position: relative;
  top: 3px;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 0.8;
  margin-left: 11px;
  transition: var(--transition);
}

.btn-one:before,
.btn-two:before,
.btn-three:before,
.btn-four:before,
.btn-five:before {
  position: absolute;
  top: 0px;
  left: 0%;
  content: "";
  width: 50.5%;
  height: 0%;
  z-index: -1;
  transition: var(--transition);
  border-radius: 5px 0 0 5px;
}

.btn-one:after,
.btn-two:after,
.btn-three:after,
.btn-four:after,
.btn-five:after {
  position: absolute;
  bottom: 0px;
  right: 0%;
  content: "";
  width: 50.5%;
  height: 0%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: var(--transition);
  border-radius: 0 5px 5px 0;
}

.btn-one:hover:after,
.btn-one:hover:before,
.btn-two:hover:after,
.btn-two:hover:before,
.btn-three:hover:after,
.btn-three:hover:before,
.btn-four:hover:after,
.btn-four:hover:before,
.btn-five:hover:after,
.btn-five:hover:before {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.btn-one {
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}

.btn-one:before {
  background-color: var(--primaryColor);
}

.btn-one:after {
  background-color: var(--primaryColor);
}

.btn-two {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
  border-color: transparent;
}

.btn-two:before {
  background-color: var(--secondaryColor);
}

.btn-two:after {
  background-color: var(--secondaryColor);
}

.btn-three {
  color: #ffffff;
  background-color: #333e40;
  border-color: transparent;
}

.btn-three i {
  margin-left: 5px;
  position: relative;
  top: 3px;
}

.btn-three:before {
  background-color: var(--primaryColor);
}

.btn-three:after {
  background-color: var(--primaryColor);
}

.btn-three:hover {
  color: var(--whiteColor);
}

.link-one,
.link-two,
.link-three {
  display: inline-block;
  position: relative;
  font-weight: 500;
  transition: var(--transition);
}

.link-one:after,
.link-two:after,
.link-three:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 0%;
  height: 2px;
  transition: var(--transition);
}

.link-one i,
.link-two i,
.link-three i {
  position: relative;
  top: 3.5px;
  margin-left: 10px;
  font-size: 16px;
  transition: var(--transition);
}

.link-one:hover:after,
.link-two:hover:after,
.link-three:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.link-one:hover i,
.link-two:hover i,
.link-three:hover i {
  margin-left: 10px;
}

.link-one {
  color: var(--primaryColor);
}

.link-one:after {
  background-color: var(--primaryColor);
  width: 100%;
}

.link-one:hover {
  color: var(--secondaryColor);
}

.link-one:hover:after {
  background-color: var(--secondaryColor);
  width: 50%;
}

.link-two {
  color: var(--titleColor);
}

.link-two:after {
  background-color: var(--titleColor);
  width: 100%;
}

.link-two:hover {
  color: var(--secondaryColor);
}

.link-two:hover:after {
  background-color: var(--secondaryColor);
  width: 50%;
}

.link-three {
  font-weight: 500;
  color: var(--secondaryColor);
  text-decoration: underline;
}

.link-three:hover {
  color: var(--primaryColor);
}

.rotate {
  animation: rotation 20s infinite linear;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.fly {
  animation: fly 3000ms infinite ease-in-out;
}

.moveVertical {
  animation: moveVertical 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.animationFramesThree {
  animation: animationFramesThree 20000ms infinite ease-in-out;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-20px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesThree {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translateX(-73px) rotate(36deg);
  }

  40% {
    -webkit-transform: translateX(-141px) rotate(72deg);
  }

  60% {
    -webkit-transform: translateX(-83px) rotate(108deg);
  }

  80% {
    -webkit-transform: translateX(40px) rotate(144deg);
  }

  100% {
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-nav li {
  margin: 0 4px;
  display: inline-block;
  position: relative;
}

.page-nav li:first-child {
  top: 2px;
}

.page-nav li:first-child a i {
  left: -2px;
}

.page-nav li:last-child {
  top: 2px;
}

.page-nav li:last-child a i {
  right: -2px;
}

.page-nav li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  font-family: var(--secondaryFont);
  text-align: center;
  color: var(--titleColor);
  background-color: rgba(26, 16, 88, 0.06);
  transition: var(--transition);
}

.page-nav li a i {
  font-size: 16px;
  margin: 0 auto;
  position: relative;
  top: 4px;
  transition: var(--transition);
}

.page-nav li a img {
  display: block;
  margin: 0 auto;
  transition: var(--transition);
}

.page-nav li a.active,
.page-nav li a:hover {
  color: var(--whiteColor);
  opacity: 1;
  background-color: var(--primaryColor);
  border-color: transparent;
}

.page-nav li a.active i,
.page-nav li a:hover i {
  color: var(--whiteColor);
}

.page-nav li a.active img,
.page-nav li a:hover img {
  filter: brightness(0) invert(1);
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title span,
.content-title span {
  position: relative;
  font-weight: 400;
  color: var(--primaryColor);
}

.section-title h2,
.content-title h2 {
  font-size: 40px;
  line-height: 50px;
  margin: 0;
}

.section-title p,
.content-title p {
  margin: 10px 0 0;
  letter-spacing: 0.03em;
}

.section-title.style-one>span,
.content-title.style-one>span {
  display: inline-block;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 4px 12px 4px 44px;
  position: relative;
  margin-bottom: 11px;
}

.section-title.style-one>span img,
.content-title.style-one>span img {
  position: absolute;
  top: 3px;
  left: 10px;
}

.section-title.style-one h2,
.content-title.style-one h2 {
  letter-spacing: -0.03em;
}

.section-title.style-one h2 span,
.content-title.style-one h2 span {
  font-weight: 800;
  color: var(--primaryColor);
  letter-spacing: -0.03em;
}

.section-title.style-one h2 img,
.content-title.style-one h2 img {
  position: relative;
  top: -1px;
  margin-left: 16px;
}

.section-title.style-one p,
.content-title.style-one p {
  margin: 10px 0 0;
}

.section-title.style-two>span,
.content-title.style-two>span {
  letter-spacing: 0.15em;
  display: block;
  margin: 0 0 7px;
}

.section-title.style-two h2,
.content-title.style-two h2 {
  letter-spacing: -0.03em;
}

.section-subtitle {
  background-color: var(--optionalColor);
  border-radius: 6px;
  padding: 10px 20px;
  display: inline-block;
  margin: 0;
}

.section-subtitle.style-two {
  background-color: var(--whiteColor);
}

.section-subtitle .link-one:after {
  height: 1px;
  bottom: 6px;
}

.slider-btn .prev-btn,
.slider-btn .next-btn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  transition: var(--transition);
  z-index: 2;
}

.about-slider-btn.slider-btn .prev-btn,
.about-slider-btn.slider-btn .next-btn {
  background-color: var(--optionalColor);
}

.slider-btn .prev-btn i,
.slider-btn .next-btn i {
  display: block;
  margin: 0 auto;
  font-size: 24px;
  line-height: 0.7;
  color: var(--titleColor);
  transition: var(--transition);
}

.slider-btn .prev-btn img,
.slider-btn .next-btn img {
  display: block;
  margin: 0 auto;
  max-width: 15px;
  transition: var(--transition);
}

.slider-btn .prev-btn:hover,
.slider-btn .next-btn:hover {
  background-color: var(--primaryColor);
}

.slider-btn .prev-btn:hover i,
.slider-btn .next-btn:hover i {
  color: var(--whiteColor);
}

.slider-btn .prev-btn:hover img,
.slider-btn .next-btn:hover img {
  filter: brightness(0) invert(1);
}

.content-feature-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.content-feature-list li i {
  position: absolute;
  top: 0px;
  left: 0;
  color: var(--primaryColor);
}

.content-feature-list li:last-child {
  margin-bottom: 0;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  animation: ripple 3s infinite;
}

.play-now {
  position: relative;
  text-align: center;
  background-color: transparent;
  color: var(--whiteColor);
  z-index: 1;
  display: block;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto;
}

.play-now .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0);
  }
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.bg_primary {
  background-color: var(--primaryColor);
}

.bg_secondary {
  background-color: var(--secondaryColor);
}

.bg_optional {
  background-color: var(--optionalColor);
}

.social-profile li {
  display: inline-block;
  margin-right: 10px;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition);
}

.social-profile li a i {
  transition: var(--transition);
}

.header-list {
  text-align: right;
  position: relative;
  right: 15px;
}

.header-list li a i {
  color: var(--offwhiteColor);
}

#quickview-modal .btn_close {
  position: absolute;
  background-color: transparent;
  border: none;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background-color: var(--whiteColor);
  border-radius: 50%;
  z-index: 99;
}

#quickview-modal .btn_close i {
  color: var(--primaryColor);
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 22px;
}

.video-popup {
  width: 100%;
  height: 600px;
}

.video-popup iframe {
  width: 100%;
  height: 100%;
}

.social-profile li {
  display: inline-block;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition);
}

.social-profile li a i {
  display: block;
  margin: 0 auto;
  line-height: 0.8;
  transition: var(--transition);
}

.social-profile li a:hover i {
  transform: rotate(360deg);
}

/*--------------------------------------
    Breadcrumb CSS
----------------------------------------*/
.br-1 {
  background-image: url(../img/breadcrumb/br-1.webp);
}

.br-2 {
  background-image: url(../img/breadcrumb/br-2.webp);
}

.br-3 {
  background-image: url(../images//br-3.png);
}

.br-4 {
  background-image: url(../img/breadcrumb/br-4.webp);
}

.br-5 {
  background-image: url(../img/breadcrumb/br-5.webp);
}

.br-6 {
  background-image: url(../img/breadcrumb/br-6.webp);
}

.br-7 {
  background-image: url(../img/breadcrumb/br-7.webp);
}

.br-8 {
  background-image: url(../img/breadcrumb/br-8.webp);
}

.br-9 {
  background-image: url(../img/breadcrumb/br-9.webp);
}

.br-10 {
  background-image: url(../img/breadcrumb/br-10.webp);
}

.br-11 {
  background-image: url(../img/breadcrumb/br-11.webp);
}

.breadcrumb-wrap {
  position: relative;
  z-index: 1;
}

.breadcrumb-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--titleColor);
  opacity: 0.2;
  z-index: -1;
}

.breadcrumb-wrap .br-shape-one,
.breadcrumb-wrap .br-shape-two,
.breadcrumb-wrap .br-shape-three {
  position: absolute;
  z-index: -1;
}

.breadcrumb-wrap .br-shape-one {
  top: 38%;
  left: 41%;
  z-index: 2;
}

.breadcrumb-wrap .br-shape-two {
  bottom: -18px;
  left: 75%;
}

.breadcrumb-wrap .br-shape-three {
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0.5;
}

.breadcrumb-content {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

.breadcrumb-content h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  margin: 0 0 10px;
  letter-spacing: -0.03em;
  color: var(--whiteColor);
}

.breadcrumb-content .breadcrumb-menu li {
  display: inline-block;
  position: relative;
  color: #eee;
  padding-right: 13px;
  margin-right: 13px;
  letter-spacing: -0.01em;
}

.breadcrumb-content .breadcrumb-menu li:after {
  position: absolute;
  top: 1px;
  right: -4px;
  content: "/";
  font-weight: 400;
  font-size: 16px;
  color: var(--whiteColor);
}

.breadcrumb-content .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.breadcrumb-content .breadcrumb-menu li:first-child a {
  padding-left: 0;
}

.breadcrumb-content .breadcrumb-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}

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

.breadcrumb-content .breadcrumb-menu li a {
  display: inline-block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  color: var(--whiteColor);
  letter-spacing: -0.03em;
}

.breadcrumb-content .breadcrumb-menu li a:hover {
  opacity: 1;
  color: var(--offwhiteColor);
}

.breadcrumb-content .breadcrumb-menu li:last-child a:after {
  display: none;
}

/*--------------------------------------
         Hero CSS
----------------------------------------*/
.hero-wrap.style-one {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-wrap.style-one .hero-shape-one,
.hero-wrap.style-one .hero-shape-two,
.hero-wrap.style-one .hero-shape-three,
.hero-wrap.style-one .hero-shape-four,
.hero-wrap.style-one .hero-shape-five {
  position: absolute;
  z-index: -1;
}

.hero-wrap.style-one .hero-shape-one {
  top: 0;
  right: 0;
}

.hero-wrap.style-one .hero-shape-two {
  top: 142px;
  right: 0;
}

.hero-wrap.style-one .hero-shape-three {
  top: 115px;
  left: 39%;
}

.hero-wrap.style-one .hero-shape-four {
  bottom: 50px;
  left: 43%;
}

.hero-wrap.style-one .hero-shape-five {
  top: 0;
  left: 0;
}

.hero-wrap.style-one .hero-content {
  padding: 50px 0;
}

.hero-wrap.style-one .hero-content>span {
  display: inline-block;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 10px 16px 8px 52px;
  position: relative;
  margin-bottom: 11px;
  color: var(--primaryColor);
  letter-spacing: -0.03em;
}

.hero-wrap.style-one .hero-content>span img {
  position: absolute;
  top: 8px;
  left: 19px;
}

.hero-wrap.style-one .hero-content h2 {
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 35px;
}

.hero-wrap.style-one .hero-content h2 span {
  font-weight: 800;
  color: var(--primaryColor);
  letter-spacing: -0.04em;
}

.hero-wrap.style-one .hero-content h2 img {
  position: relative;
  top: -3px;
  margin-left: 16px;
}

.hero-wrap.style-one .hero-content .hero-form {
  box-shadow: 0px 0px 50px 8px rgba(0, 10, 45, 0.05);
  border-radius: 5px;
  background-color: var(--whiteColor);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 50px 25px;
  position: relative;
  z-index: 10;
}

.hero-wrap.style-one .hero-content .hero-form .form-group {
  margin-bottom: 25px;
}

.hero-wrap.style-one .hero-content .hero-form .form-group:nth-child(1),
.hero-wrap.style-one .hero-content .hero-form .form-group:nth-child(2),
.hero-wrap.style-one .hero-content .hero-form .form-group:nth-child(3) {
  width: calc(28% - 13px);
}

.hero-wrap.style-one .hero-content .hero-form .form-group:nth-child(4) {
  width: 130px;
}

.hero-wrap.style-one .hero-content .hero-form .form-group:nth-child(4) button {
  padding: 17px 15px 17px;
  display: block;
  width: 100%;
}

.hero-wrap.style-one .hero-content .hero-form .form-group label {
  font-family: var(--secondaryFont);
  font-weight: 600;
  color: var(--titleColor);
  position: relative;
  padding-left: 30px;
  display: block;
  margin-bottom: 11px;
}

.hero-wrap.style-one .hero-content .hero-form .form-group label i {
  position: absolute;
  top: 6px;
  left: 0;
  color: var(--primaryColor);
  line-height: 0.8;
}

.hero-wrap.style-one .hero-content .hero-form .form-group input {
  width: 100%;
  height: 50px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  color: var(--paraColor);
}

.hero-wrap.style-one .hero-content .hero-form .form-group input::-moz-placeholder {
  opacity: 1;
}

.hero-wrap.style-one .hero-content .hero-form .form-group input::placeholder {
  opacity: 1;
}

.hero-wrap.style-one .hero-content .hero-form .form-group:last-child button {
  margin-top: 41px;
}

.hero-wrap.style-one .hero-img-wrap {
  position: relative;
  z-index: 1;
  padding: 41px 0 0;
}

.hero-wrap.style-one .hero-img-wrap .hero-img {
  position: relative;
  z-index: 3;
}

.hero-wrap.style-one .hero-img-wrap .hero-promo-box {
  border-radius: 0px 5px 0px 0px;
  background-color: var(--whiteColor);
  position: absolute;
  top: 126px;
  left: -65px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 45px 50px 45px 42px;
  z-index: 0;
}

.hero-wrap.style-one .hero-img-wrap .hero-promo-box>span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--primaryColor);
}

.hero-wrap.style-one .hero-img-wrap .hero-promo-box>span img {
  display: block;
  margin: 0 auto;
}

.hero-wrap.style-one .hero-img-wrap .hero-promo-box .hero-promo-text {
  width: calc(100% - 80px);
  margin-left: 20px;
}

.hero-wrap.style-one .hero-img-wrap .hero-promo-box .hero-promo-text h5 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 11px;
}

.hero-wrap.style-one .hero-img-wrap .hero-promo-box .hero-promo-text .ratings {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
  color: #888888;
  position: relative;
  left: -1px;
  font-family: var(--secondaryFont);
}

.hero-wrap.style-one .hero-img-wrap .hero-promo-box .hero-promo-text .ratings i {
  color: var(--yellowColor);
  font-size: 19px;
  position: relative;
  top: -1px;
}

.hero-wrap.style-one .hero-img-wrap .hero-promo-box .hero-promo-text .ratings span {
  font-weight: 600;
  color: var(--titleColor);
  margin: 0 2px 0 8px;
}

.hero-wrap.style-two {
  position: relative;
  z-index: 1;
  background-image: url(../img/hero/hero-img-2.webp);
}

.hero-wrap.style-two .hero-shape-one {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hero-wrap.style-two .hero-shape-two {
  position: absolute;
  top: 49%;
  right: 25%;
  z-index: 0;
}

.hero-wrap.style-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(90deg,
      rgb(241, 248, 255) 0%,
      rgba(241, 248, 255, 0.01) 67%);
}

.hero-wrap.style-two .hero-content {
  padding: 208px 0 385px;
}

.hero-wrap.style-two .hero-content span {
  color: var(--primaryColor);
  letter-spacing: 0.15em;
  display: block;
}

.hero-wrap.style-two .hero-content h1 {
  margin: 9px 0 10px;
  font-weight: 800;
}

.hero-wrap.style-two .hero-content h1 img {
  position: relative;
  margin: 0 5px;
  top: -2px;
}

.hero-wrap.style-two .hero-content p {
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}

.hero-wrap.style-three {
  position: relative;
  z-index: 0;
  margin-top: -50px;
}

.hero-wrap.style-three .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88%;
  background-image: url(../img/hero/hero-bg.webp);
}

.hero-wrap.style-three .hero-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--titleColor);
  opacity: 0.85;
  z-index: 0;
}

.hero-wrap.style-three .hero-shape-one {
  position: absolute;
  bottom: 255px;
  left: 40%;
  z-index: 0;
}

.hero-wrap.style-three .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-wrap.style-three .hero-content h4 {
  color: var(--whiteColor);
  font-size: 1rem;
  font-weight: 300;
}

.hero-wrap.style-three .hero-content h1,
.hero-wrap.style-three .hero-content h2 {
  color: var(--whiteColor);
  font-size: 56px;
  width: 100%;
  font-weight: 500;
}

.hero-wrap.style-three .hero-content p {
  color: var(--whiteColor);
  font-weight: 300;
  font-size: 2.3rem;
  line-height: 2.8rem;
}

@media (max-width: 767px) {

  .hero-wrap.style-three .hero-content h1,
  .hero-wrap.style-three .hero-content h2 {
    font-size: 36px;
  }

  .hero-wrap.style-three .hero-content p {
    font-size: 1.6rem;
  }
}


.hero-wrap.style-three .hero-content .client-list-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hero-wrap.style-three .hero-content .client-list-wrap .client-list li {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid var(--whiteColor);
  margin-left: -12px;
}

.hero-wrap.style-three .hero-content .client-list-wrap .client-list li:first-child {
  margin-left: 0;
}

.hero-wrap.style-three .hero-content .client-list-wrap .client-list li img {
  border-radius: 50%;
}

.hero-wrap.style-three .hero-content .client-list-wrap span {
  color: var(--whiteColor);
  font-weight: 600;
  font-family: var(--secondaryFont);
  margin-left: 20px;
}

.hero-wrap.style-three .hero-img-wrap {
  position: relative;
  border-radius: 0 0 5px 5px;
}

.hero-wrap.style-three .hero-img-wrap img {
  border-radius: 0 0 5px 5px;
}

.generic-title h3 {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 0;
}

.about__list.about__list-2 ul li a {
  color: var(--titleColor);
  font-family: var(--secondaryFont);
  font-size: 18px;
  font-weight: 700;
}

.contact-heading {
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.contact-heading i {
  margin-right: 8px;
}

.hero-wrap.style-three .hero-img-wrap:after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  content: "";
  width: 90%;
  height: 12px;
  background-color: var(--primaryColor);
  border-radius: 0 0 5px 5px;
  transform: translateX(-50%);
}

.hero-wrap.style-three .hero-img-wrap .circle-wrap {
  width: 250px;
  height: 220px;
  border-radius: 5px;
  position: absolute;
  bottom: 60px;
  left: 0px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.hero-wrap.style-three .hero-img-wrap .circle-wrap i {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  line-height: 0.8;
  color: var(--whiteColor);
  z-index: 10;
}

.hero-wrap.style-three .hero-img-wrap .circle-wrap .circle-text {
  width: 280px;
  height: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-wrap.style-three .hero-img-wrap .circle-wrap .circle-text:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 168px;
  height: 168px;
  border-radius: 50%;
  border: 1px solid #eee;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  transform: translate(-50%, -50%);
}

.hero-wrap.style-three .hero-img-wrap .circle-wrap .circle-text:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 81px;
  height: 81px;
  border-radius: 50%;
  border: 1px solid #eee;
  transform: translate(-50%, -50%);
}

.hero-wrap.style-three .hero-img-wrap .circle-wrap .circle-text svg {
  width: 280px;
  height: 280px;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-wrap.style-three .hero-img-wrap .circle-wrap .circle-text svg text {
  font-size: 16px;
  letter-spacing: 0.5em;
}

.hero-form-wrap {
  margin-top: -170px;
  background-color: var(--whiteColor);
  box-shadow: 0px 0px 50px 8px rgba(0, 10, 45, 0.05);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding: 25px 30px 30px;
}

.hero-form-wrap .contact-item-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.hero-form-wrap .contact-item-wrap .contact-item {
  width: 33.33%;
  position: relative;
  padding-left: 36px;
  margin-bottom: 25px;
}

.hero-form-wrap .contact-item-wrap .contact-item:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1px;
  height: 82px;
  transform: translateY(-50%);
  background-color: #eeeeee;
}

.hero-form-wrap .contact-item-wrap .contact-item:last-child:after {
  display: none;
}

.hero-form-wrap .contact-item-wrap .contact-item i {
  position: absolute;
  top: 4.5px;
  left: 0;
  font-size: 22px;
  color: var(--primaryColor);
  line-height: 0.8;
}

.hero-form-wrap .contact-item-wrap .contact-item h6 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 10px;
}

.hero-form-wrap .contact-item-wrap .contact-item p,
.hero-form-wrap .contact-item-wrap .contact-item a {
  display: block;
  margin: 0;
}

.hero-form-wrap .hero-form {
  border-radius: 5px;
  background-color: var(--primaryColor);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 50px 25px;
  position: relative;
  z-index: 10;
}

.hero-form-wrap .hero-form .hero-form-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.hero-form-wrap .hero-form .form-group {
  margin-bottom: 25px;
}

.hero-form-wrap .hero-form .form-group:nth-child(2),
.hero-form-wrap .hero-form .form-group:nth-child(3),
.hero-form-wrap .hero-form .form-group:nth-child(4) {
  width: calc(29% - 14px);
}

.hero-form-wrap .hero-form .form-group:nth-child(5) {
  width: 130px;
}

.hero-form-wrap .hero-form .form-group:nth-child(5) button {
  padding: 17px 15px 17px;
  display: block;
  width: 100%;
  background-color: var(--titleColor);
}

.hero-form-wrap .hero-form .form-group label {
  font-family: var(--secondaryFont);
  font-weight: 600;
  color: var(--whiteColor);
  position: relative;
  padding-left: 30px;
  display: block;
  margin-bottom: 11px;
}

.hero-form-wrap .hero-form .form-group label i {
  position: absolute;
  top: 6px;
  left: 0;
  color: var(--whiteColor);
  line-height: 0.8;
}

.hero-form-wrap .hero-form .form-group input {
  width: 100%;
  height: 50px;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.4);
}

.hero-form-wrap .hero-form .form-group input::-moz-placeholder {
  color: var(--whiteColor);
  opacity: 1;
}

.hero-form-wrap .hero-form .form-group input::placeholder {
  color: var(--whiteColor);
  opacity: 1;
}

.hero-form-wrap .hero-form .form-group:last-child button {
  margin-top: 41px;
}

/*--------------------------------------
        Feature CSS
----------------------------------------*/
.feature-card {
  text-align: center;
  transition: var(--transition);
  margin-bottom: 30px;
}

.feature-card span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 0.5px solid rgba(50, 103, 255, 0.5);
  background-color: var(--optionalColor);
  margin: 0 auto 22px;
  transition: var(--transition);
}

.feature-card span i {
  color: var(--primaryColor);
  display: block;
  margin: 0 auto;
  font-size: 30px;
  line-height: 0.7;
  transition: var(--transition);
}

.feature-card h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 14px;
}

.feature-card p {
  padding: 0 16px;
  margin: 0;
  letter-spacing: 0.04em;
}

.feature-card:hover span {
  background-color: var(--primaryColor);
  border-color: transparent;
}

.feature-card:hover span i {
  color: var(--whiteColor);
}

.feature-card.style-two {
  position: relative;
  text-align: left;
  padding-left: 50px;
}

.feature-card.style-two img {
  position: absolute;
  top: 5px;
  left: 0;
}

.feature-card.style-two p {
  padding: 0;
  margin: 0;
}

/*--------------------------------------
        About CSS
----------------------------------------*/
.about-wrap.style-one {
  position: relative;
  z-index: 1;
  margin-top: -30px;
}

.about-wrap.style-one .about-shape-one,
.about-wrap.style-one .about-shape-two {
  position: absolute;
  z-index: -1;
}

.about-wrap.style-one .container {
  position: relative;
}

.about-wrap.style-one .about-shape-one {
  top: 0;
  right: 0;
}

.about-wrap.style-one .about-shape-two {
  top: 71%;
  right: -10px;
}

.about-wrap.style-one .about-img-wrap {
  position: relative;
  padding-bottom: 21px;
}

.about-wrap.style-one .about-img-wrap .about-img-shape {
  position: absolute;
  top: 33%;
  right: 10px;
  z-index: 2;
}

.about-wrap.style-one .about-img-wrap .promo-box {
  box-shadow: 10px 12px 50px rgba(0, 10, 45, 0.07);
  border-radius: 5px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  z-index: 2;
  background-color: var(--whiteColor);
}

.about-wrap.style-one .about-img-wrap .promo-box h5 {
  font-size: 48px;
  line-height: 60px;
  margin: 0;
  width: 100px;
  letter-spacing: -0.03em;
}

.about-wrap.style-one .about-img-wrap .promo-box span {
  width: 75px;
  line-height: 26px;
  font-weight: 500;
}

.about-wrap.style-one .about-img-wrap .promo-box.style-one {
  bottom: 147px;
  right: 0;
  padding: 30px 34px 30px 36px;
}

.about-wrap.style-one .about-img-wrap .promo-box.style-one h5 {
  color: var(--primaryColor);
}

.about-wrap.style-one .about-img-wrap .promo-box.style-one span {
  margin-left: 20px;
}

.about-wrap.style-one .about-img-wrap .promo-box.style-two {
  bottom: 0;
  left: 0;
  padding: 30px 49px 30px 36px;
}

.about-wrap.style-one .about-img-wrap .promo-box.style-two h5 {
  color: var(--titleColor);
}

.about-wrap.style-one .about-img-wrap .promo-box.style-two span {
  margin-left: 5px;
}

.about-wrap.style-one .about-img-wrap .about-img {
  display: block;
  position: relative;
  z-index: 1;
}

.about-wrap.style-one .about-img-wrap .about-img:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 85%;
  width: 100%;
  content: "";
  background: linear-gradient(180deg,
      #f1f8ff 30.53%,
      rgba(255, 255, 255, 0) 100%);
  border-radius: 10px;
  z-index: -1;
}

.about-wrap.style-one .about-img-wrap .about-img img {
  display: block;
  margin: 0 auto;
  position: relative;
  left: 30px;
}

.about-wrap.style-one .about-content .feature-list {
  margin: 22px 0 25px;
}

.about-wrap.style-one .about-content .feature-list li {
  position: relative;
  padding-left: 44px;
  margin-bottom: 22px;
}

.about-wrap.style-one .about-content .feature-list li:last-child {
  margin-bottom: 0;
}

.about-wrap.style-one .about-content .feature-list li img {
  position: absolute;
  top: 3px;
  left: 0;
}

.about-wrap.style-one .about-content .feature-list li h6 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

.about-wrap.style-one .about-content .feature-list li p {
  margin: 0;
}

.about-wrap.style-two .container {
  position: relative;
  z-index: 1;
}

.about-wrap.style-two .container .about-shape-one {
  position: absolute;
  bottom: 0;
  right: 30px;
}

.about-wrap.style-two .about-content .feature-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin: 25px 0;
}

.about-wrap.style-two .about-content .feature-item span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--optionalColor);
}

.about-wrap.style-two .about-content .feature-item h6 {
  width: calc(100% - 95px);
  font-size: 20px;
  line-height: 35px;
  margin: 0 0 0 25px;
}

.about-wrap.style-two .about-content .btn-two {
  margin-top: 30px;
}

.about-wrap.style-two .about-content p {
  margin-bottom: 0;
}

.about-wrap.style-two .about-img-wrap {
  padding-bottom: 177px;
  position: relative;
}

.about-wrap.style-two .about-img-wrap .about-img-shape {
  position: absolute;
  bottom: 18px;
  right: 55px;
}

.about-wrap.style-two .about-img-wrap .about-img-one,
.about-wrap.style-two .about-img-wrap .about-img-two {
  border-radius: 7px;
}

.about-wrap.style-two .about-img-wrap .about-img-one {
  padding-left: 20px;
}

.about-wrap.style-two .about-img-wrap .about-img-two {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 3px solid var(--whiteColor);
}

.about-wrap.style-two .about-img-wrap .promo-box {
  box-shadow: 10px 12px 50px rgba(0, 10, 45, 0.07);
  border-radius: 5px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  z-index: 2;
  background-color: var(--whiteColor);
  bottom: 78px;
  right: 40px;
  padding: 30px 34px 30px 36px;
  transform: rotate(-25deg);
}

.about-wrap.style-two .about-img-wrap .promo-box:after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--titleColor);
  border-radius: 5px;
}

.about-wrap.style-two .about-img-wrap .promo-box h5 {
  font-size: 48px;
  line-height: 60px;
  margin: 0;
  width: 100px;
  letter-spacing: -0.03em;
  color: var(--primaryColor);
}

.about-wrap.style-two .about-img-wrap .promo-box span {
  width: 75px;
  line-height: 26px;
  font-weight: 500;
  margin-left: 20px;
}

.about-wrap.style-three {
  position: relative;
  z-index: 1;
}

.about-wrap.style-three .container {
  position: relative;
  z-index: 1;
}

.about-wrap.style-three .container .about-shape-one {
  position: absolute;
  bottom: 50px;
  right: 30px;
}

.about-wrap.style-three .about-img-wrap {
  position: relative;
  padding-bottom: 80px;
}

.about-wrap.style-three .about-img-wrap .promo-box {
  box-shadow: 10px 12px 50px rgba(0, 10, 45, 0.07);
  border-radius: 5px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  z-index: 2;
  background-color: var(--whiteColor);
  bottom: 25px;
  left: 80px;
  padding: 30px 34px 30px 36px;
}

.about-wrap.style-three .about-img-wrap .promo-box h5 {
  font-size: 48px;
  line-height: 60px;
  margin: 0;
  width: 100px;
  letter-spacing: -0.03em;
  color: var(--primaryColor);
}

.about-wrap.style-three .about-img-wrap .promo-box span {
  width: 75px;
  line-height: 26px;
  font-weight: 500;
  margin-left: 20px;
}

.about-wrap.style-three .about-img-wrap .about-img-one {
  border-radius: 5px;
  padding-right: 50px;
}

.about-wrap.style-three .about-img-wrap .about-img-two {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 300px;
  border-radius: 0 5px 5px 5px;
  border: 6px solid var(--whiteColor);
}

.about-wrap.style-three .about-content .feature-list {
  margin: 20px 0 30px;
}

.about-wrap.style-three .about-content .feature-list .feature-item {
  padding-left: 23px;
  margin-bottom: 20px;
  position: relative;
}

.about-wrap.style-three .about-content .feature-list .feature-item:after {
  position: absolute;
  top: 48%;
  left: 0;
  content: "";
  width: 3px;
  height: 87px;
  transform: translateY(-50%);
  background-color: var(--primaryColor);
}

.about-wrap.style-three .about-content .feature-list .feature-item:last-child {
  margin-bottom: 0;
}

.about-wrap.style-three .about-content .feature-list .feature-item h6 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 8px;
  letter-spacing: -0.03em;
}

.about-wrap.style-three .about-content .feature-list .feature-item p {
  margin: 0;
}

.feature-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.feature-wrap .feature-shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

/*--------------------------------------
        Service Card CSS
----------------------------------------*/
.service-wrap {
  position: relative;
  z-index: 1;
}

.service-wrap.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 66%;
  background-color: var(--optionalColor);
  z-index: -1;
}

.service-wrap.style-one .service-box-wrap {
  box-shadow: 0px 10px 40px rgba(0, 10, 45, 0.06);
  border-radius: 5px;
  padding: 25px 25px 100px;
  background-color: var(--whiteColor);
  position: relative;
}

.service-wrap.style-one .service-box-wrap .service-box-shape {
  position: absolute;
  bottom: -39px;
  left: 16%;
}

.service-wrap.style-one .container {
  position: relative;
}

.service-wrap.style-one .container .service-shape {
  position: absolute;
  top: 50px;
  left: 8%;
}

.content-title.style-one h1 {
  font-size: 32px !important;
  font-weight: 500;
}

@media (max-width: 767px) {
  .content-title.style-one h1 {
    margin-left: 0px !important;
  }
}

.service-wrap.style-one .content-title.style-one>span {
  border: 1px solid #dddddd;
}

.service-wrap.style-two .service-shape-two {
  position: absolute;
  bottom: -25px;
  right: 21%;
}

.service-wrap.style-two .container {
  position: relative;
}

.service-wrap.style-two .container .service-shape {
  position: absolute;
  top: 55px;
  left: 8%;
}

.service-wrap.style-three .container {
  position: relative;
}

.service-wrap.style-three .container .service-shape {
  position: absolute;
  top: 55px;
  left: 8%;
}

.service-card {
  margin-bottom: 30px;
}

.service-card.style-one {
  border: 1px solid #eeeeee;
}

.service-card.style-four {
  box-shadow: 0px 0px 50px rgba(0, 10, 45, 0.06);
  border: 1px solid transparent;
  transition: var(--transition);
}

.service-card.style-four:hover {
  border-color: var(--primaryColor);
}

.service-card.style-one,
.service-card.style-four {
  border-radius: 5px;
  text-align: center;
  padding: 50px 16px 48px;
}

.service-card.style-one .service-icon,
.service-card.style-four .service-icon {
  margin: 0 auto 15px;
  position: relative;
  display: block;
  position: relative;
  z-index: 1;
}

.service-card.style-one .service-icon:after,
.service-card.style-four .service-icon:after {
  position: absolute;
  bottom: 10px;
  left: 60%;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: var(--optionalColor);
  z-index: -1;
}

.service-card.style-one .service-icon i,
.service-card.style-four .service-icon i {
  font-size: 60px;
}

.service-card.style-one h3,
.service-card.style-four h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 20px;
  letter-spacing: -0.03em;
}

.service-card.style-one h3 a,
.service-card.style-four h3 a {
  color: var(--titleColor);
}

.service-card.style-one h3 a:hover,
.service-card.style-four h3 a:hover {
  color: var(--primaryColor);
}

.service-card.style-one p,
.service-card.style-four p {
  margin-bottom: 23px;
}

.service-card.style-one .service-link,
.service-card.style-four .service-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(238, 238, 238, 0.5);
  transition: var(--transition);
  margin: 0 auto;
}

.service-card.style-one .service-link i,
.service-card.style-four .service-link i {
  color: var(--titleColor);
  display: block;
  margin: 0 auto;
  font-size: 18px;
  line-height: 0.8;
  transition: var(--transition);
}

.service-card.style-one .service-link:hover,
.service-card.style-four .service-link:hover {
  background-color: var(--primaryColor);
}

.service-card.style-one .service-link:hover i,
.service-card.style-four .service-link:hover i {
  color: var(--whiteColor);
}

.service-card.style-two {
  padding: 25px;
  background-color: var(--whiteColor);
  border-radius: 5px;
  margin: 0 0 5px 2px;
  box-shadow: -2px 4px 0px -1px var(--titleColor);
  transition: var(--transition);
}

.service-card.style-two:hover {
  box-shadow: -2px 4px 0px -1px var(--primaryColor);
}

.service-card.style-two .service-icon {
  margin: 0 auto 15px;
  position: relative;
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: 39px;
}

.service-card.style-two .service-icon:after {
  position: absolute;
  bottom: 10px;
  left: 100%;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: var(--optionalColor);
  z-index: -1;
}

.service-card.style-two .service-icon i {
  font-size: 60px;
}

.service-card.style-two h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 16px 0 16px;
  letter-spacing: -0.03em;
}

.service-card.style-two h3 a {
  color: var(--titleColor);
}

.service-card.style-two h3 a:hover {
  color: var(--primaryColor);
}

.service-card.style-two p {
  margin-bottom: 25px;
}

.service-card.style-two .service-count {
  font-size: 40px;
  line-height: 30px;
  color: #eeeeee;
  font-family: var(--secondaryFont);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.service-card.style-three {
  background-color: var(--whiteColor);
  border-radius: 5px;
}

.service-card.style-three .service-img {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.service-card.style-three .service-img img {
  border-radius: 5px 5px 0 0;
  transition: var(--transition);
}

.service-card.style-three .service-info {
  position: relative;
  z-index: 1;
  padding: 25px;
}

.service-card.style-three .service-info .service-card-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.service-card.style-three .service-info .service-icon {
  margin: 0 auto 15px;
  position: relative;
  display: inline-block;
}

.service-card.style-three .service-info .service-icon:after {
  position: absolute;
  bottom: 10px;
  left: 100%;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: var(--optionalColor);
  z-index: -1;
}

.service-card.style-three .service-info .service-icon i {
  font-size: 60px;
}

.service-card.style-three .service-info h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 16px;
  letter-spacing: -0.03em;
}

.service-card.style-three .service-info h3 a {
  color: var(--titleColor);
}

.service-card.style-three .service-info h3 a:hover {
  color: var(--primaryColor);
}

.service-card.style-three .service-info p {
  margin-bottom: 25px;
}

.service-slider-wrap {
  position: relative;
}

/*--------------------------------------
        Why Choose Us CSS
----------------------------------------*/
.wh-wrap.style-one .container {
  position: relative;
  z-index: 1;
}

.wh-wrap.style-one .container .wh-shape-one {
  position: absolute;
  bottom: 0;
  left: 30%;
}

.wh-wrap.style-one .wh-content .feature-list {
  padding-top: 22px;
  margin: 22px 0 10px;
  border-top: 1px solid #eeeeee;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.wh-wrap.style-one .wh-content .feature-list li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 17px;
  letter-spacing: 0.03em;
  padding-right: 10px;
}

.wh-wrap.style-one .wh-content .feature-list li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--primaryColor);
}

.wh-wrap.style-one .wh-content .btn-two i {
  margin-right: 10px;
  margin-left: 0;
  font-size: 18px;
  line-height: 0.7;
}

.wh-wrap.style-one .wh-img-wrap {
  position: relative;
  z-index: 1;
}

.wh-wrap.style-one .wh-img-wrap .wh-img {
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.wh-wrap.style-one .wh-img-wrap .wh-img img {
  border-radius: 5px;
}

.wh-wrap.style-one .wh-img-wrap .wh-img:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 130px;
  height: 100%;
  background-color: var(--whiteColor);
  filter: blur(50px);
}

.wh-wrap.style-one .wh-img-wrap .circle-wrap {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  border: 1px solid var(--whiteColor);
  position: absolute;
  top: 62px;
  left: 10px;
  z-index: 2;
}

.wh-wrap.style-one .wh-img-wrap .circle-wrap i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  line-height: 0.8;
  color: var(--primaryColor);
}

.wh-wrap.style-one .wh-img-wrap .circle-wrap .circle-text {
  width: 280px;
  height: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wh-wrap.style-one .wh-img-wrap .circle-wrap .circle-text svg {
  width: 280px;
  height: 280px;
  position: absolute;
  top: 0;
  left: 0;
}

.wh-wrap.style-one .wh-img-wrap .circle-wrap .circle-text svg text {
  font-size: 16px;
  letter-spacing: 0.5em;
}

.wh-wrap.style-two {
  position: relative;
  z-index: 1;
}

.wh-wrap.style-two .container {
  position: relative;
  z-index: 1;
}

.wh-wrap.style-two .container .wh-shape-two {
  position: absolute;
  top: 40%;
  left: 51%;
}

.wh-wrap.style-two .wh-shape-one {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.wh-wrap.style-two .wh-img-wrap {
  position: relative;
}

.wh-wrap.style-two .wh-img-wrap .wh-img {
  display: block;
  margin: 0 auto;
}

.wh-wrap.style-two .wh-img-wrap .circle-wrap {
  width: 250px;
  height: 220px;
  border-radius: 5px;
  background-color: var(--whiteColor);
  box-shadow: 10px 12px 50px rgba(0, 10, 45, 0.07);
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.wh-wrap.style-two .wh-img-wrap .circle-wrap:after {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid var(--titleColor);
}

.wh-wrap.style-two .wh-img-wrap .circle-wrap i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  line-height: 0.8;
  color: var(--primaryColor);
}

.wh-wrap.style-two .wh-img-wrap .circle-wrap .circle-text {
  width: 280px;
  height: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wh-wrap.style-two .wh-img-wrap .circle-wrap .circle-text:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 168px;
  height: 168px;
  border-radius: 50%;
  border: 1px solid #eee;
  transform: translate(-50%, -50%);
}

.wh-wrap.style-two .wh-img-wrap .circle-wrap .circle-text:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 81px;
  height: 81px;
  border-radius: 50%;
  border: 1px solid #eee;
  transform: translate(-50%, -50%);
}

.wh-wrap.style-two .wh-img-wrap .circle-wrap .circle-text svg {
  width: 280px;
  height: 280px;
  position: absolute;
  top: 0;
  left: 0;
}

.wh-wrap.style-two .wh-img-wrap .circle-wrap .circle-text svg text {
  font-size: 16px;
  letter-spacing: 0.5em;
}

.wh-wrap.style-three {
  position: relative;
  z-index: 2;
}

.wh-wrap.style-three:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 322px;
  background-color: var(--titleColor);
  z-index: -1;
}

.wh-wrap.style-three .wh-shape-one {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.wh-wrap.style-three .wh-img-wrap {
  position: relative;
  overflow: hidden;
}

.wh-wrap.style-three .wh-img-wrap .wh-img-shape {
  position: absolute;
  top: 35%;
  right: -10px;
}

.wh-wrap.style-three .wh-content {
  padding: 0 0 100px 0;
}

.wh-wrap.style-three .wh-content .feature-list {
  margin: 29px 0 0;
}

.wh-wrap.style-three .wh-content .feature-list .feature-item {
  background-color: var(--whiteColor);
  border-radius: 5px;
  box-shadow: 0px 4px 40px rgba(0, 10, 45, 0.08);
  margin-bottom: 20px;
  padding: 35px 24px 35px 76px;
  position: relative;
}

.wh-wrap.style-three .wh-content .feature-list .feature-item:last-child {
  margin-bottom: 0;
}

.wh-wrap.style-three .wh-content .feature-list .feature-item i {
  position: absolute;
  top: 40px;
  left: 40px;
  color: var(--primaryColor);
  font-size: 24px;
  line-height: 0.9;
}

.wh-wrap.style-three .wh-content .feature-list .feature-item h6 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 5px;
}

.wh-wrap.style-three .wh-content .feature-list .feature-item p {
  margin: 0;
}

.progressbar-wrap {
  margin: 25px 0 0;
}

.progressbar-wrap .progress-item {
  margin-bottom: 30px;
  position: relative;
}

.progressbar-wrap .progress-item:last-child {
  margin-bottom: 0;
}

.progressbar-wrap .progress-item .progress-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  top: 5px;
  padding: 0 15px;
  width: 100%;
}

.progressbar-wrap .progress-item .progress-title p {
  color: var(--whiteColor);
  font-weight: 400;
  font-family: var(--secondaryFont);
}

.progressbar-wrap .progress-item .progress-title span {
  font-weight: 500;
  margin: 0;
}

.progressbar-wrap .progress-item .progress {
  height: 40px;
  background: var(--optionalColor);
  border-radius: 5px;
}

.progressbar-wrap .progress-item .progress .progress-bar {
  border-radius: 5px;
  background-color: var(--primaryColor);
}

.progress-bar {
  width: 0;
  animation: progress 1.5s ease-in-out forwards;
}

.progress-bar .title {
  opacity: 0;
  animation: show 0.35s forwards ease-in-out 0.5s;
}

@keyframes progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*--------------------------------------
        Process CSS
----------------------------------------*/
.process-wrap .process-content .feature-item-wrap {
  margin: 33px 0 0;
}

.process-wrap .process-content .feature-item-wrap .feature-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 23px;
}

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

.process-wrap .process-content .feature-item-wrap .feature-item .feature-icon {
  width: 45px;
}

.process-wrap .process-content .feature-item-wrap .feature-item .feature-icon i {
  color: var(--primaryColor);
  font-size: 45px;
  line-height: 0.8;
}

.process-wrap .process-content .feature-item-wrap .feature-item .feature-text {
  width: calc(100% - 65px);
  margin-left: 20px;
}

.process-wrap .process-content .feature-item-wrap .feature-item .feature-text h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 8px;
}

.process-wrap .process-content .feature-item-wrap .feature-item .feature-text p {
  margin: 0;
}

.process-wrap .process-img-wrap {
  position: relative;
  padding-bottom: 284px;
}

.process-wrap .process-img-wrap .process-shape {
  position: absolute;
  top: 135px;
  right: 0;
}

.process-wrap .process-img-wrap .process-img-one {
  display: block;
  margin-right: auto;
  border-bottom: 3px solid var(--whiteColor);
  border-right: 3px solid var(--whiteColor);
  z-index: 2;
  position: relative;
}

.process-wrap .process-img-wrap .process-img-two {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.process-wrap .process-img-wrap .trust-box {
  position: absolute;
  top: 50px;
  right: 58px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: var(--titleColor);
  color: var(--offwhiteColor);
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  z-index: 10;
}

.process-wrap .process-img-wrap .trust-box:after {
  position: absolute;
  top: 12px;
  left: 12px;
  content: "";
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, 0.4);
}

.process-wrap .process-img-wrap .trust-box span {
  color: var(--whiteColor);
  font-size: 40px;
  line-height: 60px;
  font-weight: 800;
  font-family: var(--secondaryFont);
  letter-spacing: -0.03em;
}

.process-wrap .process-img-wrap .promo-box {
  box-shadow: 10px 12px 50px rgba(0, 10, 45, 0.07);
  border-radius: 5px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  bottom: 53px;
  left: 0;
  z-index: 2;
  background-color: var(--whiteColor);
  padding: 30px 50px 30px 38px;
}

.process-wrap .process-img-wrap .promo-box h5 {
  font-size: 48px;
  line-height: 60px;
  margin: 0;
  width: 100px;
  letter-spacing: -0.03em;
  color: var(--primaryColor);
}

.process-wrap .process-img-wrap .promo-box span {
  width: 75px;
  line-height: 26px;
  font-weight: 500;
}

/*--------------------------------------
        Counter CSS
----------------------------------------*/
.counter-wrap {
  position: relative;
  z-index: 1;
}

.counter-wrap.style-one {
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.counter-wrap.style-one .counter-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.counter-wrap.style-two,
.counter-wrap.style-three,
.counter-wrap.style-four {
  position: relative;
  z-index: 2;
}

.counter-wrap.style-two .counter-bg,
.counter-wrap.style-three .counter-bg,
.counter-wrap.style-four .counter-bg {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px 0px 0px 5px;
  z-index: 0;
}

.counter-wrap.style-two {
  margin-bottom: -137px;
}

.counter-wrap.style-two .counter-bg {
  background-image: url(../img/counter-shape-2.webp);
  box-shadow: -7px -15px 40px rgba(50, 103, 255, 0.07);
  background-color: var(--whiteColor);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 0;
}

.counter-wrap.style-three,
.counter-wrap.style-four {
  position: relative;
}

.counter-wrap.style-three .counter-bg,
.counter-wrap.style-four .counter-bg {
  background-color: var(--primaryColor);
  overflow: hidden;
}

.counter-wrap.style-three .counter-bg .counter-shape,
.counter-wrap.style-four .counter-bg .counter-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.counter-wrap.style-three .counter-card-wrap .counter-card .counter-icon i,
.counter-wrap.style-four .counter-card-wrap .counter-card .counter-icon i {
  color: var(--whiteColor);
}

.counter-wrap.style-three .counter-card-wrap .counter-card .counter-text span,
.counter-wrap.style-four .counter-card-wrap .counter-card .counter-text span {
  color: var(--whiteColor);
}

.counter-wrap.style-three .counter-card-wrap .counter-card .counter-text p,
.counter-wrap.style-four .counter-card-wrap .counter-card .counter-text p {
  color: #eee;
}

.counter-wrap.style-three {
  position: relative;
}

.counter-wrap.style-three:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: var(--optionalColor);
  z-index: -1;
}

.counter-card-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
}

.counter-card-wrap .counter-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}

.counter-card-wrap .counter-card .counter-icon {
  width: 60px;
  z-index: 1;
  position: relative;
  top: -4px;
}

.counter-card-wrap .counter-card .counter-icon i {
  display: block;
  margin: 0 auto;
  color: var(--primaryColor);
  font-size: 60px;
  line-height: 0.7;
}

.counter-card-wrap .counter-card .counter-text {
  width: calc(100% - 77px);
  margin-left: 17px;
  z-index: 2;
}

.counter-card-wrap .counter-card .counter-text span {
  font-size: 48px;
  line-height: 38px;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-family: var(--secondaryFont);
  margin-bottom: 7px;
  color: var(--titleColor);
}

.counter-card-wrap .counter-card .counter-text p {
  margin: 0;
}

/*--------------------------------------
        Appointment CSS
----------------------------------------*/
.appointment-bg {
  background-image: url(../img/appointment-bg-1.webp);
}

.appointment-wrap.style-one,
.appointment-wrap.style-two,
.appointment-wrap.style-three {
  position: relative;
  z-index: 1;
}

.appointment-wrap.style-one .container,
.appointment-wrap.style-two .container,
.appointment-wrap.style-three .container {
  position: relative;
}

.appointment-wrap.style-one .container .appintment-shape,
.appointment-wrap.style-two .container .appintment-shape,
.appointment-wrap.style-three .container .appintment-shape {
  position: absolute;
  top: 15%;
  left: 100px;
}

.appointment-wrap.style-one .appointment-bg,
.appointment-wrap.style-two .appointment-bg,
.appointment-wrap.style-three .appointment-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 73%;
  z-index: -1;
}

.appointment-wrap.style-one .appointment-bg:after,
.appointment-wrap.style-two .appointment-bg:after,
.appointment-wrap.style-three .appointment-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--titleColor);
  opacity: 0.8;
  z-index: -1;
}

.appointment-wrap.style-one .play-now .ripple,
.appointment-wrap.style-one .play-now .ripple:before,
.appointment-wrap.style-one .play-now .ripple:after,
.appointment-wrap.style-two .play-now .ripple,
.appointment-wrap.style-two .play-now .ripple:before,
.appointment-wrap.style-two .play-now .ripple:after,
.appointment-wrap.style-three .play-now .ripple,
.appointment-wrap.style-three .play-now .ripple:before,
.appointment-wrap.style-three .play-now .ripple:after {
  height: 98px;
  width: 98px;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
}

.appointment-wrap.style-one .play-now,
.appointment-wrap.style-two .play-now,
.appointment-wrap.style-three .play-now {
  position: relative;
  height: 98px;
  width: 98px;
  border: 1.8px solid var(--whiteColor);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 127px;
}

.appointment-wrap.style-one .play-now i,
.appointment-wrap.style-two .play-now i,
.appointment-wrap.style-three .play-now i {
  font-size: 28px;
  line-height: 0.7;
  display: block;
  margin: 0 auto;
  position: relative;
  left: 2px;
}

.appointment-wrap.style-one .play-now:after,
.appointment-wrap.style-two .play-now:after,
.appointment-wrap.style-three .play-now:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: var(--primaryColor);
  z-index: -1;
  transform: translate(-50%, -50%);
}

.appointment-wrap.style-one .section-title {
  margin-bottom: 70px;
}

.appointment-wrap.style-one .section-title.style-one>span {
  color: var(--whiteColor);
  border-color: rgba(255, 255, 255, 0.1);
}

.appointment-wrap.style-two {
  padding-top: 137px;
}

.appointment-wrap.style-two .section-title {
  margin-bottom: 70px;
}

.appointment-wrap.style-three .appointment-shape-one {
  position: absolute;
  bottom: -48%;
  right: 0;
  z-index: -1;
}

.appointment-wrap .appointment-box {
  background-color: var(--whiteColor);
  border-radius: 5px;
  box-shadow: 0px 10px 40px rgba(0, 10, 45, 0.06);
  position: relative;
}

.appointment-wrap .appointment-box .box-shape {
  position: absolute;
  bottom: -20px;
  left: 43%;
}

.appointment-wrap .appointment-box .appointment-form {
  padding: 30px 5px 30px 30px;
}

.appointment-wrap .appointment-box .appointment-form h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}

.appointment-wrap .appointment-box .appointment-form h3 span {
  color: var(--primaryColor);
}

.appointment-wrap .appointment-box .appointment-form h3 img {
  margin-left: 10px;
  max-width: 37px;
  position: relative;
  top: -2px;
}

.appointment-wrap .appointment-box .appointment-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.appointment-wrap .appointment-box .appointment-form .form-group label {
  font-family: var(--secondaryFont);
  font-weight: 600;
  color: var(--titleColor);
  display: block;
  margin: 0 0 8px;
  letter-spacing: -0.03em;
}

.appointment-wrap .appointment-box .appointment-form .form-group input,
.appointment-wrap .appointment-box .appointment-form .form-group select {
  width: 100%;
  height: 54px;
  padding: 12px 20px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  background-color: transparent;
}

.appointment-wrap .appointment-box .appointment-form .form-group i {
  position: absolute;
  bottom: 18px;
  right: 21px;
  font-size: 16px;
  line-height: 0.8;
  color: var(--titleColor);
}

.appointment-wrap .appointment-box .before-after-container {
  border-radius: 0 5px 5px 0;
  height: 627px;
}

.before-after-container {
  aspect-ratio: 1/1;
  background: var(--whiteColor);
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.before-after-container figure {
  background-image: url(../img/img-2.webp);
  position: relative;
  margin: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#before_after {
  background-image: url(../img/img-1.webp);
  background-size: cover;
  bottom: 0;
  border-right: 4px solid rgba(255, 255, 255, 0.95);
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}

input#before_after_slider {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}

input#before_after_slider::-moz-range-track {
  background: transparent;
}

input#before_after_slider::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  outline: none;
  position: relative;
  cursor: col-resize;
  color: transparent;
}

input#before_after_slider::-ms-fill-lower {
  background-color: transparent;
}

input#before_after_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}

input#before_after_slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}

input#before_after_slider::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}

input#before_after_slider::-ms-tooltip {
  display: none;
}

#before_after::before {
  background: url(../img/slider-btn.svg) no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -39px;
  position: relative;
  top: 0;
  width: 75px;
}

@keyframes first {
  0% {
    width: 0%;
  }

  50% {
    width: 80%;
  }

  100% {
    width: 50%;
  }
}

/*--------------------------------------
        Pricing Card  CSS
----------------------------------------*/
.pricing-card {
  background-color: var(--optionalColor);
  padding-bottom: 40px;
  transition: var(--transition);
  margin-bottom: 25px;
}

.pricing-card .pricing-header {
  background-color: var(--titleColor);
  transition: var(--transition);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding: 27px 0 32px;
  border-radius: 5px 5px 0 0;
  transition: var(--transition);
}

.pricing-card .pricing-header .pricing-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.pricing-card .pricing-header .pricing-header-left .pricing-title {
  background-color: #192242;
  border-radius: 0 5px 5px 0;
  padding: 19px 40px;
  margin-bottom: 65px;
}

.pricing-card .pricing-header .pricing-header-left .pricing-title h3 {
  font-size: 30px;
  line-height: 40px;
  color: var(--whiteColor);
  margin: 0 0 3px;
}

.pricing-card .pricing-header .pricing-header-left .pricing-title span {
  font-family: var(--secondaryFont);
  letter-spacing: -0.03em;
  font-weight: 400;
  color: var(--offwhiteColor);
}

.pricing-card .pricing-header .pricing-header-left .pricing-name {
  padding-left: 40px;
}

.pricing-card .pricing-header .pricing-header-left .pricing-name span {
  font-family: var(--secondaryFont);
  letter-spacing: -0.03em;
  color: var(--offwhiteColor);
  font-weight: 400;
}

.pricing-card .pricing-header .pricing-header-left .pricing-name h6 {
  font-size: 22px;
  line-height: 30px;
  color: var(--whiteColor);
  margin: 4px 0 0;
}

.pricing-card .pricing-header .pricing-header-right {
  position: absolute;
  bottom: 0;
  right: 36px;
}

.pricing-card .pricing-features {
  padding: 29px 40px;
}

.pricing-card .pricing-features li {
  margin-bottom: 15px;
  color: var(--paraColor);
}

.pricing-card .pricing-features li:last-child {
  margin-bottom: 0;
}

.pricing-card .pricing-features li i {
  float: right;
  font-size: 22px;
  font-weight: 300;
}

.pricing-card .pricing-features li.checked i {
  color: var(--primaryColor);
}

.pricing-card .pricing-features li.unchecked {
  text-decoration: line-through;
  opacity: 0.5;
}

.pricing-card .pricing-features li.unchecked i {
  color: var(--paraColor);
}

.pricing-card .btn-two {
  margin: 0 40px;
  display: block;
  width: calc(100% - 80px);
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.pricing-card:hover .pricing-header {
  background-color: var(--primaryColor);
}

.pricing-card:hover .pricing-header .pricing-header-left .pricing-title {
  background-color: #517eff;
}

/*--------------------------------------
        Team  CSS
----------------------------------------*/
.team-wrap .container {
  position: relative;
  z-index: 1;
}

.team-wrap .container .team-shape-one {
  position: absolute;
  top: 64px;
  left: 8%;
  z-index: -1;
}

.team-card.style-one {
  position: relative;
  z-index: 1;
  background: #6d7272;
  box-shadow: 0px 15px 40px rgba(0, 10, 45, 0.04);
  border-radius: 5px;
  /* padding-top: 20px; */
  overflow: hidden;
  margin-bottom: 25px;
}

.team-card.style-one img {
  transition: var(--transition);
  width: 100%;
}

.team-card.style-one:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  content: "";
  /* background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 45%,
    rgba(255, 255, 255, 0.1) 88%
  ); */
  z-index: 0;
}

.team-card.style-one .team-info {
  text-align: left;
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 0 200px 0 20px;
}

.team-card.style-one .team-info h3 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 3px;
  font-weight: 500;
}

.team-card.style-one .team-info h3 a {
  color: var(--whiteColor);
}

.team-card.style-one .team-info h3 a:hover {
  color: var(--primaryColor);
}

.team-card.style-one .team-info .social-profile {
  margin: 14px 0 0;
}

.team-card.style-one .team-info .social-profile li a {
  width: 45px;
  height: 45px;
  border: 1px solid #eeeeee;
}

.team-card.style-one .team-info .social-profile li a i {
  color: #999999;
  font-size: 18px;
  line-height: 0.8;
}

.team-card.style-one .team-info .social-profile li a:hover {
  background-color: var(--primaryColor);
  border-color: transparent;
}

.team-card.style-one .team-info .social-profile li a:hover i {
  color: var(--whiteColor);
}

.team-card.style-one:hover img {
  transform: scale(1.03);
}

.team-card.style-two {
  margin-bottom: 25px;
  box-shadow: 0px 0px 40px rgba(0, 10, 45, 0.05);
  border-radius: 5px;
  margin-bottom: 25px;
  margin-top: 15px;
  padding: 30px;
}

.team-card.style-two .team-img {
  background-color: var(--optionalColor);
  padding: 20px 0 0;
  position: relative;
  box-shadow: -3px 5px 0px -2px var(--titleColor);
  border-radius: 5px;
}

.team-card.style-two .team-img .social-profile {
  position: absolute;
  bottom: -40px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  background-color: var(--whiteColor);
  border-radius: 50px;
  padding: 18px;
  width: calc(100% - 50px);
  box-shadow: 0px 0px 40px rgba(0, 10, 45, 0.05);
}

.team-card.style-two .team-img .social-profile li {
  margin-right: 10px;
}

.team-card.style-two .team-img .social-profile li:last-child {
  margin-right: 0;
}

.team-card.style-two .team-img .social-profile li a {
  width: 45px;
  height: 45px;
  border: 1px solid #eeeeee;
}

.team-card.style-two .team-img .social-profile li a i {
  color: #999;
  font-size: 18px;
}

.team-card.style-two .team-img .social-profile li a:hover {
  border-color: transparent;
  background-color: var(--primaryColor);
}

.team-card.style-two .team-img .social-profile li a:hover i {
  color: var(--whiteColor);
}

.team-card.style-two .team-info {
  padding: 65px 0 0;
  text-align: center;
}

.team-card.style-two .team-info h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 5px;
}

.team-card.style-two .team-info h3 a {
  color: var(--titleColor);
}

.team-card.style-two .team-info h3 a:hover {
  color: var(--primaryColor);
}

.team-card.style-two:hover .team-img {
  box-shadow: -3px 5px 0px -2px var(--primaryColor);
}

.team-card.style-three {
  margin-bottom: 25px;
}

.team-card.style-three .team-img {
  background-color: var(--optionalColor);
  padding: 20px 0 0;
  position: relative;
}

.team-card.style-three .team-img .social-profile {
  position: absolute;
  bottom: -40px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  background-color: var(--whiteColor);
  border-radius: 50px;
  padding: 18px;
  width: calc(100% - 50px);
  box-shadow: 0px 0px 40px rgba(0, 10, 45, 0.05);
}

.team-card.style-three .team-img .social-profile li {
  margin-right: 10px;
}

.team-card.style-three .team-img .social-profile li:last-child {
  margin-right: 0;
}

.team-card.style-three .team-img .social-profile li a {
  width: 45px;
  height: 45px;
  border: 1px solid #eeeeee;
}

.team-card.style-three .team-img .social-profile li a i {
  color: #999;
  font-size: 18px;
}

.team-card.style-three .team-img .social-profile li a:hover {
  border-color: transparent;
  background-color: var(--primaryColor);
}

.team-card.style-three .team-img .social-profile li a:hover i {
  color: var(--whiteColor);
}

.team-card.style-three .team-info {
  padding: 65px 0 0;
  text-align: center;
}

.team-card.style-three .team-info h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 5px;
}

.team-card.style-three .team-info h3 a {
  color: var(--titleColor);
}

.team-card.style-three .team-info h3 a:hover {
  color: var(--primaryColor);
}

.team-desc #contactForm {
  padding: 0;
  box-shadow: none;
}

.team-card-wrap {
  background-color: var(--whiteColor);
  border-radius: 0 0 5px 5px;
  padding: 0 30px 100px;
  position: relative;
  z-index: 1;
}

.team-card-wrap .team-shape {
  position: absolute;
  bottom: 85px;
  left: 71%;
  z-index: 0;
}

.team-slider .team-card {
  margin-top: -15px;
}

.team-slider .team-card.style-two {
  margin-top: 15px;
}

.team-wrap .container .row {
  position: relative;
}

.team-wrap .container .row .team-slider-btn.slider-btn {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  justify-content: flex-end;
  bottom: 0;
  right: 0;
  width: 100%;
}

.team-wrap .container .row .team-slider-btn.slider-btn .prev-btn {
  margin-right: 20px;
}

.team-wrap .container .row .team-slider-btn.slider-btn .prev-btn,
.team-wrap .container .row .team-slider-btn.slider-btn .next-btn {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  background-color: var(--optionalColor);
  transform: translateY(0);
}

.team-wrap .container .row .team-slider-btn.slider-btn .prev-btn:hover,
.team-wrap .container .row .team-slider-btn.slider-btn .next-btn:hover {
  background-color: var(--primaryColor);
}

.cta-team-wrap {
  position: relative;
  z-index: 1;
}

.cta-team-wrap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-image: url(../img/cta-shape-5.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--titleColor);
  z-index: -1;
}

/*--------------------------------------
        Testimonial  CSS
----------------------------------------*/
.testimonial-wrap.style-one {
  position: relative;
  z-index: 1;
}

.testimonial-wrap.style-one .testimonial-shape-one,
.testimonial-wrap.style-one .testimonial-bg-shape {
  position: absolute;
  z-index: -1;
}

.testimonial-wrap.style-one .testimonial-shape-one {
  position: absolute;
  top: 170px;
  left: 61%;
}

.testimonial-wrap.style-one .testimonial-bg-shape {
  top: 0;
  right: 100px;
}

.testimonial-wrap.style-one .container .row,
.testimonial-wrap.style-two .container .row {
  position: relative;
}

.testimonial-wrap.style-one .container .row .testimonial-slider-btn.slider-btn,
.testimonial-wrap.style-two .container .row .testimonial-slider-btn.slider-btn {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  justify-content: flex-end;
  bottom: 0;
  right: 0;
  width: 100%;
}

.testimonial-wrap.style-one .container .row .testimonial-slider-btn.slider-btn .prev-btn,
.testimonial-wrap.style-two .container .row .testimonial-slider-btn.slider-btn .prev-btn {
  margin-right: 20px;
}

.testimonial-wrap.style-one .container .row .testimonial-slider-btn.slider-btn .prev-btn,
.testimonial-wrap.style-one .container .row .testimonial-slider-btn.slider-btn .next-btn,
.testimonial-wrap.style-two .container .row .testimonial-slider-btn.slider-btn .prev-btn,
.testimonial-wrap.style-two .container .row .testimonial-slider-btn.slider-btn .next-btn {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  background-color: var(--optionalColor);
  transform: translateY(0);
}

.testimonial-wrap.style-one .container .row .testimonial-slider-btn.slider-btn .prev-btn:hover,
.testimonial-wrap.style-one .container .row .testimonial-slider-btn.slider-btn .next-btn:hover,
.testimonial-wrap.style-two .container .row .testimonial-slider-btn.slider-btn .prev-btn:hover,
.testimonial-wrap.style-two .container .row .testimonial-slider-btn.slider-btn .next-btn:hover {
  background-color: var(--primaryColor);
}

.testimonial-wrap.style-two {
  position: relative;
  z-index: 1;
}

.testimonial-wrap.style-two .testimonial-shape-one,
.testimonial-wrap.style-two .testimonial-bg-shape {
  position: absolute;
  z-index: -1;
}

.testimonial-wrap.style-two .testimonial-shape-one {
  position: absolute;
  top: 170px;
  left: 61%;
}

.testimonial-wrap.style-two .testimonial-bg-shape {
  top: 0;
  right: 100px;
}

.testimonial-wrap.style-three {
  position: relative;
  z-index: 1;
}

.testimonial-wrap.style-three .container {
  position: relative;
}

.testimonial-wrap.style-three .container .testimonial-shape-one {
  position: absolute;
  top: 64px;
  right: 0;
}

.testimonial-card.style-one {
  margin: 10px 0 0;
}

.testimonial-card.style-one .client-quote {
  position: relative;
  box-shadow: 0px 0px 40px rgba(0, 10, 45, 0.06);
  border-radius: 5px;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: var(--whiteColor);
  padding: 30px 30px 60px;
}

.testimonial-card.style-one .client-quote:after {
  position: absolute;
  bottom: 0%;
  left: 50%;
  content: "";
  width: 51%;
  height: 2px;
  background-color: var(--primaryColor);
  transform: translateX(-50%);
}

.testimonial-card.style-one .client-quote .quote-icon {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 100px;
  line-height: 0.8;
  color: var(--optionalColor);
  z-index: -1;
}

.testimonial-card.style-one .client-info {
  text-align: center;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.testimonial-card.style-one .client-info .client-img {
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto 20px;
  border-radius: 50%;
  position: relative;
}

.testimonial-card.style-one .client-info .client-img img {
  border-radius: 50%;
}

.testimonial-card.style-one .client-info h5 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 3px;
}

.testimonial-card.style-two {
  border-radius: 5px;
  background-color: var(--whiteColor);
  padding: 25px 22px 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 40px rgba(0, 10, 45, 0.06);
  position: relative;
}

.testimonial-card.style-two:hover {
  box-shadow: -2px 4px 0px -1px var(--primaryColor);
}

.testimonial-card.style-two .rating {
  position: absolute;
  top: -25px;
  right: 30px;
  z-index: 10;
  box-shadow: 0px 0px 40px rgba(0, 10, 45, 0.06);
  border-radius: 500px;
  padding: 9px 23px;
  background-color: var(--whiteColor);
}

.testimonial-card.style-two .rating li {
  display: inline-block;
  margin-right: 4px;
}

.testimonial-card.style-two .rating li i {
  font-size: 18px;
  color: var(--yellowColor);
}

.testimonial-card.style-two .client-info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 22px;
}

.testimonial-card.style-two .client-info-wrap .client-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.testimonial-card.style-two .client-info-wrap .client-img img {
  border-radius: 50%;
}

.testimonial-card.style-two .client-info-wrap .client-info {
  width: calc(100% - 110px);
  margin-left: 20px;
}

.testimonial-card.style-two .client-info-wrap .client-info h5 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.03em;
  margin: 0 0 5px;
}

.testimonial-card.style-two .client-quote {
  padding-left: 42px;
  position: relative;
}

.testimonial-card.style-two .client-quote .quote-icon {
  position: absolute;
  top: -7px;
  left: -4px;
  transform: rotate(180deg);
}

.testimonial-card.style-two .client-quote .quote-icon i {
  color: #eee;
  font-size: 30px;
  line-height: 0.8;
  transition: var(--transition);
}

.testimonial-card.style-two .client-quote p {
  margin-bottom: 0;
  letter-spacing: 0.03em;
}

.testimonial-card.style-two:hover .client-quote .quote-icon i {
  color: var(--primaryColor);
}

.testimonial-card.style-three {
  box-shadow: 0px 0px 40px rgba(0, 10, 45, 0.06);
  border-radius: 5px;
  background-color: var(--whiteColor);
  padding: 25px 22px 25px;
  margin-bottom: 25px;
}

.testimonial-card.style-three .client-info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 22px;
}

.testimonial-card.style-three .client-info-wrap .client-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.testimonial-card.style-three .client-info-wrap .client-img img {
  border-radius: 50%;
}

.testimonial-card.style-three .client-info-wrap .client-info {
  width: calc(100% - 110px);
  margin-left: 20px;
}

.testimonial-card.style-three .client-info-wrap .client-info h5 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.03em;
  margin: 0 0 5px;
}

.testimonial-card.style-three .client-quote {
  padding-left: 42px;
  position: relative;
}

.testimonial-card.style-three .client-quote .quote-icon {
  position: absolute;
  top: -7px;
  left: -4px;
  transform: rotate(180deg);
}

.testimonial-card.style-three .client-quote .quote-icon i {
  color: #eee;
  font-size: 30px;
  line-height: 0.8;
  transition: var(--transition);
}

.testimonial-card.style-three .client-quote p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}

.testimonial-card.style-three .client-quote .rating li {
  margin-right: 3px;
  display: inline-block;
}

.testimonial-card.style-three .client-quote .rating li i {
  font-size: 18px;
  line-height: 0.8;
  color: var(--yellowColor);
}

.testimonial-card.style-three:hover .client-quote .quote-icon i {
  color: var(--primaryColor);
}

.testimonial-slider-wrap.style-three {
  position: relative;
}

.testimonial-slider-wrap.style-three .testimonial-slider-btn .prev-btn,
.testimonial-slider-wrap.style-three .testimonial-slider-btn .next-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background-color: var(--optionalColor);
}

.testimonial-slider-wrap.style-three .testimonial-slider-btn .prev-btn:hover,
.testimonial-slider-wrap.style-three .testimonial-slider-btn .next-btn:hover {
  background-color: var(--primaryColor);
}

.testimonial-slider-three {
  margin: -10px 0 -25px;
}

.testimonial-slider-three .testimonial-card {
  margin: 10px 0 25px;
}

.testimonial-pagination {
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  bottom: auto;
  width: 100% !important;
  display: flex;
  justify-content: center;
}

.testimonial-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  opacity: 1;
  background-color: #dddddd;
}

.testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--primaryColor);
  width: 14px;
  height: 14px;
  background-color: var(--whiteColor);
  position: relative;
}

.testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primaryColor);
  transform: translate(-50%, -50%);
}

/*--------------------------------------
        CTA Section CSS
----------------------------------------*/
.cta-wrap {
  position: relative;
}

.cta-wrap.style-one {
  padding: 93px 0 100px;
  background-color: var(--titleColor);
  z-index: 1;
}

.cta-wrap.style-one .cta-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.cta-wrap.style-one .cta-contact {
  margin-bottom: 30px;
}

.cta-wrap.style-one h4,
.cta-wrap.style-two h4,
.cta-wrap.style-three h4 {
  color: var(--whiteColor);
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 24px;
}

.cta-wrap.style-one .cta-contact,
.cta-wrap.style-two .cta-contact,
.cta-wrap.style-three .cta-contact {
  font-size: 48px;
  line-height: 60px;
  display: block;
  color: var(--primaryColor);
  font-family: var(--secondaryFont);
  font-weight: 800;
}

.cta-wrap.style-one .cta-contact img,
.cta-wrap.style-two .cta-contact img,
.cta-wrap.style-three .cta-contact img {
  position: relative;
  top: -5px;
  margin-left: 15px;
}

.cta-wrap.style-three {
  position: relative;
  z-index: 1;
}

.cta-wrap.style-three:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: var(--optionalColor);
  z-index: -1;
}

.cta-wrap.style-three .cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/cta-shape-3.webp);
  background-color: var(--titleColor);
  z-index: 1;
  border-radius: 0 5px 5px 0;
}

.cta-wrap.style-three .cta-content {
  position: relative;
  z-index: 1;
}

/*--------------------------------------
        Blog CSS
----------------------------------------*/
.blog-wrap .section-title.style-one>span,
.blog-wrap .content-title.style-one>span {
  border-color: #dddddd;
}

.blog-wrap.style-one .container {
  position: relative;
}

.blog-wrap.style-one .container .blog-shape {
  position: absolute;
  top: 30px;
  left: 106px;
}

.blog-card {
  margin-bottom: 25px;
}

.blog-card.style-one .blog-card-img,
.blog-card.style-two .blog-card-img,
.blog-card.style-three .blog-card-img {
  border-radius: 5px;
  overflow: hidden;
}

.blog-card.style-one .blog-card-img img,
.blog-card.style-two .blog-card-img img,
.blog-card.style-three .blog-card-img img {
  transition: var(--transition);
  border-radius: 5px;
}

.blog-card.style-one .blog-card-info,
.blog-card.style-two .blog-card-info,
.blog-card.style-three .blog-card-info {
  background-color: var(--whiteColor);
  position: relative;
  z-index: 1;
  position: relative;
  border-radius: 5px;
  transition: var(--transition);
}

.blog-card.style-one .blog-card-info .blog-date,
.blog-card.style-two .blog-card-info .blog-date,
.blog-card.style-three .blog-card-info .blog-date {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  padding: 10px 23px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 20px;
}

.blog-card.style-one .blog-card-info .blog-date i,
.blog-card.style-two .blog-card-info .blog-date i,
.blog-card.style-three .blog-card-info .blog-date i {
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.blog-card.style-one .blog-card-info h3,
.blog-card.style-two .blog-card-info h3,
.blog-card.style-three .blog-card-info h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 8px 0 14px;
  letter-spacing: -0.03em;
}

.blog-card.style-one .blog-card-info h3 a,
.blog-card.style-two .blog-card-info h3 a,
.blog-card.style-three .blog-card-info h3 a {
  color: var(--titleColor);
}

.blog-card.style-one .blog-card-info h3 a:hover,
.blog-card.style-two .blog-card-info h3 a:hover,
.blog-card.style-three .blog-card-info h3 a:hover {
  color: var(--primaryColor);
}

.blog-card.style-one .blog-card-info p,
.blog-card.style-two .blog-card-info p,
.blog-card.style-three .blog-card-info p {
  margin-bottom: 12px;
}

.blog-card.style-one .blog-card-info .link-one:after,
.blog-card.style-two .blog-card-info .link-one:after,
.blog-card.style-three .blog-card-info .link-one:after {
  width: 0;
}

.blog-card.style-one:hover .blog-card-img img,
.blog-card.style-two:hover .blog-card-img img,
.blog-card.style-three:hover .blog-card-img img {
  transform: scale(1.05);
}

.blog-card.style-one:hover .blog-card-info,
.blog-card.style-two:hover .blog-card-info,
.blog-card.style-three:hover .blog-card-info {
  transform: translateY(-5px);
}

.blog-card.style-one .blog-card-info {
  width: calc(100% - 30px);
  margin: -110px auto 0;
  padding: 45px 20px 20px 20px;
}

.blog-card.style-two .blog-card-info {
  box-shadow: -2px 4px 0px -1px var(--titleColor);
}

.blog-card.style-two:hover .blog-card-info {
  box-shadow: -2px 4px 0px -1px var(--primaryColor);
}

.blog-card.style-two .blog-card-info,
.blog-card.style-three .blog-card-info {
  padding: 45px 20px 20px 20px;
}

.blog-card.style-two .blog-card-info .blog-date,
.blog-card.style-three .blog-card-info .blog-date {
  background-color: var(--whiteColor);
  color: var(--primaryColor);
  border: 0.5px solid #eeeeee;
  box-shadow: 0px 0px 40px rgba(0, 10, 45, 0.06);
  border-radius: 50px;
}

.blog-card.style-two .blog-card-info .blog-date:hover,
.blog-card.style-three .blog-card-info .blog-date:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border-color: transparent;
}

.blog-card.style-two:hover .blog-card-info .blog-date,
.blog-card.style-three:hover .blog-card-info .blog-date {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border-color: transparent;
}

.blog-card.style-three .blog-card-img {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.blog-card.style-three .blog-card-img img {
  border-radius: 5px 5px 0 0;
  transition: var(--transition);
  border-radius: 5px;
}

.blog-card.style-three .blog-card-info {
  border-radius: 0 0 5px 5px;
}

.blog-metainfo li {
  display: inline-block;
  margin-right: 28px;
  color: var(--paraColor);
}

.blog-metainfo li:last-child {
  margin-right: 0;
}

.blog-metainfo li a {
  color: var(--paraColor);
}

.blog-metainfo li a:hover {
  color: var(--primaryColor);
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  padding: 25px;
}

.sidebar .sidebar-widget {
  border-radius: 10px;
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
  background-color: var(--optionalColor);
}

.sidebar .sidebar-widget .sidebar-widget-title {
  font-size: 22px;
  line-height: 35px;
  margin: 0 0 21px;
}

.sidebar .sidebar-widget:last-child {
  margin: 0;
}

.sidebar .sidebar-widget.style-two {
  padding: 0;
  background-color: transparent;
}

.contact-info {
  display: flex;
  justify-content: space-between;
}

.contact-info.list-style {
  display: block;
}

.sidebar .sidebar-widget .contact-info li {
  position: relative;
  margin-bottom: 14px;
  color: var(--titleColor);
  padding-left: 28px;
}

.sidebar .sidebar-widget .contact-info li:last-child {
  margin-bottom: 0;
}

.sidebar .sidebar-widget .contact-info li i {
  position: absolute;
  top: 5px;
  left: 0;
  transition: var(--transition);
  font-size: 16px;
  line-height: 0.6;
  margin: 0 auto;
  color: var(--primaryColor);
}

.sidebar .sidebar-widget .contact-info li img {
  max-width: 16px;
  position: absolute;
  top: 4px;
  left: 0;
}

.sidebar .sidebar-widget .contact-info li span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f8f8f8;
  margin-right: 10px;
  transition: var(--transition);
}

.sidebar .sidebar-widget .contact-info li p,
.sidebar .sidebar-widget .contact-info li a {
  color: var(--paraColor);
  transition: var(--transition);
  display: block;
  margin: 0;
}

.sidebar .sidebar-widget .contact-info li a:hover {
  color: var(--primaryColor);
}

.sidebar .sidebar-widget .contact-info li:hover span {
  background-color: var(--primaryColor);
}

.sidebar .sidebar-widget .contact-info li:hover span i {
  color: var(--whiteColor);
}

.sidebar .sidebar-widget .social-profile {
  margin-top: 23px;
}

.sidebar .sidebar-widget .social-profile li a {
  width: 45px;
  height: 45px;
  border: 1px solid #eeeeee;
  background: var(--optionalColor);
}

.sidebar .sidebar-widget .social-profile li a i {
  color: #999999;
  font-size: 18px;
}

.sidebar .sidebar-widget .social-profile li a:hover {
  background-color: var(--primaryColor);
  border-color: transparent;
}

.sidebar .sidebar-widget .social-profile li a:hover i {
  color: var(--whiteColor);
}

.sidebar .sidebar-widget .progressbar-wrap {
  margin: 0;
}

.sidebar .sidebar-widget .progressbar-wrap .progress-item {
  margin-bottom: 20px;
}

.sidebar .sidebar-widget .progressbar-wrap .progress-item .progress {
  height: 40px;
  background: var(--whiteColor);
  border-radius: 5px;
}

.sidebar .sidebar-widget .progressbar-wrap .progress-item .progress .progress-bar {
  border-radius: 5px;
  background-color: var(--primaryColor);
}

/*-------------------------------
       Search Box Widget CSS
-------------------------------*/
.search-box-widget {
  position: relative;
}

.search-box-widget input {
  width: 100%;
  height: 60px;
  background: var(--whiteColor);
  border: none;
  padding: 14px 60px 14px 20px;
  border-radius: 5px;
  color: #999;
}

.search-box-widget input::-moz-placeholder {
  opacity: 1;
}

.search-box-widget input::placeholder {
  opacity: 1;
}

.search-box-widget input:focus {
  border-color: var(--grayColor);
}

.search-box-widget button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: var(--primaryColor);
  padding: 10px 20px;
  border: none;
  border-radius: 0 5px 5px 0;
}

.search-box-widget button i {
  color: var(--whiteColor);
  font-size: 18px;
  line-height: 0.7;
  position: relative;
  top: 3px;
}

/*-------------------------------
     Category Widget CSS
-------------------------------*/
.category-box li {
  position: relative;
  margin-bottom: 20px;
}

.category-box li:last-child {
  margin-bottom: 0;
}

.category-box li a {
  background-color: var(--whiteColor);
  color: var(--titleColor);
  display: block;
  font-size: 18px;
  transition: var(transition);
  padding: 15px 24px;
  border-radius: 5px;
}

.category-box li a i {
  float: right;
  font-size: 16px;
  line-height: 0.8;
  position: relative;
  top: 9px;
  transition: var(transition);
}

.category-box li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

/*-------------------------------
     Contact Widget CSS
-------------------------------*/
.contact-widget {
  overflow: hidden;
  border-radius: 5px;
}

.contact-widget img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}

.contact-widget .contact-info {
  background-color: var(--optionalColor);
  text-align: center;
  padding: 15px 30px 40px;
  position: relative;
  z-index: 10;
  border-radius: 0 0 5px 5px;
}

.contact-widget .contact-info:before {
  position: absolute;
  top: -25px;
  left: 0;
  width: 600px;
  height: 100px;
  content: "";
  background-color: var(--optionalColor);
  transform: rotate(-5deg);
  z-index: 0;
}

.contact-widget .contact-info:after {
  position: absolute;
  top: -28px;
  left: 0;
  width: 600px;
  height: 50px;
  content: "";
  background-color: var(--whiteColor);
  transform: rotate(-3deg);
  z-index: -1;
}

.contact-widget .contact-info h3 {
  font-size: 22px;
  line-height: 35px;
  margin: 0;
}

.contact-widget .contact-info p {
  margin: 12px 0 22px;
}

.contact-widget .contact-info h3,
.contact-widget .contact-info p,
.contact-widget .contact-info .btn-two {
  position: relative;
  z-index: 10;
}

/*-------------------------------
     Single team Widget CSS
-------------------------------*/
.single-team-widget {
  background-color: var(--optionalColor);
  border-radius: 5px;
}

.single-team-widget img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}

.single-team-widget .single-team-info {
  border-radius: 0 0 5px 5px;
  padding: 22px 25px 24px;
}

.single-team-widget .single-team-info h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 5px;
}

.single-team-widget .single-team-info span {
  display: block;
  margin-bottom: 13px;
  font-size: 14px;
}

.single-team-widget .single-team-info p {
  margin: 0;
}

#quickview-modal .modal-body {
  padding: 30px;
}

#quickview-modal .btn_close {
  position: absolute;
  background-color: transparent;
  border: none;
  top: -2px;
  right: -2px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  z-index: 99;
}

#quickview-modal .btn_close i {
  color: var(--titleColor);
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 24px;
}

.video-popup {
  width: 100%;
  height: 600px;
}

.video-popup iframe {
  width: 100%;
  height: 100%;
}

/*-------------------------------
     Taglist Widget CSS
-------------------------------*/
.tag-list {
  margin-top: -12px;
}

.tag-list li {
  display: inline-block;
  margin: 12px 8px 0px 0px;
}

.tag-list li a {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  padding: 11px 15px;
  border-radius: 5px;
  color: var(--titleColor);
  background-color: var(--whiteColor);
  transition: var(transition);
}

.tag-list li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border-color: transparent;
}

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.pp-post-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 20px;
}

.pp-post-item .pp-post-img {
  width: 95px;
  border-radius: 5px;
}

.pp-post-item .pp-post-img img {
  border-radius: 5px;
}

.pp-post-item .pp-post-info {
  width: calc(100% - 115px);
  margin-left: 20px;
  position: relative;
  top: 2px;
}

.pp-post-item .pp-post-info h6 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 9px;
}

.pp-post-item .pp-post-info h6 a {
  color: var(--titleColor);
}

.pp-post-item .pp-post-info h6 a:hover {
  color: var(--primaryColor);
}

.pp-post-item .pp-post-info span {
  display: block;
  position: relative;
  padding-left: 25px;
  color: var(--primaryColor);
}

.pp-post-item .pp-post-info span i {
  position: absolute;
  top: 7px;
  left: 0;
  line-height: 0.8;
}

.pp-post-item:last-child {
  margin: 0;
}

.pp-post-item:hover .pp-post-info h6 a {
  color: var(--secondaryColor);
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
.post-cat-title {
  margin-bottom: 30px;
}

article p,
.service-details-wrap p,
.team-details-wrap p,
.terms-wrap p {
  margin-bottom: 20px;
}

article p strong,
article p b,
.service-details-wrap p strong,
.service-details-wrap p b,
.team-details-wrap p strong,
.team-details-wrap p b,
.terms-wrap p strong,
.terms-wrap p b {
  color: var(--blackColor);
}

article p a,
.service-details-wrap p a,
.team-details-wrap p a,
.terms-wrap p a {
  color: var(--mainColor);
}

article p a:hover,
.service-details-wrap p a:hover,
.team-details-wrap p a:hover,
.terms-wrap p a:hover {
  text-decoration: underline;
  color: var(--mainColor);
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6,
.service-details-wrap h1,
.service-details-wrap h2,
.service-details-wrap h3,
.service-details-wrap h4,
.service-details-wrap h5,
.service-details-wrap h6,
.team-details-wrap h1,
.team-details-wrap h2,
.team-details-wrap h3,
.team-details-wrap h4,
.team-details-wrap h5,
.team-details-wrap h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6 {
  margin-bottom: 18px;
}

article h1,
.service-details-wrap h1,
.team-details-wrap h1,
.terms-wrap h1 {
  font-size: 34px;
}

article h2,
.service-details-wrap h2,
.team-details-wrap h2,
.terms-wrap h2 {
  font-size: 30px;
}

article h3,
.service-details-wrap h3,
.team-details-wrap h3,
.terms-wrap h3 {
  font-size: 32px;
}

article h4,
.service-details-wrap h4,
.team-details-wrap h4,
.terms-wrap h4 {
  font-size: 28px;
}

article h5,
.service-details-wrap h5,
.team-details-wrap h5,
.terms-wrap h5 {
  font-size: 24px;
}

article h6,
.service-details-wrap h6,
.team-details-wrap h6,
.terms-wrap h6 {
  font-size: 20px;
}

article p:last-child,
.service-details-wrap p:last-child,
.team-details-wrap p:last-child,
.terms-wrap p:last-child {
  margin-bottom: 0;
}

article ol,
.service-details-wrap ol,
.team-details-wrap ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 30px;
}

article ol li,
.service-details-wrap ol li,
.team-details-wrap ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  color: var(--paraColor);
  padding-left: 3px;
}

article .single-para,
.service-details-wrap .single-para,
.team-details-wrap .single-para,
.terms-wrap .single-para {
  margin-bottom: 35px;
}

article .single-para:last-child,
.service-details-wrap .single-para:last-child,
.team-details-wrap .single-para:last-child,
.terms-wrap .single-para:last-child {
  margin-bottom: 0;
}

article .content-feature-list,
.service-details-wrap .content-feature-list,
.team-details-wrap .content-feature-list,
.terms-wrap .content-feature-list {
  margin: 25px 0 25px;
}

article .content-feature-list li,
.service-details-wrap .content-feature-list li,
.team-details-wrap .content-feature-list li,
.terms-wrap .content-feature-list li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--paraColor);
}

article .content-feature-list li:last-child,
.service-details-wrap .content-feature-list li:last-child,
.team-details-wrap .content-feature-list li:last-child,
.terms-wrap .content-feature-list li:last-child {
  margin-bottom: 0;
}

article .content-feature-list li i,
.service-details-wrap .content-feature-list li i,
.team-details-wrap .content-feature-list li i,
.terms-wrap .content-feature-list li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: var(--secondaryColor);
}

article .feature-list,
.service-details-wrap .feature-list,
.team-details-wrap .feature-list,
.terms-wrap .feature-list {
  margin-bottom: 25px;
}

article .feature-list li,
.service-details-wrap .feature-list li,
.team-details-wrap .feature-list li,
.terms-wrap .feature-list li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 14px;
}

article .feature-list li:last-child,
.service-details-wrap .feature-list li:last-child,
.team-details-wrap .feature-list li:last-child,
.terms-wrap .feature-list li:last-child {
  margin-bottom: 0;
}

article .feature-list li:before,
.service-details-wrap .feature-list li:before,
.team-details-wrap .feature-list li:before,
.terms-wrap .feature-list li:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--paraColor);
}

article .single-img,
.service-details-wrap .single-img,
.team-details-wrap .single-img,
.terms-wrap .single-img {
  position: relative;
  margin-bottom: 30px;
  display: block;
  border-radius: 5px;
}

article .single-img img,
.service-details-wrap .single-img img,
.team-details-wrap .single-img img,
.terms-wrap .single-img img {
  border-radius: 5px;
}

article .single-img .blog-date,
.service-details-wrap .single-img .blog-date,
.team-details-wrap .single-img .blog-date,
.terms-wrap .single-img .blog-date {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  padding: 10px 23px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: -25px;
  right: 30px;
}

article .single-img .blog-date i,
.service-details-wrap .single-img .blog-date i,
.team-details-wrap .single-img .blog-date i,
.terms-wrap .single-img .blog-date i {
  position: relative;
  top: 2px;
  margin-right: 8px;
}

article .single-img .play-now .ripple,
article .single-img .play-now .ripple:before,
article .single-img .play-now .ripple:after,
.service-details-wrap .single-img .play-now .ripple,
.service-details-wrap .single-img .play-now .ripple:before,
.service-details-wrap .single-img .play-now .ripple:after,
.team-details-wrap .single-img .play-now .ripple,
.team-details-wrap .single-img .play-now .ripple:before,
.team-details-wrap .single-img .play-now .ripple:after,
.terms-wrap .single-img .play-now .ripple,
.terms-wrap .single-img .play-now .ripple:before,
.terms-wrap .single-img .play-now .ripple:after {
  height: 98px;
  width: 98px;
}

article .single-img .play-now,
.service-details-wrap .single-img .play-now,
.team-details-wrap .single-img .play-now,
.terms-wrap .single-img .play-now {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 98px;
  width: 98px;
  border: 1.8px solid var(--whiteColor);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 127px;
}

article .single-img .play-now i,
.service-details-wrap .single-img .play-now i,
.team-details-wrap .single-img .play-now i,
.terms-wrap .single-img .play-now i {
  font-size: 28px;
  line-height: 0.7;
  display: block;
  margin: 0 auto;
  position: relative;
  left: 2px;
}

article .single-img .play-now:after,
.service-details-wrap .single-img .play-now:after,
.team-details-wrap .single-img .play-now:after,
.terms-wrap .single-img .play-now:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: var(--primaryColor);
  z-index: -1;
  transform: translate(-50%, -50%);
}

article .blog-metainfo,
.service-details-wrap .blog-metainfo,
.team-details-wrap .blog-metainfo,
.terms-wrap .blog-metainfo {
  margin-bottom: 20px;
}

article p a,
.service-details-wrap p a,
.team-details-wrap p a,
.terms-wrap p a {
  color: var(--primaryColor);
}

article p .link-one,
.service-details-wrap p .link-one,
.team-details-wrap p .link-one,
.terms-wrap p .link-one {
  color: var(--primaryColor);
  text-decoration: none;
  font-weight: 500;
}

article p .link-one:after,
.service-details-wrap p .link-one:after,
.team-details-wrap p .link-one:after,
.terms-wrap p .link-one:after {
  visibility: hidden;
  width: 0;
  background-color: var(--primaryColor);
}

article p .link-one:hover,
.service-details-wrap p .link-one:hover,
.team-details-wrap p .link-one:hover,
.terms-wrap p .link-one:hover {
  text-decoration: none;
}

article p .link-one:hover:after,
.service-details-wrap p .link-one:hover:after,
.team-details-wrap p .link-one:hover:after,
.terms-wrap p .link-one:hover:after {
  visibility: visible;
  width: 100%;
}

article {
  margin-bottom: 30px;
}

.wp-block-quote {
  position: relative;
  padding: 40px;
  box-shadow: 0px 4px 40px rgba(0, 10, 45, 0.06);
  margin: 30px 0 30px;
  border-radius: 5px;
  border-left: 3px solid var(--primaryColor);
}

.wp-block-quote p {
  font-weight: 500;
  font-size: 18px;
  color: var(--blackColor);
  font-family: var(--secondaryFont);
}

.wp-block-quote .wp-quote-icon {
  width: 70px;
}

.wp-block-quote .wp-quote-icon i {
  font-size: 60px;
  color: var(--secondaryColor);
}

.post-meta-option {
  margin-bottom: 35px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 28px 25px;
}

.post-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.post-tag span {
  margin-right: 10px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  color: var(--titleColor);
  font-family: var(--secondaryFont);
}

.post-tag ul li {
  display: inline-block;
  margin: 0 8px 5pxpx 0px;
}

.post-tag ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  padding: 11px 15px;
  border-radius: 5px;
  color: var(--titleColor);
  background-color: var(--optionalColor);
  transition: var(transition);
}

.post-tag ul li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border-color: transparent;
}

.post-share {
  display: inline-block;
}

.post-share span {
  margin-right: 10px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  color: var(--titleColor);
  font-family: var(--secondaryFont);
}

.post-share ul {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.post-share ul li {
  display: inline-block;
  margin-right: 5px;
}

.post-share ul li:last-child {
  margin-right: 0;
}

.post-share ul li a {
  width: 45px;
  height: 45px;
  border: 1px solid #eee;
}

.post-share ul li a i {
  color: #999;
  display: block;
  margin: 0 auto;
  font-size: 18px;
}

.post-share ul li a:hover {
  background-color: var(--primaryColor);
  border-color: transparent;
}

.post-share ul li a:hover i {
  color: var(--whiteColor);
}

.post-bio-wrap .post-bio {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding: 35px 35px 30px;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(79, 139, 173, 0.15);
}

.post-bio-wrap .post-bio.reply {
  margin-left: 40px;
}

.post-bio-wrap .post-bio:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.post-bio-wrap .post-bio .author-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  top: 4px;
}

.post-bio-wrap .post-bio .author-img img {
  border-radius: 50%;
}

.post-bio-wrap .post-bio .author-wrap {
  width: calc(100% - 102px);
  margin-left: 22px;
}

.post-bio-wrap .post-bio .author-wrap .author-name {
  margin: 0 0 5px;
}

.post-bio-wrap .post-bio .author-wrap .author-name h5 {
  line-height: 1;
  margin: 0 20px 0 0;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.post-bio-wrap .post-bio .author-wrap .author-name .comment-date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--paraColor);
  margin-top: 8px;
}

.post-bio-wrap .post-bio .author-wrap .comment-text p {
  margin: 0;
}

.post-bio-wrap .reply-btn {
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  color: var(--blackColor);
  font-family: var(--secondaryFont);
  font-size: 15px;
  transition: var(--transition);
  color: var(--primaryColor);
}

.comment-box-title h4 {
  margin-bottom: 0;
  line-height: 1;
}

.comment-box-title p {
  margin-top: 10px;
  margin-bottom: 0;
}

.comment-box-title {
  margin-bottom: 25px;
}

.comment-item-wrap .comment-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding: 35px 35px 30px;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px rgba(79, 139, 173, 0.15);
}

.comment-item-wrap .comment-item.reply {
  margin-left: 40px;
}

.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.comment-item-wrap .comment-item .comment-author-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  top: 4px;
}

.comment-item-wrap .comment-item .comment-author-img img {
  border-radius: 50%;
}

.comment-item-wrap .comment-item .comment-author-wrap {
  width: calc(100% - 102px);
  margin-left: 22px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
  margin: 0 0 20px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
  line-height: 1;
  margin: 0 20px 0 0;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--paraColor);
  margin-top: 8px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
  margin: 0;
}

.comment-item-wrap .reply-btn {
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  color: var(--blackColor);
  font-family: var(--secondaryFont);
  font-size: 15px;
  transition: var(--transition);
  color: var(--primaryColor);
}

.comment-box-title h4 {
  margin-bottom: 0;
  line-height: 1;
}

.comment-box-title p {
  margin-top: 10px;
  margin-bottom: 0;
}

#cmt-form {
  margin-top: 40px;
  padding: 30px;
  box-shadow: 0px 4px 25px rgba(79, 139, 173, 0.15);
}

#cmt-form h3 {
  font-size: 24px;
  margin: 0 0 10px;
}

/*-------------------------------
         Contact CSS
-------------------------------*/
.contact-card {
  padding: 40px 20px 35px;
  border-radius: 5px;
  background-color: var(--titleColor);
  margin-bottom: 25px;
  transition: var(--transition);
  position: relative;
  z-index: 1;
  text-align: center;
}

.contact-card .contact-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.contact-card .contact-icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #192242;
  transition: var(--transition);
  margin: 0 auto;
}

.contact-card .contact-icon i {
  color: var(--whiteColor);
  font-size: 26px;
  line-height: 0.7;
  display: block;
  margin: 0 auto;
  transition: var(--transition);
}

.contact-card .contact-info {
  margin-top: 25px;
}

.contact-card .contact-info h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 11px;
  color: var(--whiteColor);
}

.contact-card .contact-info p,
.contact-card .contact-info a {
  margin: 0;
  color: var(--offwhiteColor);
}

.contact-card .contact-info a {
  display: block;
}

.contact-card:hover {
  background-color: var(--primaryColor);
  transform: translateY(-5px);
}

.contact-card:hover .contact-icon {
  background-color: #5b85ff;
}

#cmt-form,
#contactForm {
  box-shadow: 0px 4px 25px rgba(79, 139, 173, 0.15);
  border-radius: 10px;
  padding: 30px;
}

#cmt-form .form-group,
#contactForm .form-group {
  margin: 0 0 20px;
}

#cmt-form .form-group input,
#cmt-form .form-group textarea,
#contactForm .form-group input,
#contactForm .form-group textarea {
  width: 100%;
  background: var(--optionalColor);
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  color: #999;
}

#cmt-form .form-group input::-moz-placeholder,
#cmt-form .form-group textarea::-moz-placeholder,
#contactForm .form-group input::-moz-placeholder,
#contactForm .form-group textarea::-moz-placeholder {
  opacity: 1;
}

#cmt-form .form-group input::placeholder,
#cmt-form .form-group textarea::placeholder,
#contactForm .form-group input::placeholder,
#contactForm .form-group textarea::placeholder {
  opacity: 1;
}

#cmt-form .form-group input:focus,
#cmt-form .form-group textarea:focus,
#contactForm .form-group input:focus,
#contactForm .form-group textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.09);
}

#cmt-form .form-group textarea,
#contactForm .form-group textarea {
  resize: none;
  padding-top: 18px;
  height: 150px;
}

#cmt-form .form-group input,
#contactForm .form-group input {
  height: 60px;
}

#cmt-form .form-group textarea,
#contactForm .form-group textarea {
  height: 150px;
}

.comp-map {
  height: 400px;
}

.comp-map iframe {
  width: 100%;
  height: 100%;
}

.btn.disabled {
  opacity: 1;
}

.checkbox {
  display: block;
}

.checkbox.form-check {
  padding-left: 0;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  color: var(--paraColor);
}

.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid var(--paraColor);
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 3px;
}

.checkbox label a {
  color: var(--primaryColor);
}

.checkbox label a:hover {
  text-decoration: underline;
}

.checkbox.style2 label:before {
  border-radius: 50%;
  border-color: var(--secondaryColor);
}

.checkbox input:checked+label:before {
  border-color: var(--primaryColor);
}

.checkbox input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 3px;
  width: 9px;
  height: 9px;
  border: none;
  background: var(--primaryColor);
}

.checkbox.style2 input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: var(--primaryColor);
}

/*----------------------------
    FAQ  & Error CSS
------------------------------*/
.accordion-item {
  border: none;
  margin: 0 0 20px;
  background: transparent;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-item .accordion-header {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}

.accordion-item .accordion-header .faq-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.accordion-item .accordion-header .accordion-button {
  border-radius: 5px 5px 0 0;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  font-family: var(--secondaryFont);
  border-radius: 5px;
  color: var(--titleColor);
  text-align: left;
  align-items: center;
  border: none;
  padding: 22px 50px 22px 25px;
  border-radius: 5px;
  transition: var(--transition);
}

.accordion-item .accordion-header .accordion-button:after {
  display: none;
}

.accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: var(--optionalColor);
  box-shadow: none;
}

.accordion-item .accordion-header .accordion-button.collapsed {
  background-color: var(--optionalColor);
}

.accordion-item .accordion-header .accordion-button span {
  display: inline-block;
  min-width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 20px;
  text-align: center;
}

.accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 23px;
  font-weight: 300;
  line-height: 0.8;
  color: var(--seondaryColor);
  display: block;
  margin: 0 auto;
}

.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}

.accordion-item .accordion-body {
  border-radius: 0 0 5px 5px;
  padding-bottom: 15px;
  padding: 28px 28px 8px;
  border: none;
  border-top: none;
}

.accordion-item .accordion-body p {
  margin: 0 0 10px;
}

.accordion-item .accordion-body p:last-child {
  margin: 0;
}

.accordion-collapse {
  border: none;
}

.accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}

.accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
}

.error-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.error-content {
  text-align: center;
}

.error-content img {
  display: block;
  margin: 0 auto 30px;
  max-width: 600px;
}

.error-content p {
  margin: 0 auto 20px;
  max-width: 520px;
}

i.glyph-icon {
  font-size: 85px;
  color: var(--primaryColor);
  font-weight: 400;
}

i.glyph-icon::before {
  line-height: 1;
  font-size: inherit;
}

@media (max-width: 767px) {
  i.glyph-icon::before {
    font-size: 49px;
  }
}

i.glyph-icon.logo-sm::before {
  font-size: 70px;
}

.tab__box i.glyph-icon,
.service__tabs .tab__box i::before {
  font-size: 77px !important;
  color: var(--primaryColor);
}

.service__tabs button.active {
  background-color: var(--primaryColor);
}

.tab__1 {
  overflow: hidden;
}

.tab__1 ul {
  display: flex;
  flex-direction: column;
  width: fit-content;
  float: left;
}

.tab__1 ul li {
  padding: 0;
}

.tab__1 ul li button.nav-link {
  padding: 0;
  margin-bottom: 25px;
}

.tab__1 ul li button.nav-link i::after {
  color: var(--primaryColor);
}

.tab__1 ul li button.nav-link.active {
  background-color: var(--primaryColor);
  position: relative;
}

.tab__1 ul li button.nav-link svg {
  color: var(--primaryColor);
}

.tab__1 ul li button.nav-link.active svg {
  color: #fff;
}

.tab__1 ul li button.nav-link.active span {
  color: #fff;
}

.tab__1 ul li button.nav-link.active::after {
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  border: 0;
  height: 18px;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 0 0);
  background-color: var(--primaryColor);
  content: "";
}

@media (max-width: 767px) {
  .tab__1 ul li button.nav-link.active::after {
    right: auto;
    top: 99%;
    transform: translateY(0);
    clip-path: polygon(0 0, 100% 0, 50% 80%);
    left: 50%;
    transform: translateX(-50%);
  }
}

.tab__1 ul li button.nav-link.active i::before {
  color: #fff !important;
}

.tab__1 ul li button.nav-link.active .tab-box {
  border: 0;
}

@media (max-width: 767px) {
  .tab__1 ul li button {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .tab__1 ul {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
}

.tab__box {
  border: 1px solid #ddd !important;
  padding: 20px 57px !important;
  text-align: center;
}

@media only screen and (max-width: 1480px) {
  .tab__box {
    padding: 43px 40px;
  }
}

@media (max-width: 767px) {
  .tab__box {
    padding: 25px 40px;
  }
}

.tab__box span {
  display: block;
  font-size: 24px;
  color: var(--paraColor);
  margin-top: 0;
  line-height: 1;
  font-weight: 400;
}

.tab__box i {
  margin-left: 7px;
  margin-bottom: 10px;
  line-height: 1;
  display: block;
}

.tab__box svg {
  margin-left: 7px;
  margin-bottom: 10px;
  line-height: 1;
  display: block;
  color: var(--primaryColor);
}

blockquote {
  padding-left: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 2px solid var(--primaryColor);
}

blockquote h6 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}

blockquote span {
  font-size: 14px;
  color: var(--primaryColor);
  line-height: 1;
  margin-top: 15px;
  display: block;
}

.nav-link.active svg {
  color: #fff;
}

.nav-link.active span {
  color: #fff;
}

.about__list ul li {
  display: block;
}

.about__list ul li:not(:last-child) {
  margin-right: 50px;
}

.about__list ul li i {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  transition: all 0.5s;
  background: #57a7b3;
  margin-right: 15px;
}

.about__list ul li:hover i {
  color: #fff;
  background-color: var(--primaryColor);
}

.about__list ul li h6 {
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .about__list ul li h6 {
    font-size: 1rem;
  }
}

.about__list-1 ul li {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.about__list-1 ul li:first-child {
  border: 0 !important;
}

.about__list-2 ul li {
  padding-bottom: 10px !important;
  margin-bottom: 0 !important;
  border: 0 !important;
}

ul.threeCol {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.egitim .item {
  font-size: 15px;
  margin-bottom: 18px;
}

.egitim .item .year {
  color: var(--titleColor);
  font-weight: bold;
  margin-right: 30px;
  font-size: 16px;
}

.egitim .item .name {
  color: var(--titleColor);
}

.box {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  gap: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.box {
  padding-left: unset;
  padding-right: unset;
}

.box--4 {
  position: relative;
}

.box>li {
  position: relative;
  border: solid 1px #f4f4f4;
  background-color: #f4f4f4;
  min-height: 230px;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 15px;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.5;
  color: var(--titleColor);
  flex-basis: 100%;
}

.box>li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.box>li a::after {
  content: url(../images/video.svg);
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 46px;
  height: 46px;
}

.box--4>li {
  padding-left: 2.3157%;
  padding-right: 6.8%;
  flex-basis: calc(50% - 15px);
}

.box>li a {
  color: var(--titleColor);
  transition: none;
}

.box ul {
  list-style: none;
  padding-left: 0;
  margin: 4.41% 0 0;
  font-size: 17px;
  line-height: 1.571;
}

.soruHead {
  text-align: center;
  padding-top: 30px;
}

.w340 {
  width: 340px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 767px) {
  .service__icon i::before {
    font-size: 85px;
  }
}

@media (max-width: 767px) {
  .service__middle--text {
    padding: 0;
  }
}

@media (min-width: 2000px) {
  .hero-wrap.style-three .hero-content h2 {
    font-size: 60px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area-1 {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .featured-area {
    margin-top: 50px;
  }
}

.featured__product {
  background-color: #fff;
  padding: 58px 0;
  border-radius: 10px;
}

.featured__product-img {
  position: relative;
  display: flex;
  margin-bottom: 35px;
  justify-content: center;
}

.featured__product-img img {
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 1480px) {
  .featured__product-img img {
    height: 100%;
    object-fit: cover;
  }
}

.featured__product-img .secondary {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: auto !important;
}

.featured__product-img span.onsale {
  position: absolute;
  right: 50px;
  top: -12px;
  width: 80px;
  height: 80px;
  background: var(--primaryColor);
  border-radius: 80px;
  line-height: 80px;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}

.featured__product:hover .featured__product-img img {
  opacity: 0;
  visibility: hidden;
}

.featured__product:hover .featured__product-img img.secondary {
  opacity: 1;
  visibility: visible;
}

.featured__product span .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 58px;
  color: var(--primaryColor);
}

.featured__product h4 {
  font-size: 18px;
  line-height: 21px;
  margin-top: 10px;
  margin-bottom: 0;
}

.featured__product h4:hover a {
  color: #9e4b47 !important;
}

.featured__product:hover .product-action__icon {
  opacity: 1;
  visibility: visible;
}

.product-action {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
}

.product-action__icon {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.product-action__icon a {
  width: 50px;
  height: 50px;
  background: #fff;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
  color: #777777;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  border-radius: 10px;
}

.product-action__icon a:hover {
  background-color: var(--primaryColor);
  color: #fff;
}

@media (max-width: 767px) {
  .features__area {
    padding-top: 70px;
  }
}

.features__text {
  background-color: #fff;
  padding: 100px 83px;
  padding-top: 40px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features__text {
    padding: 30px;
  }
}

@media only screen and (max-width: 1480px) {
  .features__text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .features__text {
    padding: 30px;
  }
}

.features__area nav {
  padding: 30px 0;
}

.feature__text {
  overflow: hidden;
}

.feature__logo {
  float: left;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .feature__logo {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.feature__text h4 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}

.feature__text p {
  font-size: 14px;
  line-height: 24px;
}

.feature__text span {
  display: block;
}

@media only screen and (max-width: 1480px) {
  .feature__img {
    height: 100%;
  }
}

@media only screen and (max-width: 1480px) {
  .feature__img img {
    height: 100%;
    object-fit: cover;
  }
}

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

.p-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .p-120 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.p-40-120 {
  padding-top: 40px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .p-40-120 {
    padding-top: 20px;
    padding-bottom: 70px;
  }
}

.p-80-120 {
  padding-top: 80px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .p-80-120 {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

a.featured-btn {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  padding-left: 35px;
}

a.featured-btn i {
  padding-left: 10px;
  vertical-align: middel;
  font-size: 14px;
  color: #ddcec0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a.featured-btn span {
  vertical-align: middle;
  font-size: 16px;
  line-height: 32px;
  padding-left: 10px;
  color: #999999;
}

a.featured-btn:hover {
  color: var(--primaryColor);
}

a.featured-btn:hover i {
  color: var(--primaryColor);
  padding-left: 15px;
}

@media (max-width: 767px) {
  a.featured-btn {
    padding: 0;
    display: block;
    margin-top: 17px;
  }
}

.features__tab ul li {
  flex: 1;
  margin-right: 1%;
}

.features__tab ul li button {
  line-height: 1;
  padding: 24px 94px;
  display: inline-block;
  background: #fff;
  background-color: #fff;
  color: #000000;
  border-radius: 10px;
  margin: 0 10px;
}

.features__tab ul li button.nav-link.active {
  background-color: var(--primaryColor);
  color: #fff;
}

@media only screen and (max-width: 1700px) {
  .features__tab ul li button {
    padding: 21px 56px;
    margin-right: 16px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .features__tab ul li button {
    padding: 18px 36px;
  }
}

@media (max-width: 767px) {
  .features__tab ul li button {
    padding: 16px 17px;
    margin-right: 7px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.features__wrapper {
  border-radius: 15px;
  overflow: hidden;
}

.features__tab ul {
  justify-content: center;
}

.feature-btn-2 {
  color: #777 !important;
}

.feature-btn-2:hover {
  color: #9e4b47 !important;
}

.features__tab ul li button {
  font-size: 26px;
  font-weight: 600;
}

.generic-title span {
  color: var(--primaryColor);
  font-size: 18px;
  line-height: 2.3;
  display: block;
  margin-bottom: 2px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .generic-title span {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .generic-title span {
    line-height: 1.3;
    margin-bottom: 0;
  }
}

.generic-title h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 50px;
  font-weight: 500;
}

@media only screen and (max-width: 1700px) {
  .generic-title h4 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1250px) {
  .generic-title h4 {
    font-size: 23px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .generic-title h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .generic-title h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .generic-title h4 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1480px) {
  .generic-title-4 h4 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .generic-title-4 h4 {
    font-size: 13px;
  }
}

.generic-title-4 h2 {
  font-size: 38px;
}

@media only screen and (max-width: 1400px) {
  .generic-title-4 h2 {
    font-size: 37px;
  }
}

@media (max-width: 767px) {
  .generic-title-4 h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .generic-title-4 h2 br {
    display: none;
  }
}

.nav-pills button.nav-link {
  align-items: center;
  flex-direction: column;
  display: flex;
  width: 100%;
  margin: 0 10px !important;
  position: relative;
  z-index: 1;
}

.nav-pills button.nav-link span {
  margin-top: 10px;
}

.bg-bottom {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}

.bg-top {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

.rotateimg180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*# sourceMappingURL=style.css.map */
/* footer.css */
/*--------------------------------------
        Newsletter CSS
----------------------------------------*/
.newsletter-wrap.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: var(--optionalColor);
  z-index: -1;
}

.newsletter-wrap.style-one,
.newsletter-wrap.style-four {
  position: relative;
  z-index: 2;
}

.newsletter-wrap.style-one .newsletter-box,
.newsletter-wrap.style-four .newsletter-box {
  background-color: var(--primaryColor);
  border-radius: 5px;
  position: relative;
  z-index: 2;
  margin-bottom: -200px;
  padding-right: 50px;
}

.newsletter-wrap.style-one .newsletter-box .newsletter-img,
.newsletter-wrap.style-four .newsletter-box .newsletter-img {
  left: -50px;
  max-width: 500px;
}

.newsletter-wrap.style-one .newsletter-box .newsletter-shape,
.newsletter-wrap.style-four .newsletter-box .newsletter-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.newsletter-wrap.style-one .newsletter-box .newsletter-img,
.newsletter-wrap.style-four .newsletter-box .newsletter-img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.newsletter-wrap.style-one .newsletter-box .newsletter-content .content-title>span,
.newsletter-wrap.style-four .newsletter-box .newsletter-content .content-title>span {
  color: var(--whiteColor);
  border: 1px solid #517eff;
}

.newsletter-wrap.style-one .newsletter-box form,
.newsletter-wrap.style-four .newsletter-box form {
  position: relative;
  margin: 30px 0 0;
}

.newsletter-wrap.style-one .newsletter-box form input,
.newsletter-wrap.style-four .newsletter-box form input {
  width: 100%;
  height: 60px;
  background-color: #5b85ff;
  border-radius: 5px;
  color: var(--whiteColor);
  padding: 12px 120px 12px 24px;
  border: none;
}

.newsletter-wrap.style-one .newsletter-box form input::-moz-placeholder,
.newsletter-wrap.style-four .newsletter-box form input::-moz-placeholder {
  color: var(--whiteColor);
  opacity: 0.7;
}

.newsletter-wrap.style-one .newsletter-box form input::placeholder,
.newsletter-wrap.style-four .newsletter-box form input::placeholder {
  color: var(--whiteColor);
  opacity: 0.7;
}

.newsletter-wrap.style-one .newsletter-box form button,
.newsletter-wrap.style-four .newsletter-box form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: var(--titleColor);
  color: var(--whiteColor);
  font-family: var(--secondaryFont);
  padding: 12px 34px;
  border: none;
  border-radius: 0 5px 5px 0;
}

.newsletter-wrap.style-two {
  margin-bottom: -140px;
  position: relative;
  z-index: 2;
}

.newsletter-wrap.style-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: var(--optionalColor);
  z-index: -1;
  border-radius: 5px;
}

.newsletter-wrap.style-two .newsletter-box {
  background-image: url(../img/newsletter-bg.webp);
  position: relative;
  z-index: 1;
  border-radius: 5px;
  padding: 90px 50px;
}

.newsletter-wrap.style-two .newsletter-box .newsletter-shape-two {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.newsletter-wrap.style-two .newsletter-box .newsletter-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.newsletter-wrap.style-two .newsletter-box:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--titleColor);
  opacity: 0.75;
  z-index: -1;
  border-radius: 5px;
}

.newsletter-wrap.style-two .newsletter-box form {
  position: relative;
}

.newsletter-wrap.style-two .newsletter-box form input {
  width: 100%;
  height: 60px;
  background-color: var(--whiteColor);
  border-radius: 5px;
  color: #999;
  padding: 12px 120px 12px 20px;
  border: none;
}

.newsletter-wrap.style-two .newsletter-box form input::-moz-placeholder {
  color: var(--whiteColor);
  opacity: 0.7;
}

.newsletter-wrap.style-two .newsletter-box form input::placeholder {
  color: var(--whiteColor);
  opacity: 0.7;
}

.newsletter-wrap.style-two .newsletter-box form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  padding: 12px 20px;
  border: none;
  border-radius: 0 5px 5px 0;
}

.newsletter-wrap.style-three {
  margin-bottom: -140px;
  position: relative;
  z-index: 2;
}

.newsletter-wrap.style-three:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: var(--optionalColor);
  z-index: -1;
}

.newsletter-wrap.style-three .newsletter-box {
  background-image: url(../img/newsletter-bg.webp);
  position: relative;
  z-index: 1;
  border-radius: 5px;
  padding: 90px 50px;
}

.newsletter-wrap.style-three .newsletter-box:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--titleColor);
  opacity: 0.75;
  z-index: -1;
  border-radius: 5px;
}

.newsletter-wrap.style-three .newsletter-box .newsletter-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.newsletter-wrap.style-three .newsletter-box .newsletter-text i {
  font-size: 65px;
  line-height: 0.8;
  color: var(--whiteColor);
  position: relative;
  top: 5px;
}

.newsletter-wrap.style-three .newsletter-box .newsletter-text h2 {
  width: calc(100% - 90px);
  margin: 0 0 0 25px;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.03em;
  color: var(--whiteColor);
}

.newsletter-wrap.style-three .newsletter-box form {
  position: relative;
}

.newsletter-wrap.style-three .newsletter-box form input {
  width: 100%;
  height: 60px;
  background-color: var(--whiteColor);
  border-radius: 5px;
  color: #999;
  padding: 12px 120px 12px 20px;
  border: none;
}

.newsletter-wrap.style-three .newsletter-box form input::-moz-placeholder {
  opacity: 0.7;
}

.newsletter-wrap.style-three .newsletter-box form input::placeholder {
  opacity: 0.7;
}

.newsletter-wrap.style-three .newsletter-box form button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: calc(100% - 10px);
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  padding: 12px 40px;
  border: none;
  border-radius: 5px;
}

.newsletter-wrap.style-three .newsletter-box form button i {
  font-size: 13px;
  line-height: 0.8;
  position: relative;
  margin-left: 10px;
  top: 3px;
}

/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-wrap.style-one .footer-top {
  padding-top: 300px;
}

.footer-wrap.style-three .footer-top {
  padding-top: 70px;
}

.footer-wrap .footer-top {
  position: relative;
  z-index: 1;
  background-color: var(--titleColor);
  overflow: hidden;
}

.footer-wrap .footer-top .footer-shape {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.footer-wrap .footer-widget {
  margin-bottom: 30px;
}

.footer-wrap .footer-widget .footer-widget-title {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 15px;
  letter-spacing: -0.03em;
  display: block;
  color: var(--whiteColor);
}

.footer-wrap .footer-widget .comp-desc {
  margin: 22px 0 11px;
  color: var(--offwhiteColor);
  letter-spacing: 0.03em;
}

.footer-wrap .footer-widget .footer-menu {
  -moz-columns: 2;
  columns: 2;
}

.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 14px;
}

.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-widget .footer-menu li a {
  position: relative;
  font-weight: 400;
  padding-left: 25px;
  letter-spacing: 0.03em;
  color: var(--offwhiteColor);
}

.footer-wrap .footer-widget .footer-menu li a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--whiteColor);
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}

.footer-wrap .footer-widget .footer-menu li a i {
  position: absolute;
  top: 1px;
  left: -3px;
  font-size: 18px;
  line-height: 0.8;
}

.footer-wrap .footer-widget .footer-menu li a:hover {
  color: var(--whiteColor);
}

.footer-wrap .footer-widget .footer-menu li a:hover:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.footer-wrap .footer-widget .opening-time {
  margin-bottom: 16px;
}

.footer-wrap .footer-widget .opening-time li {
  color: var(--offwhiteColor);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 9px;
  margin-bottom: 9px;
}

.footer-wrap .footer-widget .opening-time li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.footer-wrap .footer-widget .social-profile {
  margin-top: 20px;
}

.footer-wrap .footer-widget .social-profile li a {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-wrap .footer-widget .social-profile li a i {
  color: var(--whiteColor);
  font-size: 18px;
}

.footer-wrap .footer-widget .social-profile li a:hover {
  background-color: var(--primaryColor);
  border-color: transparent;
}

.footer-wrap .footer-widget .contact-info h6 {
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
  padding-left: 30px;
  letter-spacing: -0.03em;
}

.footer-wrap .footer-widget .contact-info h6 i {
  position: absolute;
  top: 6px;
  left: 0;
  line-height: 0.8;
}

.footer-wrap .footer-widget .contact-info a,
.footer-wrap .footer-widget .contact-info p {
  color: var(--offwhiteColor);
  font-weight: 400;
  margin-bottom: 0;
}

.footer-wrap .copyright-text {
  text-align: center;
  position: relative;
  padding: 35px 0;
  margin: 0;
  color: var(--offwhiteColor);
  background-color: var(--secondaryColor);
}

.footer-wrap .copyright-text i {
  position: relative;
  line-height: 1;
  top: 0px;
  margin-right: 4px;
  font-size: 15px;
}

.footer-wrap .copyright-text a,
.footer-wrap .copyright-text span {
  color: var(--whiteColor);
}

@media only screen and (max-width: 767px) {

  .newsletter-wrap.style-one .newsletter-box,
  .newsletter-wrap.style-four .newsletter-box {
    padding: 50px 20px 0 20px;
  }

  .newsletter-wrap.style-one .newsletter-box .newsletter-img,
  .newsletter-wrap.style-four .newsletter-box .newsletter-img {
    max-width: 100%;
  }

  .newsletter-wrap.style-one .newsletter-box form button,
  .newsletter-wrap.style-four .newsletter-box form button {
    position: relative;
    margin: 15px 0 0;
    display: block;
    width: 100%;
    padding: 15px 15px;
    border-radius: 5px;
    font-size: 14px;
  }

  .newsletter-wrap.style-two .newsletter-box {
    padding: 50px 20px;
  }

  .newsletter-wrap.style-two .newsletter-box .content-title span {
    font-size: 13px;
  }

  .newsletter-wrap.style-two .newsletter-box form input {
    height: 54px;
    padding: 12px 20px;
  }

  .newsletter-wrap.style-two .newsletter-box form button {
    padding: 15px 20px;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
    margin: 15px 0 0;
    border-radius: 5px;
    font-size: 14px;
  }

  .newsletter-wrap.style-three .newsletter-box {
    padding: 40px 20px;
  }

  .newsletter-wrap.style-three .newsletter-box .newsletter-text h2 {
    font-size: 22px;
    line-height: 34px;
    width: calc(100% - 45px);
    margin-left: 15px;
  }

  .newsletter-wrap.style-three .newsletter-box .newsletter-text i {
    font-size: 30px;
  }

  .newsletter-wrap.style-three .newsletter-box form input {
    height: 60px;
    padding: 12px 20px;
  }

  .newsletter-wrap.style-three .newsletter-box form button {
    padding: 15px 20px;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
    margin: 15px 0 0;
  }

  .footer-wrap.style-one .footer-top {
    padding-top: 252px;
  }

  .footer-wrap.style-three .footer-top {
    padding-top: 70px;
  }

  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .footer-wrap .footer-widget .comp-desc {
    margin: 20px 0;
  }

  .footer-wrap .footer-widget .footer-menu {
    -moz-columns: 1;
    columns: 1;
  }

  .footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 5px;
  }

  .footer-wrap .footer-widget .footer-menu li a {
    font-size: 14px;
    padding-left: 20px;
  }

  .footer-wrap .footer-widget .footer-menu li a i {
    font-size: 16px;
    top: 2px;
  }

  .footer-wrap .copyright-text {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
  }

  .footer-wrap .copyright-text a,
  .footer-wrap .copyright-text span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {

  .newsletter-wrap.style-one .newsletter-box .newsletter-img,
  .newsletter-wrap.style-four .newsletter-box .newsletter-img {
    position: relative;
    bottom: auto;
    left: auto;
    display: block;
    margin: 20px auto 0;
  }

  .newsletter-wrap.style-two .newsletter-box .content-title {
    margin-bottom: 25px;
  }

  .newsletter-wrap.style-three .newsletter-box form {
    margin: 25px 0 0;
  }

  .footer-wrap .footer-top .footer-widget-title {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .newsletter-wrap.style-one .newsletter-box,
  .newsletter-wrap.style-four .newsletter-box {
    padding: 70px 40px 0 40px;
  }

  .newsletter-wrap.style-two .newsletter-box {
    padding: 70px 50px;
  }

  .footer-wrap.style-one .footer-top {
    padding-top: 267px;
  }

  .footer-wrap.style-three .footer-top {
    padding-top: 210px;
  }

  .footer-wrap .footer-widget .comp-desc {
    padding-right: 30px;
  }

  .footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 10px;
  }

  .footer-wrap .copyright-text {
    font-size: 15px;
  }

  .footer-wrap .copyright-text a,
  .footer-wrap .copyright-text span {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .newsletter-wrap.style-one .newsletter-box .newsletter-img,
  .newsletter-wrap.style-four .newsletter-box .newsletter-img {
    left: -25px;
    max-width: 400px;
  }

  .newsletter-wrap.style-three .newsletter-box {
    padding: 70px 35px;
  }

  .newsletter-wrap.style-three .newsletter-box .newsletter-text i {
    font-size: 45px;
  }

  .newsletter-wrap.style-three .newsletter-box .newsletter-text h2 {
    width: calc(100% - 70px);
    margin: 0 0 0 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .newsletter-wrap.style-three .newsletter-box form button {
    padding: 12px 30px;
  }

  .footer-wrap .footer-top .footer-widget .comp-desc {
    padding-right: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .footer-wrap .footer-widget .footer-widget-title {
    margin-top: 12px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1400px) {
  .pe-xxl-6 {
    padding-right: 3.8rem !important;
  }

  .newsletter-wrap.style-one .newsletter-box,
  .newsletter-wrap.style-four .newsletter-box {
    padding-right: 50px;
  }

  .newsletter-wrap.style-one .newsletter-box .newsletter-img,
  .newsletter-wrap.style-four .newsletter-box .newsletter-img {
    left: -20px;
    max-width: 550px;
  }

  .newsletter-wrap.style-three .newsletter-box {
    padding: 90px 95px;
  }

  .newsletter-wrap.style-three .newsletter-box form {
    width: calc(100% - 111px);
    margin-left: auto;
  }

  .newsletter-wrap.style-three .newsletter-box form button {
    padding: 12px 40px;
  }

  .footer-wrap .footer-top .container .row>div:nth-child(1)>.footer-widget {
    width: calc(100% + 55px);
  }

  .footer-wrap .footer-top .container .row>div:nth-child(2)>.footer-widget {
    width: calc(100% - 116px);
    margin-left: auto;
  }
}

@media only screen and (min-width: 1600px) {

  .newsletter-wrap.style-one .container,
  .newsletter-wrap.style-four .container {
    max-width: 1455px;
    margin: 0 auto;
  }

  .newsletter-wrap.style-one .newsletter-box,
  .newsletter-wrap.style-four .newsletter-box {
    padding-right: 100px;
  }

  .newsletter-wrap.style-one .newsletter-box .newsletter-content,
  .newsletter-wrap.style-four .newsletter-box .newsletter-content {
    width: calc(100% - 50px);
    margin-left: auto;
  }

  .newsletter-wrap.style-one .newsletter-box .newsletter-img,
  .newsletter-wrap.style-four .newsletter-box .newsletter-img {
    left: -80px;
    max-width: 700px;
  }

  .newsletter-wrap.style-two .container {
    max-width: 1455px;
    margin: 0 auto;
  }

  .newsletter-wrap.style-two .newsletter-box {
    padding-left: 100px;
    padding-right: 100px;
  }

  .newsletter-wrap.style-two .newsletter-box form {
    width: calc(100% + 20px);
  }

  .newsletter-wrap.style-two .newsletter-box form button {
    padding: 12px 34px;
  }
}

@media only screen and (min-width: 1920px) {

  .newsletter-wrap.style-one .newsletter-box .newsletter-img,
  .newsletter-wrap.style-four .newsletter-box .newsletter-img {
    left: -173px;
    max-width: 100%;
  }
}

/*# sourceMappingURL=footer.css.map */
/* responsive.css */
@media only screen and (max-width: 575px) {

  .navbar-area .navbar-brand img.logo-light,
  .responsive-navbar .offcanvas-header .logo img.logo-light,
  .footer-wrap .footer-logo img.logo-light {
    width: 290px;
    height: 75px;
    object-fit: contain;
  }

  .xs-center {
    text-align: center;
  }

  .xs-none {
    display: none;
  }

  .breadcrumb-menu li {
    font-size: 14px;
  }

  .breadcrumb-menu li a {
    font-size: 14px;
  }

  .page-nav li a {
    width: 45px;
    height: 45px;
  }

  .page-nav li a img {
    max-width: 18px;
  }

  .counter-wrap.style-one .counter-card-wrap,
  .counter-wrap.style-two .counter-card-wrap,
  .counter-wrap.style-three .counter-card-wrap,
  .counter-wrap.style-four .counter-card-wrap {
    margin-bottom: 25px;
  }

  .counter-wrap.style-one .counter-card-wrap .counter-card,
  .counter-wrap.style-two .counter-card-wrap .counter-card,
  .counter-wrap.style-three .counter-card-wrap .counter-card,
  .counter-wrap.style-four .counter-card-wrap .counter-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 22px 6px;
    text-align: center;
    margin-bottom: 0;
    z-index: 3;
  }

  .counter-wrap.style-one .counter-card-wrap .counter-card .counter-icon,
  .counter-wrap.style-two .counter-card-wrap .counter-card .counter-icon,
  .counter-wrap.style-three .counter-card-wrap .counter-card .counter-icon,
  .counter-wrap.style-four .counter-card-wrap .counter-card .counter-icon {
    margin: 0 auto;
  }

  .counter-wrap.style-one .counter-card-wrap .counter-card .counter-text,
  .counter-wrap.style-two .counter-card-wrap .counter-card .counter-text,
  .counter-wrap.style-three .counter-card-wrap .counter-card .counter-text,
  .counter-wrap.style-four .counter-card-wrap .counter-card .counter-text {
    width: 100%;
    margin: 18px 0 0;
  }

  .counter-wrap.style-one .counter-card-wrap .counter-card .counter-text span,
  .counter-wrap.style-two .counter-card-wrap .counter-card .counter-text span,
  .counter-wrap.style-three .counter-card-wrap .counter-card .counter-text span,
  .counter-wrap.style-four .counter-card-wrap .counter-card .counter-text span {
    font-size: 30px;
    line-height: 28px;
  }

  .counter-wrap.style-one .counter-card-wrap .counter-card .counter-text p,
  .counter-wrap.style-two .counter-card-wrap .counter-card .counter-text p,
  .counter-wrap.style-three .counter-card-wrap .counter-card .counter-text p,
  .counter-wrap.style-four .counter-card-wrap .counter-card .counter-text p {
    font-size: 14px;
  }

  .counter-wrap.style-three .counter-card-wrap .counter-card {
    border-color: rgba(255, 255, 255, 0.19);
  }

  .counter-card-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    grid-gap: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container-fluid {
    max-width: 540px;
    padding: 0 15px;
  }

  .counter-card-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
  }

  .counter-card-wrap .counter-card:nth-child(2),
  .counter-card-wrap .counter-card:nth-child(4) {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 767px) {

  p,
  input,
  textarea,
  span {
    font-size: 16px;
    line-height: 26px;
  }

  .sm-none {
    display: none !important;
  }

  .pt-70 {
    padding-top: 20px;
  }

  .mb-50 {
    margin-bottom: 30px !important;
  }

  .mt-40 {
    margin-top: 30px !important;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pt-45 {
    padding-top: 25px;
  }

  .pt-70 {
    padding-top: 50px !important;
  }

  .pb-70 {
    padding-bottom: 20px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .mt-100 {
    margin-top: 50px !important;
  }

  .mb-100 {
    margin-bottom: 50px !important;
  }

  .ptb-70 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pb-70 {
    padding-bottom: 20px;
  }

  .pb-75 {
    padding-bottom: 25px;
  }

  .pt-75 {
    padding-top: 25px;
  }

  .mb-40 {
    margin-bottom: 25px !important;
  }

  .back-to-top {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    right: 10px;
  }

  .back-to-top i {
    font-size: 18px;
  }

  .section-title h2,
  .content-title h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
  }

  .section-title h2 span,
  .content-title h2 span {
    font-size: 26px;
  }

  .section-title p,
  .content-title p {
    margin: 10px 0 0;
  }

  .section-title.style-one h2 img,
  .content-title.style-one h2 img {
    display: none;
  }

  .link-one {
    font-size: 14px;
  }

  .link-one i {
    font-size: 18px;
    top: 1px;
  }

  .breadcrumb-wrap .br-shape-three {
    opacity: 0.7;
    width: 75%;
  }

  .breadcrumb-wrap .breadcrumb-content {
    padding: 80px 0;
  }

  .breadcrumb-wrap .breadcrumb-content h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 6px;
  }

  .breadcrumb-wrap .breadcrumb-content .breadcrumb-menu li {
    font-size: 14px;
    padding-right: 9px;
    margin-right: 9px;
  }

  .breadcrumb-wrap .breadcrumb-content .breadcrumb-menu li:after {
    height: 16px;
    top: 0px;
  }

  .breadcrumb-wrap .breadcrumb-content .breadcrumb-menu li a {
    font-size: 14px;
  }

  .btn-one,
  .btn-two,
  .btn-four {
    font-size: 14px;
    padding: 19px 22px;
  }

  .btn-three {
    font-size: 14px;
    padding: 17px 22px 21px;
  }

  .link-one,
  .link-two,
  .link-three {
    font-size: 14px;
  }

  .hero-wrap.style-three,
  .process-wrap,
  .about-wrap.style-one,
  .about-wrap.style-two,
  .about-wrap.style-three,
  .wh-wrap.style-one,
  .wh-wrap.style-two,
  .wh-wrap.style-three {
    overflow: hidden;
  }

  .hero-wrap.style-one .hero-shape-one {
    top: auto;
    bottom: 0;
    width: 100%;
  }

  .hero-wrap.style-one .hero-shape-two {
    top: 75%;
    max-width: 130px;
  }

  .hero-wrap.style-one .hero-content {
    padding: 50px 0 0;
  }

  .hero-wrap.style-one .hero-content h1 {
    font-size: 30px;
    line-height: 42px;
  }

  .hero-wrap.style-one .hero-content h1>span {
    font-size: 30px;
  }

  .hero-wrap.style-one .hero-content .hero-form {
    padding: 20px 20px 10px;
  }

  .hero-wrap.style-one .hero-content .hero-form .form-group {
    margin-bottom: 15px;
  }

  .hero-wrap.style-one .hero-content .hero-form .form-group:nth-child(1),
  .hero-wrap.style-one .hero-content .hero-form .form-group:nth-child(2),
  .hero-wrap.style-one .hero-content .hero-form .form-group:nth-child(3),
  .hero-wrap.style-one .hero-content .hero-form .form-group:nth-child(4) {
    width: 100%;
  }

  .hero-wrap.style-one .hero-content .hero-form .form-group:nth-child(4) button {
    margin-top: 0;
  }

  .hero-wrap.style-one .hero-content .hero-form .form-group label {
    font-size: 14px;
    margin: 0 0 5px;
    padding-left: 23px;
  }

  .hero-wrap.style-one .hero-content .hero-form .form-group label i {
    top: 8px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box {
    top: auto;
    left: 0px;
    bottom: 30px;
    padding: 20px 20px 20px 20px;
    z-index: 10;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box>span {
    width: 50px;
    height: 50px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box .hero-promo-text {
    width: calc(100% - 65px);
    margin-left: 15px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box .hero-promo-text h5 {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 5px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box .hero-promo-text .ratings i {
    font-size: 15px;
    top: -1px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box .hero-promo-text .ratings span {
    margin: 0 2px 0 8px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-img {
    display: block;
    margin: 0 0 0 auto;
  }

  .hero-wrap.style-two .hero-content {
    padding: 50px 0 130px;
  }

  .hero-wrap.style-two .hero-content h1 {
    font-size: 28px;
    line-height: 39px;
  }

  .hero-wrap.style-two .hero-content h1 img {
    max-width: 30px;
  }

  .hero-wrap.style-three {
    margin-bottom: 50px;
  }

  .hero-wrap.style-three .hero-bg {
    height: 100%;
  }

  .hero-wrap.style-three .hero-img-wrap .circle-wrap {
    width: 180px;
    height: 180px;
    bottom: -100px;
    left: 80px;
  }

  .hero-wrap.style-three .hero-img-wrap .circle-wrap i {
    font-size: 29px;
  }

  .hero-wrap.style-three .hero-img-wrap .circle-wrap .circle-text {
    width: 190px;
    height: 190px;
  }

  .hero-wrap.style-three .hero-img-wrap .circle-wrap .circle-text:before {
    width: 110px;
    height: 110px;
  }

  .hero-wrap.style-three .hero-img-wrap .circle-wrap .circle-text:after {
    width: 60px;
    height: 60px;
  }

  .hero-wrap.style-three .hero-img-wrap .circle-wrap .circle-text svg {
    width: 190px;
    height: 190px;
  }

  .hero-wrap.style-three .hero-img-wrap .circle-wrap .circle-text svg text {
    font-size: 14px;
    letter-spacing: 0.5em;
  }

  .hero-wrap.style-three .hero-content {
    padding: 100px 0 30px;
  }

  .hero-wrap.style-three .hero-content h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .hero-wrap.style-three .hero-content .client-list-wrap {
    margin-top: 40px;
  }

  .hero-wrap.style-three .hero-content .client-list-wrap span {
    width: 100%;
    display: block;
    margin: 10px 0 0;
  }

  .hero-form-wrap {
    margin-top: -70px;
    padding: 20px 20px;
  }

  .hero-form-wrap .contact-item-wrap .contact-item {
    width: 100%;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:after {
    display: none;
  }

  .hero-form-wrap .contact-item-wrap .contact-item p,
  .hero-form-wrap .contact-item-wrap .contact-item a {
    font-size: 14px;
  }

  .hero-form-wrap .hero-form {
    padding: 20px 20px 5px;
  }

  .hero-form-wrap .hero-form .form-group {
    margin-bottom: 18px;
  }

  .hero-form-wrap .hero-form .form-group:nth-child(2),
  .hero-form-wrap .hero-form .form-group:nth-child(3),
  .hero-form-wrap .hero-form .form-group:nth-child(4),
  .hero-form-wrap .hero-form .form-group:nth-child(5) {
    width: 100%;
  }

  .hero-form-wrap .hero-form .form-group:nth-child(2) button,
  .hero-form-wrap .hero-form .form-group:nth-child(3) button,
  .hero-form-wrap .hero-form .form-group:nth-child(4) button,
  .hero-form-wrap .hero-form .form-group:nth-child(5) button {
    display: block;
    width: 100%;
    margin-top: 0;
  }

  .hero-form-wrap .hero-form .form-group label {
    font-size: 14px;
    margin: 0 0 5px;
    padding-left: 23px;
  }

  .hero-form-wrap .hero-form .form-group label i {
    top: 8px;
  }

  .about-wrap.style-one .about-shape-one {
    top: 0;
    right: 0;
  }

  .about-wrap.style-one .about-shape-two {
    top: 71%;
    right: -10px;
  }

  .about-wrap.style-one .about-img-wrap .about-img-shape {
    max-width: 60px;
    top: 30%;
  }

  .about-wrap.style-one .about-img-wrap .promo-box h5 {
    font-size: 36px;
    line-height: 42px;
    width: 80px;
  }

  .about-wrap.style-one .about-img-wrap .promo-box span {
    width: 75px;
    font-size: 14px;
    line-height: 22px;
  }

  .about-wrap.style-one .about-img-wrap .promo-box.style-one {
    bottom: 120px;
    padding: 15px 20px 15px 20px;
  }

  .about-wrap.style-one .about-img-wrap .promo-box.style-one span {
    margin-left: 10px;
  }

  .about-wrap.style-one .about-img-wrap .promo-box.style-two {
    padding: 15px 20px 15px 20px;
  }

  .about-wrap.style-one .about-img-wrap .promo-box.style-two span {
    margin-left: 0px;
  }

  .about-wrap.style-one .about-img-wrap .about-img img {
    left: 0;
  }

  .about-wrap.style-one .about-content .feature-list {
    margin: 15px 0 20px;
  }

  .about-wrap.style-one .about-content .feature-list li {
    margin-bottom: 12px;
  }

  .about-wrap.style-one .about-content .feature-list li h6 {
    margin-bottom: 4px;
  }

  .about-wrap.style-two .about-content .feature-item {
    padding-top: 20px;
    margin: 20px 0;
  }

  .about-wrap.style-two .about-content .feature-item span {
    width: 55px;
    height: 55px;
  }

  .about-wrap.style-two .about-content .feature-item span img {
    max-width: 24px;
  }

  .about-wrap.style-two .about-content .feature-item h6 {
    width: calc(100% - 75px);
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 0 20px;
  }

  .about-wrap.style-two .about-content .btn-two {
    margin-top: 25px;
  }

  .about-wrap.style-two .about-img-wrap {
    padding-bottom: 150px;
  }

  .about-wrap.style-two .about-img-wrap .about-img-shape {
    bottom: 18px;
    right: 15px;
  }

  .about-wrap.style-two .about-img-wrap .promo-box {
    padding: 20px 20px 20px 20px;
  }

  .about-wrap.style-two .about-img-wrap .promo-box h5 {
    font-size: 36px;
    line-height: 42px;
    width: 80px;
  }

  .about-wrap.style-two .about-img-wrap .promo-box span {
    width: 75px;
    font-size: 14px;
    margin-left: 10px;
    line-height: 22px;
  }

  .about-wrap.style-two .about-img-wrap .about-img-one {
    padding-left: 20px;
  }

  .about-wrap.style-two .about-img-wrap .about-img-two {
    max-width: 250px;
  }

  .about-wrap.style-three .about-img-wrap .about-img-two {
    max-width: 180px;
  }

  .about-wrap.style-three .about-img-wrap .promo-box {
    bottom: 50px;
    padding: 15px 20px 15px 20px;
  }

  .about-wrap.style-three .about-img-wrap .promo-box h5 {
    font-size: 30px;
    line-height: 39px;
    width: 80px;
  }

  .about-wrap.style-three .about-img-wrap .promo-box span {
    width: 75px;
    font-size: 14px;
    line-height: 22px;
    margin-left: 10px;
  }

  .about-wrap.style-three .about-content .feature-list {
    margin: 20px 0 24px;
  }

  .about-wrap.style-three .about-content .feature-list .feature-item:after {
    top: 50%;
    height: 95%;
  }

  .about-wrap.style-three .about-content .feature-list .feature-item h6 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
    letter-spacing: -0.03em;
  }

  .about-wrap.style-three .about-content .feature-list .feature-item p {
    margin: 0;
  }

  .wh-wrap.style-one .wh-content .feature-list {
    padding-top: 15px;
    margin: 16px 0 10px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }

  .wh-wrap.style-one .wh-content .feature-list li {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .wh-wrap.style-one .wh-content .btn-two i {
    top: 2px;
    font-size: 15px;
  }

  .wh-wrap.style-one .wh-img-wrap .circle-wrap {
    width: 108px;
    height: 108px;
    top: 32px;
  }

  .wh-wrap.style-one .wh-img-wrap .circle-wrap i {
    font-size: 30px;
  }

  .wh-wrap.style-one .wh-img-wrap .circle-wrap .circle-text {
    width: 180px;
    height: 180px;
  }

  .wh-wrap.style-one .wh-img-wrap .circle-wrap .circle-text svg {
    width: 180px;
    height: 180px;
  }

  .wh-wrap.style-one .wh-img-wrap .circle-wrap .circle-text svg text {
    font-size: 14px;
    letter-spacing: 0.5em;
  }

  .wh-wrap.style-two .wh-img-wrap .circle-wrap {
    width: 180px;
    height: 150px;
  }

  .wh-wrap.style-two .wh-img-wrap .circle-wrap:before {
    top: -5px;
    left: -5px;
  }

  .wh-wrap.style-two .wh-img-wrap .circle-wrap i {
    font-size: 26px;
  }

  .wh-wrap.style-two .wh-img-wrap .circle-wrap .circle-text {
    width: 200px;
    height: 200px;
  }

  .wh-wrap.style-two .wh-img-wrap .circle-wrap .circle-text:before {
    width: 115px;
    height: 115px;
  }

  .wh-wrap.style-two .wh-img-wrap .circle-wrap .circle-text:after {
    width: 45px;
    height: 45px;
  }

  .wh-wrap.style-two .wh-img-wrap .circle-wrap .circle-text svg {
    width: 200px;
    height: 200px;
  }

  .wh-wrap.style-two .wh-img-wrap .circle-wrap .circle-text svg text {
    font-size: 14px;
  }

  .wh-wrap.style-three:after {
    height: 400px;
  }

  .wh-wrap.style-three .wh-content {
    padding: 0 0 50px;
  }

  .wh-wrap.style-three .wh-content .feature-list {
    margin: 20px 0 0;
  }

  .wh-wrap.style-three .wh-content .feature-list .feature-item {
    padding: 20px 15px 15px 50px;
  }

  .wh-wrap.style-three .wh-content .feature-list .feature-item i {
    top: 23px;
    left: 20px;
    font-size: 22px;
  }

  .wh-wrap.style-three .wh-content .feature-list .feature-item h6 {
    font-size: 18px;
    line-height: 26px;
  }

  .progressbar-wrap {
    margin: 20px 0 0;
  }

  .service-wrap.style-one .service-box-wrap {
    padding: 20px 20px 50px;
  }

  .service-wrap.style-one .service-box-wrap .service-box-shape {
    max-width: 100px;
    bottom: -24px;
  }

  .service-card.style-one,
  .service-card.style-four {
    padding: 40px 16px 38px;
  }

  .service-card.style-one h3,
  .service-card.style-four h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 12px;
  }

  .service-card.style-one p,
  .service-card.style-four p {
    margin-bottom: 15px;
  }

  .service-card.style-one .service-link,
  .service-card.style-four .service-link {
    width: 50px;
    height: 50px;
  }

  .service-card.style-one .service-link i,
  .service-card.style-four .service-link i {
    font-size: 15px;
  }

  .service-card.style-two {
    padding: 20px;
  }

  .service-card.style-two .service-icon {
    right: 39px;
  }

  .service-card.style-two .service-icon:after {
    width: 34px;
    height: 34px;
  }

  .service-card.style-two .service-icon i {
    font-size: 50px;
  }

  .appointment-wrap .appointment-box .before-after-container {
    height: 500px;
  }

  .appointment-wrap .appointment-box .before-after-container figure {
    background-position: center;
  }

  .appointment-wrap .appointment-box .before-after-container #before_after {
    background-position: center;
  }

  .feature-card span {
    margin: 0 auto 20px;
  }

  .feature-card h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
  }

  .feature-card p {
    padding: 0 5px;
  }

  .testimonial-card.style-one .client-quote {
    padding: 20px 20px 40px;
  }

  .testimonial-card.style-one .client-quote:after {
    width: 61%;
  }

  .testimonial-card.style-one .client-quote .quote-icon {
    top: 15px;
    left: 20px;
    font-size: 70px;
  }

  .testimonial-card.style-one .client-info {
    margin-top: -38px;
  }

  .testimonial-card.style-one .client-info .client-img {
    width: 70px;
    height: 70px;
  }

  .testimonial-card.style-one .client-info h5 {
    font-size: 20px;
  }

  .testimonial-card.style-two {
    padding: 30px 20px 23px;
  }

  .testimonial-card.style-two .client-info-wrap {
    margin-bottom: 18px;
  }

  .testimonial-card.style-two .client-info-wrap .client-img {
    width: 70px;
    height: 70px;
  }

  .testimonial-card.style-two .client-info-wrap .client-info {
    width: calc(100% - 85px);
    margin-left: 15px;
  }

  .testimonial-card.style-two .client-info-wrap .client-info h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .testimonial-card.style-two .client-quote {
    padding-left: 42px;
  }

  .testimonial-card.style-two .client-quote .quote-icon {
    top: -7px;
    left: -2px;
  }

  .testimonial-card.style-two .client-quote .quote-icon i {
    font-size: 26px;
  }

  .testimonial-card.style-three {
    padding: 20px 20px;
  }

  .testimonial-card.style-three .client-info-wrap {
    margin-bottom: 18px;
  }

  .testimonial-card.style-three .client-info-wrap .client-img {
    width: 70px;
    height: 70px;
  }

  .testimonial-card.style-three .client-info-wrap .client-info {
    width: calc(100% - 85px);
    margin-left: 15px;
  }

  .testimonial-card.style-three .client-info-wrap .client-info h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .testimonial-card.style-three .client-quote {
    padding-left: 42px;
  }

  .testimonial-card.style-three .client-quote .quote-icon {
    top: -7px;
    left: -2px;
  }

  .testimonial-card.style-three .client-quote .quote-icon i {
    font-size: 26px;
  }

  .testimonial-wrap.style-one .container .row .testimonial-slider-btn.slider-btn,
  .testimonial-wrap.style-two .container .row .testimonial-slider-btn.slider-btn {
    position: relative;
    justify-content: flex-start;
    bottom: auto;
    right: auto;
    margin: 20px 0 0;
  }

  .process-wrap .process-content .feature-item-wrap {
    margin: 20px 0 0;
  }

  .process-wrap .process-img-wrap {
    padding-bottom: 160px;
  }

  .process-wrap .process-img-wrap .trust-box {
    top: 30px;
    right: 0;
    width: 120px;
    height: 120px;
    font-size: 14px;
    line-height: 22px;
  }

  .process-wrap .process-img-wrap .trust-box:after {
    top: 7px;
    left: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
  }

  .process-wrap .process-img-wrap .trust-box span {
    font-size: 30px;
    line-height: 40px;
  }

  .process-wrap .process-img-wrap .promo-box {
    bottom: 20px;
    padding: 15px 20px 15px 20px;
  }

  .process-wrap .process-img-wrap .promo-box span {
    margin-left: 0px;
    width: 75px;
    font-size: 14px;
    line-height: 22px;
  }

  .process-wrap .process-img-wrap .promo-box h5 {
    font-size: 36px;
    line-height: 42px;
    width: 80px;
  }

  .process-wrap .process-img-wrap .process-img-one {
    max-width: 270px;
  }

  .process-wrap .process-img-wrap .process-img-two {
    max-width: 300px;
  }

  .team-wrap .team-card-wrap {
    padding: 0 20px 50px;
  }

  .team-card.style-three .team-img .social-profile {
    padding: 15px;
    width: calc(100% - 50px);
  }

  .team-card.style-three .team-img .social-profile li a {
    width: 40px;
    height: 40px;
  }

  .team-card.style-two {
    padding: 15px 15px 20px;
  }

  .team-card.style-two .team-img .social-profile {
    width: calc(100% - 20px);
    padding: 15px;
  }

  .team-card.style-two .team-img .social-profile li {
    margin-right: 6px;
  }

  .team-card.style-two .team-img .social-profile li a {
    width: 35px;
    height: 35px;
  }

  .team-wrap .container .row .team-slider-btn.slider-btn {
    position: relative;
    justify-content: flex-start;
    bottom: auto;
    right: auto;
    margin: 20px 0 0;
  }

  .cta-wrap.style-one {
    padding: 50px 0;
  }

  .cta-wrap.style-one h4,
  .cta-wrap.style-two h4,
  .cta-wrap.style-three h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .cta-wrap.style-one .cta-contact,
  .cta-wrap.style-two .cta-contact,
  .cta-wrap.style-three .cta-contact {
    font-size: 27px;
    line-height: 54px;
    margin-bottom: 20px;
  }

  .cta-wrap.style-one .cta-contact img,
  .cta-wrap.style-two .cta-contact img,
  .cta-wrap.style-three .cta-contact img {
    top: 0px;
    max-width: 30px;
    margin-left: 10px;
  }

  .blog-card.style-one .blog-card-info,
  .blog-card.style-two .blog-card-info {
    padding: 30px 20px 16px 20px;
    width: calc(100% - 25px);
    margin: -100px auto 0;
  }

  .blog-card.style-one .blog-card-info .blog-date,
  .blog-card.style-two .blog-card-info .blog-date {
    top: -22px;
    left: 20px;
    font-size: 14px;
    padding: 5px 17px;
  }

  .blog-card.style-one .blog-card-info h3,
  .blog-card.style-two .blog-card-info h3 {
    margin: 5px 0 10px;
  }

  .blog-card.style-one .blog-card-info p,
  .blog-card.style-two .blog-card-info p {
    margin-bottom: 8px;
  }

  .blog-card.style-three .blog-card-info {
    padding: 35px 20px 20px 20px;
  }

  .blog-metainfo li {
    font-size: 14px;
  }

  .blog-metainfo li a {
    font-size: 14px;
  }

  article h2,
  .service-details-wrap h2,
  .terms-wrap h2,
  article h3,
  .service-details-wrap h3,
  .terms-wrap h3 {
    margin-bottom: 15px;
  }

  article p,
  .service-desc p,
  .terms-wrap p {
    margin-bottom: 15px;
  }

  article .content-feature-list,
  .service-details-wrap .content-feature-list .terms-wrap .content-feature-list {
    margin: 15px 0 15px;
  }

  article ol,
  .terms-wrap ol {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .service-details-wrap {
    overflow: hidden;
  }

  article h1,
  article h2,
  article h3,
  article h4,
  article h5,
  article h6,
  .service-details-wrap h1,
  .service-details-wrap h2,
  .service-details-wrap h3,
  .service-details-wrap h4,
  .service-details-wrap h5,
  .service-details-wrap h6,
  .terms-wrap h1,
  .terms-wrap h2,
  .terms-wrap h3,
  .terms-wrap h4,
  .terms-wrap h5,
  .terms-wrap h6 {
    line-height: 1.37;
  }

  article h1,
  .service-details-wrap h1,
  .terms-wrap h1 {
    font-size: 30px;
  }

  article h2,
  .service-details-wrap h2,
  .terms-wrap h2 {
    font-size: 28px;
  }

  article h3,
  .service-details-wrap h3,
  .terms-wrap h3 {
    font-size: 26px;
  }

  article h4,
  .service-details-wrap h4,
  .terms-wrap h4 {
    font-size: 24px;
  }

  article h5,
  .service-details-wrap h5,
  .terms-wrap h5 {
    font-size: 22px;
  }

  article h6,
  .service-details-wrap h6,
  .terms-wrap h6 {
    font-size: 20px;
  }

  article ol li,
  .service-details-wrap ol li,
  .terms-wrap ol li {
    font-size: 16px;
    margin-bottom: 10px;
  }

  article ol li:last-child,
  .service-details-wrap ol li:last-child,
  .terms-wrap ol li:last-child {
    margin-bottom: 0;
  }

  article ul li,
  .service-details-wrap ul li,
  .terms-wrap ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  article ul li:last-child,
  .service-details-wrap ul li:last-child,
  .terms-wrap ul li:last-child {
    margin-bottom: 0;
  }

  article .single-img,
  .service-details-wrap .single-img,
  .terms-wrap .single-img {
    margin: 0 0 25px;
  }

  article .blog-metainfo,
  .service-details-wrap .blog-metainfo,
  .terms-wrap .blog-metainfo {
    margin-bottom: 5px;
  }

  article .content-feature-list li i,
  .service-details-wrap .content-feature-list li i,
  .terms-wrap .content-feature-list li i {
    top: -1px;
  }

  .post-tag span {
    position: relative;
    top: 3px;
  }

  .wp-block-quote {
    padding: 20px;
    margin: 20px 0 20px;
  }

  .wp-block-quote p {
    font-size: 16px;
    line-height: 32px;
  }

  .post-metainfo {
    margin-bottom: 15px;
  }

  .post-metainfo li {
    margin-bottom: 0;
  }

  .post-meta-option {
    padding: 20px;
  }

  .post-share .social-profile li a {
    width: 30px;
    height: 30px;
  }

  .post-share .social-profile li a i {
    font-size: 15px;
  }

  .author-info-wrap .author-info h6 {
    font-size: 15px;
  }

  .reply-btn {
    font-size: 14px;
  }

  .post-tag {
    margin-bottom: 15px;
  }

  .post-tag ul li a {
    font-size: 13px;
  }

  #cmt-form {
    padding: 20px;
  }

  .comment-item-wrap .comment-item {
    margin-bottom: 15px;
    padding: 20px;
  }

  .comment-item-wrap .comment-item.reply {
    margin-left: 25px;
  }

  .comment-item-wrap .comment-item .comment-author-img {
    width: 65px;
    height: 65px;
  }

  .comment-item-wrap .comment-item .comment-author-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
    margin-bottom: 15px;
  }

  .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
    font-size: 16px;
  }

  .comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
    margin-bottom: 13px;
    font-size: 14px;
  }

  .comment-item-wrap .comment-item .comment-author-wrap .comment-text {
    margin-bottom: 10px;
  }

  #cmt-form .comment-form .form-group {
    margin-bottom: 15px;
  }

  #cmt-form .comment-form .form-group label {
    font-size: 14px;
  }

  #cmt-form .comment-form .form-group input {
    height: 54px;
  }

  .sidebar .sidebar-widget {
    padding: 20px 20px 25px;
  }

  .sidebar .sidebar-widget .sidebar-widget-title {
    font-size: 20px;
  }

  .sidebar .sidebar-widget .contact-info li {
    font-size: 14px;
  }

  .sidebar .sidebar-widget .social-profile {
    margin: 20px 0 0;
  }

  .checkbox label {
    font-size: 14px;
  }

  .search-box-widget input {
    font-size: 14px;
  }

  .category-box li a {
    font-size: 14px;
  }

  .pp-post-item .pp-post-info h6 {
    font-size: 14px;
  }

  .single-team-widget .single-team-info {
    padding: 18px 20px 22px;
  }

  .single-team-widget .single-team-info h3 {
    font-size: 20px;
    line-height: 27px;
  }

  .error-wrap .error-content img {
    max-width: 100%;
  }

  #contactForm {
    padding: 20px 20px 15px;
  }

  #contactForm .form-group {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pt-70 {
    padding-top: 40px;
  }

  .pt-100 {
    padding-top: 70px;
  }

  .pb-100 {
    padding-bottom: 70px;
  }

  .pb-70 {
    padding-bottom: 40px;
  }

  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pb-75 {
    padding-bottom: 45px;
  }

  .pt-75 {
    padding-top: 45px;
  }

  .section-title h2,
  .content-title h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .breadcrumb-wrap .br-shape-one {
    max-width: 120px;
  }

  .breadcrumb-wrap .br-shape-three {
    opacity: 0.6;
  }

  .breadcrumb-wrap .breadcrumb-content {
    padding: 80px 0;
  }

  .breadcrumb-wrap .breadcrumb-content h2 {
    font-size: 38px;
  }

  .hero-wrap.style-one .hero-shape-one {
    top: auto;
    bottom: 0;
    width: 100%;
  }

  .hero-wrap.style-one .hero-shape-two {
    top: 60%;
    max-width: 130px;
  }

  .hero-wrap.style-one .hero-content {
    padding: 80px 0 0;
  }

  .hero-wrap.style-one .hero-content h1 {
    font-size: 49px;
    line-height: 60px;
  }

  .hero-wrap.style-one .hero-content .hero-form .form-group:nth-child(1),
  .hero-wrap.style-one .hero-content .hero-form .form-group:nth-child(2),
  .hero-wrap.style-one .hero-content .hero-form .form-group:nth-child(3),
  .hero-wrap.style-one .hero-content .hero-form .form-group:nth-child(4) {
    width: calc(50% - 15px);
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box {
    top: 160px;
    left: 0px;
    padding: 35px 25px 35px 25px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box>span {
    width: 55px;
    height: 55px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box .hero-promo-text {
    width: calc(100% - 70px);
    margin-left: 15px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-img {
    display: block;
    margin: 0 0 0 auto;
  }

  .hero-wrap.style-two .hero-content {
    padding: 80px 0 200px;
  }

  .hero-wrap.style-two .hero-content h1 {
    font-size: 60px;
    line-height: 75px;
  }

  .hero-wrap.style-three {
    margin-bottom: 70px;
  }

  .hero-wrap.style-three .hero-shape-one {
    bottom: 155px;
  }

  .hero-wrap.style-three .hero-bg {
    height: 100%;
  }

  .hero-wrap.style-three .hero-img-wrap .circle-wrap {
    bottom: -50px;
    left: 55px;
  }

  .hero-wrap.style-three .hero-content {
    padding: 100px 0 30px;
  }

  .hero-wrap.style-three .hero-content h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .hero-wrap.style-three .hero-content .client-list-wrap {
    margin-top: 50px;
  }

  .hero-form-wrap {
    margin-top: -100px;
  }

  .hero-form-wrap .contact-item-wrap .contact-item {
    padding-left: 30px;
  }

  .hero-form-wrap .contact-item-wrap .contact-item p,
  .hero-form-wrap .contact-item-wrap .contact-item a {
    font-size: 16px;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:nth-child(1):after {
    right: 10px;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:nth-child(2) {
    margin-left: 0;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:nth-child(2):after {
    right: 28px;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:nth-child(2) p {
    max-width: 80%;
    font-size: 15px;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:nth-child(3) {
    margin-left: auto;
  }

  .hero-form-wrap .hero-form {
    padding: 25px 30px 5px;
  }

  .hero-form-wrap .hero-form .form-group:nth-child(2),
  .hero-form-wrap .hero-form .form-group:nth-child(3),
  .hero-form-wrap .hero-form .form-group:nth-child(4),
  .hero-form-wrap .hero-form .form-group:nth-child(5) {
    width: calc(50% - 11px);
  }

  .hero-form-wrap .hero-form .form-group:nth-child(5) button {
    display: block;
    width: 100%;
  }

  .wh-wrap.style-three .wh-content {
    padding: 30px 0 70px;
  }

  .team-card.style-two .team-img .social-profile {
    width: calc(100% - 35px);
    padding: 15px;
  }

  .team-card.style-two .team-img .social-profile li {
    margin-right: 6px;
  }

  .team-card.style-two .team-img .social-profile li a {
    width: 38px;
    height: 38px;
  }

  .cta-wrap.style-three .cta-content h4 {
    margin-bottom: 15px;
  }

  .cta-wrap.style-three .cta-content .cta-contact {
    font-size: 30px;
  }

  .counter-card-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
  }

  .counter-card-wrap .counter-card:nth-child(2),
  .counter-card-wrap .counter-card:nth-child(4) {
    margin-left: 50px;
  }

  .cta-wrap.style-one {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 991px) {
  .md-none {
    display: none !important;
  }

  .md-center {
    text-align: center !important;
  }

  .about-wrap.style-one .about-img-wrap,
  .about-wrap.style-two .about-img-wrap,
  .about-wrap.style-three .about-img-wrap {
    margin-bottom: 30px;
  }

  .wh-wrap.style-one .wh-img-wrap,
  .wh-wrap.style-two .wh-img-wrap {
    margin-top: 30px;
  }

  .wh-wrap.style-three .wh-content {
    margin-top: 25px;
  }

  .process-wrap .process-content {
    margin-bottom: 30px;
  }

  .pricing-card {
    padding-bottom: 25px;
  }

  .pricing-card .pricing-header .pricing-header-left .pricing-title {
    padding: 15px 20px;
    margin-bottom: 55px;
  }

  .pricing-card .pricing-header .pricing-header-left .pricing-title h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .pricing-card .pricing-header .pricing-header-left .pricing-name {
    padding-left: 20px;
  }

  .pricing-card .pricing-header .pricing-header-left .pricing-name h6 {
    font-size: 18px;
    line-height: 26px;
  }

  .pricing-card .pricing-header .pricing-header-right {
    right: 15px;
  }

  .pricing-card .pricing-header .pricing-header-right img {
    max-width: 190px;
  }

  .pricing-card .pricing-features {
    padding: 20px 20px;
  }

  .pricing-card .pricing-features li {
    margin-bottom: 8px;
  }

  .pricing-card .btn-two {
    margin: 0 20px;
    width: calc(100% - 40px);
  }

  .appointment-wrap.style-one .section-title,
  .appointment-wrap.style-two .section-title,
  .appointment-wrap.style-three .section-title {
    margin-bottom: 40px;
  }

  .appointment-wrap.style-one .play-now .ripple,
  .appointment-wrap.style-one .play-now .ripple:before,
  .appointment-wrap.style-one .play-now .ripple:after,
  .appointment-wrap.style-two .play-now .ripple,
  .appointment-wrap.style-two .play-now .ripple:before,
  .appointment-wrap.style-two .play-now .ripple:after,
  .appointment-wrap.style-three .play-now .ripple,
  .appointment-wrap.style-three .play-now .ripple:before,
  .appointment-wrap.style-three .play-now .ripple:after {
    height: 75px;
    width: 75px;
  }

  .appointment-wrap.style-one .play-now,
  .appointment-wrap.style-two .play-now,
  .appointment-wrap.style-three .play-now {
    height: 75px;
    width: 75px;
    border: 1.8px solid var(--whiteColor);
    margin-bottom: 60px;
  }

  .appointment-wrap.style-one .play-now i,
  .appointment-wrap.style-two .play-now i,
  .appointment-wrap.style-three .play-now i {
    font-size: 22px;
  }

  .appointment-wrap.style-one .play-now:after,
  .appointment-wrap.style-two .play-now:after,
  .appointment-wrap.style-three .play-now:after {
    width: 52px;
    height: 52px;
  }

  .appointment-wrap .appointment-box .appointment-form {
    padding: 18px 20px;
  }

  .appointment-wrap .appointment-box .appointment-form h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .appointment-wrap .appointment-box .appointment-form h3 span {
    font-size: 24px;
    color: var(--primaryColor);
  }

  .appointment-wrap .appointment-box .appointment-form h3 img {
    max-width: 32px;
  }

  .appointment-wrap .appointment-box .appointment-form .form-group {
    margin-bottom: 12px;
  }

  .appointment-wrap .appointment-box .appointment-form .form-group label {
    font-size: 14px;
    margin: 0 0 5px;
  }

  .appointment-wrap .appointment-box .appointment-form .form-group input,
  .appointment-wrap .appointment-box .appointment-form .form-group select {
    font-size: 14px;
    padding: 12px 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .lg-none {
    display: none !important;
  }

  .sidebar {
    margin-top: 50px;
  }

  .team-wrap .section-subtitle {
    margin-top: 20px;
  }

  .feature-wrap.style-two .content-title,
  .feature-wrap.style-three .content-title {
    margin-bottom: 30px;
  }

  .feature-card.style-two {
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .feature-card.style-two:hover,
  .feature-card.style-two.active {
    border-color: transparent;
  }

  .feature-card.style-three {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .feature-card.style-three:hover,
  .feature-card.style-three.active {
    border-color: transparent;
  }

  .slider-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .slider-btn .prev-btn {
    margin-right: 15px;
  }

  .service-slider-btn {
    margin-top: 30px;
  }

  .testimonial-slider-wrap.style-three .testimonial-slider-btn {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .testimonial-slider-wrap.style-three .testimonial-slider-btn .prev-btn,
  .testimonial-slider-wrap.style-three .testimonial-slider-btn .next-btn {
    position: relative;
    top: auto;
    transform: translateY(0%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .contact-widget img {
    width: 100%;
  }

  .contact-widget .contact-info {
    padding: 15px 30px 40px;
  }

  .contact-widget .contact-info:before {
    width: 110%;
  }

  .contact-widget .contact-info:after {
    top: -41px;
    width: 110%;
  }

  .about__list ul li h6 {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .section-title h2,
  .content-title h2 {
    font-size: 33px;
    line-height: 45px;
  }

  .hero-wrap.style-one .hero-shape-one {
    width: 45%;
    height: 100%;
  }

  .hero-wrap.style-one .hero-shape-three {
    top: 80px;
  }

  .hero-wrap.style-one .hero-content h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .hero-wrap.style-one .hero-content .hero-form {
    width: calc(100% + 120px);
  }

  .hero-wrap.style-one .hero-content .hero-form .form-group:nth-child(1),
  .hero-wrap.style-one .hero-content .hero-form .form-group:nth-child(2),
  .hero-wrap.style-one .hero-content .hero-form .form-group:nth-child(3),
  .hero-wrap.style-one .hero-content .hero-form .form-group:nth-child(4) {
    width: calc(50% - 15px);
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box {
    top: 10px;
    left: -50px;
    padding: 35px 25px 35px 25px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box>span {
    width: 55px;
    height: 55px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box .hero-promo-text {
    width: calc(100% - 70px);
    margin-left: 15px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box .hero-promo-text h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 7px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box .hero-promo-text .ratings {
    font-size: 15px;
    left: -1px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box .hero-promo-text .ratings i {
    font-size: 16px;
  }

  .hero-wrap.style-two .hero-content {
    padding: 100px 0 200px;
  }

  .hero-wrap.style-two .hero-content h1 {
    font-size: 50px;
    line-height: 63px;
  }

  .hero-wrap.style-three .hero-shape-one {
    bottom: 155px;
  }

  .hero-wrap.style-three .hero-bg {
    height: 100%;
  }

  .hero-wrap.style-three .hero-img-wrap .circle-wrap {
    bottom: -50px;
  }

  .hero-wrap.style-three .hero-content {
    padding: 80px 0 30px;
  }

  .hero-wrap.style-three .hero-content h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .hero-wrap.style-three .hero-content .client-list-wrap {
    margin-top: 50px;
  }

  .hero-form-wrap {
    margin-top: -90px;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:nth-child(1):after {
    right: 63px;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:nth-child(2) {
    margin-left: 20px;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:nth-child(2):after {
    right: 28px;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:nth-child(2) p {
    max-width: 75%;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:nth-child(3) {
    width: calc(33.33% - 30px);
    margin-left: auto;
  }

  .hero-form-wrap .hero-form {
    padding: 25px 30px 0;
  }

  .hero-form-wrap .hero-form .form-group:nth-child(2),
  .hero-form-wrap .hero-form .form-group:nth-child(3),
  .hero-form-wrap .hero-form .form-group:nth-child(4) {
    width: calc(29% - 20px);
  }

  .feature-wrap {
    padding-top: 50px;
  }

  .process-wrap .process-img-wrap {
    padding-bottom: 200px;
  }

  .process-wrap .process-img-wrap .process-img-one {
    max-width: 350px;
  }

  .process-wrap .process-img-wrap .process-img-two {
    max-width: 390px;
  }

  .counter-card-wrap .counter-card .counter-icon {
    width: 50px;
  }

  .counter-card-wrap .counter-card .counter-icon i {
    font-size: 50px;
  }

  .counter-card-wrap .counter-card .counter-text {
    width: calc(100% - 65px);
    margin-left: 15px;
  }

  .counter-card-wrap .counter-card .counter-text span {
    font-size: 40px;
    line-height: 32px;
  }

  .feature-card p {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .xl-none {
    display: none !important;
  }

  .slider-btn .prev-btn,
  .slider-btn .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .team-wrap .section-subtitle {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .slider-btn .prev-btn {
    left: -25px;
  }

  .slider-btn .next-btn {
    right: -25px;
  }

  .counter-wrap.style-two .counter-bg,
  .counter-wrap.style-three .counter-bg,
  .counter-wrap.style-four .counter-bg {
    width: 1190px;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {
  .slider-btn .prev-btn {
    left: -65px;
  }

  .slider-btn .next-btn {
    right: -65px;
  }

  .counter-wrap.style-two .counter-bg,
  .counter-wrap.style-three .counter-bg,
  .counter-wrap.style-four .counter-bg {
    width: calc(100% - 50px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb-wrap .container {
    max-width: 1200px;
  }

  .hero-wrap .container {
    max-width: 1200px;
  }

  .hero-wrap.style-one .hero-shape-one {
    width: 45%;
    height: 100%;
  }

  .hero-wrap.style-one .hero-content {
    position: relative;
    top: 13px;
  }

  .hero-wrap.style-one .hero-content h1 {
    font-size: 50px;
    line-height: 64px;
    padding-right: 20px;
  }

  .hero-wrap.style-one .hero-content .hero-form {
    width: calc(100% + 190px);
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box {
    top: 126px;
    left: -80px;
    padding: 35px 25px 35px 25px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box>span {
    width: 55px;
    height: 55px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box .hero-promo-text {
    width: calc(100% - 70px);
    margin-left: 15px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box .hero-promo-text h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 7px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box .hero-promo-text .ratings {
    font-size: 15px;
    left: -1px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box .hero-promo-text .ratings i {
    font-size: 16px;
  }

  .hero-wrap.style-three .hero-bg {
    height: 95%;
  }

  .hero-wrap.style-three .client-list-wrap {
    margin: 80px 0 0;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:nth-child(1):after {
    right: 63px;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:nth-child(2) {
    margin-left: 20px;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:nth-child(2):after {
    right: 28px;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:nth-child(2) p {
    max-width: 75%;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:nth-child(3) {
    width: calc(33.33% - 80px);
    margin-left: auto;
  }

  .feature-wrap {
    margin-top: 50px;
  }

  .pricing-card .pricing-header .pricing-header-left .pricing-title {
    padding: 19px 30px;
  }

  .pricing-card .pricing-header .pricing-header-left .pricing-name {
    padding-left: 30px;
  }

  .pricing-card .pricing-header .pricing-header-right {
    right: 20px;
  }

  .pricing-card .pricing-header .pricing-header-right img {
    max-width: 210px;
  }

  .team-card.style-two .team-img .social-profile {
    width: calc(100% - 35px);
    padding: 15px;
  }

  .team-card.style-two .team-img .social-profile li {
    margin-right: 6px;
  }

  .wh-wrap.style-one .wh-content .feature-list li {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1330px;
  }

  .btn-one,
  .btn-two,
  .btn-three,
  .btn-four {
    padding: 21px 36px 23px;
  }

  .section-title h2,
  .content-title h2 {
    font-size: 36px;
    line-height: 60px;
    font-weight: 500;
  }

  .section-title p,
  .content-title p {
    margin-left: 4px;
  }

  .section-title.text-center,
  .content-title.text-center {
    padding: 0 60px;
  }

  .breadcrumb-wrap .breadcrumb-content {
    padding: 150px 0;
  }

  .breadcrumb-wrap .breadcrumb-content h2 {
    font-size: 48px;
    line-height: 60px;
  }

  .slider-btn .prev-btn {
    left: -30px;
  }

  .slider-btn .next-btn {
    right: -30px;
  }

  .sidebar .sidebar-widget {
    margin-bottom: 40px;
    padding: 38px 40px 40px;
  }

  .sidebar .contact-widget p {
    padding: 0 50px;
  }

  .sidebar .single-team-widget .single-team-info {
    padding: 34px 40px 36px;
  }

  .hero-wrap.style-one .hero-shape-one {
    width: 45%;
    height: 100%;
  }

  .hero-wrap.style-one .hero-content {
    position: relative;
    top: 13px;
  }

  .hero-wrap.style-one .hero-content h1 {
    font-size: 56px;
    line-height: 70px;
    padding-right: 48px;
  }

  .hero-wrap.style-one .hero-content .hero-form {
    width: calc(100% + 137px);
  }

  .hero-wrap.style-one .hero-img-wrap .hero-img {
    right: -40px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box {
    left: -85px;
  }

  .hero-wrap.style-two .hero-content h1,
  .hero-wrap.style-three .hero-content h1 {
    font-size: 60px;
    line-height: 80px;
    width: calc(100% + 10px);
  }

  .hero-wrap.style-two .hero-content p,
  .hero-wrap.style-three .hero-content p {
    padding-right: 80px;
  }

  .hero-wrap.style-three .client-list-wrap {
    margin-top: 100px;
  }

  .hero-form-wrap {
    padding: 50px 60px 60px;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:nth-child(1):after {
    right: 63px;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:nth-child(2) {
    margin-left: auto;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:nth-child(2):after {
    right: 28px;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:nth-child(2) p {
    max-width: 65%;
  }

  .hero-form-wrap .contact-item-wrap .contact-item:nth-child(3) {
    width: calc(33.33% - 140px);
    margin-left: auto;
  }

  .about-wrap.style-one .about-content,
  .about-wrap.style-two .about-content,
  .about-wrap.style-three .about-content {
    width: calc(100% - 60px);
    margin-left: auto;
  }

  .about-wrap.style-one .about-shape-two {
    right: -25px;
  }

  .about-wrap.style-one .about-content {
    width: calc(100% - 60px);
    margin-left: auto;
  }

  .about-wrap.style-one .about-img-wrap {
    top: 24px;
    width: calc(100% + 30px);
  }

  .about-wrap.style-one .about-img-wrap .about-img-shape {
    right: 68px;
  }

  .about-wrap.style-one .about-img-wrap .about-img img {
    margin: 0;
  }

  .about-wrap.style-one .about-img-wrap .about-img:after {
    width: calc(100% - 119px);
  }

  .about-wrap.style-one .about-img-wrap .promo-box.style-two {
    left: -79px;
  }

  .about-wrap.style-two .about-img-wrap {
    width: calc(100% + 20px);
  }

  .about-wrap.style-two .about-img-wrap .about-img-one {
    margin-left: 48px;
  }

  .about-wrap.style-three .about-img-wrap {
    width: calc(100% + 27px);
  }

  .about-wrap.style-three .about-img-wrap .about-img-one {
    padding-right: 0;
  }

  .about-wrap.style-three .about-img-wrap .about-img-two {
    max-width: 100%;
  }

  .wh-wrap.style-one .wh-content .content-title p {
    padding-right: 48px;
  }

  .wh-wrap.style-one .wh-content .feature-list {
    width: calc(100% - 40px);
  }

  .wh-wrap.style-one .wh-content .feature-list li {
    padding-right: 0;
    padding-left: 24px;
  }

  .wh-wrap.style-one .wh-content .feature-list li:nth-child(2),
  .wh-wrap.style-one .wh-content .feature-list li:nth-child(4) {
    margin-left: 20px;
  }

  .wh-wrap.style-two .wh-content .content-title p {
    padding-right: 48px;
  }

  .wh-wrap.style-two .wh-content .progressbar-wrap {
    width: calc(100% - 50px);
  }

  .wh-wrap.style-two .wh-img-wrap {
    width: calc(100% + 7px);
    margin-left: -7px;
  }

  .wh-wrap.style-two .wh-img-wrap .circle-wrap {
    width: 310px;
    height: 280px;
  }

  .wh-wrap.style-three .wh-content {
    width: calc(100% - 60px);
    margin-left: auto;
  }

  .wh-wrap.style-three .wh-img-wrap {
    width: calc(100% + 20px);
  }

  .wh-wrap.style-three .wh-img-wrap .wh-img-shape {
    right: -21px;
  }

  .feature-wrap {
    margin-top: -50px;
  }

  .process-wrap .process-img-wrap {
    width: calc(100% + 2px);
    margin-left: -2px;
  }

  .service-wrap.style-one .service-box-wrap {
    padding: 50px 50px 100px 50px;
  }

  .service-wrap.style-two .service-shape-two {
    bottom: -10px;
    right: 26%;
  }

  .service-card.style-two {
    padding: 42px 32px 43px 41px;
  }

  .service-card.style-two .service-icon {
    top: 51px;
    right: 60px;
  }

  .service-card.style-three .service-info {
    padding: 30px 35px 40px 40px;
  }

  .slider-btn .prev-btn,
  .slider-btn .next-btn {
    width: 70px;
    height: 70px;
  }

  .slider-btn .prev-btn img,
  .slider-btn .next-btn img {
    max-width: 20px;
  }

  .testimonial-card.style-one .client-quote {
    padding: 68px 45px 75px;
  }

  .testimonial-card.style-one .client-quote .quote-icon {
    top: 46px;
    left: 40px;
  }

  .testimonial-card.style-two,
  .testimonial-card.style-three {
    padding: 40px 32px 32px 40px;
  }

  .testimonial-card.style-two .qlient-quote .quote-icon,
  .testimonial-card.style-three .qlient-quote .quote-icon {
    left: -7px;
  }

  .testimonial-wrap.style-three .container .testimonial-shape-one {
    right: -100px;
  }

  .cta-wrap.style-three {
    position: relative;
    z-index: 1;
  }

  .cta-wrap.style-three .cta-bg {
    width: calc(100% - 45px);
  }

  .cta-wrap.style-three .btn-two {
    margin-right: 55px;
  }

  .appointment-wrap .appointment-box .appointment-form {
    width: calc(100% - 34px);
    padding: 45px 27px 40px 50px;
  }

  .appointment-wrap .appointment-box .appointment-form .form-group {
    margin-bottom: 23px;
  }

  .appointment-wrap .appointment-box .appointment-form .form-group input,
  .appointment-wrap .appointment-box .appointment-form .form-group select {
    height: 60px;
  }

  .appointment-wrap .appointment-box .appointment-form .form-group i {
    bottom: 20px;
  }

  .appointment-wrap .appointment-box .before-after-container {
    width: calc(100% + 34px);
    margin-left: -34px;
    height: 700px;
  }

  .appointment-wrap .appointment-box #before_after::before {
    width: 100px;
    margin-right: -52px;
  }

  .counter-wrap.style-one .counter-card-wrap .counter-card:nth-child(2) {
    margin-left: 83px;
  }

  .counter-wrap.style-one .counter-card-wrap .counter-card:nth-child(3) {
    margin-left: 125px;
  }

  .counter-wrap.style-one .counter-card-wrap .counter-card:nth-child(4) {
    margin-left: 134px;
  }

  .counter-wrap.style-two .counter-bg,
  .counter-wrap.style-three .counter-bg,
  .counter-wrap.style-four .counter-bg {
    width: calc(100% - 250px);
  }

  .counter-wrap.style-two .counter-card-wrap .counter-card:nth-child(1),
  .counter-wrap.style-three .counter-card-wrap .counter-card:nth-child(1),
  .counter-wrap.style-four .counter-card-wrap .counter-card:nth-child(1) {
    margin-left: 50px;
  }

  .counter-wrap.style-two .counter-card-wrap .counter-card:nth-child(2),
  .counter-wrap.style-three .counter-card-wrap .counter-card:nth-child(2),
  .counter-wrap.style-four .counter-card-wrap .counter-card:nth-child(2) {
    margin-left: 115px;
  }

  .counter-wrap.style-two .counter-card-wrap .counter-card:nth-child(3),
  .counter-wrap.style-three .counter-card-wrap .counter-card:nth-child(3),
  .counter-wrap.style-four .counter-card-wrap .counter-card:nth-child(3) {
    margin-left: 144px;
  }

  .counter-wrap.style-two .counter-card-wrap .counter-card:nth-child(4),
  .counter-wrap.style-three .counter-card-wrap .counter-card:nth-child(4),
  .counter-wrap.style-four .counter-card-wrap .counter-card:nth-child(4) {
    margin-left: 134px;
  }

  .blog-card.style-one .blog-card-info,
  .blog-card.style-two .blog-card-info {
    padding: 45px 25px 20px 30px;
    width: calc(100% - 44px);
    margin: -140px auto 0;
  }

  .blog-card.style-one .blog-card-info .blog-date,
  .blog-card.style-two .blog-card-info .blog-date {
    left: 30px;
  }

  .blog-card.style-three .blog-card-info {
    padding: 45px 30px 20px 40px;
  }

  .blog-card.style-three .blog-card-info .blog-date {
    left: 40px;
  }

  .team-wrap .team-card-wrap {
    padding: 0 50px 100px;
  }

  .contact-form {
    margin: 0 58px;
  }

  .contact-form #contactForm {
    padding: 50px 50px 45px;
  }

  .contact-card p {
    padding: 0 25px;
  }

  #cmt-form {
    padding: 50px;
  }
}

@media only screen and (min-width: 1600px) {
  .breadcrumb-wrap .container {
    max-width: 1566px;
  }

  .feature-wrap {
    margin-top: -82px;
  }

  .feature-wrap>.container {
    max-width: 1566px;
  }

  .slider-btn .prev-btn {
    left: -100px;
  }

  .slider-btn .next-btn {
    right: -100px;
  }

  .about-slider-btn.slider-btn .prev-btn {
    left: -10px;
  }

  .about-slider-btn.slider-btn .next-btn {
    right: 30px;
  }

  .hero-wrap .container {
    max-width: 1566px;
  }

  .hero-wrap.style-one .hero-shape-one {
    width: 45%;
    height: 100%;
  }

  .hero-wrap.style-one .hero-content {
    position: relative;
    top: 13px;
  }

  .hero-wrap.style-one .hero-content h1 {
    font-size: 65px;
    line-height: 80px;
    padding-right: 48px;
  }

  .hero-wrap.style-one .hero-content .hero-form {
    width: calc(100% + 137px);
  }

  .hero-wrap.style-one .hero-img-wrap .hero-img {
    right: -10px;
  }

  .hero-wrap.style-one .hero-img-wrap .hero-promo-box {
    left: -85px;
  }

  .hero-wrap.style-two .hero-content h1,
  .hero-wrap.style-three .hero-content h1 {
    font-size: 75px;
    line-height: 90px;
    width: calc(100% + 10px);
  }

  .hero-wrap.style-two .hero-content p,
  .hero-wrap.style-three .hero-content p {
    padding-right: 0px;
  }

  .hero-wrap.style-three.style-three .client-list-wrap {
    margin-top: 138px;
  }

  .service-wrap.style-one .service-box-wrap {
    margin-left: -57px;
    width: calc(100% + 114px);
  }

  .team-wrap .team-card-wrap {
    margin-left: -57px;
    width: calc(100% + 114px);
  }
}

@media only screen and (min-width: 1920px) {
  .hero-wrap.style-one .hero-content {
    position: relative;
    top: 13px;
  }

  .hero-wrap.style-one .hero-content h1 {
    font-size: 65px;
    line-height: 80px;
    padding-right: 48px;
  }

  .hero-wrap.style-one .hero-content .hero-form {
    width: calc(100% + 137px);
  }

  .hero-wrap.style-one .hero-img-wrap .hero-img {
    position: relative;
    right: -60px;
  }

  .hero-wrap.style-three .hero-img-wrap {
    width: calc(100% + 45px);
    margin-left: 45px;
  }

  .feature-wrap>.container>.row>div:nth-child(2) {
    margin-left: 40px;
  }

  .feature-card-wrap>div:first-child .feature-card {
    margin-left: -30px;
  }

  .feature-card-wrap>div:last-child .feature-card {
    margin-right: -30px;
  }

  .process-wrap .process-img-wrap .process-shape {
    right: -70px;
  }

  .cta-wrap.style-three .cta-bg {
    width: calc(100% - 250px);
  }

  .appointment-wrap .container {
    max-width: 1428px;
  }
}

/*# sourceMappingURL=responsive.css.map */
/* dark-theme.css */
/*-------------------------------
    Dark Theme  CSS
-------------------------------*/
:root {
  --aztechColor: #00161b;
  --codColor: #111;
  --mildColor: #333;
  --darkColor: #000;
}

.switch-theme-mode {
  position: fixed;
  top: 200px;
  right: 15px;
  z-index: 99;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.slider.round {
  border-radius: 50%;
}
.slider.round:before {
  border-radius: 50%;
}
.slider:before {
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.4s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: white url("../img/sunny.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--aztechColor);
  background-size: 17px;
}

.navbar-area .navbar,
input:checked + .slider {
  background-color: transparent;
}

input:focus + .slider {
  box-shadow: 0 0 1px transparent;
}

input:checked + .slider:before {
  transform: translateX(0);
  background: white url("../img/night.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

/*---------------------------------
    Color CSS For Elements 
-----------------------------------*/
.theme-light .navbar-brand .logo-dark {
  display: none !important;
}
.theme-light .navbar-brand .logo-light {
  display: block !important;
  height: 75px;
}
.theme-light .footer-logo .logo-dark {
  display: none !important;
}
.theme-light .footer-logo .logo-light {
  display: block !important;
  height: 65px;
}
.theme-light .logo .logo-dark {
  display: none !important;
}
.theme-light .logo .logo-light {
  display: block !important;
}

.theme-dark .navbar-brand .logo-light {
  display: none !important;
}
.theme-dark .navbar-brand .logo-dark {
  display: block !important;
}
.theme-dark .footer-logo .logo-dark {
  display: block !important;
}
.theme-dark .footer-logo .logo-light {
  display: none !important;
}
.theme-dark .logo .logo-dark {
  display: block !important;
}
.theme-dark .logo .logo-light {
  display: none !important;
}
.theme-dark .bg_ash,
.theme-dark .bg_two,
.theme-dark .pricing-card,
.theme-dark .navbar-area.header-one.sticky,
.theme-dark .navbar-area.header-three.sticky,
.theme-dark .navbar-area.header-two.sticky,
.theme-dark .navbar-area.header-three,
.theme-dark .breadcrumb-wrap,
.theme-dark .footer-wrap,
.theme-dark .appointment-wrap .appointment-box,
.theme-dark .searchModal .modal-dialog,
.theme-dark .navbar-area.sticky,
.theme-dark .about-wrap.style-three .about-img-wrap .promo-box,
.theme-dark .section-subtitle,
.theme-dark .testimonial-card.style-three,
.theme-dark .process-wrap .process-img-wrap .promo-box,
.theme-dark .testimonial-card.style-one .client-quote,
.theme-dark .blog-card.style-one .blog-card-info,
.theme-dark .blog-card.style-two .blog-card-info,
.theme-dark .testimonial-card.style-two,
.theme-dark .team-wrap .team-card-wrap,
.theme-dark .service-card.style-two,
.theme-dark .service-card.style-three,
.theme-dark .service-card.style-four,
.theme-dark .hero-form-wrap,
.theme-dark .single-team-widget,
.theme-dark .wh-wrap.style-three .wh-content .feature-list .feature-item,
.theme-dark .counter-wrap.style-two .counter-bg,
.theme-dark .counter-wrap.style-three .counter-bg,
.theme-dark .counter-wrap.style-four .counter-bg,
.theme-dark .contact-widget .contact-info,
.theme-dark .contact-widget .contact-info::before,
.theme-dark .hero-wrap.style-one .hero-content .hero-form,
.theme-dark .about-wrap.style-one .about-img-wrap .promo-box.style-one,
.theme-dark .about-wrap.style-one .about-img-wrap .promo-box.style-two,
.theme-dark .hero-wrap.style-one .hero-img-wrap .hero-promo-box,
.theme-dark .blog-card.style-three .blog-card-info {
  background-color: var(--codColor);
}
.theme-dark body,
.theme-dark .td_dark,
.theme-dark .responsive-navbar,
.theme-dark .breadcrumb-wrap::after,
.theme-dark .cta-wrap.style-three::after,
.theme-dark .contact-widget .contact-info::after,
.theme-dark .footer-wrap .footer-bottom .copyright-text,
.theme-dark .bg-white {
  background-color: var(--darkColor) !important;
}
.theme-dark .bg_gray,
.theme-dark .navbar-area.style-one,
.theme-dark .team-card.style-two,
.theme-dark .service-wrap.style-one .service-box-wrap {
  background-color: var(--mildColor);
}
.theme-dark
  .simple-wrap.style-two
  .simple-content
  .feature-item-wrap
  .feature-item
  .feature-icon {
  background-color: rgba(255, 255, 255, 0.18);
}
.theme-dark .td_aztec,
.theme-dark .bg_four,
.theme-dark .bg_optional,
.theme-dark .searchModal .modal-dialog,
.theme-dark .newsletter-wrap.style-one::after,
.theme-dark .service-wrap.style-one::after,
.theme-dark .hero-form-wrap .hero-form,
.theme-dark .counter-wrap.style-three::after,
.theme-dark .modal-dialog-scrollable .modal-content,
.theme-dark .newsletter-wrap.style-three::after,
.theme-dark .navbar-area.style-three .navbar,
.theme-dark .navbar-area.style-three .navbar,
.theme-dark .navbar-area.style-three.sticky,
.theme-dark .navbar-area.style-three::after,
.theme-dark .accordion-item .accordion-header .accordion-button,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
  background-color: var(--aztechColor) !important;
}
.theme-dark .bg_dark {
  background-color: var(--mildColor);
}
.theme-dark .bg_dark:hover {
  background-color: var(--aztechColor);
}
.theme-dark .slider-btn .prev-btn,
.theme-dark .slider-btn .next-btn {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-dark .slider-btn .prev-btn:hover,
.theme-dark .slider-btn .next-btn:hover {
  background-color: var(--secondaryColor);
}
.theme-dark .counter-wrap.style-three .counter-bg,
.theme-dark .counter-wrap.style-four .counter-bg,
.theme-dark .counter-wrap.style-two .counter-bg {
  background-image: none;
}
.theme-dark .service-card.style-three .service-info .service-card-shape,
.theme-dark .appointment-wrap.style-three .appointment-shape-one,
.theme-dark .testimonial-wrap.style-two .testimonial-bg-shape,
.theme-dark .counter-wrap.style-one .counter-shape,
.theme-dark .testimonial-card.style-one .client-quote .quote-icon,
.theme-dark .testimonial-wrap.style-one .testimonial-bg-shape {
  opacity: 0.1;
}
.theme-dark .footer-wrap .footer-bottom::after {
  background-color: rgba(255, 255, 255, 0.25);
}
.theme-dark .contact-us-wrap #contactForm {
  background-color: transparent !important;
}
.theme-dark article .feature-list li,
.theme-dark .service-details-wrap .feature-list li,
.theme-dark .team-details-wrap .feature-list li,
.theme-dark .terms-wrap .feature-list li,
.theme-dark .hero-form-wrap .contact-item-wrap .contact-item p,
.theme-dark .hero-form-wrap .contact-item-wrap .contact-item a,
.theme-dark .navbar-area .header-top .contact-info li,
.theme-dark .navbar-area .header-top .contact-info li a,
.theme-dark .pricing-card .pricing-features li,
.theme-dark .searchModal .modal-dialog .modal-content .btn-close i,
.theme-dark .responsive-navbar .offcanvas-body .contact-info li p,
.theme-dark .responsive-navbar .offcanvas-body .contact-info li a {
  color: var(--offwhiteColor);
}
.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark h3 a,
.theme-dark .accordion-item .accordion-header .accordion-button,
.theme-dark .wh-wrap.style-one .wh-content .feature-list li,
.theme-dark
  .appointment-wrap
  .appointment-box
  .appointment-form
  .form-group
  label,
.theme-dark
  .appointment-wrap
  .appointment-box
  .appointment-form
  .form-group
  select,
.theme-dark .appointment-wrap .appointment-box .appointment-form .form-group i,
.theme-dark .counter-card-wrap .counter-card .counter-text span,
.theme-dark .progressbar-wrap .progress-item .progress-title p,
.theme-dark .progressbar-wrap .progress-item .progress-title span,
.theme-dark .navbar-area .header-top p span,
.theme-dark .navbar-area .navbar .others-option .option-item .search-btn i,
.theme-dark .header-wrap.header-two .navbar .navbar-nav .nav-item a,
.theme-dark
  .header-wrap.header-three
  .header-bottom
  .navbar
  .navbar-nav
  .nav-item
  a,
.theme-dark
  .header-wrap.header-four
  .header-bottom
  .navbar
  .navbar-nav
  .nav-item
  a,
.theme-dark .responsive-navbar .offcanvas-header .close-btn,
.theme-dark .navbar-area .navbar .others-option .option-item .sidebar-toggler i,
.theme-dark .navbar-area .navbar .others-option .option-item .contact-item a,
.theme-dark .hero-wrap.style-one .hero-content .hero-form .form-group label,
.theme-dark
  .hero-wrap.style-one
  .hero-img-wrap
  .hero-promo-box
  .hero-promo-text
  span,
.theme-dark
  .responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-link,
.theme-dark article p strong,
.theme-dark article p b,
.theme-dark .terms-wrap p strong,
.theme-dark .terms-wrap p b {
  color: var(--whiteColor);
}
.theme-dark .service-card.style-one h3 a,
.theme-dark .service-card.style-four h3 a,
.theme-dark .team-card.style-one .team-info h3 a,
.theme-dark .team-card.style-one .team-info span,
.theme-dark .team-card.style-two .team-info h3 a,
.theme-dark .link-one,
.theme-dark .sidebar .sidebar-widget .contact-info li p,
.theme-dark .sidebar .sidebar-widget .contact-info li a,
.theme-dark .team-card.style-three .team-info h3 a,
.theme-dark .service-card.style-two h3 a,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .nav-link,
.theme-dark
  .navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link,
.theme-dark .blog-card .blog-card-info h3 a,
.theme-dark .reply-btn {
  color: var(--whiteColor);
}
.theme-dark .service-card.style-one h3 a:hover,
.theme-dark .service-card.style-one h3 a.active,
.theme-dark .service-card.style-four h3 a:hover,
.theme-dark .service-card.style-four h3 a.active,
.theme-dark .team-card.style-one .team-info h3 a:hover,
.theme-dark .team-card.style-one .team-info h3 a.active,
.theme-dark .team-card.style-one .team-info span:hover,
.theme-dark .team-card.style-one .team-info span.active,
.theme-dark .team-card.style-two .team-info h3 a:hover,
.theme-dark .team-card.style-two .team-info h3 a.active,
.theme-dark .link-one:hover,
.theme-dark .link-one.active,
.theme-dark .sidebar .sidebar-widget .contact-info li p:hover,
.theme-dark .sidebar .sidebar-widget .contact-info li p.active,
.theme-dark .sidebar .sidebar-widget .contact-info li a:hover,
.theme-dark .sidebar .sidebar-widget .contact-info li a.active,
.theme-dark .team-card.style-three .team-info h3 a:hover,
.theme-dark .team-card.style-three .team-info h3 a.active,
.theme-dark .service-card.style-two h3 a:hover,
.theme-dark .service-card.style-two h3 a.active,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .nav-link:hover,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .nav-link.active,
.theme-dark
  .navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link:hover,
.theme-dark
  .navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link.active,
.theme-dark .blog-card .blog-card-info h3 a:hover,
.theme-dark .blog-card .blog-card-info h3 a.active,
.theme-dark .reply-btn:hover,
.theme-dark .reply-btn.active {
  color: var(--primaryColor);
}
.theme-dark p,
.theme-dark span,
.theme-dark .contact-item-wrap .contact-item .contact-info a,
.theme-dark .contact-item-wrap .contact-item .contact-info p,
.theme-dark .checkbox label,
.theme-dark .content-feature-list li,
.theme-dark .breadcrumb-content .breadcrumb-menu li:last-child,
.theme-dark .responsive-navbar .offcanvas-body .contact-info li p,
.theme-dark .responsive-navbar .offcanvas-body .contact-info li a,
.theme-dark article ol li,
.theme-dark .service-details-wrap ol li,
.theme-dark .project-details-wrap ol li,
.theme-dark .terms-wrap ol li,
.theme-dark .content-feature-list li,
.theme-dark .btn-three,
.theme-dark .blog-card .blog-metainfo li,
.theme-dark .blog-card .blog-metainfo li a,
.theme-dark .contact-item .contact-info p {
  color: var(--offwhiteColor);
}
.theme-dark .progressbar-wrap .progress-item .progress-title span,
.theme-dark .about-wrap.style-one .about-img-wrap .promo-box.style-two h5,
.theme-dark .about-wrap.style-two .about-img-wrap .promo-box.style-two h5 {
  color: var(--primaryColor);
}
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: none !important;
}
.theme-dark .btn-three {
  color: var(--titleColor);
}
.theme-dark .btn-three:hover {
  color: var(--whiteColor);
}
.theme-dark .tag-list li a,
.theme-dark .post-tag li a {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--whiteColor);
}
.theme-dark .tag-list li a:hover,
.theme-dark .post-tag li a:hover {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.theme-dark article .blog-metainfo li {
  color: var(--whiteColor);
}
.theme-dark article .blog-metainfo li a {
  color: var(--whiteColor);
}
.theme-dark .hero-wrap.style-one .hero-shape-one {
  filter: brightness(0.3) invert(0);
}
.theme-dark .newsletter-wrap.style-one .newsletter-box,
.theme-dark .newsletter-wrap.style-two .newsletter-box,
.theme-dark .newsletter-wrap.style-three .newsletter-box,
.theme-dark .newsletter-wrap.style-four .newsletter-box,
.theme-dark .cta-wrap.style-one,
.theme-dark .footer-wrap .footer-top {
  position: relative;
  z-index: 1;
}
.theme-dark .newsletter-wrap.style-one .newsletter-box:after,
.theme-dark .newsletter-wrap.style-two .newsletter-box:after,
.theme-dark .newsletter-wrap.style-three .newsletter-box:after,
.theme-dark .newsletter-wrap.style-four .newsletter-box:after,
.theme-dark .cta-wrap.style-one:after,
.theme-dark .footer-wrap .footer-top:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -2;
}
.theme-dark .hero-wrap.style-two .hero-shape-one {
  opacity: 0.4;
}
.theme-dark .hero-wrap.style-two:after {
  background: linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0.0424370432) 88%
  );
}
.theme-dark .footer-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.theme-dark .team-card.style-one {
  background-color: var(--titleColor);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.theme-dark .team-card.style-one:after {
  background: linear-gradient(0deg, rgb(0, 0, 0) 45%, rgba(0, 0, 0, 0.1) 88%);
}
.theme-dark .newsletter-wrap.style-one .newsletter-box form button,
.theme-dark .newsletter-wrap.style-four .newsletter-box form button {
  background-color: var(--primaryColor);
}
.theme-dark .breadcrumb-wrap::before {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.theme-dark .link-one,
.theme-dark .link-two,
.theme-dark article .blog-author a,
.theme-dark .post-tag ul li a,
.theme-dark
  .navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link,
.theme-dark .pp-post-item .pp-post-info h6 a,
.theme-dark .pp-post-item .pp-post-info > a,
.theme-dark
  .navbar-area.header-one
  .container
  .header-top
  .others-option
  .option-item
  .social-profile
  li
  a
  i,
.theme-dark
  .navbar-area.header-two
  .container
  .header-top
  .others-option
  .option-item
  .social-profile
  li
  a
  i,
.theme-dark .checkbox label a,
.theme-dark
  .navbar-area.sticky.header-one
  .navbar
  .others-option
  .option-item
  .search-btn
  i,
.theme-dark
  .navbar-area.sticky.header-one
  .navbar
  .others-option
  .option-item
  .shopcart
  i,
.theme-dark .navbar-area.header-one .navbar .navbar-nav .nav-item .nav-link,
.theme-dark .navbar-area.header-two .navbar .navbar-nav .nav-item .nav-link,
.theme-dark .navbar-area.header-three .navbar .navbar-nav .nav-item .nav-link,
.theme-dark .navbar-area.header-four .navbar .navbar-nav .nav-item .nav-link,
.theme-dark .breadcrumb-content .breadcrumb-menu li a {
  color: var(--whiteColor);
}
.theme-dark .link-one:hover,
.theme-dark .link-one.active,
.theme-dark .link-two:hover,
.theme-dark .link-two.active,
.theme-dark article .blog-author a:hover,
.theme-dark article .blog-author a.active,
.theme-dark .post-tag ul li a:hover,
.theme-dark .post-tag ul li a.active,
.theme-dark
  .navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link:hover,
.theme-dark
  .navbar-area
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link.active,
.theme-dark .pp-post-item .pp-post-info h6 a:hover,
.theme-dark .pp-post-item .pp-post-info h6 a.active,
.theme-dark .pp-post-item .pp-post-info > a:hover,
.theme-dark .pp-post-item .pp-post-info > a.active,
.theme-dark
  .navbar-area.header-one
  .container
  .header-top
  .others-option
  .option-item
  .social-profile
  li
  a
  i:hover,
.theme-dark
  .navbar-area.header-one
  .container
  .header-top
  .others-option
  .option-item
  .social-profile
  li
  a
  i.active,
.theme-dark
  .navbar-area.header-two
  .container
  .header-top
  .others-option
  .option-item
  .social-profile
  li
  a
  i:hover,
.theme-dark
  .navbar-area.header-two
  .container
  .header-top
  .others-option
  .option-item
  .social-profile
  li
  a
  i.active,
.theme-dark .checkbox label a:hover,
.theme-dark .checkbox label a.active,
.theme-dark
  .navbar-area.sticky.header-one
  .navbar
  .others-option
  .option-item
  .search-btn
  i:hover,
.theme-dark
  .navbar-area.sticky.header-one
  .navbar
  .others-option
  .option-item
  .search-btn
  i.active,
.theme-dark
  .navbar-area.sticky.header-one
  .navbar
  .others-option
  .option-item
  .shopcart
  i:hover,
.theme-dark
  .navbar-area.sticky.header-one
  .navbar
  .others-option
  .option-item
  .shopcart
  i.active,
.theme-dark
  .navbar-area.header-one
  .navbar
  .navbar-nav
  .nav-item
  .nav-link:hover,
.theme-dark
  .navbar-area.header-one
  .navbar
  .navbar-nav
  .nav-item
  .nav-link.active,
.theme-dark
  .navbar-area.header-two
  .navbar
  .navbar-nav
  .nav-item
  .nav-link:hover,
.theme-dark
  .navbar-area.header-two
  .navbar
  .navbar-nav
  .nav-item
  .nav-link.active,
.theme-dark
  .navbar-area.header-three
  .navbar
  .navbar-nav
  .nav-item
  .nav-link:hover,
.theme-dark
  .navbar-area.header-three
  .navbar
  .navbar-nav
  .nav-item
  .nav-link.active,
.theme-dark
  .navbar-area.header-four
  .navbar
  .navbar-nav
  .nav-item
  .nav-link:hover,
.theme-dark
  .navbar-area.header-four
  .navbar
  .navbar-nav
  .nav-item
  .nav-link.active,
.theme-dark .breadcrumb-content .breadcrumb-menu li a:hover,
.theme-dark .breadcrumb-content .breadcrumb-menu li a.active {
  color: var(--secondaryColor);
}
.theme-dark .contact-item-wrap .contact-item .contact-icon,
.theme-dark .wp-block-quote h6::before,
.theme-dark .navbar-area .header-top .social-profile li::after {
  background-color: rgba(255, 255, 255, 0.15);
}
.theme-dark .contact-item-wrap .contact-item .contact-icon:hover,
.theme-dark .wp-block-quote h6::before:hover,
.theme-dark .navbar-area .header-top .social-profile li::after:hover {
  background-color: var(--secondaryColor);
}
.theme-dark
  .responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-button {
  color: var(--whiteColor);
}
.theme-dark
  .responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-button.active {
  color: var(--secondaryColor);
}
.theme-dark
  .responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body {
  background-color: transparent;
}
.theme-dark
  .responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-link {
  color: var(--whiteColor);
}
.theme-dark
  .responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-link.active {
  color: var(--secondaryColor);
}
.theme-dark
  .responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-collapse
  .accordion-body {
  background-color: transparent;
}
.theme-dark
  .responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-link {
  color: var(--whiteColor);
}
.theme-dark
  .responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-link.active {
  color: var(--secondaryColor);
}
.theme-dark
  .responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-button {
  color: var(--whiteColor);
}
.theme-dark
  .responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-button.active {
  color: var(--secondaryColor);
}
.theme-dark
  .responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-button {
  color: var(--whiteColor);
}
.theme-dark
  .responsive-navbar
  .offcanvas-body
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body
  .accordion-button.active {
  color: var(--secondaryColor);
}
.theme-dark .navbar-area .navbar .navbar-toggler .burger-menu span {
  background: var(--whiteColor);
}
.theme-dark .breadcrumb-menu li a,
.theme-dark .post-meta-option .post-tag span,
.theme-dark .post-meta-option .post-share span,
.theme-dark .login-wrap .login-content .or-text,
.theme-dark
  .navbar-area.header-two
  .navbar
  .others-option
  .option-item
  .shopcart
  i,
.theme-dark
  .navbar-area.header-three
  .navbar
  .others-option
  .option-item
  .shopcart
  i,
.theme-dark
  .navbar-area.header-four
  .navbar
  .others-option
  .option-item
  .shopcart
  i,
.theme-dark .navbar-area.header-two .header-top .social-profile li a i,
.theme-dark .offcanvas-contact-info h4 {
  color: var(--whiteColor);
}
.theme-dark .hero-form-wrap .contact-item-wrap .contact-item:after,
.theme-dark .navbar-area .navbar .others-option .option-item::before,
.theme-dark .service-card.style-one .service-icon::after,
.theme-dark .service-card.style-four .service-icon::after,
.theme-dark .service-card.style-two .service-icon::after,
.theme-dark .service-card.style-three .service-icon::after,
.theme-dark .navbar-area .header-top .contact-info li::after,
.theme-dark .navbar-area.header-one .container .navbar-brand::after,
.theme-dark .navbar-area.header-two .container .navbar-brand::after {
  background-color: rgba(255, 255, 255, 0.18);
}
.theme-dark .sidebar .sidebar-widget-two {
  border: none;
}
.theme-dark article,
.theme-dark .responsive-navbar .offcanvas-header,
.theme-dark .responsive-navbar .offcanvas-body .offcanvas-contact-info,
.theme-dark .responsive-navbar .offcanvas-body .others-option,
.theme-dark .navbar-area.header-two,
.theme-dark .navbar-area.header-three,
.theme-dark .navbar-area.header-two,
.theme-dark .navbar-area.header-four,
.theme-dark .comment-item-wrap .comment-item,
.theme-dark .navbar-area .header-top,
.theme-dark .post-meta-option,
.theme-dark .contact-item,
.theme-dark .navbar-area.header-three .navbar,
.theme-dark .navbar-area.header-four .navbar,
.theme-dark .navbar-area.header-four .navbar,
.theme-dark .counter-wrap.style-one,
.theme-dark .hero-wrap.style-one .hero-content > span,
.theme-dark .wh-wrap.style-one .wh-content .feature-list,
.theme-dark .navbar-area .navbar .others-option .option-item .user-login,
.theme-dark .navbar-area .navbar .others-option .option-item .search-btn,
.theme-dark .navbar-area.header-two .header-top {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.theme-dark
  .appointment-wrap
  .appointment-box
  .appointment-form
  .form-group
  select,
.theme-dark #contactForm .form-group select {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--whiteColor);
}
.theme-dark
  .appointment-wrap
  .appointment-box
  .appointment-form
  .form-group
  select
  option,
.theme-dark #contactForm .form-group select option {
  color: var(--titleColor);
}
.theme-dark #cmt-form,
.theme-dark #contactForm,
.theme-dark .comment-item-wrap .comment-item {
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: none;
}
.theme-dark .search-btn img,
.theme-dark .navbar-area.header-two .navbar .sidebar-toggler img {
  filter: brightness(0) invert(1);
}
.theme-dark .navbar-area .navbar .others-option .option-item .user-login i,
.theme-dark .navbar-area .navbar .others-option .option-item .search-btn i,
.theme-dark
  .comment-item-wrap
  .comment-item
  .comment-author-wrap
  .comment-author-name
  .comment-date {
  color: var(--offwhiteColor);
}
.theme-dark
  .navbar-area
  .navbar
  .others-option
  .option-item
  .sidebar-toggler
  img {
  filter: brightness(0) invert(1);
}
.theme-dark .wp-block-quote,
.theme-dark .sidebar-widget {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.theme-dark input,
.theme-dark textarea,
.theme-dark #cmt-form .comment-form .form-group input,
.theme-dark #cmt-form .comment-form .form-group textarea,
.theme-dark .newsletter-form input,
.theme-dark #contactForm .form-group input,
.theme-dark #contactForm .form-group textarea {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: var(--whiteColor) !important;
}
.theme-dark input::-moz-placeholder,
.theme-dark textarea::-moz-placeholder,
.theme-dark #cmt-form .comment-form .form-group input::-moz-placeholder,
.theme-dark #cmt-form .comment-form .form-group textarea::-moz-placeholder,
.theme-dark .newsletter-form input::-moz-placeholder,
.theme-dark #contactForm .form-group input::-moz-placeholder,
.theme-dark #contactForm .form-group textarea::-moz-placeholder {
  color: var(--whiteColor);
  opacity: 0.8;
}
.theme-dark input::placeholder,
.theme-dark textarea::placeholder,
.theme-dark #cmt-form .comment-form .form-group input::placeholder,
.theme-dark #cmt-form .comment-form .form-group textarea::placeholder,
.theme-dark .newsletter-form input::placeholder,
.theme-dark #contactForm .form-group input::placeholder,
.theme-dark #contactForm .form-group textarea::placeholder {
  color: var(--whiteColor);
  opacity: 0.8;
}
.theme-dark .checkout-form .form-group label {
  color: var(--offwhiteColor);
}
.theme-dark .page-nav li a {
  background-color: var(--whiteColor);
}
.theme-dark .page-nav li a:hover,
.theme-dark .page-nav li a.active {
  background-color: var(--secondaryColor);
  color: var(--whiteColor) !important;
}
.theme-dark .search-box .form-group input {
  background-color: var(--blackColor);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--whiteColor);
}
.theme-dark .search-box .form-group input::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .search-box .form-group input::placeholder {
  color: var(--whiteColor);
}
.theme-dark select {
  background-image: url(../img/down-arrow-white.webp);
}
.theme-dark .breadcrumb-content .breadcrumb-menu li::after {
  background-color: var(--whiteColor);
}

@media only screen and (max-width: 991px) {
  .switch-theme-mode {
    top: 270px;
  }
  .theme-light .navbar-brand .logo-light {
    height: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    background-color: var(--codColor);
  }
} /*# sourceMappingURL=dark-theme.css.map */

