@charset "UTF-8";
/*
@File: Carra 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>>>>>

/*--------------------------------
=========Table Of Contents========

1.  General Styles 
2.  Back To Top Button CSS
3.  Preloader CSS
4.  Button & Link CSS
5.  Section Title, Overlay & Shape CSS
6.  Pagination CSS
7.  Breadcrumb CSS
8.  Hero CSS
----------------------------------*/
:root {
  --primaryFont: "Lato", sans-serif;
  --secondaryFont: "Manrope", serif;
  --primaryColor: #5B9EDD;
  --secondaryColor: #FF5733;
  --optionalColor: #F4F4EA;
  --titleColor: #333333;
  --titleColorTwo: #555;
  --paraColor: #707070;
  --paraColorTwo: #555;
  --paraColorThree: #677A8F;
  --merunColor: #A53513;
  --whiteColor: #fff;
  --yellowColor: #F0D58C;
  --ashColor: rgba(51,51,51,0.51);
  --offwhiteColor: #DDDDDD;
  --aztechColor:#111828;
  --codColor: #12131B;
  --mildColor: #222;
  --fontSize: 16px;
  --transition: all ease .5s;
}

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

html {
  scroll-behavior: smooth;
}

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

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

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

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

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

a {
  text-decoration: none;
  transition: all 0.4s ease;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--titleColor);
}

body {
  color: var(--paraColor);
  font-size: var(--fontSize);
  font-family: var(--primaryFont);
  font-weight: 400;
  line-height: 26px;
}

.elementor-editor-active [data-aos^=fade][data-aos^=fade] {
  opacity: 1 !important;
}

.text_primary {
  color: var(--primaryColor) !important;
}

.text_secondary {
  color: var(--secondaryColor) !important;
}

.text-title {
  color: var(--titleColor);
}

.text-titleTwo {
  color: var(--titleColorTwo);
}

.text-para {
  color: var(--paraColor);
}

.text-paraTwo {
  color: var(--paraColorTwo);
}

.text-paraThree {
  color: var(--paraColorThree);
}

.text-offwhite {
  color: var(--offwhiteColor);
}

.text-offwhiteTwo {
  color: #EFEFEF;
}

.text-yellow {
  color: #F0D58C;
}

.text-merun {
  color: var(--merunColor);
}

.text-ash {
  color: var(--ashColor);
}

.font-primary {
  font-family: var(--primaryFont);
}

.font-secondary {
  font-family: var(--secondaryFont);
}

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

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

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

.bg-yellow {
  background-color: #F0D58C;
}

.bg-concrete {
  background-color: #F3F3F3;
}

.bg-rose {
  background-color: #F7B7A3;
}

.bg-pixieGreen {
  background-color: #BFD9B4;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-32 {
  font-size: 32px;
  line-height: 42px;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.h-52 {
  height: 52px;
}

.h-40 {
  height: 40px;
}

.h-46 {
  height: 46px;
}

.h-49 {
  height: 49px;
}

.resize-0 {
  resize: none;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-18 {
  margin-bottom: 18px;
}

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

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

.mb-28 {
  margin-bottom: 28px;
}

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

.mb-32 {
  margin-bottom: 32px;
}

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

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

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

.round-5 {
  border-radius: 5px;
}

.round-10 {
  border-radius: 10px;
}

.round-10 {
  border-radius: 10px;
}

.section-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.link-hover-white,
.link-hover-primary,
.link-hover-yellow,
.link-hover-title {
  position: relative;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.6s;
}
.link-hover-white:hover,
.link-hover-primary:hover,
.link-hover-yellow:hover,
.link-hover-title:hover {
  background-size: 100% 2px;
}

.link-hover-title:hover {
  background-image: linear-gradient(var(--titleColor), var(--titleColor));
}

.link-hover-primary:hover {
  background-image: linear-gradient(var(--primaryColor), var(--primaryColor));
  color: var(--primaryColor);
}

.link-hover-white:hover {
  background-image: linear-gradient(var(--whiteColor), var(--whiteColor));
}

.link-hover-yellow:hover {
  color: var(--yellowColor);
  background-image: linear-gradient(var(--yellowColor), var(--yellowColor));
}

.img-hover:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.btn {
  z-index: 1;
  font-weight: 600;
  padding: 13px 23px 13.5px;
  border: none;
  overflow: hidden;
  transition: var(--transition);
}
.btn:before, .btn:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  transition: var(--transition);
}
.btn:before {
  z-index: -1;
}
.btn:after {
  z-index: -2;
  opacity: 0;
}
.btn span {
  position: relative;
  padding-right: 35px;
  display: inline-block;
}
.btn span .icon-left {
  position: absolute;
  top: 6px;
  right: 0;
}
.btn .icon-right {
  position: absolute;
  right: 55px;
  top: 18px;
  opacity: 0;
  transition: var(--transition);
}
.btn:hover:before {
  width: 50px;
  height: 100%;
  border-radius: 6px 0 0 6px;
}
.btn:hover:after {
  opacity: 1;
}
.btn:hover span .icon-left {
  right: 0%;
  opacity: 0;
}
.btn:hover .icon-right {
  right: 17px;
  opacity: 1;
}
.btn.style-one {
  color: var(--titleColor);
  background-color: transparent;
}
.btn.style-one:before {
  background: #D5F3C3;
}
.btn.style-one:after {
  background-color: var(--primaryColor);
}
.btn.style-one:hover {
  color: var(--whiteColor);
}
.btn.style-two {
  color: var(--titleColor);
  background-color: transparent;
}
.btn.style-two:before {
  background: #FFE8E0;
}
.btn.style-two:after {
  background-color: var(--yellowColor);
}
.btn.style-three {
  color: var(--titleColor);
  background-color: transparent;
}
.btn.style-three:before {
  background: var(--yellowColor);
}
.btn.style-three:after {
  background-color: var(--primaryColor);
}
.btn.style-three:hover {
  color: var(--whiteColor);
}
.btn.style-four {
  color: var(--whiteColor);
  background-color: transparent;
}
.btn.style-four:before {
  background: var(--primaryColor);
}
.btn.style-four:after {
  background-color: var(--yellowColor);
}
.btn.style-four:hover {
  color: var(--titleColor);
}
.btn.style-five {
  color: var(--titleColor);
  background-color: transparent;
}
.btn.style-five:before {
  background: #F7B7A3;
}
.btn.style-five:after {
  background-color: var(--primaryColor);
}
.btn.style-five:hover {
  color: var(--whiteColor);
}
.btn.style-six {
  color: var(--primaryColor);
  background-color: transparent;
  border: 1px solid var(--primaryColor);
}
.btn.style-six:before {
  background: transparent;
}
.btn.style-six:after {
  background-color: var(--titleColor);
}
.btn.style-six:hover {
  color: var(--whiteColor);
}
.btn.style-six:hover:before {
  background-color: var(--primaryColor);
}

.tt-btn {
  position: relative;
  min-width: 166px;
  transform: translate3d(0px, 0%, 0px);
  text-decoration: none;
  transition-delay: 0.6s;
  padding: 12px 20px;
  border-radius: 5px;
  overflow: hidden;
}
.tt-btn:before, .tt-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.6s ease;
}
.tt-btn:before {
  transform: translateY(100%) scaleY(0.5);
}
.tt-btn:after {
  transform: translateY(0) scaleY(1);
}
.tt-btn:hover {
  transition: 0.2s linear;
  transition-delay: 0.5s;
}
.tt-btn:hover:before {
  transform: translateY(0) scaleY(1);
  transition-delay: 0;
}
.tt-btn:hover:after {
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: 0;
}
.tt-btn:hover span:first-child {
  transform: translateY(0);
}
.tt-btn:hover span:last-child {
  transform: translateY(-26px);
}
.tt-btn.style-one {
  color: var(--whiteColor);
  border-radius: 5px;
}
.tt-btn.style-one:after {
  background-color: var(--primaryColor);
}
.tt-btn.style-one:before {
  background-color: var(--titleColor);
}
.tt-btn.style-two {
  color: var(--titleColor);
  border: 1px solid #E0DFDF;
}
.tt-btn.style-two img {
  margin-right: 10px;
}
.tt-btn.style-two:after {
  background-color: transparent;
}
.tt-btn.style-two:before {
  background-color: var(--primaryColor);
}
.tt-btn.style-two:hover {
  border-color: transparent;
  color: var(--whiteColor);
}

.link {
  height: 20px;
  display: inline-flex;
}
.link .link-container {
  position: relative;
  padding: 0;
  overflow: hidden;
  transition: transform 0.4s ease;
}
.link .link-container .link-title {
  display: block;
  line-height: 1;
  transition: transform 0.4s ease;
}
.link .link-container .link-title1 {
  transform: translateY(0px);
}
.link .link-container .link-title2 {
  transform: translateY(5px);
}
.link .link-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-left: 12px;
  overflow: hidden;
}
.link .link-icon i {
  font-size: 19px;
}
.link .link-icon i,
.link .link-icon .icon {
  display: block;
  position: absolute;
  transition: transform 0.4s ease;
}
.link .link-icon i:nth-child(2),
.link .link-icon .icon:nth-child(2) {
  transform: translate(-25px);
}
.link.style-one .link-icon .icon {
  filter: brightness(0) invert(0);
  opacity: 0.6;
}
.link:hover .link-container .link-title1 {
  transform: translateY(-26px);
}
.link:hover .link-container .link-title2 {
  transform: translateY(-17px);
}
.link:hover i:first-child,
.link:hover .icon:first-child {
  transform: translate(25px);
}
.link:hover i:last-child,
.link:hover .icon:last-child {
  transform: translate(0px);
}
.link:hover .link-icon.style-two .icon:nth-child(2), .link:hover .link-icon.style-two i:nth-child(2) {
  transform: translate(0px);
}
.link:hover.style-one .link-icon .icon {
  filter: brightness(1) invert(0);
  opacity: 1;
}

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

.transition {
  transition: all 200ms linear;
}

