/*
@File: Sabada Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Default Btn Area CSS
** - Section Title CSS
** - Preloader Area CSS
** - Top Header Area CSS
** - Navbar Area CSS
** - Middle Info Area CSS
** - Search Modal Area CSS
** - Main Slider Area CSS
** - What We Do Area CSS
** - About Us Area CSS
** - Services Area CSS
** - Services Details Area CSS
** - Default Btn Area CSS
** - Fun Facts Area CSS
** - Need Help Area CSS
** - Testimonials Area CSS
** - Agent Area CSS
** - Agents Details Area CSS
** - Partner Area CSS
** - Blog Area CSS
** - Widget Area CSS
** - Blog Details Area CSS
** - CTA Area CSS
** - Features Area CSS
** - Why Choose Us Area CSS
** - Page Banner Area CSS
** - Contact Area CSS
** - Contact Info Area CSS
** - Career Area CSS
** - Open Positions Area CSS
** - Career Details Area CSS
** - Application Form Area CSS
** - Insurance Area CSS
** - Insurance Services Area CSS
** - Pricing Area CSS
** - FAQ Area CSS
** - Profile Authentication Area CSS
** - Privacy Policy Area CSS
** - Terms & Conditions Area CSS
** - Not Found Area CSS
** - Footer Area CSS
** - Copyright Area CSS
** - Pagination Area CSS
** - Back to Top CSS

*/
/*================================================
Default CSS
=================================================*/
:root {
  --mainFontFamily: "Wix Madefor Display", sans-serif;
  --paragraphColor: #757575;
  --primaryColor: #214E41;
  --optionalColor: #F0A446;
  --whiteColor: #ffffff;
  --transition: .6s;
  --fontSize: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--mainFontFamily);
  color: var(--paragraphColor);
  font-size: var(--fontSize);
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  font-weight: 400;
}
p:last-child {
  margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--primaryColor);
  font-weight: 700;
}
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--primaryColor);
}

a {
  text-decoration: none;
  outline: 0 !important;
  transition: var(--transition);
}

:focus {
  outline: 0 !important;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

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

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

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

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

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

/*================================================
Default Btn Area CSS
=================================================*/
.default-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 22px;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  transition: var(--transition);
}
.default-btn img {
  margin-right: 10px;
  transition: var(--transition);
}
.default-btn i {
  font-size: 24px;
  font-weight: 200;
  line-height: 1;
}
.default-btn:hover {
  background: var(--optionalColor);
}
.default-btn:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(275%) contrast(200%);
}

/*================================================
Section Title CSS
=================================================*/
.section-title {
  max-width: 637px;
  margin: 0 auto 55px;
  text-align: center;
}
.section-title .sub {
  display: inline-flex;
  padding: 8px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #FFD5A1;
  color: var(--primaryColor);
  font-size: 14px;
  margin-bottom: 15px;
}
.section-title h2 {
  font-size: 42px;
  margin-bottom: 0;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader-area {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: var(--primaryColor);
}
.preloader-area .loader {
  left: 0;
  right: 0;
  top: 48%;
  position: absolute;
  transform: translateY(-48%);
}
.preloader-area .loader .waviy span {
  animation: flip 2s infinite;
  color: var(--whiteColor);
  display: inline-block;
  animation-delay: 0.2s;
  font-size: 45px;
  font-weight: 800;
}
.preloader-area .loader .waviy span:nth-child(2) {
  animation-delay: 0.2s;
}
.preloader-area .loader .waviy span:nth-child(3) {
  animation-delay: 0.4s;
}
.preloader-area .loader .waviy span:nth-child(4) {
  animation-delay: 0.6s;
}
.preloader-area .loader .waviy span:nth-child(5) {
  animation-delay: 0.8s;
}
.preloader-area.preloader-img {
  position: relative;
}
.preloader-area.preloader-img .pre-image {
  position: absolute;
  left: 48%;
  top: 47%;
}

@keyframes flip {
  0%, 80% {
    transform: rotateY(360deg);
  }
}
/*
Preloader Area Style*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: var(--whiteColor);
  top: 0;
  left: 0;
  z-index: 99999;
}
.preloader .lds-ripple {
  position: absolute;
  width: 80px;
  height: 80px;
  animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
  left: 50%;
  top: 50%;
  transform: translate(-40px, -50px);
}
.preloader .preloader-container {
  width: 80px;
  height: 80px;
}
.preloader .petal {
  position: absolute;
  width: 30%;
  height: 50%;
  bottom: 50%;
  left: 50%;
  transform-origin: bottom center;
  border-radius: 50%;
  z-index: 2;
}
.preloader .petal::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0%;
  transform-origin: bottom center;
  border-radius: 50%;
  background: var(--primaryColor);
  z-index: 2;
  animation: opacity-nine 0.8s infinite linear;
  opacity: 1;
  border-left: 1px solid var(--whiteColor);
}
.preloader .petal:nth-of-type(6) {
  transform: translate(-50%, 0%) rotate(225deg);
}
.preloader .petal:nth-of-type(6)::before {
  background-color: transparent;
  animation-delay: 0.5s;
}
.preloader .petal:nth-of-type(7) {
  transform: translate(-50%, 0%) rotate(270deg);
}
.preloader .petal:nth-of-type(7)::before {
  background-color: transparent;
  animation-delay: 0.6s;
}
.preloader .petal:nth-of-type(8) {
  transform: translate(-50%, 0%) rotate(315deg);
}
.preloader .petal:nth-of-type(8)::before {
  background-color: transparent;
  animation-delay: 0.7s;
}
.preloader .petal:nth-of-type(1) {
  transform: translate(-50%, 0%);
}
.preloader .petal:nth-of-type(1)::before {
  animation-delay: 0s;
}
.preloader .petal:nth-of-type(2) {
  transform: translate(-50%, 0%) rotate(45deg);
}
.preloader .petal:nth-of-type(2)::before {
  animation-delay: 0.1s;
}
.preloader .petal:nth-of-type(3) {
  transform: translate(-50%, 0%) rotate(90deg);
}
.preloader .petal:nth-of-type(3)::before {
  animation-delay: 0.2s;
}
.preloader .petal:nth-of-type(4) {
  transform: translate(-50%, 0%) rotate(135deg);
}
.preloader .petal:nth-of-type(4)::before {
  animation-delay: 0.3s;
}
.preloader .petal:nth-of-type(5) {
  transform: translate(-50%, 0%) rotate(180deg);
}
.preloader .petal:nth-of-type(5)::before {
  animation-delay: 0.4s;
}
.preloader .petal-1 {
  position: absolute;
  width: 30%;
  height: 50%;
  bottom: 50%;
  left: 50%;
  transform-origin: bottom center;
  border-radius: 50%;
  z-index: -1;
}
.preloader .petal-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0%;
  transform-origin: bottom center;
  border-radius: 50%;
  background: var(--primaryColor);
  z-index: 2;
  animation: opacity-nine 0.8s infinite linear;
  opacity: 1;
}
.preloader .petal-1:nth-of-type(9) {
  transform: translate(-50%, 0%) rotate(225deg);
}
.preloader .petal-1:nth-of-type(9)::before {
  animation-delay: 0.5s;
}
.preloader .petal-1:nth-of-type(10) {
  transform: translate(-50%, 0%) rotate(270deg);
}
.preloader .petal-1:nth-of-type(10)::before {
  animation-delay: 0.6s;
}
.preloader .petal-1:nth-of-type(11) {
  transform: translate(-50%, 0%) rotate(315deg);
}
.preloader .petal-1:nth-of-type(11)::before {
  animation-delay: 0.7s;
}
.preloader .ball {
  position: absolute;
  width: 28%;
  height: 28%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid var(--whiteColor);
  background: var(--primaryColor);
  z-index: 3;
}
.preloader.preloader-deactivate {
  visibility: hidden;
}
.preloader .text-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  font-size: 60px;
  color: var(--primaryColor);
  line-height: 1;
}

@keyframes opacity-nine {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
.elementor-editor-active .navbar.sticky.tinja-hide-adminbar {
  top: 0;
}
.elementor-editor-active [data-cue=bounceInDown], .elementor-editor-active [data-cue=bounceInLeft], .elementor-editor-active [data-cue=bounceInRight], .elementor-editor-active [data-cue=bounceInUp], .elementor-editor-active [data-cue=bounceIn], .elementor-editor-active [data-cue=fadeIn], .elementor-editor-active [data-cue=rotateIn], .elementor-editor-active [data-cue=slideInDown], .elementor-editor-active [data-cue=slideInLeft], .elementor-editor-active [data-cue=slideInRight], .elementor-editor-active [data-cue=slideInUp], .elementor-editor-active [data-cue=zoomIn], .elementor-editor-active [data-cue=zoomOut], .elementor-editor-active [data-cues=bounceInDown] > *, .elementor-editor-active [data-cues=bounceInLeft] > *, .elementor-editor-active [data-cues=bounceInRight] > *, .elementor-editor-active [data-cues=bounceInUp] > *, .elementor-editor-active [data-cues=bounceIn] > *, .elementor-editor-active [data-cues=fadeIn] > *, .elementor-editor-active [data-cues=rotateIn] > *, .elementor-editor-active [data-cues=slideInDown] > *, .elementor-editor-active [data-cues=slideInLeft] > *, .elementor-editor-active [data-cues=slideInRight] > *, .elementor-editor-active [data-cues=slideInUp] > *, .elementor-editor-active [data-cues=zoomIn] > *, .elementor-editor-active [data-cues=zoomOut] > * {
  opacity: 1;
}

/*================================================
Top Header Area CSS
=================================================*/
.top-header-area {
  background-color: #ECEDE5;
  padding-top: 12px;
  padding-bottom: 12px;
}

.top-header-info {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.top-header-info li {
  display: flex;
  align-items: center;
  list-style-type: none;
  position: relative;
  margin-right: 32px;
  font-size: 14px;
}
.top-header-info li::before {
  position: absolute;
  content: "/";
  right: -22.5px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--optionalColor);
  font-size: 20px;
  line-height: 1;
}
.top-header-info li a {
  color: var(--paragraphColor);
}
.top-header-info li a:hover {
  color: var(--primaryColor);
}
.top-header-info li img {
  margin-right: 5px;
  position: relative;
  top: 0.7px;
}
.top-header-info li:last-child {
  margin-right: 0;
}
.top-header-info li:last-child::before {
  display: none;
}

.top-header-social {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}
.top-header-social li {
  list-style-type: none;
  margin-right: 15px;
  line-height: 0;
}
.top-header-social li:last-child {
  margin-right: 0;
}
.top-header-social li a img {
  transition: var(--transition);
}
.top-header-social li a:hover img {
  transform: translateY(-2px);
}

/*================================================
Navbar Area CSS
=================================================*/
.navbar {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: 999;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar.sticky {
  top: 0;
  left: 0;
  right: 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: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 7px;
  padding-bottom: 7px;
}
.navbar.sticky.sabada-hide-adminbar {
  top: 32px;
}
.navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}
.navbar .navbar-toggler {
  color: var(--primaryColor);
  font-size: inherit;
  box-shadow: unset;
  border: none;
  padding: 0;
}
.navbar .navbar-toggler .burger-menu {
  cursor: pointer;
}
.navbar .navbar-toggler .burger-menu span {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  display: block;
  background: var(--primaryColor);
}
.navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 14px;
  margin-right: 14px;
}
.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  color: var(--paragraphColor);
  transition: var(--transition);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}