.social-profile li {
  display: inline-block;
  margin-right: 5px;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a i {
  line-height: 0.8;
  transition: var(--transition);
}
.social-profile.style-one li a, .social-profile.style-two li a {
  width: 36px;
  height: 36px;
}
.social-profile.style-one li a i, .social-profile.style-two li a i {
  transition: var(--transition);
}
.social-profile.style-one li a:hover i, .social-profile.style-two li a:hover i {
  transform: rotateY(360deg);
}
.social-profile.style-one li a {
  background-color: rgba(123, 151, 162, 0.12);
}
.social-profile.style-one li a i {
  color: var(--titleColor);
}
.social-profile.style-one li a:hover {
  background-color: var(--auto_secondaryColor);
}
.social-profile.style-one li a:hover i {
  color: var(--whiteColor);
}
.social-profile.style-two li a {
  background-color: rgba(91, 158, 221, 0.15);
}
.social-profile.style-two li a i {
  color: var(--primaryColor);
}
.social-profile.style-two li a:hover {
  background-color: var(--primaryColor);
}
.social-profile.style-two li a:hover i {
  color: var(--whiteColor);
}

/*---------------------------------
   Preloader Area CSS
----------------------------------*/
.preloader-area {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  text-align: center;
  overflow: hidden;
  background-color: var(--whiteColor);
}
.preloader-area .spinner {
  width: 80px;
  height: 80px;
  border: 2px solid #f3f3f3;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1s infinite linear;
  border-top: 3px solid var(--primaryColor);
}
.preloader-area.text-content .loader {
  position: absolute;
  top: 50%;
  left: 42%;
}
.preloader-area.text-content .loader .waviy span {
  font-size: 60px;
  color: var(--titleColor);
}
.preloader-area .pre-image {
  position: absolute;
  top: 50%;
  left: 44%;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*---------------------------------
    Back To Top CSS
----------------------------------*/
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.09);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap::after {
  position: absolute;
  font-family: remixicon !important;
  content: "\ea76";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  left: 0;
  color: var(--primaryColor);
  top: 2px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  animation: float 1500ms infinite ease-in-out;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap svg path {
  fill: none;
}

.progress-wrap:hover::before {
  opacity: 1;
}

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

/*---------------------------------
   Pagination CSS
----------------------------------*/
.pagination-area .page-numbers {
  position: relative;
  width: 50px;
  height: 50px;
  color: var(--paraColor);
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.09);
  transition: var(--transition);
  margin-right: 10px;
}
.pagination-area .page-numbers i {
  position: relative;
  top: 1px;
  font-size: 19px;
}
.pagination-area .page-numbers:last-child {
  margin-right: 0;
}
.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover {
  background-color: var(--primaryColor);
  border-color: transparent;
  color: var(--whiteColor);
}
.pagination-area .page-numbers.current:after, .pagination-area .page-numbers:hover:after {
  width: 40px;
}

/*---------------------------------
     Animation CSS
----------------------------------*/
.rotate {
  animation: rotation 20s infinite linear;
}

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

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

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

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

.zoomIn {
  animation: zoom-in 3500ms infinite ease-in-out;
}

.img-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.img-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

.img-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.reveal-text {
  visibility: hidden;
  max-width: 100%;
}
.reveal-text .letter {
  position: relative;
  display: inline-block;
  will-change: transform;
  transform-style: preserve-3d;
}
.reveal-text .letter div {
  width: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.reveal-text .perspective {
  position: relative;
  display: inline-block;
}
.reveal-text .perspective div {
  position: relative;
  display: inline-block;
}
.reveal-text .word {
  display: inline-block;
}
@keyframes reveal {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1.07, 1.07);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-55px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(-115px, 55px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(-55px, 111px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(30px, 55px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/*-------------------------------
    Custom Cursor CSS
-------------------------------*/
.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all 150ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 999;
  border: 1px solid var(--primaryColor);
}

.cursor-inner {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 0.9;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  background-color: var(--primaryColor);
  z-index: 999;
}

.hover {
  border-color: transparent;
  opacity: 0.8;
  width: 3px;
  height: 3px;
  z-index: 999;
  background-color: var(--primaryColor);
}

.cursorinnerhover {
  width: 15px;
  height: 15px;
  opacity: 0.5;
}

/*-------------------------------
        Breadcrumb CSS
-------------------------------*/
.breadcrumb-area {
  padding: 90px 30px 98px;
  background-color: #F4F4EA;
}
.breadcrumb-area .br-shape-one {
  left: 0;
}
.breadcrumb-area .br-shape-two {
  right: 0;
}
.breadcrumb-area .br-shape-three {
  left: 5.5%;
  bottom: 50px;
}
.breadcrumb-area .br-shape-four {
  right: 15.5%;
  bottom: 95px;
}
.breadcrumb-area .section-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.breadcrumb-area .br-menu li {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  padding-right: 15px;
  font-weight: 500;
  color: var(--paraColor);
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.breadcrumb-area .br-menu li:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "|";
  font-size: 20px;
  color: var(--paraColor);
  transform: translateY(-50%);
}
.breadcrumb-area .br-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-area .br-menu li:last-child:after {
  display: none;
}
.breadcrumb-area .br-menu li a {
  color: var(--primaryColor);
}
.breadcrumb-area .br-menu li a:hover {
  color: var(--paraColor);
}

/*-------------------------------
         Hero CSS
-------------------------------*/
.hero-area.style-one {
  padding: 275px 0 99px;
  border-radius: 30px;
}
.hero-area.style-one .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  animation: zoomin 15s ease-in infinite;
  transition: all 0.5s ease-in-out;
  border-radius: 30px;
  z-index: 0;
}
.hero-area.style-one .hero-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.46);
  z-index: -1;
}
.hero-area.style-one .hero-content h5 {
  font-size: 48px;
  line-height: 58px;
  max-width: 55%;
  margin-bottom: 40px;
}
.hero-area.style-one .hero-content .hero-title {
  font-size: 330px;
  line-height: 310px;
  font-weight: 800;
  margin-bottom: 28px;
  -webkit-text-stroke: 1px #D9D9D9;
  color: transparent;
  position: relative;
  letter-spacing: -8px;
}
.hero-area.style-one .hero-content .hero-title:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  color: var(--whiteColor);
  -webkit-text-stroke: 2px var(--whiteColor);
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid var(--whiteColor);
  animation: text-fill 2s ease-in-out alternate infinite;
}
.hero-area.style-one .social-profile {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  transform: translateY(-50%);
}
.hero-area.style-one .social-profile:before, .hero-area.style-one .social-profile:after {
  position: absolute;
  left: 50%;
  content: "";
  width: 1px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.53);
}
.hero-area.style-one .social-profile:before {
  top: -130px;
}
.hero-area.style-one .social-profile:after {
  bottom: -130px;
}
.hero-area.style-one .social-profile li {
  display: block;
  margin: 26px 0;
}
.hero-area.style-one .social-profile li a i {
  color: var(--whiteColor);
  font-size: 15px;
  line-height: 0.8;
}
.hero-area.style-one .social-profile li a:hover i {
  color: var(--yellowColor);
}
.hero-area.style-two {
  padding: 150px 0 58px;
}
.hero-area.style-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.73);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: -1;
}
.hero-area.style-two .hero-content h6 {
  font-size: 20px;
  margin-bottom: 14px;
}
.hero-area.style-two .hero-content h1 {
  font-size: 64px;
  line-height: 74px;
  margin-bottom: 11px;
  letter-spacing: -0.02em;
}
.hero-area.style-two .hero-content h1 span {
  color: #F7B7A3;
}
.hero-area.style-two .hero-content p {
  margin-bottom: 48px;
}
.hero-area.style-two .hero-content .client-ratings ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-left: -14px;
  position: relative;
}
.hero-area.style-two .hero-content .client-ratings ul li:first-child {
  margin-left: 0;
}
.hero-area.style-two .hero-content .client-ratings ul li:first-child:after {
  display: none;
}
.hero-area.style-two .hero-content .client-ratings ul li:after {
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #84ACD1;
  z-index: -1;
}
.hero-area.style-two .hero-content .client-ratings p {
  margin-left: 16px;
  max-width: 129px;
}
.hero-area.style-two .hero-img-wrap {
  height: 760px;
  border-radius: 10px;
}
.hero-area.style-two .hero-img-wrap .circle-text-wrap {
  width: 180px;
  height: 180px;
  bottom: 36px;
  left: -40px;
  background-color: rgba(91, 158, 221, 0.63);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.hero-area.style-two .hero-img-wrap .circle-text-wrap .circle-text {
  padding: 6px;
}
.hero-area.style-two .hero-img-wrap .circle-text-wrap .circle-text-logo {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-area.style-three {
  padding: 75px 0 0;
}
.hero-area.style-three .hero-shape-one {
  top: 158px;
  left: 6.5%;
}
.hero-area.style-three .hero-shape-two {
  top: 115px;
  right: 15%;
}
.hero-area.style-three .hero-content h6 {
  margin-bottom: 14px;
}
.hero-area.style-three .hero-content h1 {
  font-size: 64px;
  line-height: 74px;
  margin-bottom: 15px;
}
.hero-area.style-three .hero-content h1 span:before {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 20px;
  background-image: url(../img/line-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
}
.hero-area.style-three .hero-content p {
  margin-bottom: 25px;
}
.hero-area.style-three .hero-content .hero-btn .play-video {
  margin-left: 29px;
}
.hero-area.style-three .hero-content .hero-btn .play-video .play-icon {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(91, 158, 221, 0.58);
  margin-right: 15px;
}
.hero-area.style-three .hero-content .hero-btn .play-video .play-icon i {
  color: var(--primaryColor);
  position: relative;
  left: 2px;
  transition: var(--transition);
}
.hero-area.style-three .hero-content .hero-btn .play-video:hover .play-icon {
  background-color: var(--primaryColor);
}
.hero-area.style-three .hero-content .hero-btn .play-video:hover .play-icon i {
  color: var(--whiteColor);
}
.hero-area.style-three .hero-slider-wrapper .circle-text-wrap {
  width: 225px;
  height: 225px;
  background-color: rgba(255, 255, 255, 0.53);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: absolute;
  right: 60px;
  top: -75px;
  z-index: 3;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.hero-area.style-three .hero-slider-wrapper .hero-slide-item {
  height: 681px;
  border-radius: 10px;
}
.hero-area.style-three .hero-slider-wrapper .hero-slide-item .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  animation: zoomin 15s ease-in infinite;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
  z-index: 0;
}
.hero-area.style-three .hero-slider-one .slider-btn .prev-btn,
.hero-area.style-three .hero-slider-one .slider-btn .next-btn {
  position: absolute;
  bottom: 45px;
  background-color: var(--whiteColor);
  border-radius: 10px;
  width: 57px;
  height: 57px;
  z-index: 4;
  background-color: var(--whiteColor);
  transition: var(--transition);
}
.hero-area.style-three .hero-slider-one .slider-btn .prev-btn img,
.hero-area.style-three .hero-slider-one .slider-btn .next-btn img {
  transition: var(--transition);
  opacity: 0.7;
}
.hero-area.style-three .hero-slider-one .slider-btn .prev-btn:hover,
.hero-area.style-three .hero-slider-one .slider-btn .next-btn:hover {
  background-color: var(--primaryColor);
}
.hero-area.style-three .hero-slider-one .slider-btn .prev-btn:hover img,
.hero-area.style-three .hero-slider-one .slider-btn .next-btn:hover img {
  filter: brightness(0) invert(1);
}
.hero-area.style-three .hero-slider-one .slider-btn .prev-btn {
  left: 45px;
}
.hero-area.style-three .hero-slider-one .slider-btn .next-btn {
  right: 45px;
}

@keyframes text-fill {
  100% {
    width: 100%;
  }
}
/*-------------------------------
        About CSS
-------------------------------*/
.about-area.style-one {
  background-color: #CBE0F3;
  border-radius: 30px 30px 0 0;
}
.about-area.style-one .about-video .play-video {
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translateY(-50%);
}
.about-area.style-one .about-video .play-video .play-icon {
  width: 67px;
  height: 67px;
  margin-right: 15px;
  transition: var(--transition);
}
.about-area.style-one .about-video .play-video .play-icon i {
  font-size: 19px;
  position: relative;
  left: 1px;
  line-height: 0.8;
  color: var(--titleColor);
  transition: var(--transition);
}
.about-area.style-one .about-video .play-video:hover .play-icon {
  background-color: var(--primaryColor);
}
.about-area.style-one .about-video .play-video:hover .play-icon i {
  color: var(--whiteColor);
}
.about-area.style-two .container .section-shape {
  top: 190px;
  right: 1%;
}
.about-area.style-two .ceo-brief {
  padding-bottom: 76px;
  margin-top: 45px;
}
.about-area.style-two .ceo-brief:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: calc(100% + 50px);
  height: 1px;
  background-color: #E4DEDE;
  z-index: -1;
}
.about-area.style-two .ceo-brief p {
  margin-bottom: 28px;
}
.about-area.style-two .ceo-brief .ceo-info-wrap .ceo-img {
  width: 40px;
}
.about-area.style-two .ceo-brief .ceo-info-wrap .ceo-info {
  width: calc(100% - 50px);
  margin-left: auto;
  position: relative;
  top: -2px;
}
.about-area.style-two .about-img-wrap .rating-box {
  bottom: 0;
  left: -65px;
  padding: 28px 27px 21px 27px;
  box-shadow: 0 0 30px 0 rgba(146, 146, 146, 0.35);
}
.about-area.style-two .about-features {
  margin-top: 105px;
  padding-top: 40px;
}
.about-area.style-two .about-features:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: calc(100% + 130px);
  height: 1px;
  background-color: #E4DEDE;
  z-index: -1;
}
.about-area.style-two .about-features .feature-list {
  margin-bottom: 32px;
}
.about-area.style-two .about-features .feature-list li {
  margin-bottom: 10px;
}
.about-area.style-two .about-features .feature-list li:last-child {
  margin-bottom: 0;
}
.about-area.style-two .about-features .feature-list li:before {
  width: 6px;
  height: 6px;
  background-color: var(--titleColor);
}
.about-area.style-three .about-content .feature-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.about-area.style-three .about-content .feature-list li {
  width: 50%;
}
.about-area.style-three .about-content .counter-card {
  padding: 26px 18px;
}
.about-area.style-three .about-img-wrap {
  padding-right: 80px;
}
.about-area.style-three .about-img-wrap .about-shape-one {
  top: 0px;
  right: 10px;
}
.about-area.style-three .about-img-wrap .exp-box {
  right: 0;
  bottom: 108px;
  width: 126px;
  padding: 16px 15px 18px;
  line-height: 22px;
}
.about-area.style-three .about-img-wrap .exp-box span {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 10px;
}

.counter-card.style-one .counter-icon {
  width: 57.5px;
  height: 57.5px;
}
.counter-card.style-one .counter-info {
  width: calc(100% - 70px);
  margin-left: auto;
}
.counter-card.style-one .counter-info h4 {
  font-size: 32px;
  margin-bottom: 2px;
}
.counter-card.style-one:hover {
  background-color: var(--primaryColor);
}
.counter-card.style-one:hover h4, .counter-card.style-one:hover span, .counter-card.style-one:hover p {
  color: var(--whiteColor);
}

.feature-list li {
  padding-left: 22px;
  margin-bottom: 9px;
}
.feature-list li:last-child {
  margin-bottom: 0;
}
.feature-list li img {
  position: absolute;
  top: 7px;
  left: 0;
}
.feature-list.style-two li {
  padding-left: 16px;
}
.feature-list.style-two li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--titleColor);
}
.feature-list.style-four li {
  padding-left: 11px;
}
.feature-list.style-four li:before {
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  width: 7px;
  height: 1px;
  background-color: var(--titleColor);
}

.feature-box {
  background-color: #F7B7A3;
  padding: 37px 34px 40px;
}

.simple-text .ceo-info-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 30px;
  margin-top: 28px;
}
.simple-text .ceo-info-wrap .ceo-img {
  width: 40px;
}
.simple-text .ceo-info-wrap .ceo-info {
  width: calc(100% - 50px);
  margin-left: auto;
  position: relative;
  top: -2px;
}

.about-tabcontent {
  background-color: #f4f4f4;
  padding: 30px 30px;
}
.about-tabcontent .about-tablist {
  background-color: var(--whiteColor);
  border: none;
  width: 100%;
  border-radius: 5px;
}
.about-tabcontent .about-tablist .nav-item {
  width: 50%;
}
.about-tabcontent .about-tablist .nav-item .nav-link {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
  color: var(--titleColor);
  padding: 12px 10px;
  border-radius: 5px;
}
.about-tabcontent .about-tablist .nav-item .nav-link.active {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.about-tabcontent .tab-content p {
  margin-bottom: 10px;
}
.about-tabcontent .tab-content p:last-child {
  margin-bottom: 0;
}

/*-------------------------------
        Simple Section CSS
-------------------------------*/
.simple-area .section-shape {
  top: 30%;
  left: 43%;
}
.simple-area .simple-card {
  padding: 30px 20px;
}
.simple-area .simple-card .simple-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 28px;
}
.simple-area .simple-card p {
  line-height: 24px;
}

/*-------------------------------
        Feature Section CSS
-------------------------------*/
.feature-area.style-one {
  border-radius: 0 0 30px 30px;
}
.feature-area .section-shape-one {
  top: -30px;
  right: 18%;
}

.feature-card.style-one .feature-img {
  width: 212px;
  height: 212px;
  border: 5px solid var(--whiteColor);
}
.feature-card.style-one h3 {
  font-size: 20px;
  margin: 33px 0 13px;
}
.feature-card.style-one p {
  padding: 0 10px;
}
.feature-card.style-two .feature-icon-wrap {
  width: 54px;
  height: 52px;
  margin-bottom: 45px;
}
.feature-card.style-two .feature-icon-wrap .feature-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.feature-card.style-two h3 {
  max-width: 70%;
  font-family: 24px;
  line-height: 34px;
  margin-bottom: 5px;
}
.feature-card.style-two p {
  margin-bottom: 20px;
}
.feature-card.style-two:hover .feature-icon-wrap .feature-icon-bg {
  transform: rotate(90deg);
}

/*-------------------------------
        Why Choose Us CSS
-------------------------------*/
.wh-area.style-one .section-shape {
  bottom: 19%;
  right: 0;
}

.wh-img {
  border-radius: 30px;
}
.wh-img img {
  border-radius: 30px;
}

.wh-content .wh-features li {
  border: 1px solid #E2E2D4;
  margin-bottom: 18px;
  padding: 12px 10px 13px 57px;
}
.wh-content .wh-features li:last-child {
  margin-bottom: 0;
}
.wh-content .wh-features li span {
  width: 37px;
  height: 37px;
  position: absolute;
  top: 8px;
  left: 10px;
  background-color: #C5E4B8;
}

/*-------------------------------
        Service Section CSS
-------------------------------*/
.service-area.style-three {
  background-color: #CBE0F3;
  padding-bottom: 290px;
}
.service-area.style-three .section-shape {
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.service-slider-one .swiper-slide .service-card.style-one {
  margin-top: 20px;
}

.service-card.style-one {
  padding: 35px 42px 33px;
}
.service-card.style-one .service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.service-card.style-one .service-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.72);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}
.service-card.style-one .service-counter {
  color: #A4C5E4;
}
.service-card.style-one h3 {
  margin: 10px 0 18px;
}
.service-card.style-one .circle-text {
  visibility: hidden;
  opacity: 0;
  margin: 42px auto;
  width: 170px;
  height: 170px;
}
.service-card.style-one .circle-text .icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-card.style-one:hover {
  transform: rotate(-1deg);
}
.service-card.style-one:hover .service-counter {
  color: #BFD9B4;
}
.service-card.style-one:hover .service-bg {
  opacity: 1;
  visibility: visible;
}
.service-card.style-one:hover h3 a {
  color: var(--whiteColor);
}
.service-card.style-one:hover h3 a:hover {
  color: var(--yellowColor);
}
.service-card.style-one:hover p {
  color: var(--whiteColor);
}
.service-card.style-one:hover .circle-text {
  visibility: visible;
  opacity: 1;
  margin: 52px auto 35px;
}
.service-card.style-one:hover .service-card-shape,
.service-card.style-one:hover .link {
  visibility: hidden;
  opacity: 0;
}
.service-card.style-two {
  padding: 20px 20px 20px 25px;
}
.service-card.style-two .service-info {
  width: calc(100% - 285px);
}
.service-card.style-two .service-info h3 {
  font-size: 24px;
  line-height: 34px;
  margin: 25px 0 10px;
  max-width: 67%;
}
.service-card.style-two .service-info p {
  margin-bottom: 22px;
}
.service-card.style-two .service-img {
  width: 273px;
}
.service-card.style-three {
  border: 1px solid var(--whiteColor);
  padding: 37px 34px 32px;
}
.service-card.style-three .service-bg {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.service-card.style-three .service-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.72);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}
.service-card.style-three .service-header .service-icon {
  width: 71px;
}
.service-card.style-three .service-header .service-icon .icon-yellow {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.service-card.style-three .service-info {
  margin-top: 106px;
}
.service-card.style-three .service-info h3 {
  margin-bottom: 0;
  transition: var(--transition);
  transform: translateY(0);
}
.service-card.style-three .service-info p {
  margin: 20px 0 22px;
}
.service-card.style-three:hover {
  border-color: transparent;
}
.service-card.style-three:hover .service-bg {
  opacity: 1;
  left: 0;
  visibility: visible;
}
.service-card.style-three:hover .service-header .service-icon .icon-blue {
  filter: brightness(0) saturate(100%) invert(91%) sepia(31%) saturate(348%) hue-rotate(6deg) brightness(103%) contrast(94%);
}
.service-card.style-three:hover .service-header .service-counter {
  color: rgba(255, 255, 255, 0.45) !important;
}
.service-card.style-three:hover .service-info {
  margin-top: 254px;
}
.service-card.style-three:hover .service-info h3 {
  margin-bottom: 0;
  transform: translateY(-3px);
}
.service-card.style-three:hover .service-info h3 a {
  color: var(--whiteColor);
}
.service-card.style-three:hover .service-info p, .service-card.style-three:hover .service-info .link {
  display: none;
  opacity: 0;
  visibility: hidden;
}

/*-------------------------------
        How We Work CSS
-------------------------------*/
.process-img-wrap {
  background-color: #DEDED0;
  padding: 46px 82px;
}
.process-img-wrap .rating-box {
  bottom: 47px;
  left: 54px;
  padding: 27px 30px 22px 29px;
  box-shadow: 0 0 30px 0 rgba(146, 146, 146, 0.35);
}

.process-card-wrap .process-card {
  margin-bottom: 40px;
}
.process-card-wrap .process-card:last-child {
  margin-bottom: 0;
}
.process-card-wrap .process-card .process-counter {
  font-size: 55px;
  line-height: 1;
  color: var(--whiteColor);
}
.process-card-wrap .process-card h3 {
  margin: 18px 0 10px;
}
.process-card-wrap .process-card:hover .process-counter {
  color: #A4C5E4;
}

/*-------------------------------
        Find Us Section CSS
-------------------------------*/
.find-us-wrap:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  background-color: #F7B7A3;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 10px;
}
.find-us-wrap .location-map .office-location {
  position: absolute;
}
.find-us-wrap .location-map .office-location.style1 {
  top: 55px;
  left: 105px;
}
.find-us-wrap .location-map .office-location.style2 {
  bottom: 140px;
  left: 165px;
}
.find-us-wrap .location-map .office-location.style3 {
  top: 38%;
  left: 55%;
}
.find-us-wrap .location-map .office-location.style4 {
  top: 29px;
  right: 170px;
}
.find-us-wrap .location-map .office-location.style4 .location-card {
  left: auto;
  right: 0;
}
.find-us-wrap .location-map .office-location.style5 {
  bottom: 85px;
  right: 55px;
}
.find-us-wrap .location-map .office-location.style5 .location-card {
  left: auto;
  right: 0;
}
.find-us-wrap .location-map .office-location .location-card {
  padding: 12px 10px 12px 12px;
  width: 338px;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  transition: var(--transition);
}
.find-us-wrap .location-map .office-location .location-card .location-img {
  width: 106px;
}
.find-us-wrap .location-map .office-location .location-card .location-info {
  width: calc(100% - 120px);
  margin-left: auto;
}
.find-us-wrap .location-map .office-location .location-card .location-info p {
  font-size: 15px;
  margin: 10px 0;
  line-height: 24px;
}
.find-us-wrap .location-map .office-location .location-card .location-info a img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.find-us-wrap .location-map .office-location:hover .location-card {
  visibility: visible;
  opacity: 1;
}
.find-us-wrap .find-us-content .review-btn-wrap .review-btn {
  background-color: #FFE9E2;
  padding: 13px 32px 6px 20px;
  border-radius: 10px;
  min-width: 178px;
}
.find-us-wrap .find-us-content .review-btn-wrap .review-btn img {
  display: block;
  margin-bottom: 5px;
}
.find-us-wrap .find-us-content .review-btn-wrap .review-btn:first-child {
  margin-right: 15px;
}

/*-------------------------------
        Partner Brand CSS
-------------------------------*/
.partner-brand-wrap {
  margin-left: -4.5px;
  margin-right: -4.5px;
}
.partner-brand-wrap .brand-logo {
  width: 20%;
  min-height: 110px;
  margin: 0 4.5px 10px;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
.partner-brand-wrap .brand-logo img {
  opacity: 0.48;
}
.partner-brand-wrap .brand-logo:hover {
  opacity: 1;
  background-color: rgb(255, 255, 255);
}
.partner-brand-wrap .brand-logo:hover img {
  opacity: 1;
}
.partner-brand-wrap .brand-logo.style-two {
  background-color: rgba(243, 243, 243, 0.6);
}
.partner-brand-wrap .brand-logo.style-two:hover {
  background-color: rgb(243, 243, 243);
}

/*-------------------------------
        Schedule CSS
-------------------------------*/
.schedule-box {
  padding: 30px 25px 30px;
}
.schedule-box h6 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
.schedule-box ul li {
  margin-bottom: 8px;
  font-weight: 500;
}
.schedule-box ul li:last-child {
  margin-bottom: 0;
}
.schedule-box ul li span {
  color: var(--paraColorTwo);
}
.schedule-box p {
  color: var(--paraColorTwo);
}
.schedule-box:hover {
  transform: translateY(-5px);
}
.schedule-box.style-two p {
  margin-bottom: 32px;
}
.schedule-box.style-three .contact-info-card {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.43);
}
.schedule-box.style-three .contact-info-card .contact-icon {
  width: 51px;
  height: 51px;
}
.schedule-box.style-three .contact-info-card .contact-icon img {
  transition: var(--transition);
}
.schedule-box.style-three .contact-info-card .contact-info {
  width: calc(100% - 65px);
  margin-left: auto;
}
.schedule-box.style-three .contact-info-card .contact-info a {
  font-size: 20px;
}
.schedule-box.style-three .contact-info-card .contact-info a:hover {
  color: var(--primaryColor);
}
.schedule-box.style-three .contact-info-card:hover .contact-icon {
  background-color: var(--primaryColor) !important;
}
.schedule-box.style-three .contact-info-card:hover .contact-icon img {
  filter: brightness(0) invert(1);
}