.navbar .navbar-nav .nav-item .nav-link img {
  margin-left: 5px;
  transition: var(--transition);
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--primaryColor);
}
.navbar .navbar-nav .nav-item .nav-link:hover img, .navbar .navbar-nav .nav-item .nav-link.active img {
  filter: invert(23%) sepia(25%) saturate(893%) hue-rotate(112deg) brightness(40%) contrast(55%);
}
.navbar .navbar-nav .nav-item .dropdown-toggle {
  padding-right: 18px;
}
.navbar .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}
.navbar .navbar-nav .nav-item .dropdown-toggle::before {
  position: absolute;
  content: "\ea4e";
  font-family: "remixicon" !important;
  right: -3px;
  top: 49%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
}
.navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
  margin-left: 7px;
}
.navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item.active .nav-link {
  color: var(--primaryColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  top: 70px;
  opacity: 0;
  z-index: 99;
  border: none;
  width: 280px;
  margin-top: 0;
  display: block;
  border-radius: 0;
  position: absolute;
  visibility: hidden;
  background: var(--whiteColor);
  transition: all 0.2s ease-in-out;
  transform: translate3d(0, 18px, 0);
  box-shadow: 0px 4px 70px 0px rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--paragraphColor);
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid #ECEDE5;
  margin-bottom: 15px;
  background-color: transparent !important;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 15px;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-item img {
  margin-left: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item.dropdown::after {
  display: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item.dropdown::before {
  position: absolute;
  content: "\ea4e";
  font-family: "remixicon" !important;
  right: 25px;
  top: 40%;
  transform: translateY(-55%);
  font-size: 20px;
  font-weight: 400;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active .dropdown-item, .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover .dropdown-item {
  color: var(--primaryColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -100%;
  right: auto;
  margin-top: 0;
  visibility: hidden;
  transform: translate3d(0, 18px, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--paragraphColor);
  border-bottom: 1px solid #ECEDE5;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 15px;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--primaryColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -100%;
  right: auto;
  visibility: hidden;
  transform: translate3d(0, 18px, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--paragraphColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--primaryColor);
}
.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%;
  right: auto;
  visibility: hidden;
  transform: translate3d(0, 18px, 0);
}
.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(--paragraphColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--primaryColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--primaryColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--primaryColor);
}
.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 .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--primaryColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:last-child .nav-link {
  border-bottom: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--primaryColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .nav-item:last-child .dropdown-item {
  border-bottom: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.navbar .navbar-nav .nav-item.mega-menu .dropdown-menu {
  width: 680px;
  padding: 30px;
}
.navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .nav-item {
  padding-left: 0;
  padding-right: 0;
}
.navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .nav-item a img {
  filter: drop-shadow(0px 0px 55px rgba(0, 0, 0, 0.1));
  margin-bottom: 15px;
}
.navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .nav-item .sub-menu-title {
  margin-top: 20px;
  margin-bottom: 0;
}
.navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .nav-item .sub-menu-title a {
  font-size: 15px;
  font-weight: 400;
  color: var(--paragraphColor);
}
.navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .nav-item .sub-menu-title.active a {
  color: var(--primaryColor);
}
.navbar .navbar-nav .nav-item.mega-menu .is-layout-flex {
  display: flex !important;
  flex-wrap: unset !important;
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.navbar .navbar-nav .nav-item.mega-menu .is-layout-flex img {
  filter: drop-shadow(0px 0px 55px rgba(0, 0, 0, 0.1)) !important;
}
.navbar .navbar-nav .nav-item.mega-menu .is-layout-flex > * {
  width: 100% !important;
  margin-top: 0;
}
.navbar .navbar-nav .nav-item.mega-menu .wp-block-image {
  margin-bottom: 5px !important;
}
.navbar .others-option {
  position: relative;
  margin-left: 30px;
}
.navbar .others-option .option-item {
  margin-right: 25px;
}
.navbar .others-option .option-item .search-icon {
  position: relative;
  top: -2px;
}
.navbar .others-option .option-item .phone-btn {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
}
.navbar .others-option .option-item .phone-btn::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%) skew(-32deg);
  background-color: var(--optionalColor);
  width: 1px;
  height: 22px;
}
.navbar .others-option .option-item .phone-btn img {
  margin-right: 10px;
}
.navbar .others-option .option-item .phone-btn a {
  font-size: 15px;
  font-weight: 700;
  text-decoration-line: underline;
  color: var(--primaryColor);
}
.navbar .others-option .option-item .phone-btn a:hover {
  color: var(--optionalColor);
}
.navbar .others-option .option-item:last-child {
  margin-right: 0;
}
.navbar.navbar-style-two {
  margin-bottom: -35px;
}
.navbar.navbar-style-two.sticky {
  background-color: transparent;
  box-shadow: unset;
  padding-top: 0;
  padding-bottom: 7px;
}
.navbar.navbar-style-two .navbar-brand {
  display: none;
}
.navbar.navbar-style-two .navbar-collapse {
  background-color: var(--primaryColor);
  padding: 0 30px;
  border-radius: 7px;
}
.navbar.navbar-style-two .navbar-nav .nav-item .nav-link {
  color: #ECEDE5;
}
.navbar.navbar-style-two .navbar-nav .nav-item .dropdown-menu .nav-item.active .dropdown-item, .navbar.navbar-style-two .navbar-nav .nav-item .dropdown-menu .nav-item:hover .dropdown-item {
  color: var(--optionalColor);
}
.navbar.navbar-style-two .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-item {
  color: var(--paragraphColor);
}
.navbar.navbar-style-two .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .dropdown-item, .navbar.navbar-style-two .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-item {
  color: var(--optionalColor);
}
.navbar.navbar-style-two .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--paragraphColor);
}
.navbar.navbar-style-two .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar.navbar-style-two .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--optionalColor);
}
.navbar.navbar-style-two .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--paragraphColor);
}
.navbar.navbar-style-two .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active, .navbar.navbar-style-two .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--optionalColor);
}
.navbar.navbar-style-two .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--optionalColor);
}
.navbar.navbar-style-two .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--optionalColor);
}
.navbar.navbar-style-two .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--optionalColor);
}
.navbar.navbar-style-two .navbar-nav .nav-item .dropdown-menu .nav-item.active .nav-link {
  color: var(--optionalColor);
}
.navbar.navbar-style-two .navbar-nav .nav-item.mega-menu .dropdown-menu .nav-item .sub-menu-title a {
  color: var(--paragraphColor);
}
.navbar.navbar-style-two .navbar-nav .nav-item.mega-menu .dropdown-menu .nav-item .sub-menu-title.active a {
  color: var(--optionalColor);
}
.navbar.navbar-style-two .others-option {
  padding-left: 0;
}
.navbar.navbar-style-two .others-option::before {
  display: none;
}
.navbar.navbar-style-two .others-option .option-item .search-form {
  position: relative;
}
.navbar.navbar-style-two .others-option .option-item .search-form .search-field {
  background-color: transparent !important;
  width: 315px;
  border: none !important;
  border-bottom: 1px solid rgba(236, 237, 229, 0.7) !important;
  font-size: 13px;
  font-weight: 600;
  color: #ECEDE5 !important;
  transition: var(--transition);
  padding: 0 5px 7px;
  height: auto;
}
.navbar.navbar-style-two .others-option .option-item .search-form .search-field::-moz-placeholder {
  color: #ECEDE5;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.navbar.navbar-style-two .others-option .option-item .search-form .search-field::placeholder {
  color: #ECEDE5;
  transition: var(--transition);
}
.navbar.navbar-style-two .others-option .option-item .search-form .search-field:focus::-moz-placeholder {
  color: transparent;
}
.navbar.navbar-style-two .others-option .option-item .search-form .search-field:focus::placeholder {
  color: transparent;
}
.navbar.navbar-style-two .others-option .option-item .search-form button {
  background-color: transparent;
  padding: 0;
  border: none;
  color: var(--whiteColor);
  font-size: 17px;
  position: absolute;
  right: 5px;
  top: 0;
  height: auto;
}
.navbar.navbar-style-three {
  padding-top: 12px;
  padding-bottom: 12px;
}
.navbar.navbar-style-three .navbar-brand {
  display: flex;
  align-items: center;
}
.navbar.navbar-style-three .navbar-brand span {
  font-size: 12px;
  margin-left: 9px;
  color: var(--paragraphColor);
}
.navbar.navbar-style-three .others-option {
  margin-left: 65px;
  padding-left: 0;
}
.navbar.navbar-style-three .others-option::before {
  display: none;
}
.navbar.navbar-style-three .others-option .option-item .urgent-info {
  display: flex;
  align-items: center;
}
.navbar.navbar-style-three .others-option .option-item .urgent-info .icon {
  display: inline-block;
  height: 45px;
  width: 45px;
  background-color: var(--primaryColor);
  text-align: center;
  border-radius: 50px;
  position: relative;
}
.navbar.navbar-style-three .others-option .option-item .urgent-info .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.navbar.navbar-style-three .others-option .option-item .urgent-info .title {
  margin-left: 10px;
}
.navbar.navbar-style-three .others-option .option-item .urgent-info .title span {
  font-size: 15px;
  color: var(--paragraphColor);
  display: block;
  margin-bottom: 1px;
}
.navbar.navbar-style-three .others-option .option-item .urgent-info .title a {
  font-size: 20px;
  text-decoration-line: underline;
  font-weight: 700;
  color: var(--primaryColor);
}
.navbar :where(.wp-block-columns.is-layout-flex) {
  gap: 1em !important;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/*================================================
Responsive Navbar
=================================================*/
.responsive-navbar {
  border: 0 !important;
}
.responsive-navbar .offcanvas-header {
  padding: 15px;
  padding-top: 60px;
  border-bottom: 1px solid #f3f3f3;
}
.responsive-navbar .offcanvas-header .close-btn {
  background-color: transparent;
  color: var(--primaryColor);
  font-size: 25px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  border: 0;
  transition: var(--transition);
}
.responsive-navbar .offcanvas-header .close-btn:hover {
  color: var(--primaryColor);
}
.responsive-navbar .offcanvas-body {
  padding: 30px 15px 15px;
}
.responsive-navbar .offcanvas-body ul {
  list-style-type: none;
  margin-bottom: 0;
}
.responsive-navbar .offcanvas-body ul.navbar-nav {
  padding-left: 0;
  overflow: hidden;
}
.responsive-navbar .offcanvas-body ul.navbar-nav .menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  line-height: 53px;
  clear: both;
  width: 100%;
}
.responsive-navbar .offcanvas-body ul.navbar-nav .menu-item.menu-item-has-children {
  z-index: 1;
  transition: var(--transition);
  cursor: pointer;
}
.responsive-navbar .offcanvas-body ul.navbar-nav .menu-item.menu-item-has-children:after {
  top: 0;
  right: 0;
  cursor: pointer;
  content: "\ea4e";
  color: var(--paragraphColor);
  position: absolute;
  z-index: -1;
  font-family: "remixicon" !important;
  font-size: 15px;
}
.responsive-navbar .offcanvas-body ul.navbar-nav .menu-item.menu-item-has-children.open:after {
  content: "\ea78";
}
.responsive-navbar .offcanvas-body ul.navbar-nav .menu-item a {
  height: 100%;
  display: block;
  padding-right: 40px;
  text-decoration: none;
  color: var(--paragraphColor);
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
}
.responsive-navbar .offcanvas-body ul.navbar-nav .menu-item a:hover, .responsive-navbar .offcanvas-body ul.navbar-nav .menu-item a.active {
  color: var(--optionalColor);
}
.responsive-navbar .offcanvas-body ul.navbar-nav .menu-item a::after {
  display: none;
}
.responsive-navbar .offcanvas-body ul.navbar-nav .menu-item .responsive-menu-items {
  height: 0;
  overflow: hidden;
}
.responsive-navbar .offcanvas-body ul.navbar-nav .menu-item .responsive-menu-items a {
  padding: 0 15px;
}
.responsive-navbar .offcanvas-body ul.navbar-nav .menu-item .responsive-menu-items a:hover {
  color: var(--optionalColor);
}
.responsive-navbar .offcanvas-body ul.navbar-nav .menu-item.without-icon:after {
  display: none;
}
.responsive-navbar .offcanvas-body ul.navbar-nav .menu-item .sub-menu {
  display: none;
  background-color: #f8f8f8;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 12px 20px;
}
.responsive-navbar .offcanvas-body ul.navbar-nav .menu-item .sub-menu li {
  list-style-type: none;
  margin-bottom: 0 !important;
  border-bottom: unset;
  line-height: 36px;
}
.responsive-navbar .offcanvas-body ul.navbar-nav .menu-item .sub-menu li:last-child {
  margin-bottom: 0;
}
.responsive-navbar .offcanvas-body ul.navbar-nav .menu-item .sub-menu li.current_page_item a {
  color: var(--optionalColor) !important;
}
.responsive-navbar .offcanvas-body ul.navbar-nav .menu-item .sub-menu li .sub-menu {
  background-color: var(--whiteColor);
}
.responsive-navbar .offcanvas-body ul.navbar-nav .menu-item.current-menu-parent.menu-item-has-children:after {
  color: var(--optionalColor);
}
.responsive-navbar .offcanvas-body ul.navbar-nav .menu-item.current-menu-parent a {
  color: var(--optionalColor);
}
.responsive-navbar .offcanvas-body ul.navbar-nav .menu-item.current-menu-parent .sub-menu li a {
  color: var(--paragraphColor);
}
.responsive-navbar .offcanvas-body ul.navbar-nav .menu-item.current-menu-parent .sub-menu li a:hover {
  color: var(--optionalColor);
}
.responsive-navbar .offcanvas-body ul.navbar-nav .active:after {
  content: "\f12e";
}
.responsive-navbar .offcanvas-body ul.navbar-nav .active > .responsive-menu-items {
  transition: all 200ms;
  display: block;
  height: auto;
  clear: both;
  float: left;
  width: 100%;
  padding: 0;
}
.responsive-navbar .offcanvas-body ul.navbar-nav .active > .responsive-menu-items li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.responsive-navbar .offcanvas-body ul.navbar-nav .active > a {
  color: var(--optionalColor);
}
.responsive-navbar .offcanvas-body .others-option {
  margin-top: 20px;
}
.responsive-navbar .offcanvas-body .others-option .option-item {
  display: block;
  margin-bottom: 17px;
}
.responsive-navbar .offcanvas-body .others-option .option-item:last-child {
  margin-bottom: 0;
}
.responsive-navbar .offcanvas-body .others-option .option-item .phone-btn {
  display: flex;
  align-items: center;
}
.responsive-navbar .offcanvas-body .others-option .option-item .phone-btn img {
  margin-right: 10px;
}
.responsive-navbar .offcanvas-body .others-option .option-item .phone-btn a {
  font-size: 15px;
  font-weight: 700;
  text-decoration-line: underline;
  color: var(--primaryColor);
}
.responsive-navbar .offcanvas-body .others-option .option-item .phone-btn a:hover {
  color: var(--optionalColor);
}
.responsive-navbar .offcanvas-body .others-option .option-item .mail {
  display: flex;
  align-items: center;
}
.responsive-navbar .offcanvas-body .others-option .option-item .mail img {
  margin-right: 10px;
}
.responsive-navbar .offcanvas-body .others-option .option-item .mail a {
  font-size: 15px;
  font-weight: 700;
  text-decoration-line: underline;
  color: var(--primaryColor);
}
.responsive-navbar .offcanvas-body .others-option .option-item .mail a:hover {
  color: var(--optionalColor);
}
.responsive-navbar .offcanvas-body .others-option .option-item .search-form {
  position: relative;
}
.responsive-navbar .offcanvas-body .others-option .option-item .search-form .search-field {
  background-color: transparent;
  width: 100%;
  border: 1px solid rgba(236, 237, 229, 0.7);
  color: var(--paragraphColor);
  transition: var(--transition);
  padding: 15px 25px;
}
.responsive-navbar .offcanvas-body .others-option .option-item .search-form .search-field::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.responsive-navbar .offcanvas-body .others-option .option-item .search-form .search-field::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.responsive-navbar .offcanvas-body .others-option .option-item .search-form .search-field:focus::-moz-placeholder {
  color: transparent;
}
.responsive-navbar .offcanvas-body .others-option .option-item .search-form .search-field:focus::placeholder {
  color: transparent;
}
.responsive-navbar .offcanvas-body .others-option .option-item .search-form button {
  background-color: transparent;
  padding: 0;
  border: none;
  color: var(--whiteColor);
  font-size: 17px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.responsive-navbar .offcanvas-body .others-option .option-item .urgent-info {
  display: flex;
  align-items: center;
}
.responsive-navbar .offcanvas-body .others-option .option-item .urgent-info .icon {
  display: inline-block;
  height: 45px;
  width: 45px;
  background-color: var(--primaryColor);
  text-align: center;
  border-radius: 50px;
  position: relative;
}
.responsive-navbar .offcanvas-body .others-option .option-item .urgent-info .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.responsive-navbar .offcanvas-body .others-option .option-item .urgent-info .title {
  margin-left: 10px;
}
.responsive-navbar .offcanvas-body .others-option .option-item .urgent-info .title span {
  font-size: 14px;
  color: var(--paragraphColor);
  display: block;
  margin-bottom: 1px;
}
.responsive-navbar .offcanvas-body .others-option .option-item .urgent-info .title a {
  font-size: 18px;
  text-decoration-line: underline;
  font-weight: 700;
  color: var(--primaryColor);
}

/*================================================
Middle Info Area CSS
=================================================*/
.middle-info-area {
  padding-top: 25px;
  padding-bottom: 25px;
}

.middle-info-logo {
  display: flex;
  align-items: center;
}
.middle-info-logo span {
  font-size: 12px;
  margin-left: 9px;
}
.middle-info-logo h2 {
  position: relative;
  top: -14px;
}

.middle-info-list {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-left: 0;
  margin-bottom: 0;
}
.middle-info-list li {
  list-style-type: none;
  margin-right: 45px;
}
.middle-info-list li:first-child {
  display: flex;
  align-items: center;
}
.middle-info-list li:first-child img {
  margin-right: 5px;
}
.middle-info-list li:first-child a {
  font-size: 15px;
  font-weight: 700;
  color: var(--primaryColor);
}
.middle-info-list li:first-child a:hover {
  text-decoration-line: underline;
}
.middle-info-list li:first-child .phone {
  position: relative;
  padding-left: 25px;
  margin-left: 25px;
}
.middle-info-list li:first-child .phone::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%) skew(-32deg);
  background-color: var(--optionalColor);
  width: 1px;
  height: 22px;
}
.middle-info-list li:last-child {
  margin-right: 0;
}

/*================================================
Search Modal Area CSS
=================================================*/
.search-modal-area.modal.end .modal-dialog {
  max-width: 650px;
  height: 100%;
  width: 100%;
}
.search-modal-area .modal-content {
  border-radius: 10px;
  border: none;
  background: var(--optionalColor);
}
.search-modal-area .modal-content .modal-body {
  padding: 45px 30px;
}
.search-modal-area .modal-content .modal-body .search-form {
  max-width: 870px;
  margin: auto;
}
.search-modal-area .modal-content .modal-body .search-form form {
  position: relative;
}
.search-modal-area .modal-content .modal-body .search-form form .form-control {
  display: inline-block;
  width: 100%;
  color: var(--paragraphColor);
  height: 55px;
  outline: 0;
  box-shadow: unset;
  padding: 15px 50px 15px 25px;
  background-color: #f9f9f9;
  border: none;
  border-radius: 50px;
  transition: var(--transition);
  font-size: 15px;
}
.search-modal-area .modal-content .modal-body .search-form form .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.search-modal-area .modal-content .modal-body .search-form form .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.search-modal-area .modal-content .modal-body .search-form form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.search-modal-area .modal-content .modal-body .search-form form .form-control:focus::placeholder {
  color: transparent;
}
.search-modal-area .modal-content .modal-body .search-form form button {
  border: none;
  padding: 0;
  height: 55px;
  font-size: 18px;
  color: var(--primaryColor);
  display: inline-block;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 20px;
  transition: var(--transition);
  font-weight: bold;
}
.search-modal-area .modal-content .modal-body .search-form form button:hover {
  color: var(--primaryColor);
}
.search-modal-area .modal-content .btn-close {
  color: var(--whiteColor) !important;
  font-size: 20px;
  outline: 0 !important;
  line-height: initial;
  transition: var(--transition);
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 1;
  z-index: 1;
  background-image: unset;
  opacity: 1;
  font-weight: bold;
  outline: 0;
  box-shadow: unset;
}
.search-modal-area .modal-content .btn-close:not(:disabled):not(.disabled):hover, .search-modal-area .modal-content .btn-close:not(:disabled):not(.disabled):focus {
  text-decoration: none;
  opacity: 1;
  color: var(--primaryColor) !important;
}

/*================================================
Main Slider Area CSS
=================================================*/
.main-slider-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 375px;
  padding-bottom: 140px;
}
.main-slider-item::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0) 67.47%);
  z-index: -1;
}
.main-slider-item.bg-three .main-slider-content {
  max-width: 900px;
}