/*-------------------------------
        Call To Action CSS
-------------------------------*/
.cta-area.style-one:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 42.5%;
  background-color: var(--optionalColor);
  z-index: -1;
  border-radius: 30px 30px 0 0;
}
.cta-area.style-two:after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  content: "";
  width: calc(100% - 30px);
  height: 37%;
  transform: translateX(-50%);
  background-color: #F4F4EA;
  border-radius: 10px 10px 0 0;
}
.cta-area.style-three .section-shape {
  left: 50%;
  transform: translateX(-50%);
}
.cta-area.style-three .cta-shape-one {
  top: 3%;
  left: 5%;
}
.cta-area.style-three .cta-shape-two {
  bottom: 11%;
  right: 0;
}

.cta-box.style-one {
  padding: 50px 85px 50px 85px;
}
.cta-box.style-one .cta-shape-one {
  right: 23.5%;
}
.cta-box.style-one p {
  color: #2F2942;
}
.cta-box.style-one p, .cta-box.style-two p {
  margin: 11px 0 35px;
}
.cta-box.style-two {
  padding-left: 50px;
  padding-right: 50px;
}
.cta-box.style-two .cta-shape-one {
  right: 5%;
  z-index: 0;
}
.cta-box.style-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.72);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: -1;
}
.cta-box.style-two .cta-img {
  position: absolute;
  top: 54%;
  right: -10px;
  transform: translateY(-50%);
}

/*-------------------------------
        Funfact CSS
-------------------------------*/
.funfact-area:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  transform: translateX(-50%);
  background-color: #F4F4EA;
  border-radius: 0 0 10px 10px;
  z-index: -1;
}
.funfact-area .section-shape {
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.funfact-area .counter-card-wrap .counter-card {
  width: 33.33%;
  text-align: center;
}
.funfact-area .counter-card-wrap .counter-card h4 {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 20px;
}

/*-------------------------------
        Team CSS
-------------------------------*/
.team-slider-one .swiper-slide .team-card.style-one:hover .member-img-two {
  transform: rotate(0deg);
}

.team-slider-two .slider-btn .prev-btn,
.team-slider-two .slider-btn .next-btn {
  position: absolute;
  top: 50%;
  background-color: var(--optionalColor);
  border-radius: 10px;
  width: 50px;
  height: 50px;
  z-index: 4;
  transform: translateY(-50%);
  background-color: var(--whiteColor);
  transition: var(--transition);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.team-slider-two .slider-btn .prev-btn img,
.team-slider-two .slider-btn .next-btn img {
  transition: var(--transition);
  position: relative;
  top: -2px;
}
.team-slider-two .slider-btn .prev-btn:hover,
.team-slider-two .slider-btn .next-btn:hover {
  background-color: var(--primaryColor);
}
.team-slider-two .slider-btn .prev-btn:hover img,
.team-slider-two .slider-btn .next-btn:hover img {
  filter: brightness(0) invert(1);
}
.team-slider-two .slider-btn .prev-btn {
  left: 55px;
}
.team-slider-two .slider-btn .next-btn {
  right: 55px;
}
.team-slider-two:hover .slider-btn .prev-btn,
.team-slider-two:hover .slider-btn .next-btn {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}

.team-card.style-one {
  border: 1px solid #F2F2F2;
}
.team-card.style-one .team-img .member-img-one {
  margin: 32px 34px 32px;
}
.team-card.style-one .team-img .member-img-one .team-member-shape {
  right: -1px;
  bottom: -1px;
}
.team-card.style-one .member-img-two {
  top: -32px;
  padding: 0;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
}
.team-card.style-one .member-img-two:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.72);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
  z-index: 2;
}
.team-card.style-one .member-img-two .team-info {
  position: absolute;
  bottom: 25px;
  left: 50%;
  opacity: 0;
  z-index: 2;
  transform: translateX(-50%);
  padding-bottom: 0;
}
.team-card.style-one .team-info {
  padding-bottom: 23px;
  width: 100%;
}
.team-card.style-one .team-info h3 {
  margin-bottom: 5px;
}
.team-card.style-one .team-info .social-profile {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-top: 16px;
}
.team-card.style-one .team-info .social-profile li {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding-right: 10px;
  margin-right: 10px;
}
.team-card.style-one .team-info .social-profile li:last-child {
  border-right: none;
}
.team-card.style-one .team-info .social-profile li a i {
  color: var(--whiteColor);
  font-size: 14px;
  line-height: 0.8;
}
.team-card.style-one .team-info .social-profile li a:hover i {
  color: var(--yellowColor);
}
.team-card.style-one:hover {
  border: none;
}
.team-card.style-one:hover .team-img,
.team-card.style-one:hover .team-info {
  opacity: 0;
}
.team-card.style-one:hover .member-img-two {
  opacity: 1;
  z-index: 2;
  transform: rotate(-5deg);
  transition-delay: 0.1s;
}
.team-card.style-one:hover .member-img-two .team-info {
  opacity: 1;
}
.team-card.style-one:hover .member-img-two .team-info h3 {
  margin-bottom: 8px;
  color: var(--whiteColor);
}
.team-card.style-one:hover .member-img-two .team-info span {
  color: var(--whiteColor);
}
.team-card.style-one:hover .member-img-two .team-info .social-profile {
  visibility: visible;
  opacity: 1;
  position: relative;
  bottom: auto;
}
.team-card.style-two .team-info {
  width: 50px;
  writing-mode: vertical-lr;
}
.team-card.style-two .team-info h3 {
  margin: 0 0 40px 11px;
  transform: rotate(180deg);
  position: relative;
}
.team-card.style-two .team-info h3 span {
  position: relative;
  padding-top: 15px;
  margin-top: 6px;
}
.team-card.style-two .team-info h3 span:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
  font-size: 16px;
  color: var(--paraColor);
}
.team-card.style-two .team-img {
  width: calc(100% - 50px);
}
.team-card.style-two .team-img .social-profile {
  margin-top: 13px;
}
.team-card.style-two .team-img .social-profile li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(112, 112, 112, 0.23);
}
.team-card.style-two .team-img .social-profile li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-radius: none;
}
.team-card.style-two .team-img .social-profile li a i {
  font-size: 14px;
  color: #BABABA;
}
.team-card.style-two .team-img .social-profile li a:hover i {
  color: var(--primaryColor);
}

/*-------------------------------
        Testimonial CSS
-------------------------------*/
.testimonial-area .section-shape {
  top: 30%;
}
.testimonial-area.style-two .section-shape {
  left: 43%;
}
.testimonial-area.style-two .quote-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 37px;
  background-color: rgba(255, 255, 255, 0.22);
}
.testimonial-area.style-two .testimonial-bg {
  height: 671px;
}
.testimonial-area.style-two .testimonial-card.style-one p {
  margin-bottom: 34px;
}
.testimonial-area.style-three {
  margin-top: -200px;
}
.testimonial-area.style-three .quote-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 37px;
}
.testimonial-area.style-three .section-shape {
  top: 25px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
}
.testimonial-area.style-three .testimonial-bg {
  height: 570px;
  background-position: top center;
}
.testimonial-area.style-three .testimonial-bg .rating-box {
  top: 25px;
  right: 25px;
  padding: 28px 27px 21px 27px;
  box-shadow: 0 0 30px 0 rgba(146, 146, 146, 0.35);
}

.testimonial-card.style-one p {
  top: -10px;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 41px;
}
.testimonial-card.style-one .client-info-wrap .client-img {
  width: 72px;
  height: 72px;
  position: relative;
  top: -5px;
}
.testimonial-card.style-one .client-info-wrap .client-info {
  width: calc(100% - 87px);
  margin-left: auto;
}
.testimonial-card .client-info-wrap .client-img {
  width: 71px;
  height: 71px;
}
.testimonial-card .client-info-wrap .client-info .ratings ul li {
  margin-right: 2px;
}
.testimonial-card .client-info-wrap .client-info .ratings ul li:last-child {
  margin-right: 0;
}
.testimonial-card .client-info-wrap .client-info .ratings ul li i {
  font-size: 15px;
  color: #FFC421;
}
.testimonial-card.style-four {
  padding: 25px 27px;
}
.testimonial-card.style-four .client-title-wrap {
  margin-bottom: 21px;
}
.testimonial-card.style-four .client-title-wrap .client-img {
  width: 50px;
  height: 50px;
}
.testimonial-card.style-four .client-title-wrap .client-info {
  width: calc(100% - 95px);
  margin-left: 15px;
}
.testimonial-card.style-four .client-title-wrap .client-info h5 {
  margin-bottom: 2px;
}
.testimonial-card.style-four .client-title-wrap .quote-icon {
  display: block;
  margin-left: auto;
}
.testimonial-card.style-four p {
  line-height: 26px;
}

.testimonial-slider-one .slider-btn {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}

/*-------------------------------
         Blog CSS
-------------------------------*/
.blog-card .blog-img .blog-category {
  padding: 3px 10px 4px;
  top: 20px;
  right: 22px;
  transition: var(--transition);
}
.blog-card .blog-img .blog-category:hover {
  background-color: var(--titleColor);
}
.blog-card .blog-img .blog-metainfo {
  width: calc(100% - 24px);
  bottom: 12px;
  left: 50%;
  padding: 13px 30px;
  transform: translateX(-50%);
}
.blog-card .blog-img .blog-metainfo:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 1px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}
.blog-card .blog-img .blog-metainfo li {
  padding-left: 22px;
}
.blog-card .blog-img .blog-metainfo li img {
  position: absolute;
  top: 4px;
  left: -2px;
}
.blog-card .blog-img .blog-metainfo li a {
  color: var(--paraColor);
  font-weight: 500;
}
.blog-card .blog-img .blog-metainfo li a span {
  transition: var(--transition);
}
.blog-card .blog-img .blog-metainfo li a:hover {
  color: var(--merunColor);
}
.blog-card .blog-img .blog-metainfo li a:hover span {
  color: var(--merunColor);
}
.blog-card h3 {
  line-height: 34px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-card.style-one .blog-img, .blog-card.style-two .blog-img, .blog-card.style-three .blog-img {
  margin-bottom: 22px;
}
.blog-card.style-one h3, .blog-card.style-two h3, .blog-card.style-three h3 {
  margin-bottom: 25px;
}
.blog-card.style-two .blog-img .blog-metainfo, .blog-card.style-three .blog-img .blog-metainfo {
  bottom: 32px;
}
.blog-card.style-two .cats-list, .blog-card.style-three .cats-list {
  position: absolute;
  top: 20px;
  right: 22px;
}
.blog-card.style-two .cats-list .blog-category, .blog-card.style-three .cats-list .blog-category {
  margin-left: 5px;
  right: 0;
  top: 0;
}
.blog-card.style-one .cats-list {
  position: absolute;
  top: 20px;
  right: 22px;
}
.blog-card.style-one .cats-list .blog-category {
  margin-left: 5px;
}
.blog-card.unit-test-card {
  background-color: #F4F4EA;
  border-radius: 5px;
}
.blog-card.unit-test-card .content {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}

.blog-without-img .blog-card.unit-test-card {
  border-radius: 5px;
  padding-top: 25px;
}
.blog-without-img .blog-card.sticky {
  background-color: #d3d2d2;
}
.blog-without-img .blog-card .blog-img {
  margin-bottom: 0;
}

.cause-card:hover .img-hover img,
.award-card:hover .img-hover img,
.service-card.style-two:hover .img-hover img,
.blog-card:hover .img-hover img {
  transform: scale(1.05);
}
.cause-card:hover .img-hover:before,
.award-card:hover .img-hover:before,
.service-card.style-two:hover .img-hover:before,
.blog-card:hover .img-hover:before {
  animation: shine 0.75s;
}

.slider-btn.style-one .prev-btn img,
.slider-btn.style-one .next-btn img {
  filter: brightness(0) invert(0);
  opacity: 0.2;
}
.slider-btn.style-one .prev-btn:hover img,
.slider-btn.style-one .next-btn:hover img {
  filter: brightness(1) invert(0);
  opacity: 1;
}
.slider-btn.style-two .prev-btn img,
.slider-btn.style-two .next-btn img {
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
.slider-btn.style-two .prev-btn:hover img,
.slider-btn.style-two .next-btn:hover img {
  filter: brightness(1) invert(0);
  opacity: 1;
}
.slider-btn.style-three .prev-btn img,
.slider-btn.style-three .next-btn img {
  filter: brightness(0) invert(0);
  opacity: 0.6;
}
.slider-btn.style-three .prev-btn:hover img,
.slider-btn.style-three .next-btn:hover img {
  filter: brightness(1) invert(0);
  opacity: 1;
}

/*-------------------------------
        Pricing CSS
-------------------------------*/
.pricing-area:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: calc(100% - 15px);
  height: 100%;
  background-color: #FAFAF5;
  transform: translateX(-50%);
  z-index: 0;
}
.pricing-area.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 62%;
  background-color: var(--optionalColor);
  z-index: -1;
}

.pricing-switch-wrap {
  width: 185px;
}
.pricing-switch-wrap .pricing_switch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 20px;
}
.pricing-switch-wrap .pricing_switch input {
  display: none;
}
.pricing-switch-wrap .pricing_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primaryColor);
  transition: 0.4s;
}
.pricing-switch-wrap .pricing_slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: var(--whiteColor);
  transition: 0.4s;
}
.pricing-switch-wrap input:checked + .pricing_slider {
  background-color: var(--titleColor);
}
.pricing-switch-wrap input:checked + .pricing_slider:before {
  transform: translateX(14px);
}
.pricing-switch-wrap .on, .pricing-switch-wrap .off {
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: -4px;
}
.pricing-switch-wrap .on {
  left: -80px;
}
.pricing-switch-wrap .off {
  right: -64px;
}
.pricing-switch-wrap .pricing_slider.round {
  border-radius: 100px;
}
.pricing-switch-wrap .pricing_slider.round:before {
  border-radius: 100px;
}
.pricing-switch-wrap .on {
  color: var(--primaryColor);
}
.pricing-switch-wrap .off {
  color: #546255;
}
.pricing-switch-wrap input:checked + .pricing_slider .off {
  color: var(--primaryColor);
}
.pricing-switch-wrap input:checked + .pricing_slider .on {
  color: var(--paraColor);
}

.pricing-table thead tr th {
  color: var(--titleColor);
  font-weight: 600;
  background-color: var(--whiteColor);
  border-bottom: none;
  padding: 25px 50px;
  vertical-align: middle;
  border-left: none;
  border-right: none;
  border-top: none;
}
.pricing-table thead tr th .price-tag {
  font-size: 48px;
  margin: 25px 0 6px;
  display: block;
}
.pricing-table thead tr th .price-tag span {
  margin-left: -3px;
  position: relative;
  top: -3px;
}
.pricing-table thead tr th p {
  letter-spacing: -0.01em;
}
.pricing-table tbody tr th,
.pricing-table tbody tr td {
  padding: 17px 50px;
  background-color: #FAFAF5;
  border-top: 1px solid #F2F2F2;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.pricing-table tbody tr th span,
.pricing-table tbody tr td span {
  margin: 0 auto;
}
.pricing-table tbody tr th span.check,
.pricing-table tbody tr td span.check {
  background-color: rgba(91, 158, 221, 0.1);
  width: 35px;
  height: 35px;
}
.pricing-table tbody tr th span.cross,
.pricing-table tbody tr td span.cross {
  background-color: rgba(234, 66, 69, 0.1);
  width: 35px;
  height: 35px;
}
.pricing-table tbody tr th .tb-btn,
.pricing-table tbody tr td .tb-btn {
  display: inline-block;
  padding: 11px 35px;
  border-radius: 50px;
  color: var(--paraColor);
  font-weight: 600;
  border: 1px solid #E6E6E6;
  transition: var(--transition);
  font-size: 16px;
}
.pricing-table tbody tr th .tb-btn:hover,
.pricing-table tbody tr td .tb-btn:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border-color: transparent;
}
.pricing-table tbody tr th span {
  font-size: 16px;
}
.pricing-table tbody tr:last-child th,
.pricing-table tbody tr:last-child td, .pricing-table tbody tr:first-child th,
.pricing-table tbody tr:first-child td {
  border-top: none;
}
.pricing-table tbody tr:last-child th, .pricing-table tbody tr:last-child td {
  padding-top: 35px;
  padding-bottom: 0;
}

/*-------------------------------
    Award CSS
-------------------------------*/
.award-card .award-img .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.award-card .award-img .play-video .play-icon {
  width: 66px;
  height: 66px;
  background-color: var(--primaryColor);
}
.award-card .award-img .play-video .play-icon i {
  color: var(--whiteColor);
  position: relative;
  left: 2px;
  top: 1px;
  font-size: 20px;
}
.award-card .award-info {
  padding: 21px 21px 20px;
}
.award-card .award-info h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 34px;
}

/*-------------------------------
    Cause & Cause Details CSS
-------------------------------*/
.cause-card .cause-title {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  border-radius: 10px;
  background-color: rgba(51, 51, 51, 0.56);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 19px 25px 22px;
  text-align: center;
}
.cause-card .cause-title h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 0;
}
.cause-card .cause-title h3 a:hover {
  color: var(--yellowColor) !important;
}

/*-------------------------------
        Blog Details CSS
-------------------------------*/
.blog-desc p,
.service-desc p,
.career-desc p,
.terms-wrap p {
  margin-bottom: 22px;
  line-height: 1.7;
}
.blog-desc p strong, .blog-desc p b,
.service-desc p strong,
.service-desc p b,
.career-desc p strong,
.career-desc p b,
.terms-wrap p strong,
.terms-wrap p b {
  color: var(--titleColor);
}
.blog-desc h1, .blog-desc h2, .blog-desc h3, .blog-desc h4, .blog-desc h5, .blog-desc h6,
.service-desc h1,
.service-desc h2,
.service-desc h3,
.service-desc h4,
.service-desc h5,
.service-desc h6,
.career-desc h1,
.career-desc h2,
.career-desc h3,
.career-desc h4,
.career-desc h5,
.career-desc h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6 {
  margin-bottom: 17px;
  font-weight: 700;
  line-height: 1.5;
}
.blog-desc h1,
.service-desc h1,
.career-desc h1,
.terms-wrap h1 {
  font-size: 32px;
}
.blog-desc h2,
.service-desc h2,
.career-desc h2,
.terms-wrap h2 {
  font-size: 30px;
}
.blog-desc h3,
.service-desc h3,
.career-desc h3,
.terms-wrap h3 {
  font-size: 28px;
}
.blog-desc h4,
.service-desc h4,
.career-desc h4,
.terms-wrap h4 {
  font-size: 26px;
}
.blog-desc h5,
.service-desc h5,
.career-desc h5,
.terms-wrap h5 {
  font-size: 24px;
}
.blog-desc h6,
.service-desc h6,
.career-desc h6,
.terms-wrap h6 {
  font-size: 22px;
}
.blog-desc p:last-child,
.service-desc p:last-child,
.career-desc p:last-child,
.terms-wrap p:last-child {
  margin-bottom: 0;
}
.blog-desc ol,
.service-desc ol,
.career-desc ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 30px;
}
.blog-desc ol li,
.service-desc ol li,
.career-desc ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  padding-left: 3px;
}
.blog-desc .wp-blockquote,
.service-desc .wp-blockquote,
.career-desc .wp-blockquote,
.terms-wrap .wp-blockquote {
  padding: 35px 35px 35px 60px;
  margin-bottom: 30px;
  background-color: #FFF2EE;
  border-left: 4px solid #F7B7A3;
}
.blog-desc .wp-blockquote p,
.service-desc .wp-blockquote p,
.career-desc .wp-blockquote p,
.terms-wrap .wp-blockquote p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
.blog-desc .wp-blockquote h6,
.service-desc .wp-blockquote h6,
.career-desc .wp-blockquote h6,
.terms-wrap .wp-blockquote h6 {
  position: relative;
  padding-left: 53px;
  margin-bottom: 0;
  font-size: 16px;
}
.blog-desc .wp-blockquote h6:before,
.service-desc .wp-blockquote h6:before,
.career-desc .wp-blockquote h6:before,
.terms-wrap .wp-blockquote h6:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 43px;
  height: 1px;
  background-color: #E5CDC5;
}
.blog-desc .single-para,
.service-desc .single-para,
.career-desc .single-para,
.terms-wrap .single-para {
  margin-bottom: 30px;
}
.blog-desc .single-para:last-child,
.service-desc .single-para:last-child,
.career-desc .single-para:last-child,
.terms-wrap .single-para:last-child {
  margin-bottom: 0;
}
.blog-desc .single-para .subpara,
.service-desc .single-para .subpara,
.career-desc .single-para .subpara,
.terms-wrap .single-para .subpara {
  margin-bottom: 24px;
}
.blog-desc .single-para .subpara h6,
.service-desc .single-para .subpara h6,
.career-desc .single-para .subpara h6,
.terms-wrap .single-para .subpara h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
.blog-desc .single-para .subpara:last-child,
.service-desc .single-para .subpara:last-child,
.career-desc .single-para .subpara:last-child,
.terms-wrap .single-para .subpara:last-child {
  margin-bottom: 0;
}
.blog-desc .single-para .subpara p,
.service-desc .single-para .subpara p,
.career-desc .single-para .subpara p,
.terms-wrap .single-para .subpara p {
  margin-left: 20px;
}
.blog-desc .single-img .blog-category,
.service-desc .single-img .blog-category,
.career-desc .single-img .blog-category,
.terms-wrap .single-img .blog-category {
  padding: 3px 10px 4px;
  top: 20px;
  right: 22px;
  transition: var(--transition);
}
.blog-desc .single-img .blog-category:hover,
.service-desc .single-img .blog-category:hover,
.career-desc .single-img .blog-category:hover,
.terms-wrap .single-img .blog-category:hover {
  background-color: var(--titleColor);
}
.blog-desc .single-img .blog-metainfo,
.service-desc .single-img .blog-metainfo,
.career-desc .single-img .blog-metainfo,
.terms-wrap .single-img .blog-metainfo {
  width: calc(100% - 24px);
  bottom: 20px;
  left: 50%;
  padding: 13px 30px;
  transform: translateX(-50%);
  justify-content: space-between;
}
.blog-desc .single-img .blog-metainfo li,
.service-desc .single-img .blog-metainfo li,
.career-desc .single-img .blog-metainfo li,
.terms-wrap .single-img .blog-metainfo li {
  position: relative;
  width: 33.33%;
  padding-left: 28px;
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 12px;
}
.blog-desc .single-img .blog-metainfo li:after,
.service-desc .single-img .blog-metainfo li:after,
.career-desc .single-img .blog-metainfo li:after,
.terms-wrap .single-img .blog-metainfo li:after {
  position: absolute;
  top: 50%;
  right: 0%;
  content: "";
  width: 1px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}
.blog-desc .single-img .blog-metainfo li:first-child,
.service-desc .single-img .blog-metainfo li:first-child,
.career-desc .single-img .blog-metainfo li:first-child,
.terms-wrap .single-img .blog-metainfo li:first-child {
  padding-left: 0;
}
.blog-desc .single-img .blog-metainfo li:last-child:after,
.service-desc .single-img .blog-metainfo li:last-child:after,
.career-desc .single-img .blog-metainfo li:last-child:after,
.terms-wrap .single-img .blog-metainfo li:last-child:after {
  display: none;
}
.blog-desc .single-img .blog-metainfo li img,
.service-desc .single-img .blog-metainfo li img,
.career-desc .single-img .blog-metainfo li img,
.terms-wrap .single-img .blog-metainfo li img {
  position: relative;
  top: -1px;
  margin-right: 6px;
}
.blog-desc .single-img .blog-metainfo li a,
.service-desc .single-img .blog-metainfo li a,
.career-desc .single-img .blog-metainfo li a,
.terms-wrap .single-img .blog-metainfo li a {
  color: var(--paraColor);
  font-weight: 500;
}
.blog-desc .single-img .blog-metainfo li a span,
.service-desc .single-img .blog-metainfo li a span,
.career-desc .single-img .blog-metainfo li a span,
.terms-wrap .single-img .blog-metainfo li a span {
  transition: var(--transition);
}
.blog-desc .single-img .blog-metainfo li a:hover,
.service-desc .single-img .blog-metainfo li a:hover,
.career-desc .single-img .blog-metainfo li a:hover,
.terms-wrap .single-img .blog-metainfo li a:hover {
  color: var(--merunColor);
}
.blog-desc .single-img .blog-metainfo li a:hover span,
.service-desc .single-img .blog-metainfo li a:hover span,
.career-desc .single-img .blog-metainfo li a:hover span,
.terms-wrap .single-img .blog-metainfo li a:hover span {
  color: var(--merunColor);
}
.blog-desc .feature-list.style-three li,
.service-desc .feature-list.style-three li,
.career-desc .feature-list.style-three li,
.terms-wrap .feature-list.style-three li {
  padding-left: 23px;
}
.blog-desc .feature-list.style-three li:before,
.service-desc .feature-list.style-three li:before,
.career-desc .feature-list.style-three li:before,
.terms-wrap .feature-list.style-three li:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 11px;
  height: 11px;
  background-color: rgba(91, 158, 221, 0.38);
  border-radius: 50%;
}