.main-slider-content {
  max-width: 745px;
}
.main-slider-content .sub {
  display: inline-flex;
  padding: 8px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #FFD5A1;
  color: var(--primaryColor);
  font-size: 14px;
  margin-bottom: 15px;
}
.main-slider-content h1 {
  font-size: 65px;
  color: var(--whiteColor);
  margin-bottom: 15px;
}
.main-slider-content p {
  font-size: 17px;
  font-weight: 600;
  color: var(--whiteColor);
  max-width: 635px;
  margin-bottom: 0;
}
.main-slider-content .slider-btn-list {
  display: flex;
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.main-slider-content .slider-btn-list li {
  list-style-type: none;
  margin-right: 20px;
}
.main-slider-content .slider-btn-list li:first-child .default-btn {
  background-color: var(--whiteColor);
  border: 1px solid var(--whiteColor);
  color: var(--primaryColor);
}
.main-slider-content .slider-btn-list li:first-child .default-btn:hover {
  background-color: var(--optionalColor);
  border: 1px solid var(--optionalColor);
  color: var(--whiteColor);
}
.main-slider-content .slider-btn-list li:last-child {
  margin-right: 0;
}
.main-slider-content .slider-btn-list li:last-child .default-btn {
  background-color: transparent;
  color: var(--whiteColor);
  border: 1px solid var(--whiteColor);
}
.main-slider-content .slider-btn-list li:last-child .default-btn:hover {
  background-color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  color: var(--whiteColor);
}
.main-slider-content .slider-btn-list li:last-child .default-btn:hover img {
  filter: unset;
}

.main-slider-area {
  position: relative;
}
.main-slider-area .main-slider-button {
  position: absolute;
  right: 100px;
  bottom: 250px;
  z-index: 9;
  padding-left: 0;
  margin-bottom: 0;
}
.main-slider-area .main-slider-button li {
  list-style: none;
  display: flex;
  margin-bottom: 12px;
}
.main-slider-area .main-slider-button li:last-child {
  margin-bottom: 0;
}
.main-slider-area .main-slider-button .slider-button-next {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  right: 0;
  background-color: rgba(33, 78, 65, 0.4);
  transition: var(--transition);
}
.main-slider-area .main-slider-button .slider-button-next img {
  position: absolute;
  left: -5px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.main-slider-area .main-slider-button .slider-button-next::after {
  display: none;
}
.main-slider-area .main-slider-button .slider-button-next:hover {
  background-color: var(--primaryColor);
}
.main-slider-area .main-slider-button .slider-button-prev {
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  left: 0;
  background-color: rgba(33, 78, 65, 0.4);
  transition: var(--transition);
}
.main-slider-area .main-slider-button .slider-button-prev img {
  position: absolute;
  left: 5px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.main-slider-area .main-slider-button .slider-button-prev::after {
  display: none;
}
.main-slider-area .main-slider-button .slider-button-prev:hover {
  background-color: var(--primaryColor);
}

.main-slider-style-two .main-slider-item {
  padding-top: 230px;
  padding-bottom: 200px;
}
.main-slider-style-two .main-slider-content {
  max-width: 610px;
}
.main-slider-style-two .main-slider-button {
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
}

.main-slider-style-three .main-slider-item {
  padding-top: 230px;
  padding-bottom: 405px;
}
.main-slider-style-three .main-slider-content {
  max-width: 610px;
}
.main-slider-style-three .main-slider-button {
  bottom: unset;
  top: 45%;
  transform: translateY(-45%);
}

/*================================================
What We Do Area CSS
=================================================*/
.what-we-do-card {
  margin-bottom: 25px;
  padding: 45px;
  border: 1px solid #ECEDE5;
  position: relative;
}
.what-we-do-card::before {
  position: absolute;
  content: "";
  right: -1px;
  top: -1px;
  background-image: url(../../assets/img/vector.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 45px;
  transition: var(--transition);
}
.what-we-do-card .icon {
  display: flex;
  height: 70px;
  width: 70px;
  background-color: #ECEDE5;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px;
  position: relative;
  transition: var(--transition);
}
.what-we-do-card .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.what-we-do-card h3 {
  font-size: 25px;
  margin-bottom: 15px;
  line-height: 1.3;
  max-width: 280px;
}
.what-we-do-card h3 span {
  display: block;
}
.what-we-do-card h3 a {
  color: var(--primaryColor);
}
.what-we-do-card h3 a:hover {
  color: var(--optionalColor);
}
.what-we-do-card:hover .icon {
  background-color: var(--primaryColor);
}
.what-we-do-card:hover::before {
  background-image: url(../../assets/img/vector2.jpg);
}

/*================================================
About Us Area CSS
=================================================*/
.about-us-content {
  max-width: 625px;
  padding-bottom: 100px;
}
.about-us-content .sub {
  display: inline-flex;
  padding: 8px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #FFD5A1;
  color: var(--primaryColor);
  font-size: 14px;
  margin-bottom: 15px;
}
.about-us-content h2 {
  font-size: 42px;
  margin-bottom: 15px;
}
.about-us-content p {
  border-bottom: 1px solid #ECEDE5;
  padding-bottom: 30px;
  font-size: 18px;
}
.about-us-content .inner-content {
  margin-top: 25px;
}
.about-us-content .inner-content .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.about-us-content .inner-content .title img {
  margin-right: 12px;
}
.about-us-content .inner-content .title h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.about-us-content .inner-content p {
  font-size: var(--fontSize);
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.about-us-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 740px;
  margin-left: 80px;
  position: relative;
  z-index: 1;
}

.about-us-bottom {
  background-color: var(--primaryColor);
  padding: 65px 265px 65px 90px;
  position: relative;
  margin-top: -120px;
  margin-right: 215px;
}
.about-us-bottom .billion-trillion-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.about-us-bottom .billion-trillion-list li {
  list-style-type: none;
  margin-right: 135px;
}
.about-us-bottom .billion-trillion-list li:last-child {
  margin-right: 0;
}
.about-us-bottom .billion-trillion-list li h3 {
  font-size: 42px;
  color: var(--optionalColor);
  margin-bottom: 10px;
}
.about-us-bottom .billion-trillion-list li p {
  font-size: 20px;
  color: #ECEDE5;
}
.about-us-bottom .about-btn {
  position: absolute;
  right: -190px;
  bottom: 40px;
}
.about-us-bottom .about-btn a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
.about-us-bottom .about-btn a i {
  margin-right: 5px;
  font-size: 22px;
  font-weight: 300;
}
.about-us-bottom .about-btn a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primaryColor);
  transition: var(--transition);
}
.about-us-bottom .about-btn a:hover::before {
  background-color: var(--optionalColor);
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  margin-left: 30px;
  margin-right: 30px;
}

.services-slide-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.services-slide-content {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}
.services-slide-content .number {
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1.504px var(--optionalColor);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 90px;
  line-height: 1;
  margin-bottom: 30px;
}
.services-slide-content h2 {
  font-size: 42px;
  margin-bottom: 0;
  background-color: #FFD5A1;
  padding: 10px 25px;
  display: inline-block;
}
.services-slide-content .inner-card {
  margin-top: 35px;
}
.services-slide-content .inner-card .icon {
  display: flex;
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: var(--primaryColor);
  border-radius: 50%;
  position: relative;
  margin-bottom: 22px;
}
.services-slide-content .inner-card .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.services-slide-content .inner-card h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.services-slide-content .inner-card h3 a {
  color: var(--primaryColor);
  display: block;
}
.services-slide-content .inner-card h3 a:hover {
  color: var(--optionalColor);
}
.services-slide-content .inner-card p {
  margin-bottom: 22px;
}

.services-inner-area {
  background-color: #ECEDE5;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.services-inner-area::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background-image: url(../../assets/img/vector3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 105px;
  height: 101px;
  transition: var(--transition);
  background-color: #ECEDE5;
}
.services-inner-area .services-pagination {
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: auto;
  bottom: unset;
}
.services-inner-area .services-pagination .swiper-pagination-bullet {
  display: flex;
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: var(--optionalColor);
  margin-bottom: 10px !important;
}
.services-inner-area .services-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0 !important;
}
.services-inner-area .services-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primaryColor);
}

.services-wrapper .services-slide-item {
  position: sticky;
  top: 100px;
  background-color: #ECEDE5;
}

.services-wrap-area {
  background-color: #ECEDE5;
}

.services-wrap-card {
  margin-bottom: 25px;
  background-color: var(--whiteColor);
  padding: 50px 45px;
  position: relative;
}
.services-wrap-card .icon {
  display: flex;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  text-align: center;
  background-color: #ECEDE5;
  position: relative;
  margin-bottom: 22px;
  transition: var(--transition);
}
.services-wrap-card .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.services-wrap-card h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.services-wrap-card h3 a {
  color: var(--primaryColor);
}
.services-wrap-card h3 a:hover {
  color: var(--optionalColor);
}
.services-wrap-card p {
  margin-bottom: 20px;
}
.services-wrap-card .services-btn {
  display: inline-block;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--primaryColor);
  position: relative;
  padding: 5px 0 5px 20px;
}
.services-wrap-card .services-btn::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primaryColor);
  transition: var(--transition);
}
.services-wrap-card .services-btn i {
  position: absolute;
  left: -4px;
  font-size: 24px;
  font-weight: 300;
  top: 50%;
  transform: translateY(-50%);
}
.services-wrap-card .services-btn:hover::before {
  background-color: var(--optionalColor);
}
.services-wrap-card::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background-image: url(../../assets/img/vector2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 45px;
  transition: var(--transition);
  background-color: #ECEDE5;
}
.services-wrap-card:hover .icon {
  background-color: var(--primaryColor);
}

.services-wrap-item {
  margin-bottom: 25px;
  background-color: var(--whiteColor);
  position: relative;
}
.services-wrap-item .services-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.services-wrap-item .services-content {
  padding: 55px 35px 55px 25px;
}
.services-wrap-item .services-content .icon {
  display: flex;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  text-align: center;
  background-color: #ECEDE5;
  position: relative;
  margin-bottom: 22px;
  transition: var(--transition);
}
.services-wrap-item .services-content .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.services-wrap-item .services-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.services-wrap-item .services-content h3 a {
  color: var(--primaryColor);
}
.services-wrap-item .services-content h3 a:hover {
  color: var(--optionalColor);
}
.services-wrap-item .services-content p {
  margin-bottom: 20px;
}
.services-wrap-item .services-content .services-btn {
  display: inline-block;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--primaryColor);
  position: relative;
  padding: 5px 0 5px 22px;
}
.services-wrap-item .services-content .services-btn::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primaryColor);
  transition: var(--transition);
}
.services-wrap-item .services-content .services-btn i {
  position: absolute;
  left: -3px;
  top: 50%;
  font-size: 24px;
  font-weight: 200;
  transform: translateY(-50%);
}
.services-wrap-item .services-content .services-btn:hover::before {
  background-color: var(--optionalColor);
}
.services-wrap-item::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background-image: url(../../assets/img/vector2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 45px;
  transition: var(--transition);
  background-color: #ECEDE5;
}
.services-wrap-item:hover .services-content .icon {
  background-color: var(--primaryColor);
}

.load-more-btn {
  text-align: center;
  margin-top: 20px;
}

/*================================================
Services Details Area CSS
=================================================*/
.services-details-desc {
  padding-right: 35px;
}
.services-details-desc img {
  margin-bottom: 35px;
}
.services-details-desc h2 {
  font-size: 42px;
  margin-bottom: 12px;
}
.services-details-desc p {
  margin-bottom: 0;
}
.services-details-desc .list {
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.services-details-desc .list li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
  line-height: 1.8;
}
.services-details-desc .list li::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  border-radius: 50px;
  left: 0;
  top: 10px;
  background-color: var(--paragraphColor);
}
.services-details-desc .list li:first-child {
  padding-left: 0;
}
.services-details-desc .list li:first-child::before {
  display: none;
}
.services-details-desc .list li:last-child {
  margin-bottom: 0;
}
.services-details-desc .list li h4 {
  font-size: 17px;
  margin-bottom: 0;
}
.services-details-desc h3 {
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.services-details-desc .services-accordion {
  margin-top: 30px;
}
.services-details-desc .services-accordion .accordion-item {
  margin-bottom: 15px;
  background: transparent;
  border: 1px solid #E4EEF7;
  border-radius: 0;
}
.services-details-desc .services-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.services-details-desc .services-accordion .accordion-item .accordion-button {
  color: var(--primaryColor);
  position: relative;
  text-align: start;
  box-shadow: unset;
  margin-bottom: 0;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding: 25px 55px 25px 25px;
  transition: var(--transition);
  background: transparent;
  border-radius: 0;
}
.services-details-desc .services-accordion .accordion-item .accordion-button::before {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  content: "\ea11";
  font-family: "remixicon";
  font-size: 15px;
  color: var(--paragraphColor);
  font-weight: 400;
}
.services-details-desc .services-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--primaryColor);
}
.services-details-desc .services-accordion .accordion-item .accordion-button:not(.collapsed)::before {
  content: "\ee57";
  color: var(--primaryColor);
}
.services-details-desc .services-accordion .accordion-item .accordion-button.collapsed {
  border-radius: 7px;
}
.services-details-desc .services-accordion .accordion-item .accordion-body {
  padding: 25px;
  border-top: 1px solid var(--optionalColor);
}
.services-details-desc .quote {
  background-color: var(--primaryColor);
  padding: 50px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.services-details-desc .quote p {
  font-weight: 600;
  color: var(--whiteColor);
}

.services-details-sidebar {
  border: 1px solid #ECEDE5;
  padding: 35px 30px;
}
.services-details-sidebar .search-box {
  margin-bottom: 35px;
}
.services-details-sidebar .search-box form .form-group {
  margin-bottom: 10px;
}
.services-details-sidebar .search-box form .form-group .search-field {
  border-radius: 7px;
  background: #F7F8F9;
  display: inline-block;
  width: 100%;
  height: 57px;
  padding: 15px 20px;
  outline: 0;
  box-shadow: unset;
  color: var(--paragraphColor);
  border: none;
  font-size: 15px;
}
.services-details-sidebar .search-box form .form-group .search-field::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.services-details-sidebar .search-box form .form-group .search-field::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.services-details-sidebar .search-box form .form-group .search-field:focus::-moz-placeholder {
  color: transparent;
}
.services-details-sidebar .search-box form .form-group .search-field:focus::placeholder {
  color: transparent;
}
.services-details-sidebar .search-box form .default-btn {
  border: none;
  width: 100%;
}
.services-details-sidebar .services-list h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.services-details-sidebar .services-list .list {
  padding-left: 0;
  margin-bottom: 0;
}
.services-details-sidebar .services-list .list li {
  list-style-type: none;
  margin-bottom: 25px;
  font-size: 17px;
}
.services-details-sidebar .services-list .list li a {
  color: var(--paragraphColor);
  position: relative;
}
.services-details-sidebar .services-list .list li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--primaryColor);
  height: 1px;
  width: 15px;
  transition: var(--transition);
  opacity: 0;
}
.services-details-sidebar .services-list .list li a:hover, .services-details-sidebar .services-list .list li a.active {
  padding-left: 27px;
  color: var(--primaryColor);
}
.services-details-sidebar .services-list .list li a:hover::before, .services-details-sidebar .services-list .list li a.active::before {
  opacity: 1;
}
.services-details-sidebar .services-list .list li:last-child {
  margin-bottom: 0;
}

/*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-card {
  margin-bottom: 25px;
}
.fun-facts-card .icon {
  margin-bottom: 27px;
  position: relative;
  z-index: 1;
}
.fun-facts-card .icon::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 65px;
  width: 65px;
  background-color: #ECEDE5;
  border-radius: 50%;
  z-index: -1;
  transition: var(--transition);
}
.fun-facts-card .icon img {
  margin-left: 20px;
}
.fun-facts-card h2 {
  font-size: 42px;
  margin-bottom: 2px;
}
.fun-facts-card p {
  margin-bottom: 0;
  font-size: 20px;
}
.fun-facts-card:hover .icon::before {
  background-color: var(--primaryColor);
}

.fun-facts-bg-inner {
  background-color: var(--primaryColor);
  position: relative;
  z-index: 1;
  padding-top: 140px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
}
.fun-facts-bg-inner::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  background-image: url(../../assets/img/shape.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.fun-facts-bg-inner .fun-facts-card {
  margin-bottom: 100px;
  text-align: center;
}
.fun-facts-bg-inner .fun-facts-card h2 {
  color: var(--optionalColor);
}
.fun-facts-bg-inner .fun-facts-card p {
  color: #ECEDE5;
}

.fun-facts-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  background-color: var(--whiteColor);
  padding: 65px 50px;
}
.fun-facts-bottom li {
  list-style-type: none;
  display: flex;
  align-items: center;
  position: relative;
}
.fun-facts-bottom li.left .icon {
  margin-right: 12px;
}
.fun-facts-bottom li.left .rating-info .rating i {
  color: #FFC107;
  font-size: 18px;
}
.fun-facts-bottom li.left .rating-info span {
  font-size: 15px;
  color: #21465B;
  display: block;
  margin-top: 5px;
}
.fun-facts-bottom li.right .image span {
  font-size: 14.265px;
  display: block;
  margin-bottom: 5px;
}
.fun-facts-bottom li.right .rating-info {
  padding-left: 15px;
  padding-top: 2.8px;
}
.fun-facts-bottom li.right .rating-info .rating i {
  color: #EF4335;
  font-size: 18px;
}
.fun-facts-bottom li.right .rating-info span {
  font-size: 14.265px;
  color: #21465B;
  display: block;
  margin-top: 5px;
}
.fun-facts-bottom li::before {
  position: absolute;
  content: "";
  right: -105px;
  top: 50%;
  transform: translateY(-50%) skew(-32deg);
  background: #C5C5C5;
  width: 1px;
  height: 50px;
}
.fun-facts-bottom li:last-child::before {
  display: none;
}

.fun-facts-large-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

/*================================================
Need Help Area CSS
=================================================*/
.need-help-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 420px;
  padding-bottom: 80px;
}
.need-help-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35.42%, rgba(0, 0, 0, 0) 53.65%, #000 100%);
  z-index: -1;
}
.need-help-area.bg-wrap-three {
  background-position: center top;
}