.post-metaoption {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 0 30px;
  margin-top: 30px;
  margin-bottom: 25px;
  clear: both;
}
.post-metaoption .tag-list li {
  display: inline-block;
  position: relative;
  margin-right: 3px;
  margin-bottom: 0;
  margin-top: 0;
}
.post-metaoption .tag-list li::before {
  position: absolute;
  right: -3px;
  bottom: 0;
  content: ",";
}
.post-metaoption .tag-list li a {
  color: var(--paraColor);
}
.post-metaoption .tag-list li a:hover {
  color: var(--primaryColor);
}
.post-metaoption .tag-list li:last-child::before {
  display: none;
}
.post-metaoption .social-profile {
  width: 140px;
}
.post-metaoption .social-profile li {
  margin-bottom: 0;
  margin-top: 0;
}

.post-tag span,
.post-share span {
  margin-right: 5px;
}

.post-share ul {
  position: relative;
  top: 1px;
}

.prev-post,
.next-post {
  transition: var(--transition);
}
.prev-post > a,
.next-post > a {
  color: #4B535D;
}
.prev-post span,
.next-post span {
  width: 40px;
  height: 40px;
  background-color: rgba(91, 158, 221, 0.15);
  transition: var(--transition);
}
.prev-post span i,
.next-post span i {
  font-size: 24px;
  color: var(--primaryColor);
  transition: var(--transition);
}
.prev-post:hover a,
.next-post:hover a {
  color: var(--primaryColor);
}
.prev-post:hover span,
.next-post:hover span {
  background-color: var(--primaryColor);
}
.prev-post:hover span i,
.next-post:hover span i {
  color: var(--whiteColor);
}

.prev-post span {
  margin-right: 10px;
}

.next-post span {
  margin-left: 10px;
}

.comment-item-wrap .comment-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.comment-item-wrap .comment-item.reply {
  margin-left: 60px;
}
.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.comment-item-wrap .comment-item .comment-author-img {
  width: 50px;
  height: 50px;
  position: relative;
  top: -2px;
}
.comment-item-wrap .comment-item .comment-author-info {
  width: calc(100% - 60px);
  margin-left: auto;
}
.comment-item-wrap .comment-item .comment-text {
  margin-top: 11px;
}
.comment-item-wrap .comment-item .comment-text p {
  margin: 0;
}
.comment-item-wrap .reply-btn {
  color: var(--primaryColor);
  line-height: 14px;
  padding: 8.5px 13px 11px;
  border-radius: 5px;
  display: inline-block;
  background-color: rgba(91, 158, 221, 0.1);
}
.comment-item-wrap .reply-btn:hover {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
  border-color: transparent;
}

/*-------------------------------
    Contact CSS
-------------------------------*/
.contact-form .form-group textarea {
  height: 169px;
}
.contact-form .btn.style-four br {
  display: none;
}
.contact-form .btn.style-four::before {
  width: 100%;
}
.contact-form .btn.style-four:hover {
  color: var(--whiteColor);
}
.contact-form .btn.style-four:hover::before {
  background-color: var(--yellowColor);
}
.contact-form .form-check {
  position: relative;
}
.contact-form .form-check input {
  position: absolute;
  top: 2px;
  left: -22px;
  width: 16px;
  height: 16px;
}

.contact-card .contact-icon {
  width: 76px;
  height: 74px;
  background-color: rgba(91, 158, 221, 0.1);
}
.contact-card .contact-info {
  width: calc(100% - 96px);
  margin-left: auto;
}
.contact-card .contact-info span {
  display: block;
}
.contact-card .contact-info a {
  display: block;
  color: var(--paraColor);
}
.contact-card .contact-info a:hover {
  color: var(--primaryColor);
}
.contact-card:hover .contact-icon {
  background-color: var(--primaryColor);
}
.contact-card:hover .contact-icon img {
  filter: brightness(0) invert(1);
}

.form-wrapper input,
.form-wrapper select,
.form-wrapper textarea {
  background-color: #F6F6F6;
  padding: 13px 18px;
  width: 100%;
}
.form-wrapper input:focus,
.form-wrapper select:focus,
.form-wrapper textarea:focus {
  outline: none;
  box-shadow: none;
}
.form-wrapper input::-moz-placeholder, .form-wrapper select::-moz-placeholder, .form-wrapper textarea::-moz-placeholder {
  opacity: 1;
}
.form-wrapper input::placeholder,
.form-wrapper select::placeholder,
.form-wrapper textarea::placeholder {
  opacity: 1;
}
.form-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: calc(100% - 15px) 50%;
}
.form-wrapper input::-moz-placeholder, .form-wrapper textarea::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.form-wrapper input::placeholder, .form-wrapper textarea::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.form-wrapper input:focus, .form-wrapper textarea:focus {
  outline: none;
}
.form-wrapper textarea {
  resize: none;
}

.outline-none:focus {
  outline: none;
}

.checkbox {
  display: block;
}
.checkbox.form-check {
  padding-left: 0;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  color: var(--titleColor);
  padding-left: 26px;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 6px;
}
.checkbox.style-one label:before {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(217, 216, 216, 0.93);
  top: 6px;
  border-radius: 5px;
}
.checkbox.style-two label {
  padding-left: 33px;
}
.checkbox.style-two label:before {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(217, 216, 216, 0.93);
  top: 5px;
  border-radius: 3px;
}
.checkbox.style-three label:before {
  width: 16px;
  height: 16px;
  border: 1px solid var(--paraColor);
  top: 6px;
  border-radius: 5px;
}
.checkbox.style-four label {
  padding-left: 19px;
}
.checkbox.style-four label:before {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid var(--paraColor);
  top: 9px;
  border-radius: 5px;
}

.checkbox.style-one input:checked + label:before,
.checkbox.style-three input:checked + label:before {
  border-color: transparent;
}

.checkbox.style-two input:checked + label:before {
  border-color: #F7B7A3;
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
}

.checkbox.style-one input:checked + label:after,
.checkbox.style-three input:checked + label:after {
  top: 6px;
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background: var(--primaryColor);
}

.checkbox.style-two input:checked + label:after {
  top: 9px;
  left: 4.5px;
  width: 11px;
  height: 11px;
  border-radius: 3px;
  background: #F7B7A3;
}

.checkbox.style-four input:checked + label:after {
  top: 9px;
  left: 0px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--primaryColor);
}

/*-------------------------------
        Career & Career Details CSS
-------------------------------*/
.filter-jobs-box {
  padding: 30px;
}
.filter-jobs-box .form-group select {
  padding: 8px 15px;
  background-image: url(../img/down-arrow-3.svg);
  background-size: 10px 10px;
}
.filter-jobs-box .form-group .search-jobs input::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.filter-jobs-box .form-group .search-jobs input::placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.filter-jobs-box .form-group .search-jobs button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 42px;
  height: 38px;
  background-color: var(--primaryColor);
  padding: 5px 5px;
  transition: var(--transition);
}
.filter-jobs-box .form-group .search-jobs button i {
  font-size: 18px;
  color: var(--whiteColor);
  transition: var(--transition);
}
.filter-jobs-box .form-group .search-jobs button:hover {
  background-color: var(--titleColor);
}
.filter-jobs-box .btn:hover::before {
  width: 0%;
}

.career-area .alert-success {
  padding-top: 5px;
  padding-bottom: 5px;
}
.career-area .alert-dismissible .btn-close {
  top: -10px;
}

.job-card .job-metatag li {
  display: inline-block;
  margin: 0 12px 5px 0px;
  font-size: 14px;
  display: inline-block;
  line-height: 15px;
  padding: 6px 11px 7px;
  border-radius: 5px;
  color: var(--paraColor);
  background-color: #f3f3f3;
  transition: var(transition);
}
.job-card .job-metatag li:last-child {
  margin-right: 0;
}
.job-card.style-one {
  border: 1px solid #F2F2F2;
  padding: 30px 30px 25px;
}
.job-card.style-one .job-metainfo {
  margin-bottom: 29px;
}
.job-card.style-one h3 {
  font-size: 20px;
  line-height: 30px;
}
.job-card.style-one .job-location {
  margin: 14px 0 25px;
}
.job-card.style-one:hover {
  background-color: #f3f3f3;
  border-color: transparent;
}
.job-card.style-one:hover .job-location .map-icon {
  background-color: var(--whiteColor);
}
.job-card.style-one:hover .job-metatag li {
  background-color: var(--whiteColor);
}

.job-metainfo {
  padding: 4px 16px;
  border-radius: 50px;
  font-family: var(--secondaryFont);
}

.job-location {
  position: relative;
  padding-left: 33px;
  font-weight: 500;
}
.job-location .map-icon {
  position: absolute;
  top: 3px;
  left: 0;
  background-color: #f3f3f3;
  width: 22.5px;
  height: 22.5px;
}

.job-metatag li {
  display: inline-block;
  margin: 0 12px 5px 0px;
}
.job-metatag li:last-child {
  margin-right: 0;
}
.job-metatag li a {
  font-size: 14px;
  display: inline-block;
  line-height: 15px;
  padding: 6px 11px 7px;
  border-radius: 5px;
  color: var(--paraColor);
  background-color: #f3f3f3;
  transition: var(transition);
}
.job-metatag li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.job-desc-box {
  background-color: rgba(91, 158, 221, 0.18);
  padding: 34px 31px 29px;
}
.job-desc-box .job-metatag li {
  background-color: var(--whiteColor);
  display: inline-block;
  margin: 0 12px 5px 0px;
  font-size: 14px;
  display: inline-block;
  line-height: 15px;
  padding: 6px 11px 7px;
  border-radius: 5px;
  color: var(--paraColor);
  background-color: #f3f3f3;
  transition: var(transition);
}
.job-desc-box .job-metatag li:last-child {
  margin-right: 0;
}
.job-desc-box .job-action-btn a {
  padding: 6px 22px 8px;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border-radius: 5px;
  display: inline-block;
}
.job-desc-box .job-action-btn a:hover {
  background-color: var(--titleColor);
}
.job-desc-box .job-action-btn a:hover i {
  color: var(--whiteColor);
}
.job-desc-box .job-action-btn button {
  padding: 7px 13px;
  margin-left: 13px;
}
.job-desc-box .job-action-btn button i {
  color: var(--primaryColor);
}
.job-desc-box .job-action-btn button:hover {
  background-color: var(--primaryColor) !important;
}
.job-desc-box .job-action-btn button:hover i {
  color: var(--whiteColor);
}

/*---------------------------------
       FAQ & Appointment CSS 
-----------------------------------*/
.faq-area.style-one:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 100px;
  background-color: #6189AE;
  border-radius: 30px 30px 0 0;
  z-index: -1;
}

.accordion.style-one .accordion-item, .accordion.style-two .accordion-item {
  margin: 0 0 22px;
  border: none;
  background-color: #f3f3f3;
}
.accordion.style-one .accordion-item:last-child, .accordion.style-two .accordion-item:last-child {
  margin: 0;
}
.accordion.style-one .accordion-item:first-of-type, .accordion.style-two .accordion-item:first-of-type {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.accordion.style-one .accordion-item:last-of-type, .accordion.style-two .accordion-item:last-of-type {
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.accordion.style-one .accordion-item .accordion-header, .accordion.style-two .accordion-item .accordion-header {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  border-radius: 0;
}
.accordion.style-one .accordion-item .accordion-header .accordion-button, .accordion.style-two .accordion-item .accordion-header .accordion-button {
  display: flex;
  align-items: flex-start !important;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--titleColor);
  text-align: left;
  align-items: center;
  padding: 11px 40px 11px 18px;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: none;
  transition: var(--transition);
}
.accordion.style-one .accordion-item .accordion-header .accordion-button:after, .accordion.style-two .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion.style-one .accordion-item .accordion-header .accordion-button:focus, .accordion.style-two .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow, .accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  right: 8px;
  text-align: center;
}
.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow i, .accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  display: block;
  margin: 0 auto;
  color: #5F6368;
  transform: translate(-50%, -50%);
}
.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow i.minus, .accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow i.minus {
  visibility: hidden;
  opacity: 0;
  top: 50%;
}
.accordion.style-one .accordion-item.collapsed .accordion-button, .accordion.style-two .accordion-item.collapsed .accordion-button {
  color: var(--titleColor);
}
.accordion.style-one .accordion-item:not(.collapsed), .accordion.style-two .accordion-item:not(.collapsed) {
  box-shadow: none;
}
.accordion.style-one .accordion-item .accordion-body, .accordion.style-two .accordion-item .accordion-body {
  padding: 0px 25px 15px 24px;
  border-top: none;
}
.accordion.style-one .accordion-item .accordion-body p, .accordion.style-two .accordion-item .accordion-body p {
  margin: 0;
  font-weight: 400;
}

.accordion-item:not(.collapsed) .accordion-button span .plus {
  visibility: hidden;
  opacity: 0;
}
.accordion-item:not(.collapsed) .accordion-button span .minus {
  visibility: visible !important;
  opacity: 1 !important;
}

.appointment-box.style-one {
  background-color: #EFE4E0;
  padding: 47px 40px 50px;
}
.appointment-box.style-two {
  background-color: #EFE4E0;
  padding: 47px 40px 50px;
}
.appointment-box .appointment-form .form-group {
  margin-bottom: 14px;
}
.appointment-box .appointment-form .form-group select {
  background-image: url(../img/down-arrow-3.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  padding: 13px 18px;
  height: 52px;
}
.appointment-box .appointment-form .form-group img {
  top: 17px;
  right: 15px;
}
.appointment-box .appointment-form .form-group textarea {
  height: 119px;
  border: unset;
}
.appointment-box .appointment-form .form-group input {
  border: unset;
}
.appointment-box .appointment-form p {
  margin-bottom: 0;
}
.appointment-box .appointment-form .btn br {
  display: none;
}
.appointment-box .appointment-form .btn i {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.appointment-box .appointment-form .btn:hover:before {
  width: 0;
}
.appointment-box .appointment-form .form-check {
  position: relative;
}
.appointment-box .appointment-form .form-check input {
  position: absolute;
  top: 2px;
  left: -22px;
  width: 16px;
  height: 16px;
}

.error-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.account-wrap .section-shape {
  bottom: 30px;
  left: 20%;
}

.account-box {
  background-color: #f3f3f3;
  padding: 50px 50px 48px;
}
.account-box .form-group input {
  height: 50px;
}
.account-box .or-text {
  margin: 15px 0;
}
.account-box .or-text:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(76, 89, 146, 0.08);
}
.account-box .or-text span {
  padding: 5px 14px;
  background-color: #f3f3f3;
  display: inline-block;
  z-index: 2;
  position: relative;
}

/*-------------------------------
        Product Card CSS
-------------------------------*/
.product-card.style-one {
  padding: 22px 22px 20px;
}
.product-card.style-one .product-img {
  margin-bottom: 18px;
  padding: 15px;
  min-height: 362px;
}
.product-card.style-one .product-img .add-to-cart {
  background-color: rgba(51, 51, 51, 0.63);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  transition: var(--transition);
}
.product-card.style-one .product-img .product-promo {
  position: absolute;
  top: 20px;
  right: 0;
  border-radius: 50px 0 0 50px;
  background-color: #F7B7A3;
  color: var(--titleColor);
  padding: 4px 10px;
}
.product-card .product-info .rating li {
  display: inline-block;
  margin-right: -2px;
}
.product-card .product-info .rating li i {
  color: #FFB62E;
  font-size: 14px;
}
.product-card .product-info h3 a {
  color: var(--titleColor);
}
.product-card .product-info h3 a:hover {
  color: var(--primaryColor);
}
.product-card:hover .product-img .add-to-cart {
  visibility: visible;
  opacity: 1;
  bottom: 22px;
}

/*-------------------------------
    Cart CSS
-------------------------------*/
.cart-wrapper {
  padding: 50px 40px;
}

.cart-table table thead tr th {
  color: var(--titleColor);
  font-weight: 600;
  background-color: var(--whiteColor);
  border-bottom: none;
  padding: 13px 25px;
}
.cart-table table tbody tr td {
  padding: 20px 25px;
  background-color: transparent;
  border-bottom: 1px solid rgba(214, 214, 214, 0.37);
}
.cart-table table tbody tr td:first-child {
  padding-left: 0;
}
.cart-table table tbody tr td:last-child {
  padding-right: 0;
}
.cart-table table tbody tr td .cart-action i {
  color: #FF3B12;
}
.cart-table table tbody tr td .v-counter {
  width: 77px;
  height: 29px;
  border-radius: 50px;
  background-color: var(--whiteColor);
}
.cart-table table tbody tr td .v-counter input {
  border: none;
  height: 29px;
  float: left;
  font-size: 14px;
  width: 34px;
}
.cart-table table tbody tr td .v-counter .minusBtn,
.cart-table table tbody tr td .v-counter .plusBtn {
  z-index: 1;
  top: -1px;
  width: 19px;
  height: 29px;
  position: relative;
}
.cart-table table tbody tr td .v-counter .minusBtn {
  padding: 0 0 0 12px;
}
.cart-table table tbody tr td .v-counter .minusBtn:before {
  font-size: 24px;
  left: 15px;
}
.cart-table table tbody tr td .v-counter .plusBtn {
  padding: 0 12px 0 0;
}
.cart-table table tbody tr td .v-counter .plusBtn:before {
  font-size: 17px;
  right: 2px;
  left: auto;
}
.cart-table table tbody tr td .product-img {
  width: 77px;
  height: 74px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cart-table table tbody tr td a {
  font-size: 16px;
  font-weight: 600;
}
.cart-table table tbody tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}

.coupon-code button {
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: var(--primaryColor);
  height: calc(100% - 12px);
  color: var(--whiteColor);
  transition: var(--transition);
  padding: 5px 25px;
  border-radius: 5px;
  font-weight: 500;
}
.coupon-code button:hover {
  background-color: var(--secondaryColor);
}
.coupon-code input {
  background-color: #F3F3F3;
  height: 60px;
  padding: 13px 200px 13px 15px;
}
.coupon-code input:focus {
  outline: none;
}
.coupon-code input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.coupon-code input::placeholder {
  color: var(--paraColor);
  opacity: 1;
}

.cart-total {
  background-color: #F3F3F3;
  padding: 43px 42px;
}

.cart-total-wrap {
  border: 1px solid rgba(28, 72, 85, 0.1);
}
.cart-total-wrap .cart-total-item {
  border-bottom: 1px solid rgba(28, 72, 85, 0.1);
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 15px;
  padding-right: 15px;
}
.cart-total-wrap .cart-total-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.cart-total-wrap .cart-total-item span {
  color: var(--titleColor);
}

/*-------------------------------
       Checkout CSS
-------------------------------*/
.promo-login {
  padding: 16px 20px;
  border-radius: 3px;
}

.checkout-form .form-group select {
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
}
.checkout-form .form-group textarea {
  height: 193px;
}

.checkout-total {
  background-color: #F3F3F3;
  border: 1px solid rgba(217, 216, 216, 0.87);
}
.checkout-total .checkout-total-header span {
  width: 50%;
  padding: 15px 34px 7px;
  border-bottom: 1px solid rgba(217, 216, 216, 0.87);
}
.checkout-total .checkout-total-header span:first-child {
  width: 55%;
}
.checkout-total .checkout-total-header span:last-child {
  width: 45%;
}
.checkout-total .checkout-total-wrap .checkout-total-item:first-child span {
  padding-top: 13px;
}
.checkout-total .checkout-total-wrap .checkout-total-item:last-child span {
  padding-bottom: 16px;
}
.checkout-total .checkout-total-wrap .checkout-total-item span {
  padding-top: 6px;
  padding-bottom: 6px;
}
.checkout-total .checkout-total-wrap .checkout-total-item span:first-child {
  width: 55%;
  padding-left: 34px;
  border-right: 1px solid rgba(165, 111, 73, 0.1);
}
.checkout-total .checkout-total-wrap .checkout-total-item span:last-child {
  width: 45%;
  padding-right: 34px;
  text-align: end;
}

.payment-method {
  background-color: #F3F3F3;
  padding: 30px 35px;
}
.payment-method .select-payment-method .checkbox {
  margin-bottom: 18px;
}
.payment-method .select-payment-method .checkbox:last-child {
  margin-bottom: 0;
}

/*-------------------------------
        Product Details CSS
-------------------------------*/
.product-details-wrapper {
  padding: 85px 0;
}

.single-product-img {
  padding: 112px 20px;
}

.single-product-info h1 {
  margin: 0 0 10px;
}
.single-product-info .ratings {
  margin-bottom: 25px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E6E6;
}
.single-product-info .ratings ul li {
  margin-right: 2px;
}
.single-product-info .ratings ul li:last-child {
  margin-right: 0;
}
.single-product-info .ratings ul li i {
  color: #FFBB0B;
}
.single-product-info .ratings a {
  position: relative;
  top: 1px;
}
.single-product-info .shop-action {
  padding: 30px 0 0;
  margin: 25px 0 21px;
  border-top: 1px solid #E6E6E6;
}
.single-product-info .shop-action .v-counter {
  height: 50px;
  margin-right: 20px;
}
.single-product-info .shop-action .v-counter input {
  font-size: 18px;
}
.single-product-info .shop-action .wishlist-btn {
  padding: 12px 16px;
  margin-left: 15px;
  transition: var(--transition);
}
.single-product-info .shop-action .wishlist-btn i {
  color: #F7B7A3;
  font-size: 22px;
}
.single-product-info .shop-action .wishlist-btn:hover {
  background-color: var(--primaryColor) !important;
}
.single-product-info .shop-action .wishlist-btn:hover i {
  color: var(--whiteColor);
}
.single-product-info .shop-features {
  margin-bottom: 29px;
}
.single-product-info .shop-features li {
  margin-bottom: 5px;
}
.single-product-info .shop-features li:last-child {
  margin-bottom: 0;
}
.single-product-info .shop-features li a:hover {
  color: var(--primaryColor);
}
.single-product-info .payment-options {
  padding: 24px 20px;
}
.single-product-info .social-profile li {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid rgba(112, 112, 112, 0.23);
}
.single-product-info .social-profile li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.single-product-info .social-profile li a i {
  font-size: 14px;
  color: var(--paraColor);
}
.single-product-info .social-profile li a:hover {
  color: var(--primaryColor);
}

.v-counter {
  width: 136px;
  height: 40px;
  position: relative;
  border-radius: 3px;
  background-color: #F1F4F5;
}
.v-counter input {
  border: none;
  border-left: 1px solid rgba(28, 72, 85, 0.06);
  border-right: 1px solid rgba(28, 72, 85, 0.06);
  height: 40px;
  float: left;
  font-size: 15px;
  width: 45px;
  text-align: center;
  background-color: transparent;
}
.v-counter input:focus {
  outline: none;
}
.v-counter input.count {
  padding-left: 8px;
}
.v-counter .minusBtn,
.v-counter .plusBtn {
  z-index: 1;
  top: -2px;
  width: 45px;
  height: 40px;
  padding: 0 20px;
  position: relative;
}
.v-counter .minusBtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "-";
  font-size: 30px;
  color: var(--paraColor);
  font-weight: 500;
  transform: translate(-50%, -50%);
}
.v-counter .plusBtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "+";
  font-size: 30px;
  color: var(--paraColor);
  font-weight: 300;
  transform: translate(-50%, -50%);
}