.need-help-content h2 {
  font-size: 42px;
  color: var(--whiteColor);
  margin-bottom: 50px;
}
.need-help-content .info-list {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.need-help-content .info-list li {
  list-style-type: none;
  margin-right: 55px;
  display: flex;
  align-items: center;
}
.need-help-content .info-list li .icon {
  display: inline-block;
  height: 70px;
  width: 70px;
  background-color: #ECEDE5;
  text-align: center;
  border-radius: 50px;
  position: relative;
}
.need-help-content .info-list li .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.need-help-content .info-list li .info {
  margin-left: 20px;
}
.need-help-content .info-list li .info span {
  display: block;
  font-size: 20px;
  color: #ECEDE5;
  margin-bottom: 8px;
}
.need-help-content .info-list li .info a {
  font-size: 28px;
  color: var(--optionalColor);
  font-weight: 700;
  text-decoration-line: underline;
}
.need-help-content .info-list li .info a:hover {
  color: var(--whiteColor);
}
.need-help-content .info-list li.or {
  font-size: 24px;
  color: #ECEDE5;
}
.need-help-content .info-list li:last-child {
  margin-right: 0;
}

/*================================================
Testimonials Area CSS
=================================================*/
.testimonials-item {
  margin-bottom: 25px;
  border: 1px solid #ECEDE5;
  padding: 55px 50px;
  position: relative;
}
.testimonials-item::before {
  position: absolute;
  content: "";
  right: -2.5px;
  top: -1.5px;
  background-image: url(../../assets/img/vector4.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 80px;
  height: 55px;
  transition: var(--transition);
}
.testimonials-item .icon {
  display: flex;
  height: 70px;
  width: 70px;
  background-color: #ECEDE5;
  border-radius: 50px;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.testimonials-item .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.testimonials-item p {
  font-size: 18px;
  margin-bottom: 0;
}
.testimonials-item .info {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.testimonials-item .info .image img {
  border-radius: 50%;
}
.testimonials-item .info .title {
  margin-left: 17px;
}
.testimonials-item .info .title h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.testimonials-item .info .title span {
  font-size: 15px;
  display: block;
  margin-top: 10px;
}
.testimonials-item:hover::before {
  background-image: url(../../assets/img/vector5.jpg);
}

.testimonials-wrap-item {
  max-width: 1120px;
  margin: auto;
}
.testimonials-wrap-item .testimonials-wrap-image {
  padding-right: 40px;
}
.testimonials-wrap-item .testimonials-wrap-content .icon {
  display: flex;
  height: 70px;
  width: 70px;
  background-color: #ECEDE5;
  border-radius: 50px;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.testimonials-wrap-item .testimonials-wrap-content .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.testimonials-wrap-item .testimonials-wrap-content p {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
}
.testimonials-wrap-item .testimonials-wrap-content .info {
  margin-top: 35px;
}
.testimonials-wrap-item .testimonials-wrap-content .info h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.testimonials-wrap-item .testimonials-wrap-content .info span {
  font-size: 15px;
  display: block;
  margin-top: 10px;
}

.testimonials-wrap-slider {
  position: relative;
}
.testimonials-wrap-slider .testimonials-button-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.testimonials-wrap-slider .testimonials-button-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.testimonials-pagination {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.testimonials-pagination .swiper-pagination-bullet {
  opacity: 1;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px 0 0 !important;
  background-color: var(--optionalColor);
}
.testimonials-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primaryColor);
}

.testimonials-large-item {
  max-width: 988px;
  margin: auto;
  text-align: center;
}
.testimonials-large-item .icon {
  display: flex;
  height: 70px;
  width: 70px;
  background-color: #ECEDE5;
  border-radius: 50px;
  text-align: center;
  position: relative;
  margin: 0 auto 25px;
}
.testimonials-large-item .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.testimonials-large-item p {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 500;
}
.testimonials-large-item .info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.testimonials-large-item .info .image img {
  border-radius: 50%;
}
.testimonials-large-item .info .title {
  margin-left: 17px;
}
.testimonials-large-item .info .title h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.testimonials-large-item .info .title span {
  font-size: 15px;
  display: block;
  margin-top: 10px;
}

.testimonials-area.with-wrap-color-bg {
  background-color: #ECEDE5;
}
.testimonials-area.with-wrap-color-bg .testimonials-large-item .icon {
  background-color: var(--primaryColor);
}

/*================================================
Agent Area CSS
=================================================*/
.agent-area {
  background-color: var(--primaryColor);
  position: relative;
  z-index: 1;
}
.agent-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 30px;
  background-color: var(--whiteColor);
}
.agent-area::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  background-color: var(--whiteColor);
}
.agent-area .section-title {
  margin: 0 auto 55px 0;
  text-align: start;
  max-width: 100%;
}
.agent-area .section-title h2 {
  color: var(--whiteColor);
}

.agent-item {
  margin-bottom: 25px;
}
.agent-item .agent-content {
  position: relative;
  padding-right: 95px;
  margin-top: 25px;
}
.agent-item .agent-content h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.agent-item .agent-content h3 a {
  color: var(--optionalColor);
}
.agent-item .agent-content h3 a:hover {
  color: var(--whiteColor);
}
.agent-item .agent-content p {
  font-size: 14px;
  color: #ECEDE5;
  display: block;
  margin-top: 10px;
}
.agent-item .agent-content .agent-social {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.agent-item .agent-content .agent-social li {
  list-style-type: none;
  margin-right: 15px;
}
.agent-item .agent-content .agent-social li:last-child {
  margin-right: 0;
}
.agent-item .agent-content .agent-social li a i {
  color: var(--whiteColor);
}
.agent-item .agent-content .agent-social.style2 li a i {
  color: var(--paragraphColor);
}

.agent-slider-button {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.agent-slider-button li {
  list-style-type: none;
  margin-right: 25px;
}
.agent-slider-button li:last-child {
  margin-right: 0;
}

.agent-without-wrap-area .section-title {
  margin: 0 auto 55px 0;
  text-align: start;
  max-width: 100%;
}
.agent-without-wrap-area .agent-item .agent-content h3 a {
  color: var(--primaryColor);
}
.agent-without-wrap-area .agent-item .agent-content h3 a:hover {
  color: var(--optionalColor);
}
.agent-without-wrap-area .agent-item .agent-content p {
  color: var(--paragraphColor);
}
.agent-without-wrap-area .agent-item .agent-content .agent-social li a img {
  filter: unset;
}

.agent-box-card {
  border: 1px solid #ECEDE5;
  padding: 25px;
  position: relative;
  margin-bottom: 25px;
}
.agent-box-card .agent-image {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  margin-right: -50px;
}
.agent-box-card .agent-content {
  padding: 35px 20px 35px 80px;
}
.agent-box-card .agent-content h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.agent-box-card .agent-content h3 a {
  color: var(--primaryColor);
}
.agent-box-card .agent-content h3 a:hover {
  color: var(--optionalColor);
}
.agent-box-card .agent-content span {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.agent-box-card .agent-content .mail-btn {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding-bottom: 2px;
  margin-top: 25px;
}
.agent-box-card .agent-content .mail-btn img {
  margin-right: 7px;
  position: relative;
  top: -1px;
}
.agent-box-card .agent-content .mail-btn i {
  font-size: 20px;
  font-weight: 200;
  position: relative;
  top: 2px;
}
.agent-box-card .agent-content .mail-btn::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: var(--primaryColor);
  transition: var(--transition);
}
.agent-box-card .agent-content .mail-btn:hover::before {
  background-color: var(--optionalColor);
}
.agent-box-card .agent-content .agent-social {
  display: flex;
  padding-left: 0;
  margin-top: 90px;
  margin-bottom: 0;
}
.agent-box-card .agent-content .agent-social li {
  list-style-type: none;
  margin-right: 15px;
}
.agent-box-card .agent-content .agent-social li:last-child {
  margin-right: 0;
}
.agent-box-card::before {
  position: absolute;
  content: "";
  right: -1px;
  top: -1px;
  background-image: url(../../assets/img/vector10.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transition: var(--transition);
  background-color: var(--whiteColor);
}

/*================================================
Agents Details Area CSS
=================================================*/
.agents-details-info {
  padding-right: 30px;
}
.agents-details-info .info {
  margin-top: 25px;
}
.agents-details-info .info h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.agents-details-info .info .list {
  padding-left: 0;
  margin-bottom: 0;
}
.agents-details-info .info .list li {
  list-style-type: none;
  margin-bottom: 12px;
}
.agents-details-info .info .list li:last-child {
  margin-bottom: 0;
}
.agents-details-info .info .list li span {
  font-weight: 600;
}
.agents-details-info .info .list li a {
  text-decoration-line: underline;
  color: var(--paragraphColor);
}
.agents-details-info .info .list li a:hover {
  color: var(--primaryColor);
}

.agents-details-desc {
  padding-left: 75px;
}
.agents-details-desc .content {
  margin-bottom: 45px;
}
.agents-details-desc .content h2 {
  font-size: 42px;
  margin-bottom: 0;
}
.agents-details-desc .content .sub {
  font-size: 20px;
  display: block;
  margin-top: 12px;
}
.agents-details-desc .info-details {
  margin-bottom: 30px;
}
.agents-details-desc .info-details h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.agents-details-desc .info-details p {
  margin-bottom: 0;
}
.agents-details-desc .info-details .semi-bold {
  font-weight: 600;
}
.agents-details-desc .info-details .list {
  margin-top: 15px;
  margin-bottom: 0;
}
.agents-details-desc .info-details .list li {
  margin-bottom: 7px;
}
.agents-details-desc .info-details .list li:last-child {
  margin-bottom: 0;
}
.agents-details-desc .info-details .list li span {
  font-weight: 600;
}
.agents-details-desc .info-quote {
  padding: 45px 40px;
  background-color: var(--primaryColor);
  text-align: center;
}
.agents-details-desc .info-quote p {
  font-weight: 600;
  color: var(--whiteColor);
}

/*================================================
Partner Area CSS
=================================================*/
.partner-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-slider {
  position: relative;
}
.partner-slider .partner-button-prev {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.partner-slider .partner-button-next {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.partner-with-wrap-area {
  background-color: #ECEDE5;
}

/*================================================
Get A Quote Area CSS
=================================================*/
.get-a-quote-inner {
  background-color: #ECEDE5;
  position: relative;
}
.get-a-quote-inner::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background-image: url(../../assets/img/vector6.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 105px;
  height: 98px;
}

.get-a-quote-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.get-a-quote-content {
  padding-top: 110px;
  padding-bottom: 110px;
  padding-left: 80px;
  padding-right: 110px;
}
.get-a-quote-content h2 {
  font-size: 42px;
  margin-bottom: 55px;
}
.get-a-quote-content .nav {
  padding-left: 0;
  margin-bottom: 25px;
  border: none;
}
.get-a-quote-content .nav .nav-item {
  border: none;
  margin-right: 5px;
  display: flex;
}
.get-a-quote-content .nav .nav-item:last-child {
  margin-right: 0;
}
.get-a-quote-content .nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 700;
  padding: 7px 17px;
  border-radius: 5px;
  border: none;
  background-color: transparent;
  color: var(--paragraphColor);
  transition: var(--transition);
}
.get-a-quote-content .nav .nav-item .nav-link:hover, .get-a-quote-content .nav .nav-item .nav-link.active {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.get-a-quote-content .quote-form .form-group {
  margin-bottom: 20px;
}
.get-a-quote-content .quote-form .form-group .form-control {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background-color: var(--whiteColor);
  width: 100%;
  height: 55px;
  padding: 15px 20px;
  outline: 0;
  box-shadow: unset;
  color: var(--paragraphColor);
  transition: var(--transition);
  font-size: 15px;
}
.get-a-quote-content .quote-form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.get-a-quote-content .quote-form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.get-a-quote-content .quote-form .form-group .form-control:focus {
  border: 1px solid var(--primaryColor);
}
.get-a-quote-content .quote-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.get-a-quote-content .quote-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.get-a-quote-content .quote-form .default-btn {
  width: 100%;
  border: none;
  line-height: 0;
  padding-top: 26px;
  padding-bottom: 26px;
}
.get-a-quote-content .quote-form .default-btn i {
  position: relative;
  top: 1px;
  font-size: 24px;
  font-weight: 200;
  line-height: 0;
  color: var(--optionalColor);
  transition: var(--transition);
}
.get-a-quote-content .quote-form .default-btn:hover i {
  color: var(--transition);
}
.get-a-quote-content .get-a-quote-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  margin-top: 55px;
  margin-bottom: 0;
}
.get-a-quote-content .get-a-quote-bottom li {
  list-style-type: none;
  display: flex;
  align-items: center;
  position: relative;
}
.get-a-quote-content .get-a-quote-bottom li.left .icon {
  margin-right: 12px;
}
.get-a-quote-content .get-a-quote-bottom li.left .rating-info .rating i {
  color: #FFC107;
  font-size: 18px;
}
.get-a-quote-content .get-a-quote-bottom li.left .rating-info span {
  font-size: 15px;
  color: #21465B;
  display: block;
  margin-top: 5px;
}
.get-a-quote-content .get-a-quote-bottom li.right .image span {
  font-size: 14.265px;
  display: block;
  margin-bottom: 5px;
}
.get-a-quote-content .get-a-quote-bottom li.right .rating-info {
  padding-left: 15px;
  padding-top: 2.8px;
}
.get-a-quote-content .get-a-quote-bottom li.right .rating-info .rating i {
  color: #EF4335;
  font-size: 18px;
}
.get-a-quote-content .get-a-quote-bottom li.right .rating-info span {
  font-size: 14.265px;
  color: #21465B;
  display: block;
  margin-top: 5px;
}
.get-a-quote-content .get-a-quote-bottom li::before {
  position: absolute;
  content: "";
  right: -105px;
  top: 50%;
  transform: translateY(-50%) skew(-32deg);
  background: #C5C5C5;
  width: 1px;
  height: 50px;
}
.get-a-quote-content .get-a-quote-bottom li:last-child::before {
  display: none;
}

.get-a-quote-box-area {
  background-color: #ECEDE5;
  padding: 90px 110px;
  margin-top: -185px;
  position: relative;
  z-index: 1;
}
.get-a-quote-box-area .review-and-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.get-a-quote-box-area .review-and-title h2 {
  font-size: 42px;
  margin-bottom: 0;
}
.get-a-quote-box-area .review-and-title .review {
  display: flex;
  align-items: center;
}
.get-a-quote-box-area .review-and-title .review .icon {
  margin-right: 12px;
}
.get-a-quote-box-area .review-and-title .review .rating-info .rating i {
  color: #FFC107;
  font-size: 18px;
}
.get-a-quote-box-area .review-and-title .review .rating-info span {
  font-size: 15px;
  color: #21465B;
  display: block;
  margin-top: 5px;
}
.get-a-quote-box-area .get-a-quote-content {
  padding: 0;
}
.get-a-quote-box-area .get-a-quote-content .nav {
  margin-bottom: 0;
}
.get-a-quote-box-area .get-a-quote-content .quote-form .form-group {
  margin-top: 25px;
  margin-bottom: 0;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-card {
  border: 1px solid #ECEDE5;
  padding: 45px;
  margin-bottom: 25px;
  position: relative;
}
.blog-card::before {
  position: absolute;
  content: "";
  right: -1px;
  top: -1px;
  background-image: url(../../assets/img/vector7.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 58px;
  transition: var(--transition);
}
.blog-card .date {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  line-height: 1;
}
.blog-card .date i {
  margin-right: 4px;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  top: -1px;
  color: var(--optionalColor);
}
.blog-card .date span {
  font-size: 15px;
}
.blog-card h3 {
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 28px;
}
.blog-card h3 a {
  color: var(--primaryColor);
}
.blog-card h3 a:hover {
  color: var(--optionalColor);
}
.blog-card .image {
  margin-bottom: 25px;
}
.blog-card p {
  margin-bottom: 18px;
}
.blog-card .blog-btn {
  display: flex;
  align-items: center;
}
.blog-card .blog-btn a {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  padding-bottom: 2px;
}
.blog-card .blog-btn a i {
  margin-right: 2px;
  font-size: 22px;
  font-weight: 300;
  position: relative;
  top: 2px;
}
.blog-card .blog-btn a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primaryColor);
  transition: var(--transition);
}
.blog-card .blog-btn a:hover::before {
  background-color: var(--optionalColor);
}
.blog-card:hover::before {
  background-image: url(../../assets/img/vector8.jpg);
}

.blog-large-card {
  margin-bottom: 45px;
  border: 1px solid #ECEDE5;
}
.blog-large-card .content {
  padding: 30px;
  padding-bottom: 32px;
}
.blog-large-card .date {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  line-height: 1;
}
.blog-large-card .date i {
  color: var(--optionalColor);
  font-size: 18px;
  font-weight: 300;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.blog-large-card .date img {
  margin-right: 10px;
}
.blog-large-card .date span {
  font-size: 15px;
}
.blog-large-card h3 {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 12px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-large-card h3 a {
  color: var(--primaryColor);
}
.blog-large-card h3 a:hover {
  color: var(--optionalColor);
}
.blog-large-card p {
  margin-bottom: 22px;
}
.blog-large-card .blog-btn {
  display: flex;
  align-items: center;
}
.blog-large-card .blog-btn a {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  padding-bottom: 2px;
}
.blog-large-card .blog-btn a img {
  margin-right: 5px;
}
.blog-large-card .blog-btn a i {
  font-size: 22px;
  font-weight: 300;
  position: relative;
  top: 2px;
  left: -2px;
}
.blog-large-card .blog-btn a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primaryColor);
  transition: var(--transition);
}
.blog-large-card .blog-btn a:hover::before {
  background-color: var(--optionalColor);
}
.blog-large-card.sticky {
  background-color: #ECEDE5;
}

/*================================================
Widget Area CSS
=================================================*/
.widget-area {
  border: 1px solid #ECEDE5;
  padding: 45px 30px;
}
.widget-area .widget {
  margin-bottom: 50px;
}
.widget-area .widget .widget-title {
  font-size: 22px;
  margin-bottom: 25px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget_search .search-form {
  position: relative;
}
.widget-area .widget_search .search-form .search-field {
  border-radius: 5px;
  background: var(--whiteColor);
  border: 1px solid #D9D9D9;
  display: inline-block;
  width: 100%;
  height: 55px;
  padding: 15px 50px 15px 25px;
  outline: 0;
  box-shadow: unset;
  color: var(--paragraphColor);
  font-size: 15px;
  transition: var(--transition);
}
.widget-area .widget_search .search-form .search-field::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.widget-area .widget_search .search-form .search-field::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.widget-area .widget_search .search-form .search-field:focus {
  border: 1px solid var(--primaryColor);
}
.widget-area .widget_search .search-form .search-field:focus::-moz-placeholder {
  color: transparent;
}
.widget-area .widget_search .search-form .search-field:focus::placeholder {
  color: transparent;
}
.widget-area .widget_search .search-form button {
  border: none;
  padding: 0;
  background-color: transparent;
  position: absolute;
  right: 20px;
  top: 48%;
  transform: translateY(-50%);
  line-height: 1;
}
.widget-area .widget_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid #ECEDE5;
  padding-bottom: 20px;
}
.widget-area .widget_posts_thumb .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.widget-area .widget_posts_thumb .item .thumb {
  float: left;
  overflow: hidden;
  display: block;
  width: 75px;
  height: 75px;
  margin-right: 15px;
}
.widget-area .widget_posts_thumb .item .thumb .fullimage {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-radius: 50%;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_posts_thumb .item .info {
  overflow: hidden;
}
.widget-area .widget_posts_thumb .item .info .date {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  line-height: 1;
}
.widget-area .widget_posts_thumb .item .info .date img {
  margin-right: 10px;
}
.widget-area .widget_posts_thumb .item .info .date span {
  font-size: 15px;
}
.widget-area .widget_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 17px;
}
.widget-area .widget_posts_thumb .item .info .title a {
  color: var(--primaryColor);
}
.widget-area .widget_posts_thumb .item .info .title a:hover {
  color: var(--optionalColor);
}
.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 15px;
}
.widget-area .widget_tag_cloud .tagcloud a {
  padding: 8px 15px;
  display: inline-block;
  border-radius: 100px;
  background: #FFD5A1;
  color: var(--primaryColor);
  font-size: 14px;
  margin-right: 6px;
  margin-top: 8px;
}
.widget-area .widget_tag_cloud .tagcloud a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc {
  max-width: 855px;
  margin: auto;
}
.blog-details-desc.max-full-width {
  max-width: 100%;
}
.blog-details-desc .image-one {
  margin-bottom: 35px;
  margin-top: 0;
}
.blog-details-desc .date {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  line-height: 1;
}
.blog-details-desc .date i {
  margin-right: 5px;
  font-size: 18px;
  color: var(--optionalColor);
  font-weight: 300;
}
.blog-details-desc .date span {
  font-size: 15px;
}
.blog-details-desc .wp-block-quote {
  background-color: var(--primaryColor);
  padding: 75px 100px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-details-desc .wp-block-quote p {
  font-weight: 600;
  color: var(--whiteColor);
}
.blog-details-desc .wp-block-quote a {
  color: var(--whiteColor);
}
.blog-details-desc .previous-next-post {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ECEDE5;
  padding: 15px 20px;
}
.blog-details-desc .previous-next-post .previous {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  color: var(--primaryColor);
  transition: var(--transition);
}
.blog-details-desc .previous-next-post .previous img {
  margin-right: 5px;
}
.blog-details-desc .previous-next-post .previous:hover {
  color: var(--optionalColor);
}
.blog-details-desc .previous-next-post .next {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  color: var(--primaryColor);
  transition: var(--transition);
}
.blog-details-desc .previous-next-post .next img {
  margin-left: 5px;
}
.blog-details-desc .previous-next-post .next:hover {
  color: var(--optionalColor);
}
.blog-details-desc .comments {
  margin-top: 55px;
}
.blog-details-desc .comments h2 {
  margin-bottom: 45px;
}
.blog-details-desc .comments .comment-list {
  padding-left: 0;
  margin-bottom: 0;
}
.blog-details-desc .comments .comment-list li {
  list-style-type: none;
  position: relative;
  padding-left: 138px;
  margin-bottom: 35px;
}
.blog-details-desc .comments .comment-list li .c-image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-details-desc .comments .comment-list li .c-image img {
  border-radius: 50%;
}
.blog-details-desc .comments .comment-list li .c-content {
  position: relative;
}
.blog-details-desc .comments .comment-list li .c-content h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.blog-details-desc .comments .comment-list li .c-content p {
  margin-bottom: 0;
}
.blog-details-desc .comments .comment-list li .c-content .reply-btn {
  color: var(--optionalColor);
  font-weight: 500;
  position: absolute;
  right: 2px;
  top: 0;
}
.blog-details-desc .comments .comment-list li .c-content .reply-btn img {
  margin-left: 5px;
}
.blog-details-desc .comments .comment-list li:last-child {
  margin-bottom: 0;
  margin-left: 140px;
}
.blog-details-desc .leave-form {
  background-color: #ECEDE5;
  padding: 80px;
  margin-top: 100px;
}
.blog-details-desc .leave-form h2 {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details-desc .leave-form p {
  margin-bottom: 50px;
}
.blog-details-desc .leave-form .form-group {
  margin-bottom: 25px;
}
.blog-details-desc .leave-form .form-group .label {
  font-weight: 600;
  color: var(--primaryColor);
  display: block;
  margin-bottom: 12px;
}
.blog-details-desc .leave-form .form-group .form-control {
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: var(--whiteColor);
  height: 55px;
  width: 100%;
  outline: 0;
  box-shadow: unset;
  color: var(--paragraphColor);
  padding: 15px 20px;
  transition: var(--transition);
  font-size: 15px;
}
.blog-details-desc .leave-form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.blog-details-desc .leave-form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.blog-details-desc .leave-form .form-group .form-control:focus {
  border: 1px solid var(--primaryColor);
}
.blog-details-desc .leave-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.blog-details-desc .leave-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.blog-details-desc .leave-form .form-group textarea.form-control {
  min-height: 145px;
}
.blog-details-desc .leave-form .form-group .form-check .form-check-input {
  background-color: #D9D9D9;
  border-radius: 0;
  outline: 0;
  box-shadow: unset;
}
.blog-details-desc .leave-form .form-group .form-check .form-check-input:focus {
  background-color: var(--primaryColor);
}
.blog-details-desc .leave-form .form-group .form-check .form-check-label {
  font-size: 15px;
  font-weight: 500;
  color: var(--primaryColor);
}
.blog-details-desc .leave-form .default-btn {
  border: none;
}

.blog-details-info {
  margin-top: 70px;
  clear: both;
}
.blog-details-info .tags li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.blog-details-info .tags li a {
  padding: 6px 12px;
  background-color: #FFD5A1;
  transition: var(--transition);
}
.blog-details-info .tags li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.blog-details-info .share-post a {
  margin-left: 12px;
  font-size: 20px;
}
.blog-details-info .share-post a i {
  position: relative;
  top: 2px;
}

.previous-next-post .nav-previous {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  color: var(--primaryColor);
  transition: var(--transition);
}
.previous-next-post .nav-previous i {
  font-size: 22px;
  font-weight: 300;
  position: relative;
}
.previous-next-post .nav-previous:hover {
  color: var(--optionalColor);
}
.previous-next-post .nav-next {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  color: var(--primaryColor);
  transition: var(--transition);
}
.previous-next-post .nav-next i {
  font-size: 22px;
  font-weight: 300;
  position: relative;
}
.previous-next-post .nav-next:hover {
  color: var(--optionalColor);
}

/*================================================
CTA Area CSS
=================================================*/
.cta-inner-area {
  background-color: var(--primaryColor);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 85px;
  padding-bottom: 85px;
  padding-left: 140px;
  padding-right: 85px;
}
.cta-inner-area .cta-content {
  max-width: 570px;
}
.cta-inner-area .cta-content h2 {
  font-size: 42px;
  margin-bottom: 15px;
  color: var(--whiteColor);
}
.cta-inner-area .cta-content p {
  font-size: 17px;
  color: #FFD5A1;
  margin-bottom: 0;
}
.cta-inner-area .cta-content .cta-btn {
  margin-top: 35px;
}
.cta-inner-area .cta-content .cta-btn .default-btn {
  background-color: var(--optionalColor);
  color: var(--primaryColor);
}
.cta-inner-area .cta-content .cta-btn .default-btn:hover {
  background-color: var(--whiteColor);
}
.cta-inner-area .cta-content .cta-btn .default-btn:hover img {
  filter: unset;
}
.cta-inner-area .cta-wrap {
  position: absolute;
  right: 90px;
  bottom: 0;
  z-index: -1;
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
  background-color: #ECEDE5;
}

.features-card {
  margin-bottom: 25px;
  position: relative;
  padding-left: 90px;
}
.features-card .icon {
  display: inline-block;
  height: 70px;
  width: 70px;
  background-color: var(--primaryColor);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
  text-align: center;
}
.features-card .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.features-card h3 {
  font-size: 25px;
  margin-bottom: 12px;
}
.features-card h3 a {
  color: var(--primaryColor);
}
.features-card h3 a:hover {
  color: var(--optionalColor);
}
.features-card p {
  margin-bottom: 0;
}

/*================================================
Why Choose Us Area CSS
=================================================*/
.why-choose-us-area {
  background-color: var(--primaryColor);
  overflow: hidden;
}
.why-choose-us-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.why-choose-us-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  margin-right: -70px;
}

.why-choose-us-content {
  padding: 100px 50px 100px 110px;
}
.why-choose-us-content .content {
  margin-bottom: 40px;
}
.why-choose-us-content .content .sub {
  display: inline-flex;
  padding: 8px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #FFD5A1;
  color: var(--primaryColor);
  font-size: 14px;
  margin-bottom: 18px;
}
.why-choose-us-content .content h2 {
  font-size: 42px;
  margin-bottom: 0;
  color: var(--whiteColor);
  max-width: 620px;
}
.why-choose-us-content .inner-card {
  margin-bottom: 45px;
}
.why-choose-us-content .inner-card .title {
  display: flex;
  align-items: center;
}
.why-choose-us-content .inner-card .title i {
  font-size: 28px;
  color: var(--whiteColor);
  margin-right: 7px;
}
.why-choose-us-content .inner-card .title h3 {
  font-size: 20px;
  color: var(--whiteColor);
  margin-bottom: 0;
}
.why-choose-us-content .inner-card p {
  margin-bottom: 0;
  color: #ECEDE5;
}
.why-choose-us-content .choose-btn .default-btn {
  background-color: var(--optionalColor);
  color: var(--primaryColor);
}
.why-choose-us-content .choose-btn .default-btn:hover {
  background: var(--whiteColor);
}
.why-choose-us-content .choose-btn .default-btn:hover img {
  filter: unset;
}

/*================================================
Page Banner Area CSS
=================================================*/
.page-banner-area {
  background-color: #ECEDE5;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 145px;
  padding-bottom: 120px;
}

.page-banner-content {
  text-align: center;
}
.page-banner-content h2, .page-banner-content h3, .page-banner-content h4 {
  font-size: 42px;
  margin-bottom: 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.page-banner-content .list {
  padding-left: 0;
  margin-bottom: 0;
}
.page-banner-content .list li {
  list-style-type: none;
  font-size: 15px;
  display: inline-block;
  position: relative;
  margin-right: 45px;
}
.page-banner-content .list li a {
  color: var(--paragraphColor);
}
.page-banner-content .list li a:hover {
  color: var(--primaryColor);
}
.page-banner-content .list li::before {
  position: absolute;
  content: "...";
  right: -37px;
  top: 1px;
  color: var(--paragraphColor);
  font-size: 35px;
  line-height: 0;
}
.page-banner-content .list li:last-child {
  margin-right: 0;
}
.page-banner-content .list li:last-child::before {
  display: none;
}

.page-banner-shape1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}
.page-banner-shape1 img {
  height: 100%;
}

.page-banner-shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-area {
  background-color: #ECEDE5;
}
.contact-area.wrap-style-two .section-title {
  margin: 0 auto 55px 0;
  text-align: start;
}
.contact-area.wrap-style-two .contact-form {
  padding-left: 0;
}

.contact-content .sub {
  display: inline-flex;
  padding: 8px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #FFD5A1;
  color: var(--primaryColor);
  font-size: 14px;
  margin-bottom: 15px;
}
.contact-content h2 {
  font-size: 42px;
  margin-bottom: 0;
}

.contact-form {
  padding-left: 20px;
}
.contact-form .form-group {
  margin-bottom: 25px;
}
.contact-form .form-group label {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 12px;
  color: var(--primaryColor);
}
.contact-form .form-group .form-control {
  display: inline-block;
  width: 100%;
  height: 55px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: var(--whiteColor);
  box-shadow: unset;
  outline: 0;
  color: var(--paragraphColor);
  transition: var(--transition);
  padding: 15px 20px;
  font-size: 15px;
}
.contact-form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.contact-form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.contact-form .form-group .form-control:focus {
  border: 1px solid var(--primaryColor);
}
.contact-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.contact-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.contact-form .form-group textarea.form-control {
  min-height: 130px;
}
.contact-form .contact-btn {
  text-align: end;
}
.contact-form .contact-btn .default-btn {
  border: none;
  line-height: 0;
  padding-bottom: 26px;
  padding-top: 26px;
}
.contact-form .contact-btn .default-btn i {
  position: relative;
  top: 1px;
  line-height: 0;
}

/*================================================
Contact Info Area CSS
=================================================*/
.contact-info-inner {
  border: 1px solid #ECEDE5;
  padding: 85px 70px;
  position: relative;
}
.contact-info-inner .info-list {
  padding-left: 0;
  margin-bottom: 0;
}
.contact-info-inner .info-list li {
  list-style-type: none;
  border-bottom: 1px solid #ECEDE5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.contact-info-inner .info-list li .title {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.contact-info-inner .info-list li .title .icon {
  display: inline-block;
  height: 55px;
  width: 55px;
  background-color: var(--primaryColor);
  text-align: center;
  border-radius: 50%;
  position: relative;
  margin-right: 17px;
}
.contact-info-inner .info-list li .title .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.contact-info-inner .info-list li .title h3 {
  margin-bottom: 0;
  font-size: 25px;
}
.contact-info-inner .info-list li .info span {
  font-weight: 700;
  font-size: 15px;
  color: var(--primaryColor);
  position: relative;
  margin-right: 75px;
}
.contact-info-inner .info-list li .info span::before {
  position: absolute;
  content: "";
  right: -40px;
  top: 50%;
  transform: translateY(-50%) skew(-32deg);
  background-color: #F0A446;
  width: 1px;
  height: 20px;
}
.contact-info-inner .info-list li .info span a {
  font-weight: 700;
  font-size: 15px;
  text-decoration-line: underline;
}
.contact-info-inner .info-list li .info span a:hover {
  color: var(--optionalColor);
}
.contact-info-inner .info-list li .info span:last-child {
  margin-right: 0;
}
.contact-info-inner .info-list li .info span:last-child::before {
  display: none;
}
.contact-info-inner .info-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.contact-info-inner::before {
  position: absolute;
  content: "";
  right: -1px;
  top: -1px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 45px;
}

.contact-info-image {
  padding-left: 110px;
}

/*================================================
Career Area CSS
=================================================*/
.career-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.career-content .content {
  height: 100%;
}
.career-content .sub {
  display: inline-flex;
  padding: 8px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #FFD5A1;
  color: var(--primaryColor);
  font-size: 14px;
  margin-bottom: 15px;
}
.career-content h2 {
  font-size: 42px;
  margin-bottom: 0;
}
.career-content .career-btn {
  margin-top: 30px;
}

.career-large-image {
  margin-top: 140px;
}

.career-bottom-inner {
  margin-top: 140px;
}
.career-bottom-inner h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.career-bottom-inner .inner-card {
  position: relative;
  margin-top: 45px;
}
.career-bottom-inner .inner-card .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.career-bottom-inner .inner-card .title .icon {
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--primaryColor);
  margin-right: 10px;
  position: relative;
}
.career-bottom-inner .inner-card .title .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-size: 22px;
  color: var(--optionalColor);
  font-weight: 300;
  transform: translateY(-50%);
  margin: auto;
}
.career-bottom-inner .inner-card .title h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.career-bottom-inner .inner-card p {
  margin-bottom: 0;
}
.career-bottom-inner .inner-card::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%) skew(-32deg);
  background-color: #ECEDE5;
  width: 1px;
  height: 75%;
}
.career-bottom-inner .col-lg-6:nth-child(1) .inner-card {
  padding-right: 110px;
}
.career-bottom-inner .col-lg-6:nth-child(2) .inner-card {
  padding-left: 110px;
}
.career-bottom-inner .col-lg-6:nth-child(2) .inner-card::before {
  display: none;
}

/*================================================
Open Positions Area CSS
=================================================*/
.open-positions-area {
  background-color: #ECEDE5;
}
.open-positions-area .section-title {
  margin: 0 auto 55px 0;
  text-align: start;
}

.open-positions-card {
  margin-bottom: 25px;
  background-color: var(--whiteColor);
  padding: 80px 60px;
}
.open-positions-card .positions-content {
  max-width: 750px;
}
.open-positions-card .positions-content h3 {
  font-size: 25px;
  margin-bottom: 25px;
}
.open-positions-card .positions-content h3 a {
  color: var(--primaryColor);
}
.open-positions-card .positions-content h3 a:hover {
  color: var(--optionalColor);
}
.open-positions-card .positions-content .list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.open-positions-card .positions-content .list li {
  list-style-type: none;
  display: flex;
  align-items: center;
}
.open-positions-card .positions-content .list li span {
  margin-left: 8px;
}
.open-positions-card .positions-btn {
  text-align: end;
}

/*================================================
Career Details Area CSS
=================================================*/
.career-details-desc {
  max-width: 865px;
  margin: auto;
}
.career-details-desc h2 {
  font-size: 42px;
  margin-bottom: 30px;
}
.career-details-desc .info-list {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ECEDE5;
  padding: 20px 25px;
}
.career-details-desc .info-list li {
  list-style-type: none;
  display: flex;
  align-items: center;
}
.career-details-desc .info-list li span {
  margin-left: 8px;
}
.career-details-desc h3 {
  font-size: 20px;
  margin-top: 45px;
  margin-bottom: 12px;
}
.career-details-desc h4 {
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 0;
}
.career-details-desc h5 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 12px;
}
.career-details-desc .list {
  margin-bottom: 0;
}
.career-details-desc .list li {
  margin-bottom: 5px;
}
.career-details-desc .list li:last-child {
  margin-bottom: 0;
}

/*================================================
Application Form Area CSS
=================================================*/
.application-form-area {
  background-color: #ECEDE5;
}

.application-form {
  max-width: 865px;
  margin: auto;
}
.application-form .title h2 {
  font-size: 42px;
  margin-bottom: 12px;
}
.application-form .title p {
  font-size: 18px;
  margin-bottom: 45px;
}
.application-form .form-group {
  margin-bottom: 25px;
}
.application-form .form-group label {
  font-weight: 600;
  color: var(--primaryColor);
  display: inline-block;
  margin-bottom: 12px;
}
.application-form .form-group .form-control {
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: var(--whiteColor);
  height: 55px;
  width: 100%;
  outline: 0;
  box-shadow: unset;
  color: var(--paragraphColor);
  padding: 15px 20px;
  transition: var(--transition);
  font-size: 15px;
}
.application-form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.application-form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.application-form .form-group .form-control:focus {
  border: 1px solid var(--primaryColor);
}
.application-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.application-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.application-form .default-btn {
  border: none;
  line-height: 0;
  padding-top: 26px;
  padding-bottom: 26px;
}
.application-form .default-btn i {
  position: relative;
  top: 1px;
  line-height: 0;
  font-weight: 300;
}

.bg-ECEDE5 {
  background-color: #ECEDE5;
}

/*================================================
Insurance Area CSS
=================================================*/
.insurance-content {
  max-width: 635px;
}
.insurance-content .sub {
  display: inline-flex;
  padding: 8px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #FFD5A1;
  color: var(--primaryColor);
  font-size: 14px;
  margin-bottom: 15px;
}
.insurance-content h2 {
  font-size: 42px;
  margin-bottom: 0;
}
.insurance-content .inner-card {
  margin-top: 45px;
}
.insurance-content .inner-card .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.insurance-content .inner-card .title .icon {
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--primaryColor);
  margin-right: 10px;
  position: relative;
}
.insurance-content .inner-card .title .icon i {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 22px;
  color: var(--optionalColor);
  font-weight: 200;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.insurance-content .inner-card .title h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.insurance-content .inner-card p {
  margin-bottom: 0;
}

/*================================================
Insurance Services Area CSS
=================================================*/
.insurance-services-area {
  position: relative;
  z-index: 1;
  margin-left: 30px;
  margin-right: 30px;
}
.insurance-services-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  background-color: #ECEDE5;
  z-index: -1;
  width: 100%;
  height: 800px;
}
.insurance-services-area::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background-image: url(../../assets/img/vector3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 105px;
  height: 101px;
  transition: var(--transition);
  background-color: #ECEDE5;
}

.insurance-services-inner h2 {
  font-size: 42px;
  margin-bottom: 0;
  background-color: #FFD5A1;
  padding: 10px 25px;
  display: inline-block;
}
.insurance-services-inner .inner-card {
  margin-top: 35px;
}
.insurance-services-inner .inner-card .icon {
  display: flex;
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: var(--primaryColor);
  border-radius: 50%;
  position: relative;
  margin-bottom: 22px;
}
.insurance-services-inner .inner-card .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.insurance-services-inner .inner-card h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.insurance-services-inner .inner-card h3 a {
  color: var(--primaryColor);
  display: block;
}
.insurance-services-inner .inner-card h3 a:hover {
  color: var(--optionalColor);
}
.insurance-services-inner .inner-card p {
  max-width: 285px;
}

.insurance-services-large-image {
  margin-top: 140px;
}

.insurance-services-bottom-inner {
  margin-top: 140px;
}
.insurance-services-bottom-inner h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.insurance-services-bottom-inner .inner-card {
  position: relative;
  margin-top: 45px;
}
.insurance-services-bottom-inner .inner-card .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.insurance-services-bottom-inner .inner-card .title .icon {
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--primaryColor);
  margin-right: 10px;
  position: relative;
}
.insurance-services-bottom-inner .inner-card .title .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.insurance-services-bottom-inner .inner-card .title h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.insurance-services-bottom-inner .inner-card p {
  margin-bottom: 0;
}
.insurance-services-bottom-inner .inner-card::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%) skew(-32deg);
  background-color: #ECEDE5;
  width: 1px;
  height: 100%;
}
.insurance-services-bottom-inner .col-lg-6:nth-child(1) .inner-card {
  padding-right: 110px;
}
.insurance-services-bottom-inner .col-lg-6:nth-child(2) .inner-card {
  padding-left: 110px;
}
.insurance-services-bottom-inner .col-lg-6:nth-child(2) .inner-card::before {
  display: none;
}
.insurance-services-bottom-inner .col-lg-6:nth-child(3) .inner-card {
  padding-right: 110px;
}
.insurance-services-bottom-inner .col-lg-6:nth-child(4) .inner-card {
  padding-left: 110px;
}
.insurance-services-bottom-inner .col-lg-6:nth-child(4) .inner-card::before {
  display: none;
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-card {
  border-radius: 10px;
  border: 1px solid rgba(112, 156, 241, 0.25);
  padding: 45px 30px;
  transition: var(--transition);
  margin-bottom: 25px;
}
.pricing-card .header {
  margin-bottom: 20px;
}
.pricing-card .header h3 {
  font-size: 25px;
  margin-bottom: 12px;
}
.pricing-card .header p {
  margin-bottom: 0;
}
.pricing-card .price {
  font-size: 50px;
  color: var(--primaryColor);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
.pricing-card .price span {
  font-size: 15px;
  font-weight: 400;
  color: var(--paragraphColor);
}
.pricing-card .price-btn {
  margin-bottom: 30px;
}
.pricing-card .price-btn .default-btn {
  width: 100%;
}
.pricing-card .list {
  padding-left: 0;
  margin-bottom: 0;
}
.pricing-card .list li {
  list-style-type: none;
  color: var(--paragraphColor);
  font-size: 17px;
  position: relative;
  margin-bottom: 22px;
  padding-left: 28px;
}
.pricing-card .list li:last-child {
  margin-bottom: 0;
}
.pricing-card .list li i {
  font-size: 22px;
  color: var(--primaryColor);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pricing-card:hover {
  border: 1px solid var(--primaryColor);
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion .accordion-item {
  margin-bottom: 25px;
  background-color: #f9f9f9;
  border: none;
  border-radius: 7px;
  transition: var(--transition);
}
.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion-item .accordion-button {
  color: var(--primaryColor);
  position: relative;
  text-align: start;
  box-shadow: unset;
  margin-bottom: 0;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  padding: 25px 70px 25px 25px;
  transition: var(--transition);
  background-color: #f9f9f9;
  border-radius: 7px;
}
.faq-accordion .accordion-item .accordion-button::before {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  content: "\ea11";
  font-family: "remixicon";
  font-size: 22px;
  color: #8F8F8F;
  font-weight: 400;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--optionalColor);
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed)::before {
  content: "\ee57";
  color: var(--optionalColor);
}
.faq-accordion .accordion-item .accordion-button.collapsed {
  border-radius: 7px;
}
.faq-accordion .accordion-item .accordion-body {
  padding: 25px 25px 25px 25px;
  border-top: 1px solid var(--primaryColor);
}

/*================================================
Profile Authentication Area CSS
=================================================*/
.profile-authentication-box {
  background-color: #ECEDE5;
  padding: 45px;
  border-radius: 5px;
}
.profile-authentication-box .content {
  text-align: center;
  margin-bottom: 25px;
}
.profile-authentication-box .content h3 {
  font-size: 25px;
  margin-bottom: 12px;
}
.profile-authentication-box .content p {
  margin-bottom: 0;
}
.profile-authentication-box .content p a {
  color: var(--primaryColor);
  font-weight: 600;
}
.profile-authentication-box .content p a:hover {
  color: var(--optionalColor);
}
.profile-authentication-box .authentication-form .google-btn {
  margin-bottom: 25px;
}
.profile-authentication-box .authentication-form .google-btn button {
  border-radius: 0;
  border: 1px solid var(--whiteColor);
  background: var(--whiteColor);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  font-size: 15px;
  font-weight: 600;
  color: var(--paragraphColor);
  transition: var(--transition);
  border-radius: 5px;
}
.profile-authentication-box .authentication-form .google-btn button img {
  margin-right: 15px;
}
.profile-authentication-box .authentication-form .google-btn button:hover {
  border: 1px solid var(--primaryColor);
}
.profile-authentication-box .authentication-form .or {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.profile-authentication-box .authentication-form .or::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: var(--whiteColor);
  z-index: -1;
}
.profile-authentication-box .authentication-form .or span {
  font-size: 14px;
  background-color: var(--whiteColor);
  padding: 0 15px;
  border-radius: 5px;
}
.profile-authentication-box .authentication-form .form-group {
  margin-bottom: 25px;
  position: relative;
}
.profile-authentication-box .authentication-form .form-group label {
  font-size: 15px;
  color: var(--primaryColor);
  display: block;
  font-weight: 600;
  margin-bottom: 12px;
}
.profile-authentication-box .authentication-form .form-group .form-control {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #E4EEF7;
  box-shadow: unset;
  outline: 0;
  height: 62px;
  color: var(--paragraphColor);
  transition: var(--transition);
  font-size: 15px;
  padding: 15px 25px;
}
.profile-authentication-box .authentication-form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.profile-authentication-box .authentication-form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.profile-authentication-box .authentication-form .form-group .form-control:focus {
  border: 1px solid var(--primaryColor);
}
.profile-authentication-box .authentication-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.profile-authentication-box .authentication-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.profile-authentication-box .authentication-form .form-bottom {
  margin-bottom: 25px;
}
.profile-authentication-box .authentication-form .form-bottom .form-check .form-check-input {
  box-shadow: unset;
  border-radius: 0;
}
.profile-authentication-box .authentication-form .form-bottom .form-check .form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.profile-authentication-box .authentication-form .form-bottom .form-check .form-check-label {
  font-size: 14px;
  color: var(--paragraphColor);
}
.profile-authentication-box .authentication-form .form-bottom .form-check .form-check-label a {
  color: var(--optionalColor);
}
.profile-authentication-box .authentication-form .form-bottom .form-check .form-check-label a:hover {
  color: var(--primaryColor);
}
.profile-authentication-box .authentication-form .form-bottom .forgot-password {
  font-size: 14px;
  color: var(--paragraphColor);
}
.profile-authentication-box .authentication-form .form-bottom .forgot-password:hover {
  color: var(--optionalColor);
}
.profile-authentication-box .authentication-form .default-btn {
  border: none;
  width: 100%;
  padding: 18px 30px;
}

.forgot-password-box {
  padding: 50px;
  max-width: 650px;
  background-color: #ECEDE5;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}
.forgot-password-box label {
  display: block;
  margin-bottom: 12px;
  color: var(--primaryColor);
  font-size: 15px;
  font-weight: 600;
}
.forgot-password-box .form-control {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #E4EEF7;
  box-shadow: unset;
  outline: 0;
  height: 62px;
  color: var(--paragraphColor);
  transition: var(--transition);
  font-size: 15px;
  padding: 15px 25px;
}
.forgot-password-box .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.forgot-password-box .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.forgot-password-box .form-control:focus {
  border: 1px solid var(--primaryColor);
}
.forgot-password-box .form-control:focus::-moz-placeholder {
  color: transparent;
}
.forgot-password-box .form-control:focus::placeholder {
  color: transparent;
}
.forgot-password-box .default-btn {
  margin-top: 15px;
  border: none;
  width: 100%;
}

/*================================================
Privacy Policy Area CSS
=================================================*/
.privacy-policy-content {
  max-width: 1140px;
  margin: auto;
}
.privacy-policy-content .h1, .privacy-policy-content .h2, .privacy-policy-content .h3, .privacy-policy-content .h4, .privacy-policy-content .h5, .privacy-policy-content .h6, .privacy-policy-content h1, .privacy-policy-content h2, .privacy-policy-content h3, .privacy-policy-content h4, .privacy-policy-content h5, .privacy-policy-content h6 {
  font-size: 22px;
  margin-bottom: 15px;
}
.privacy-policy-content .h1:not(:first-child), .privacy-policy-content .h2:not(:first-child), .privacy-policy-content .h3:not(:first-child), .privacy-policy-content .h4:not(:first-child), .privacy-policy-content .h5:not(:first-child), .privacy-policy-content .h6:not(:first-child), .privacy-policy-content h1:not(:first-child), .privacy-policy-content h2:not(:first-child), .privacy-policy-content h3:not(:first-child), .privacy-policy-content h4:not(:first-child), .privacy-policy-content h5:not(:first-child), .privacy-policy-content h6:not(:first-child) {
  margin-top: 30px;
}
.privacy-policy-content strong {
  color: var(--primaryColor);
  font-weight: 500;
}
.privacy-policy-content p a {
  color: var(--primaryColor);
}
.privacy-policy-content p a:hover {
  text-decoration: underline;
}
.privacy-policy-content ul li, .privacy-policy-content ol li {
  color: var(--paragraphColor);
  margin-bottom: 20px;
}
.privacy-policy-content ul li a, .privacy-policy-content ol li a {
  color: var(--paragraphColor);
}
.privacy-policy-content ul li a:hover, .privacy-policy-content ol li a:hover {
  text-decoration: underline;
}
.privacy-policy-content ul li:last-child, .privacy-policy-content ol li:last-child {
  margin-bottom: 0;
}

/*================================================
Terms & Conditions Area CSS
=================================================*/
.terms-conditions-content {
  max-width: 1140px;
  margin: auto;
}
.terms-conditions-content .h1, .terms-conditions-content .h2, .terms-conditions-content .h3, .terms-conditions-content .h4, .terms-conditions-content .h5, .terms-conditions-content .h6, .terms-conditions-content h1, .terms-conditions-content h2, .terms-conditions-content h3, .terms-conditions-content h4, .terms-conditions-content h5, .terms-conditions-content h6 {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.terms-conditions-content .h1:not(:first-child), .terms-conditions-content .h2:not(:first-child), .terms-conditions-content .h3:not(:first-child), .terms-conditions-content .h4:not(:first-child), .terms-conditions-content .h5:not(:first-child), .terms-conditions-content .h6:not(:first-child), .terms-conditions-content h1:not(:first-child), .terms-conditions-content h2:not(:first-child), .terms-conditions-content h3:not(:first-child), .terms-conditions-content h4:not(:first-child), .terms-conditions-content h5:not(:first-child), .terms-conditions-content h6:not(:first-child) {
  margin-top: 25px;
}
.terms-conditions-content strong {
  color: var(--primaryColor);
  font-weight: 500;
}
.terms-conditions-content p a {
  color: var(--primaryColor);
}
.terms-conditions-content p a:hover {
  text-decoration: underline;
}
.terms-conditions-content ul li, .terms-conditions-content ol li {
  color: var(--paragraphColor);
  margin-bottom: 20px;
}
.terms-conditions-content ul li a, .terms-conditions-content ol li a {
  color: var(--primaryColor);
}
.terms-conditions-content ul li a:hover, .terms-conditions-content ol li a:hover {
  text-decoration: underline;
}
.terms-conditions-content ul li:last-child, .terms-conditions-content ol li:last-child {
  margin-bottom: 0;
}

/*================================================
Not Found Area CSS
=================================================*/
.not-found-content .image {
  margin-bottom: 35px;
}
.not-found-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}
.not-found-content .default-btn {
  margin-top: 15px;
}

/*================================================
Footer Area CSS
=================================================*/
.single-footer-widget {
  margin-bottom: 25px;
}
.single-footer-widget .widget-logo {
  margin-bottom: 25px;
}
.single-footer-widget p {
  max-width: 310px;
  margin-bottom: 28px;
}
.single-footer-widget .widget-social {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}
.single-footer-widget .widget-social li {
  list-style-type: none;
  margin-right: 15px;
  line-height: 0;
}
.single-footer-widget .widget-social li:last-child {
  margin-right: 0;
}
.single-footer-widget .widget-social li a {
  font-size: 18px;
  color: var(--paragraphColor);
}
.single-footer-widget .widget-social li a img {
  transition: var(--transition);
}
.single-footer-widget .widget-social li a:hover img {
  transform: translateY(-2px);
}
.single-footer-widget h3 {
  font-size: 20px;
  margin-bottom: 25px;
}
.single-footer-widget .list-links {
  padding-left: 0;
  margin-bottom: 0;
}
.single-footer-widget .list-links li {
  list-style-type: none;
  margin-bottom: 13.5px;
}
.single-footer-widget .list-links li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .list-links li a {
  font-size: 15px;
  font-weight: 500;
  color: var(--paragraphColor);
  position: relative;
}
.single-footer-widget .list-links li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background-color: var(--optionalColor);
  transition: var(--transition);
}
.single-footer-widget .list-links li a:hover {
  color: var(--primaryColor);
}
.single-footer-widget .list-links li a:hover::before {
  width: 100%;
}
.single-footer-widget .info-list {
  padding-left: 0;
  margin-bottom: 0;
}
.single-footer-widget .info-list li {
  list-style-type: none;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.single-footer-widget .info-list li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .info-list li .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-family: 40px;
  line-height: 40px;
  font-size: 20px;
  color: var(--primaryColor);
  background-color: #ECEDE5;
  border-radius: 50%;
  position: relative;
  margin-right: 12px;
}
.single-footer-widget .info-list li .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.single-footer-widget .info-list li span {
  width: 200px;
}
.single-footer-widget .info-list li a {
  color: var(--paragraphColor);
  position: relative;
}
.single-footer-widget .info-list li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background-color: var(--optionalColor);
  transition: var(--transition);
}
.single-footer-widget .info-list li a:hover {
  color: var(--primaryColor);
}
.single-footer-widget .info-list li a:hover::before {
  width: 100%;
}
.single-footer-widget.widget_nav_menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.single-footer-widget.widget_nav_menu ul li {
  list-style-type: none;
  margin-bottom: 13.5px;
}
.single-footer-widget.widget_nav_menu ul li a {
  font-size: 15px;
  font-weight: 500;
  color: var(--paragraphColor);
  position: relative;
}
.single-footer-widget.widget_nav_menu ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background-color: var(--optionalColor);
  transition: var(--transition);
}
.single-footer-widget.widget_nav_menu ul li a:hover {
  color: var(--primaryColor);
}
.single-footer-widget.widget_nav_menu ul li a:hover::before {
  width: 100%;
}
.single-footer-widget.col.widget_sabada_footer_info {
  width: 25%;
}
.single-footer-widget.col:nth-child(2) {
  position: relative;
  left: 110px;
}
.single-footer-widget.col:nth-child(3) {
  position: relative;
  left: 45px;
}
.single-footer-widget.col:nth-child(4) {
  position: relative;
  left: 20px;
}

.footer-wrap-area {
  background-color: var(--primaryColor);
}
.footer-wrap-area .single-footer-widget .widget-logo.logo1 {
  display: none;
}
.footer-wrap-area .single-footer-widget .widget-logo.logo2 {
  display: block !important;
}
.footer-wrap-area .single-footer-widget p {
  color: #ECEDE5;
}
.footer-wrap-area .single-footer-widget h3 {
  color: var(--whiteColor);
}
.footer-wrap-area .single-footer-widget .list-links li a {
  color: #ECEDE5;
}
.footer-wrap-area .single-footer-widget a {
  color: #ECEDE5;
}
.footer-wrap-area .single-footer-widget p {
  color: #ECEDE5;
}
.footer-wrap-area .single-footer-widget span {
  color: #ECEDE5;
}
.footer-wrap-area .single-footer-widget caption {
  color: #ECEDE5;
}
.footer-wrap-area .single-footer-widget ul li {
  color: #ECEDE5;
}
.footer-wrap-area .single-footer-widget ul li a {
  color: #ECEDE5;
}
.footer-wrap-area .single-footer-widget ul li a:hover {
  color: var(--optionalColor);
}
.footer-wrap-area .single-footer-widget .widget-social li a {
  color: var(--optionalColor);
}
.footer-wrap-area .single-footer-widget.widget_nav_menu ul li a {
  color: #ECEDE5;
}
.footer-wrap-area .single-footer-widget.widget_nav_menu ul li a:hover {
  color: var(--optionalColor);
}

.subscribe-inner-box {
  border-bottom: 1px solid rgba(236, 237, 229, 0.3);
  margin-bottom: 65px;
  padding-bottom: 65px;
}
.subscribe-inner-box .subscribe-content {
  max-width: 525px;
}
.subscribe-inner-box .subscribe-content h2 {
  color: var(--whiteColor);
  font-size: 37px;
  margin-bottom: 0;
}
.subscribe-inner-box .subscribe-form {
  position: relative;
  padding-right: 200px;
  margin-left: 45px;
}
.subscribe-inner-box .subscribe-form .form-control {
  display: inline-block;
  width: 100%;
  height: 55px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: var(--whiteColor);
  box-shadow: unset;
  outline: 0;
  color: var(--paragraphColor);
  transition: var(--transition);
  padding: 15px 20px;
  font-size: 15px;
}
.subscribe-inner-box .subscribe-form .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.subscribe-inner-box .subscribe-form .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.subscribe-inner-box .subscribe-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.subscribe-inner-box .subscribe-form .form-control:focus::placeholder {
  color: transparent;
}
.subscribe-inner-box .subscribe-form .default-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  border: none;
  background-color: var(--optionalColor);
  color: var(--primaryColor);
}
.subscribe-inner-box .subscribe-form .default-btn i {
  font-size: 24px;
  font-weight: 300;
  margin-right: 4px;
}
.subscribe-inner-box .subscribe-form .default-btn:hover {
  background: var(--whiteColor);
}
.subscribe-inner-box .subscribe-form .default-btn:hover img {
  filter: unset;
}
.subscribe-inner-box .subscribe-form .alert-danger {
  background-color: transparent;
  padding: 0;
  border: unset;
  color: var(--optionalColor);
}