.product-tablist {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 0;
}
.product-tablist .nav-item {
  margin-right: 90px;
}
.product-tablist .nav-item:last-child {
  margin-right: 0;
}
.product-tablist .nav-item .nav-link {
  font-size: 20px;
  font-weight: 700;
  color: var(--paraColor);
  transition: var(--transition);
  position: relative;
  background-color: transparent;
  padding: 0 2px 14px;
}
.product-tablist .nav-item .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 3px;
  background-color: var(--titleColor);
  transition: var(--transition);
  opacity: 0;
}
.product-tablist .nav-item .nav-link:hover, .product-tablist .nav-item .nav-link.active {
  color: var(--titleColor);
}
.product-tablist .nav-item .nav-link:hover:after, .product-tablist .nav-item .nav-link.active:after {
  width: 100%;
  opacity: 1;
}

#product_desc p:last-child {
  margin-bottom: 0;
}

#product_review .comment-item-wrap .comment-item .comment-author-info .comment-author-name ul {
  margin-left: 15px;
  position: relative;
  top: -1px;
}
#product_review .comment-item-wrap .comment-item .comment-author-info .comment-author-name ul li i {
  font-size: 16px;
  color: #FFBA00;
}
#product_review .add-star-rating {
  text-align: start;
  overflow: hidden;
}
#product_review .add-star-rating label {
  float: left;
  cursor: pointer;
  position: relative;
  margin-right: 3px;
}
#product_review .add-star-rating label:before {
  transition: var(--transition);
  content: "\f18b";
  font-family: remixicon !important;
  font-size: 16px;
  line-height: 1;
  color: #FFBA00;
  transition: var(--transition);
}
#product_review .add-star-rating input {
  display: none;
}
#product_review .add-star-rating input:checked ~ label:before, #product_review .add-star-rating:not(:checked) > label:hover:before, #product_review .add-star-rating:not(:checked) > label:hover ~ label:before {
  content: "\f186";
  color: #FFBA00;
}

/*-------------------------------
        Sidebar Widget CSS
-------------------------------*/
.sidebar {
  padding: 30px 0 30px;
}
.sidebar .sidebar-widget {
  padding: 0 28px 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--whiteColor);
}
.sidebar .sidebar-widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.search-widget input {
  height: 50px;
  border-radius: 50px;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.search-widget input::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.search-widget input::placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.search-widget .search-form button {
  position: absolute !important;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--yellowColor);
  padding: 5px 14.5px;
  transition: var(--transition);
}
.search-widget .search-form button i {
  font-size: 18px;
  color: var(--titleColor);
  transition: var(--transition);
}
.search-widget .search-form button:hover {
  background-color: var(--primaryColor);
}
.search-widget .search-form button:hover i {
  color: var(--whiteColor);
}

.category-widget ul li {
  margin-bottom: 9px;
  position: relative;
}
.category-widget ul li:last-child {
  margin-bottom: 0;
}
.category-widget ul li a {
  color: var(--paraColor);
  padding-left: 15px;
  transition: var(--transition);
}
.category-widget ul li a:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--paraColor);
  transition: var(--transition);
}
.category-widget ul li a i {
  float: right;
}
.category-widget ul li a.active, .category-widget ul li a:hover {
  color: var(--primaryColor);
}
.category-widget ul li a.active:before, .category-widget ul li a:hover:before {
  background-color: var(--primaryColor);
}
.category-widget ul li span {
  width: 50%;
}
.category-widget ul li span:last-child {
  text-align: right;
}
.category-widget.style-two ul li {
  margin-bottom: 8px;
}
.category-widget.style-two ul li:last-child {
  margin-bottom: 0;
}
.category-widget.style-two ul li a {
  font-weight: 500;
  padding-left: 0;
}
.category-widget.style-two ul li a::before {
  display: none;
  padding-left: 0;
}
.category-widget.style-two ul li a:hover {
  color: var(--primaryColor);
}
.category-widget.style-two ul li a:hover span i {
  color: var(--primaryColor);
  opacity: 1;
}
.category-widget .social-profile li {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid var(--paraColor);
}
.category-widget .social-profile li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.category-widget .social-profile li a i {
  font-family: 15px;
  color: var(--paraColor);
}
.category-widget .social-profile li a:hover i {
  color: var(--primaryColor);
}

.rp-post-wrap .rp-post-card {
  margin-bottom: 30px;
}
.rp-post-wrap .rp-post-card:last-child {
  margin-bottom: 0;
}

.rp-post-card .rp-post-img {
  width: 77px;
}
.rp-post-card .rp-post-info {
  width: calc(100% - 93px);
  margin-left: auto;
  position: relative;
  top: -5px;
}
.rp-post-card .rp-post-info h5 {
  line-height: 24px;
  font-size: 18px !important;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.rp-post-card.style-two .rp-post-img {
  padding: 18px 15px;
}
.rp-post-card.style-two .rp-post-info .rating li i {
  color: #FFB62E;
  font-family: 15px;
}

.tags-widget ul {
  margin-top: -8px;
}
.tags-widget ul li {
  display: inline-block;
  margin: 10px 4px 0px 0px;
}
.tags-widget ul li a {
  font-size: 15px;
  display: inline-block;
  line-height: 15px;
  padding: 7px 15px 8px;
  border-radius: 3px;
  color: var(--paraColor);
  background-color: var(--whiteColor);
  border-radius: 5px;
  transition: var(transition);
}
.tags-widget ul li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.tags-widget.style-two ul li a {
  font-size: 16px;
  padding: 8px 14px 8px;
  border-radius: 5px;
  transition: var(transition);
}

.multi-range {
  position: relative;
  height: 24px;
  margin: 30px 0 0;
  border: 1px solid #E2E2D4;
  border-radius: 50px;
}

.price-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.price-title button {
  margin: 0 5px 0 0;
}

.multi-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before {
  background-color: var(--titleColor);
}

.multi-range input[type=range]:nth-child(2) {
  background: none;
}

.multi-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before {
  background-color: var(--titleColor);
}

.multi-range input[type=range]::-moz-range-track {
  background: none;
}

input[type=range] {
  position: absolute;
  width: calc(100% - 20px);
  top: 8px;
  left: 10px;
  height: 7px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  background: var(--primaryColor);
  background-size: 100% 7px;
  border-radius: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
}

input[type=range]:active,
input[type=range]:focus,
input[type=range]::-moz-focus-outer {
  border: none;
  outline: none;
}

input[type=range]::-moz-range-thumb {
  position: relative;
  height: 7px;
  width: 7px;
  margin: 5px 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: var(--whiteColor);
  border: 3px solid var(--primaryColor);
  -moz-appearance: none;
  appearance: none;
  pointer-events: all;
}

input[type=range]::-moz-range-thumb:hover {
  background-color: var(--whiteColor);
}

input[type=range]::-moz-range-thumb:active {
  background-color: var(--secondaryColor);
}

input[type=range]::-webkit-slider-thumb {
  position: relative;
  height: 10px;
  width: 10px;
  margin: 5px 0;
  background-color: var(--secondaryColor);
  -webkit-appearance: none;
  appearance: none;
  pointer-events: all;
}

.contact-box {
  background-image: url(../img/contact-bg.jpg);
  height: 410px;
  background-position: top center;
  margin: 0 28px;
}
.contact-box .contact-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 22px 25px;
  background: linear-gradient(-180deg, rgba(19, 49, 77, 0) 0%, rgb(24, 72, 117) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.contact-box .contact-info h6 {
  padding: 0 50px;
}

.donation-widget .progressbar-wrap .progress-item {
  margin-bottom: 22px;
}
.donation-widget .progressbar-wrap .progress-item:last-child {
  margin-bottom: 0;
}
.donation-widget .progressbar-wrap .progress-item .progress-title {
  margin-bottom: 10px;
}
.donation-widget .progressbar-wrap .progress-item .progress {
  height: 18px;
  background: rgb(255, 255, 255);
}
.donation-widget .progressbar-wrap .progress-item .progress .progress-bar {
  margin: 5px;
  border-radius: 50px;
  background-color: var(--primaryColor);
}
.donation-widget .donation-amt .from-group span {
  top: 3px;
  left: 3px;
  width: 34px;
  height: 33px;
  font-size: 18px;
  font-weight: 700;
}
.donation-widget .donation-amt .from-group input {
  padding-left: 46px;
}
.donation-widget .donation-amt .from-group input::-moz-placeholder {
  opacity: 1;
}
.donation-widget .donation-amt .from-group input::placeholder {
  opacity: 1;
}
.donation-widget .donation-amt .from-group input:focus {
  outline: none;
}
.donation-widget .donation-amt .amt-btn {
  margin: 0 -5px;
}
.donation-widget .donation-amt .amt-btn .amt-btn-item {
  width: calc(50% - 10px);
  margin: 0 5px 10px;
}
.donation-widget .donation-amt .amt-btn .amt-btn-item .radio-button {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.donation-widget .donation-amt .amt-btn .radio-button + label {
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  color: var(--titleColor);
  background-color: var(--whiteColor);
  display: block;
  text-align: center;
}
.donation-widget .donation-amt .amt-btn .amt-btn-item:first-of-type .radio-button + label {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.donation-widget .donation-amt .amt-btn .amt-btn-item:last-of-type .radio-button + label {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.donation-widget .donation-amt .amt-btn .radio-button:checked + label {
  background-color: var(--primaryColor);
  color: #FFF;
}
.donation-widget .form-group.style-two span {
  position: absolute;
  top: 11px;
  left: 15px;
  line-height: 16px;
  padding-right: 15px;
  border-right: 1px solid #E2E2D4;
}
.donation-widget .form-group.style-two input {
  padding-left: 150px;
}

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

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.job-info-widget ul li {
  margin-bottom: 9px;
  position: relative;
}
.job-info-widget ul li:last-child {
  margin-bottom: 0;
}
.job-info-widget .post-share {
  margin-top: 30px;
}

.comp-map.style-one {
  height: 513px;
  border-radius: 10px;
}
.comp-map.style-two {
  height: 278px;
  border-radius: 5px;
}
.comp-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.service-pagination .page-numbers, .navigation .page-numbers {
  display: flex;
  border: unset;
  padding-left: 0;
}
.service-pagination .page-numbers:hover, .navigation .page-numbers:hover {
  background-color: transparent;
}
.service-pagination .page-numbers li, .navigation .page-numbers li {
  display: inline-block;
  margin: 0 5px;
}
.service-pagination .page-numbers .page-numbers .current, .service-pagination .page-numbers .page-numbers:hover, .navigation .page-numbers .page-numbers .current, .navigation .page-numbers .page-numbers:hover {
  background: var(--primaryColor);
  color: #fff;
}
.service-pagination .page-numbers .page-numbers, .navigation .page-numbers .page-numbers {
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.service-pagination .page-numbers a,
.service-pagination .page-numbers span, .navigation .page-numbers a,
.navigation .page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-weight: 600;
  border-radius: 50%;
}

.navigation, .wp-block-query-pagination-numbers {
  display: flex;
  justify-content: center;
}
.navigation .page-numbers, .wp-block-query-pagination-numbers .page-numbers {
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-weight: 600;
  border-radius: 50%;
  color: var(--paraColor);
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.09);
  transition: var(--transition);
  margin-right: 10px;
}
.navigation .page-numbers.current, .navigation .page-numbers:hover, .wp-block-query-pagination-numbers .page-numbers.current, .wp-block-query-pagination-numbers .page-numbers:hover {
  background-color: var(--primaryColor);
  border-color: transparent;
  color: var(--whiteColor);
}

.wp-block-query-pagination-numbers {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.wp-block-query-pagination-numbers .page-numbers {
  line-height: 50px;
  text-align: center;
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.donation-sidebar {
  padding-left: 25px;
  padding-right: 25px;
}

.error-wrap h3 {
  margin-bottom: 15px;
}
.error-wrap p {
  margin-bottom: 30px;
}

.next-and-prev-post {
  margin-top: 25px;
}

.blog-desc ul li {
  margin-bottom: 10px;
  margin-top: 10px;
}

.wp-block-cover__inner-container.is-layout-flow.wp-block-cover-is-layout-flow .has-large-font-size {
  color: var(--whiteColor);
}

.form-reset-button {
  background-color: var(--primaryColor);
  padding: 10px 25px;
  color: var(--whiteColor);
  transition: var(--transition);
}
.form-reset-button:hover {
  background-color: var(--yellowColor);
  color: var(--whiteColor);
}

.modal-open .modal-backdrop.fade {
  display: none;
}/*# sourceMappingURL=carra-main-style.css.map */