.subscribe-area {
  position: relative;
  z-index: 1;
}
.subscribe-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primaryColor);
  width: 100%;
  height: 210px;
  z-index: -1;
}

.subscribe-inner-area {
  background-color: #ECEDE5;
  padding: 100px 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.subscribe-inner-area .subscribe-content {
  max-width: 575px;
  margin: auto;
  text-align: center;
}
.subscribe-inner-area .subscribe-content h2 {
  font-size: 37px;
  margin-bottom: 50px;
}
.subscribe-inner-area .subscribe-content .subscribe-form {
  position: relative;
  padding-right: 200px;
}
.subscribe-inner-area .subscribe-content .subscribe-form .form-control {
  display: inline-block;
  width: 100%;
  height: 55px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: var(--whiteColor);
  box-shadow: unset;
  outline: 0;
  color: var(--paragraphColor);
  transition: var(--transition);
  padding: 15px 20px;
  font-size: 15px;
}
.subscribe-inner-area .subscribe-content .subscribe-form .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.subscribe-inner-area .subscribe-content .subscribe-form .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.subscribe-inner-area .subscribe-content .subscribe-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.subscribe-inner-area .subscribe-content .subscribe-form .form-control:focus::placeholder {
  color: transparent;
}
.subscribe-inner-area .subscribe-content .subscribe-form .default-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  border: none;
}
.subscribe-inner-area .subscribe-content .subscribe-form .default-btn i {
  font-size: 24px;
  font-weight: 200;
}
.subscribe-inner-area .subscribe-content .subscribe-form .alert-danger {
  padding: 0;
  text-align: start;
  background-color: transparent;
  border: none;
}
.subscribe-inner-area::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background-image: url(../../assets/img/vector9.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50px;
  height: 47px;
}
.subscribe-inner-area .subscribe-shape1 {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.subscribe-inner-area .subscribe-shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*================================================
Copyright Area CSS
=================================================*/
.copyright-area {
  background-color: #ECEDE5;
  padding-top: 30px;
  padding-bottom: 30px;
}
.copyright-area .content p {
  font-size: 15px;
}
.copyright-area .content p a {
  color: var(--primaryColor);
  font-weight: 500;
}
.copyright-area .content p a:hover {
  color: var(--optionalColor);
}
.copyright-area .list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: end;
}
.copyright-area .list li {
  list-style-type: none;
  font-size: 15px;
  position: relative;
  margin-right: 25px;
}
.copyright-area .list li::before {
  position: absolute;
  content: "|";
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--paragraphColor);
}
.copyright-area .list li a {
  color: var(--paragraphColor);
}
.copyright-area .list li a:hover {
  color: var(--primaryColor);
}
.copyright-area .list li:last-child {
  margin-right: 0;
}
.copyright-area .list li:last-child::before {
  display: none;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 20px;
}
.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  color: var(--primaryColor);
  background-color: #ECEDE5;
  transition: var(--transition);
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
}
.pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
  color: var(--whiteColor);
  background: var(--primaryColor);
}
.pagination-area .prev {
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  margin-right: 20px;
  width: auto !important;
  height: auto !important;
  background-color: transparent;
}
.pagination-area .prev i {
  margin-right: 2px;
}
.pagination-area .prev:hover {
  color: var(--optionalColor);
  background-color: transparent;
}
.pagination-area .next {
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  margin-left: 20px;
  width: auto !important;
  height: auto !important;
  background-color: transparent;
}
.pagination-area .next i {
  margin-left: 2px;
}
.pagination-area .next:hover {
  color: var(--optionalColor);
  background-color: transparent;
}

/*================================================
Back to Top CSS
=================================================*/
#backtotop {
  opacity: 0;
  right: 20px;
  z-index: 99;
  bottom: 20px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 25px;
  transition: 0.5s;
  background: var(--optionalColor);
  color: var(--whiteColor);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
#backtotop::before {
  position: absolute;
  content: "";
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  background: var(--primaryColor);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
#backtotop:hover {
  color: var(--whiteColor);
}
#backtotop:hover::before {
  opacity: 1;
  visibility: visible;
}
#backtotop.active {
  opacity: 1;
}

/* Start "Auto Insurance Demo" & "Health Insurance Demo" Style CSS
============================================================*/
/* Top Header Area CSS */
.top-header-area.white-bg-style {
  background-color: var(--whiteColor);
}
.top-header-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

/* Navbar Area CSS */
.navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.navbar.wrap-bg-style {
  background-color: #F5F5F5;
}

/* Section Title CSS */
.section-title .sub.wrap-color {
  background: #FFC727;
  color: var(--primaryColor);
}

/*================================================
Auto Insurance Banner Area CSS
=================================================*/
.auto-insurance-banner-area {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 150px;
}

.auto-insurance-banner-content .sub {
  display: inline-flex;
  padding: 8px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #FFD5A1;
  color: var(--primaryColor);
  font-size: 14px;
  margin-bottom: 15px;
}
.auto-insurance-banner-content h1 {
  font-size: 65px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.auto-insurance-banner-content h1 span {
  position: relative;
  z-index: 1;
}
.auto-insurance-banner-content h1 span::before {
  position: absolute;
  content: "";
  right: -5px;
  bottom: -15px;
  background-image: url(../img/line.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 459px;
  height: 43px;
  z-index: -1;
}
.auto-insurance-banner-content p {
  font-size: 17px;
  font-weight: 500;
  max-width: 480px;
  margin-bottom: 0;
}
.auto-insurance-banner-content .banner-btn-list {
  display: flex;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.auto-insurance-banner-content .banner-btn-list li {
  list-style-type: none;
  margin-right: 20px;
}
.auto-insurance-banner-content .banner-btn-list li .default-btn {
  background-color: var(--primaryColor);
  color: var(--whiteColor) !important;
  border: 1px solid var(--primaryColor);
}
.auto-insurance-banner-content .banner-btn-list li .default-btn:hover {
  background-color: var(--optionalColor);
  border: 1px solid var(--optionalColor);
}
.auto-insurance-banner-content .banner-btn-list li .default-btn:hover img {
  filter: unset;
}
.auto-insurance-banner-content .banner-btn-list li:last-child {
  margin-right: 0;
}
.auto-insurance-banner-content .banner-btn-list li:last-child .default-btn {
  background-color: transparent;
  color: var(--primaryColor) !important;
}
.auto-insurance-banner-content .banner-btn-list li:last-child .default-btn:hover {
  background-color: var(--optionalColor);
}

.auto-insurance-banner-ellipse1 {
  display: inline-block;
  width: 379px;
  height: 379px;
  border-radius: 379px;
  background: linear-gradient(180deg, rgba(255, 95, 82, 0.66) 42.55%, rgba(255, 255, 255, 0.66) 107.5%);
  filter: blur(324.5px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.auto-insurance-banner-ellipse2 {
  display: inline-block;
  width: 398px;
  height: 398px;
  border-radius: 398px;
  background: linear-gradient(180deg, rgba(255, 95, 82, 0.66) 42.55%, rgba(255, 255, 255, 0.66) 107.5%);
  filter: blur(324.5px);
  position: absolute;
  right: 0;
  bottom: 295px;
  z-index: -1;
}

/*================================================
AI Key Features Area CSS
=================================================*/
.ai-key-features-card {
  border-radius: 35px;
  background-color: #F5F5F5;
  padding: 60px 55px;
}
.ai-key-features-card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--whiteColor);
  border-radius: 50px;
}
.ai-key-features-card .content {
  margin-top: 30px;
}
.ai-key-features-card .content h3 {
  font-size: 23.5px;
  margin-bottom: 15px;
}
.ai-key-features-card .content p {
  margin-bottom: 0;
}

/*================================================
AI About Area CSS
=================================================*/
.ai-about-area {
  overflow: hidden;
}

.ai-about-image {
  max-width: 400px;
  margin: auto;
  text-align: center;
}
.ai-about-image img {
  border-radius: 35px;
}

.ai-about-content .sub {
  display: inline-flex;
  padding: 8px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #FFD5A1;
  color: var(--primaryColor);
  font-size: 14px;
  margin-bottom: 15px;
}
.ai-about-content h2 {
  font-size: 42px;
  margin-bottom: 15px;
}
.ai-about-content p {
  margin-bottom: 0;
  max-width: 550px;
  font-size: 18px;
}
.ai-about-content .fun {
  display: flex;
  align-items: center;
  gap: 30px;
  border-left: 1px solid #ECEDE5;
  padding-left: 30px;
  margin-top: 45px;
}
.ai-about-content .fun h3 {
  color: var(--optionalColor);
  font-size: 65px;
  margin-bottom: 0;
  line-height: 1;
}
.ai-about-content .fun p {
  font-size: var(--fontSize);
}
.ai-about-content .fun p span {
  display: block;
}

.ai-about-inner {
  margin-top: 80px;
}
.ai-about-inner .inner-items .item {
  display: flex;
  gap: 15px;
  align-items: start;
  margin-bottom: 65px;
}
.ai-about-inner .inner-items .item .content {
  max-width: 410px;
}
.ai-about-inner .inner-items .item .content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.ai-about-inner .inner-items .item:last-child {
  margin-bottom: 0;
  padding-left: 100px;
}
.ai-about-inner .inner-right .link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: var(--optionalColor);
  border-radius: 50%;
  transition: var(--transition);
  position: relative;
  z-index: 1;
}
.ai-about-inner .inner-right .link-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  animation: ripple 2s linear infinite;
  background: transparent;
  border: 1px solid var(--optionalColor);
  transition: var(--transition);
}
.ai-about-inner .inner-right .link-btn:hover {
  background-color: var(--primaryColor);
}
.ai-about-inner .inner-right .link-btn:hover::before {
  border: 1px solid var(--primaryColor);
}
.ai-about-inner .inner-right .inner-image img {
  border-radius: 35px;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/*================================================
AI Services Area CSS
=================================================*/
.ai-services-area {
  overflow: hidden;
  background-color: #F5F5F5;
}

.ai-services-card {
  border-radius: 35px;
  background-color: var(--whiteColor);
}
.ai-services-card .image {
  padding: 15px 15px 0 15px;
}
.ai-services-card .image a img {
  border-radius: 35px;
}
.ai-services-card .content {
  padding: 30px 50px;
}
.ai-services-card .content h3 {
  font-size: 23.5px;
  margin-bottom: 15px;
}
.ai-services-card .content h3 a {
  color: var(--primaryColor);
}
.ai-services-card .content h3 a:hover {
  color: var(--optionalColor);
}
.ai-services-card .content p {
  margin-bottom: 20px;
}
.ai-services-card .content .services-btn {
  display: inline-block;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--primaryColor);
  position: relative;
  padding: 5px 0 5px 22px;
}
.ai-services-card .content .services-btn::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primaryColor);
  transition: var(--transition);
}
.ai-services-card .content .services-btn img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ai-services-card .content .services-btn:hover::before {
  background-color: var(--optionalColor);
}

/*================================================
AI Work Area CSS
=================================================*/
.ai-work-area {
  overflow: hidden;
}

.ai-work-card .sub {
  color: var(--primaryColor);
  font-weight: 600;
  border-bottom: 1px solid #ECEDE5;
  padding-bottom: 35px;
  position: relative;
  margin-right: -100px;
}
.ai-work-card .sub::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -7px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: var(--optionalColor);
  border-radius: 50px;
}
.ai-work-card .sub.without-right {
  margin-right: 0;
}
.ai-work-card .content {
  margin-top: 45px;
}
.ai-work-card .content h3 {
  font-size: 23.5px;
  margin-bottom: 15px;
  font-weight: 600;
}
.ai-work-card .content p {
  margin-bottom: 0;
}
.ai-work-card .content.wrap p {
  max-width: 245px;
}

/*================================================
AI Choose Area CSS
=================================================*/
.ai-choose-area {
  position: relative;
  z-index: 1;
}

.ai-choose-content {
  max-width: 550px;
}
.ai-choose-content .sub {
  display: inline-flex;
  padding: 8px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #FFD5A1;
  color: var(--primaryColor);
  font-size: 14px;
  margin-bottom: 15px;
}
.ai-choose-content .sub.wrap-color {
  background-color: #FFC727;
}
.ai-choose-content h2 {
  font-size: 42px;
  margin-bottom: 15px;
}
.ai-choose-content p {
  margin-bottom: 0;
  font-size: 18px;
}
.ai-choose-content .items {
  margin-top: 35px;
}
.ai-choose-content .items .item {
  display: flex;
  gap: 30px;
  align-items: start;
  margin-bottom: 35px;
}
.ai-choose-content .items .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: var(--primaryColor);
  border-radius: 70px;
  transition: var(--transition);
}
.ai-choose-content .items .item .title {
  max-width: 360px;
}
.ai-choose-content .items .item .title h3 {
  font-size: 23.5px;
  margin-bottom: 15px;
}
.ai-choose-content .items .item .title p {
  margin-bottom: 0;
}
.ai-choose-content .items .item:last-child {
  margin-bottom: 0;
}

.ai-choose-images {
  text-align: center;
}
.ai-choose-images .left {
  margin-top: 115px;
}
.ai-choose-images .left .shape {
  margin-bottom: 35px;
}
.ai-choose-images .left .image {
  border-radius: 35px;
}
.ai-choose-images .right img {
  border-radius: 35px;
}

.ai-choose-ellipse1 {
  display: inline-block;
  width: 379px;
  height: 379px;
  border-radius: 379px;
  background: linear-gradient(180deg, rgba(255, 95, 82, 0.66) 42.55%, rgba(255, 255, 255, 0.66) 107.5%);
  filter: blur(324.5px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.ai-choose-ellipse2 {
  display: inline-block;
  width: 398px;
  height: 398px;
  border-radius: 398px;
  background: linear-gradient(180deg, rgba(255, 95, 82, 0.66) 42.55%, rgba(255, 255, 255, 0.66) 107.5%);
  filter: blur(324.5px);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*================================================
AI Overview Area CSS
=================================================*/
.ai-overview-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--primaryColor);
  border-radius: 35px;
  padding: 0 0 0 80px;
}
.ai-overview-inner::before {
  position: absolute;
  content: "";
  left: -85px;
  top: -65px;
  display: inline-block;
  width: 460px;
  height: 460px;
  border-radius: 460px;
  background: linear-gradient(180deg, rgba(33, 78, 65, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  z-index: -1;
}

.ai-overview-content {
  max-width: 382px;
}
.ai-overview-content h2 {
  font-size: 42px;
  color: #FFD5A1;
  margin-bottom: 15px;
}
.ai-overview-content p {
  font-size: 18px;
  color: var(--whiteColor);
  margin-bottom: 35px;
}
.ai-overview-content .default-btn {
  background-color: #FFC107;
  color: var(--primaryColor) !important;
}
.ai-overview-content .default-btn:hover {
  background-color: var(--optionalColor);
}
.ai-overview-content .default-btn:hover img {
  filter: unset;
}

.ai-overview-items .item {
  display: flex;
  gap: 15px;
  align-items: start;
}
.ai-overview-items .item .content {
  max-width: 265px;
}
.ai-overview-items .item .content h3 {
  font-size: 20px;
  color: var(--whiteColor);
  margin-bottom: 15px;
}
.ai-overview-items .item .content p {
  margin-bottom: 0;
  color: var(--whiteColor);
}
.ai-overview-items .item.gap1 {
  padding: 110px 40px 70px 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ai-overview-items .item.gap2 {
  padding: 110px 40px 70px 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ai-overview-items .item.gap3 {
  padding: 70px 40px 110px 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.ai-overview-items .item.gap4 {
  padding: 70px 40px 110px 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

/*================================================
AI Video Area CSS
=================================================*/
.ai-video-area {
  overflow: hidden;
}
.ai-video-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.ai-video-view {
  position: relative;
}
.ai-video-view .full-video {
  max-width: 100%;
  display: flex;
  width: 100%;
}
.ai-video-view .play-view {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

/*================================================
AI Testimonials Area CSS
=================================================*/
.ai-testimonials-area {
  overflow: hidden;
}

.ai-testimonials-box {
  border-radius: 35px;
  background-color: #ECEDE5;
  padding: 100px 45px;
}
.ai-testimonials-box .left {
  display: flex;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.ai-testimonials-box .left .rating-info span {
  font-size: 15px;
  color: var(--primaryColor);
  display: block;
  margin-top: 10px;
}
.ai-testimonials-box .right {
  display: flex;
  gap: 15px;
  align-items: center;
}
.ai-testimonials-box .right .image span {
  display: block;
  margin-bottom: 10px;
  color: var(--primaryColor);
  line-height: 1;
}
.ai-testimonials-box .right .rating-info span {
  font-size: 15px;
  color: var(--primaryColor);
  display: block;
  margin-top: 12.5px;
}
.ai-testimonials-box .ai-testimonials-slider-button {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  background-color: var(--whiteColor);
  border-radius: 100px;
  padding: 7px;
  margin-top: 50px;
}
.ai-testimonials-box .ai-testimonials-slider-button .testimonials-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #F5F5F5;
  border-radius: 50px;
  transition: var(--transition);
}
.ai-testimonials-box .ai-testimonials-slider-button .testimonials-button-prev:hover {
  background-color: var(--optionalColor);
}
.ai-testimonials-box .ai-testimonials-slider-button .testimonials-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #F5F5F5;
  border-radius: 50px;
  transition: var(--transition);
}
.ai-testimonials-box .ai-testimonials-slider-button .testimonials-button-next:hover {
  background-color: var(--optionalColor);
}

.ai-testimonials-item {
  border-radius: 35px;
  background-color: #ECEDE5;
  padding: 65px 85px;
}
.ai-testimonials-item .quote {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-color: var(--primaryColor);
  margin-bottom: 35px;
}
.ai-testimonials-item p {
  font-size: 25.5px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.6;
}
.ai-testimonials-item .info {
  margin-top: 37px;
}
.ai-testimonials-item .info h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.ai-testimonials-item .info span {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}

/*================================================
AI Blog Area CSS
=================================================*/
.ai-blog-area .section-title {
  max-width: 1320px;
  text-align: start;
}
.ai-blog-area .section-title h2 span {
  display: block;
}
.ai-blog-area.wrap-style2 .section-title {
  max-width: 637px;
  text-align: center;
}

.ai-blog-card {
  border: 1px solid #ECEDE5;
  padding: 45px;
  border-radius: 35px;
  transition: var(--transition);
}
.ai-blog-card .date {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
  line-height: 1;
}
.ai-blog-card .date i {
  color: #F0A446;
}
.ai-blog-card .date span {
  font-size: 15px;
}
.ai-blog-card h3 {
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 28px;
}
.ai-blog-card h3 a {
  color: var(--primaryColor);
}
.ai-blog-card h3 a:hover {
  color: var(--optionalColor);
}
.ai-blog-card .image {
  margin-bottom: 25px;
}
.ai-blog-card p {
  margin-bottom: 18px;
}
.ai-blog-card .blog-btn {
  display: flex;
  align-items: center;
}
.ai-blog-card .blog-btn a {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  padding-bottom: 2px;
}
.ai-blog-card .blog-btn a i {
  margin-right: 5px;
  font-size: 26px;
  line-height: 1;
  position: relative;
  top: 2px;
  font-weight: 400;
}
.ai-blog-card .blog-btn a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primaryColor);
  transition: var(--transition);
}
.ai-blog-card .blog-btn a:hover::before {
  background-color: var(--optionalColor);
}
.ai-blog-card:hover {
  border: 1px solid var(--primaryColor);
}

.ai-blog-slider-button {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.ai-blog-slider-button li {
  list-style-type: none;
  margin-right: 15px;
}
.ai-blog-slider-button li .blog-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #F5F5F5;
  border-radius: 50px;
  transition: var(--transition);
}
.ai-blog-slider-button li .blog-button-prev:hover {
  background-color: var(--optionalColor);
}
.ai-blog-slider-button li .blog-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #F5F5F5;
  border-radius: 50px;
  transition: var(--transition);
}
.ai-blog-slider-button li .blog-button-next:hover {
  background-color: var(--optionalColor);
}
.ai-blog-slider-button li:last-child {
  margin-right: 0;
}

/*================================================
AI CTA Area CSS
=================================================*/
.ai-cta-inner {
  border-radius: 35px;
  background-color: var(--primaryColor);
  padding: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ai-cta-inner::before {
  position: absolute;
  content: "";
  right: -120px;
  bottom: -200px;
  display: inline-block;
  width: 460px;
  height: 460px;
  border-radius: 460px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(33, 78, 65, 0) 100%);
  z-index: -1;
}
.ai-cta-inner.wrap-style2::after {
  position: absolute;
  content: "";
  left: -120px;
  top: -200px;
  display: inline-block;
  width: 460px;
  height: 460px;
  border-radius: 460px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(33, 78, 65, 0) 100%);
  z-index: -1;
}
.ai-cta-inner.wrap-style2 .ai-cta-content {
  padding-left: 75px;
  max-width: 555px;
}

.ai-cta-content h2 {
  font-size: 42px;
  color: var(--whiteColor);
  margin-bottom: 15px;
}
.ai-cta-content p {
  font-size: 17px;
  color: #FFD5A1;
  margin-bottom: 35px;
}
.ai-cta-content .default-btn {
  background-color: #FFC107;
  color: var(--primaryColor) !important;
}
.ai-cta-content .default-btn:hover {
  background-color: var(--optionalColor);
}
.ai-cta-content .default-btn:hover img {
  filter: unset;
}

/*================================================
Health Insurance Banner Area CSS
=================================================*/
.health-insurance-banner-area {
  overflow: hidden;
  background-color: var(--primaryColor);
  padding-top: 50px;
  padding-bottom: 50px;
}
.health-insurance-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.health-insurance-banner-content .sub {
  display: inline-flex;
  padding: 8px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #FFC107;
  color: var(--primaryColor);
  font-size: 14px;
  margin-bottom: 15px;
}
.health-insurance-banner-content h1 {
  font-size: 65px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: var(--whiteColor);
}
.health-insurance-banner-content h1 span {
  position: relative;
  z-index: 1;
}
.health-insurance-banner-content h1 span::before {
  position: absolute;
  content: "";
  right: -3.5px;
  bottom: -5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 330px;
  height: 32px;
  z-index: -1;
}
.health-insurance-banner-content p {
  font-size: 17px;
  font-weight: 500;
  max-width: 480px;
  margin-bottom: 0;
  color: #EAEAEA;
}
.health-insurance-banner-content .banner-btn-list {
  display: flex;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.health-insurance-banner-content .banner-btn-list li {
  list-style-type: none;
  margin-right: 20px;
}
.health-insurance-banner-content .banner-btn-list li .default-btn {
  background: #FFC727;
  color: var(--primaryColor) !important;
  border: 1px solid #FFC727;
}
.health-insurance-banner-content .banner-btn-list li .default-btn:hover {
  background-color: var(--optionalColor);
  border: 1px solid var(--optionalColor);
}
.health-insurance-banner-content .banner-btn-list li .default-btn:hover img {
  filter: unset;
}
.health-insurance-banner-content .banner-btn-list li:last-child {
  margin-right: 0;
}
.health-insurance-banner-content .banner-btn-list li:last-child .default-btn {
  background-color: transparent;
  color: #FFC727 !important;
}
.health-insurance-banner-content .banner-btn-list li:last-child .default-btn:hover {
  background-color: var(--paragraphColor);
  border: 1px solid var(--paragraphColor);
}

.health-insurance-banner-image {
  position: relative;
  padding-right: 155px;
  margin-left: 0;
}
.health-insurance-banner-image .quick-quote {
  background-color: var(--whiteColor);
  padding: 45px 35px;
  border-radius: 35px;
  width: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.health-insurance-banner-image .quick-quote h3 {
  font-size: 23.5px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}
.health-insurance-banner-image .quick-quote form .form-group {
  margin-bottom: 20px;
}
.health-insurance-banner-image .quick-quote form .form-group .form-control {
  display: inline-block;
  height: 52px;
  border-radius: 7px;
  background-color: #ECEDE5;
  border: 1px solid #ECEDE5;
  outline: 0;
  box-shadow: unset;
  font-size: 15px;
  color: var(--paragraphColor);
  padding: 10px 20px;
  transition: var(--transition);
}
.health-insurance-banner-image .quick-quote form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.health-insurance-banner-image .quick-quote form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.health-insurance-banner-image .quick-quote form .form-group .form-control:focus {
  border: 1px solid var(--primaryColor);
}
.health-insurance-banner-image .quick-quote form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.health-insurance-banner-image .quick-quote form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.health-insurance-banner-image .quick-quote form .default-btn {
  border: none;
  width: 100%;
}
.health-insurance-banner-image .quick-quote form .default-btn br {
  display: none;
}
.health-insurance-banner-image .quick-quote form .default-btn:hover img {
  filter: unset;
}

/*================================================
HI Key Features Area CSS
=================================================*/
.hi-key-features-area {
  overflow: hidden;
}

.hi-key-features-card {
  border-radius: 35px;
  background-color: var(--primaryColor);
}
.hi-key-features-card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--whiteColor);
  border-radius: 50px;
}
.hi-key-features-card .content {
  margin-top: 80px;
}
.hi-key-features-card .content h3 {
  font-size: 23.5px;
  margin-bottom: 15px;
  color: var(--whiteColor);
}
.hi-key-features-card .content p {
  margin-bottom: 0;
  color: #EAEAEA;
}
.hi-key-features-card.wrap1 {
  padding: 65px 100px 65px 60px;
  margin-right: -65px;
}
.hi-key-features-card.wrap2 {
  padding: 65px 160px 65px 60px;
  background-color: var(--optionalColor);
  margin-left: -20px;
  margin-right: -65px;
}
.hi-key-features-card.wrap3 {
  padding: 65px 115px 65px 60px;
  margin-left: -65px;
}
.hi-key-features-card.wrap4 {
  padding: 65px 60px;
  background-color: var(--optionalColor);
  margin-left: -65px;
}

/*================================================
HI About Area CSS
=================================================*/
.hi-about-area {
  overflow: hidden;
}

.hi-about-image {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
.hi-about-image .left img {
  border-radius: 35px;
}
.hi-about-image .left .review {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
.hi-about-image .left .review .image span {
  display: block;
  margin-bottom: 10px;
  color: var(--primaryColor);
  line-height: 1;
}
.hi-about-image .left .review .image img {
  border-radius: 0;
}
.hi-about-image .left .review .rating-info .rating img {
  border-radius: 0;
}
.hi-about-image .left .review .rating-info span {
  font-size: 15px;
  color: var(--primaryColor);
  display: block;
  margin-top: 12.5px;
}
.hi-about-image .right {
  text-align: center;
  margin-top: 30px;
}
.hi-about-image .right .shape {
  margin-bottom: 25px;
}
.hi-about-image .right .image {
  border-radius: 35px;
}
.hi-about-image .experience-title {
  position: absolute;
  left: -75px;
  top: 0;
  z-index: -1;
}
.hi-about-image .experience-title h1 {
  margin-bottom: 0;
  color: #ECEDE5;
  font-size: 55px;
  font-weight: 800;
  white-space: nowrap;
  line-height: 1;
}

.hi-about-content .sub {
  display: inline-flex;
  padding: 8px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #FFC727;
  color: var(--primaryColor);
  font-size: 14px;
  margin-bottom: 15px;
}
.hi-about-content h2 {
  font-size: 42px;
  margin-bottom: 15px;
}
.hi-about-content p {
  margin-bottom: 0;
  font-size: 18px;
}
.hi-about-content .inner {
  border-radius: 35px;
  background-color: #ECEDE5;
  padding: 45px 40px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 25px;
}
.hi-about-content .inner h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.hi-about-content .inner p {
  margin-bottom: 0;
  font-size: var(--fontSize);
}
.hi-about-content .inner::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -25px;
  width: 575px;
  height: 195px;
  border-radius: 35px;
  background: rgba(236, 237, 229, 0.7);
  margin: auto;
  z-index: -1;
}
.hi-about-content .about-btn {
  margin-top: 65px;
}
.hi-about-content .about-btn .default-btn:hover img {
  filter: unset;
}

/*================================================
HI Services Area CSS
=================================================*/
.hi-services-area {
  overflow: hidden;
  background-color: #ECEDE5;
}

.hi-services-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hi-services-card .image {
  padding: 0 15px 0 15px;
}
.hi-services-card .image a img {
  border-radius: 35px;
}
.hi-services-card .content {
  padding: 30px 50px;
}
.hi-services-card .content h3 {
  font-size: 23.5px;
  margin-bottom: 15px;
}
.hi-services-card .content h3 a {
  color: var(--primaryColor);
}
.hi-services-card .content h3 a:hover {
  color: var(--optionalColor);
}
.hi-services-card .content p {
  margin-bottom: 20px;
}
.hi-services-card .content .services-btn {
  display: inline-block;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--primaryColor);
  position: relative;
  padding: 5px 0 5px 22px;
}
.hi-services-card .content .services-btn::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primaryColor);
  transition: var(--transition);
}
.hi-services-card .content .services-btn img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hi-services-card .content .services-btn:hover::before {
  background-color: var(--optionalColor);
}
.hi-services-card::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 395px;
  border-radius: 35px;
  background-color: var(--whiteColor);
  z-index: -1;
}

/*================================================
HI Video Area CSS
=================================================*/
.hi-video-area {
  overflow: hidden;
}
.hi-video-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.hi-play-view {
  position: relative;
}
.hi-play-view .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 11;
}

/*================================================
HI Quote Area CSS
=================================================*/
.hi-quote-area {
  position: relative;
  z-index: 1;
  margin-top: -430px;
}

.hi-quote-review {
  display: flex;
  outline: 0;
  margin-bottom: 0;
  position: relative;
  top: -50px;
  padding-left: 0;
  padding-right: 0;
}
.hi-quote-review li {
  list-style-type: none;
  margin-right: 120px;
  position: relative;
}
.hi-quote-review li.left {
  display: flex;
  gap: 15px;
  align-items: center;
}
.hi-quote-review li.left .rating-info span {
  font-size: 15px;
  color: var(--primaryColor);
  display: block;
  margin-top: 10px;
}
.hi-quote-review li.right {
  display: flex;
  gap: 15px;
  align-items: center;
}
.hi-quote-review li.right .image span {
  display: block;
  margin-bottom: 10px;
  color: var(--primaryColor);
  line-height: 1;
}
.hi-quote-review li.right .rating-info span {
  font-size: 15px;
  color: var(--primaryColor);
  display: block;
  margin-top: 12.5px;
}
.hi-quote-review li::before {
  position: absolute;
  content: "";
  right: -62px;
  top: 50%;
  transform: translateY(-50%) skew(-32deg);
  background: #D9D9D9;
  width: 1px;
  height: 50px;
}
.hi-quote-review li:last-child {
  margin-right: 0;
}
.hi-quote-review li:last-child::before {
  display: none;
}

.hi-quote-quote {
  background: var(--whiteColor);
  box-shadow: 0px 402px 112px 0px rgba(201, 201, 201, 0.01), 0px 257px 103px 0px rgba(201, 201, 201, 0.04), 0px 145px 87px 0px rgba(201, 201, 201, 0.15), 0px 64px 64px 0px rgba(201, 201, 201, 0.25), 0px 16px 35px 0px rgba(201, 201, 201, 0.29);
  padding: 55px 60px;
  border-radius: 35px;
  max-width: 525px;
  margin-left: auto;
  margin-right: 0;
}
.hi-quote-quote h3 {
  font-size: 23.5px;
  margin-bottom: 35px;
}
.hi-quote-quote form .form-group {
  margin-bottom: 20px;
}
.hi-quote-quote form .form-group .form-control {
  display: inline-block;
  height: 52px;
  border-radius: 7px;
  background-color: #ECEDE5;
  border: 1px solid #ECEDE5;
  outline: 0;
  box-shadow: unset;
  font-size: 15px;
  color: var(--paragraphColor);
  padding: 10px 20px;
  transition: var(--transition);
}
.hi-quote-quote form .form-group .form-control::-moz-placeholder {
  color: var(--paragraphColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.hi-quote-quote form .form-group .form-control::placeholder {
  color: var(--paragraphColor);
  transition: var(--transition);
}
.hi-quote-quote form .form-group .form-control:focus {
  border: 1px solid var(--primaryColor);
}
.hi-quote-quote form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.hi-quote-quote form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.hi-quote-quote form .default-btn {
  border: none;
  width: 100%;
}
.hi-quote-quote form .default-btn br {
  display: none;
}
.hi-quote-quote form .default-btn:hover img {
  filter: unset;
}

/*================================================
HI Testimonials Area CSS
=================================================*/
.hi-testimonials-inner {
  position: relative;
}
.hi-testimonials-inner .hi-testimonials-slider-button {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  background-color: var(--whiteColor);
  border-radius: 100px;
  padding: 7px;
  position: absolute;
  left: 150px;
  bottom: 55px;
  z-index: 1;
  width: 225px;
}
.hi-testimonials-inner .hi-testimonials-slider-button .testimonials-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #F5F5F5;
  border-radius: 50px;
  transition: var(--transition);
}
.hi-testimonials-inner .hi-testimonials-slider-button .testimonials-button-prev:hover {
  background-color: var(--optionalColor);
}
.hi-testimonials-inner .hi-testimonials-slider-button .testimonials-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #F5F5F5;
  border-radius: 50px;
  transition: var(--transition);
}
.hi-testimonials-inner .hi-testimonials-slider-button .testimonials-button-next:hover {
  background-color: var(--optionalColor);
}

.hi-testimonials-image {
  position: relative;
  z-index: 1;
}
.hi-testimonials-image img {
  border-radius: 290px !important;
}

.hi-testimonials-content {
  border-radius: 35px;
  background-color: #ECEDE5;
  padding: 65px 65px 65px 115px;
  margin-left: -70px;
}
.hi-testimonials-content .quote {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-color: var(--primaryColor);
  margin-bottom: 35px;
}
.hi-testimonials-content p {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.6;
}
.hi-testimonials-content .info {
  margin-top: 37px;
}
.hi-testimonials-content .info h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.hi-testimonials-content .info span {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}

/*================================================
Agent Area CSS
=================================================*/
.agent-area.wrap-style2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.agent-area.wrap-style2::before {
  display: none;
}
.agent-area.wrap-style2::after {
  display: none;
}
.agent-area.wrap-style2 .agent-slider-button .agent-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #F5F5F5;
  border-radius: 50px;
  transition: var(--transition);
}
.agent-area.wrap-style2 .agent-slider-button .agent-button-prev:hover {
  background-color: var(--optionalColor);
}
.agent-area.wrap-style2 .agent-slider-button .agent-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #F5F5F5;
  border-radius: 50px;
  transition: var(--transition);
}
.agent-area.wrap-style2 .agent-slider-button .agent-button-next:hover {
  background-color: var(--optionalColor);
}
.agent-area.wrap-style2 .agent-item {
  margin-bottom: 0;
}
.agent-area.wrap-style2 .agent-item .agent-image a img {
  border-radius: 35px;
}

.agent-ellipse1 {
  position: absolute;
  content: "";
  left: -125px;
  top: -180px;
  display: inline-block;
  width: 662px;
  height: 662px;
  border-radius: 662px;
  background: linear-gradient(180deg, rgba(33, 78, 65, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  z-index: -1;
}

.agent-ellipse2 {
  position: absolute;
  content: "";
  right: -125px;
  bottom: -180px;
  display: inline-block;
  width: 662px;
  height: 662px;
  border-radius: 662px;
  background: linear-gradient(180deg, rgba(33, 78, 65, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  z-index: -1;
}

/* End "Auto Insurance Demo" & "Health Insurance Demo" Style CSS
============================================================*/