/*-----------------------------------------------------------
    Theme Name: Torado
    Theme URI: 
    Description: Torado - Business Finance & Consulting HTML Template
    Author: EnvyTheme
    Author URI: https://envytheme.com/
    Version: 1.0
-------------------------------------------------------------*/
/*--------------------------------
     =====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

----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&family=Jost:wght@200;300;400;500;600;700;800;900&display=swap");
:root {
  --bodyFont: "Jost", sans-serif;
  --secondaryFont: "El Messiri", sans-serif;
  --primaryColor: #00A4CC;
  --secondaryColor: #FE5912;
  --optionalColor: #007592;
  --titleColor: #1A1058;
  --paraColor: #4F487E;
  --bgColor: #F7F7F7;
  --bgColorTwo: #F6F1EC;
  --grayColor: #FAF7F7;
  --ashColor:#FAF7F7;
  --darkColor:#060815;
  --whiteColor: #ffffff;
  --offwhiteColor: #D5D5D5;
  --footerColor: #090C1D;
  --yellowColor: #FFCB36;
  --fontSize: 16px;
  --transition: all ease .5s;
  --transitionTwo: all ease .9s;
}

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

html {
  scroll-behavior: smooth;
}

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

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

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

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

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

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

input {
  height: 50px;
}

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

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

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

a:focus {
  outline: 0 solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.help-block {
  color: #E31C25;
}

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

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--primaryColor);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

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

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

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

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

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

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

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

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

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

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

.preloader-area .waviy span:nth-child(4) {
  animation-delay: 0.4s;
}
@keyframes waviy {
  0%, 40%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}
/*---------------------------------
    Back To Top CSS
----------------------------------*/
#backtotop {
  opacity: 0;
  right: 20px;
  z-index: 99;
  width: 50px;
  bottom: 20px;
  height: 50px;
  font-size: 25px;
  transition: 0.5s;
  line-height: 49px;
  background-color: var(--primaryColor);
  animation: border-transform 10s linear infinite alternate forwards;
}
#backtotop i {
  color: var(--whiteColor);
}

#backtotop:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/*---------------------------------
    Button, Link & Animation CSS
----------------------------------*/
.btn-one,
.btn-two,
.btn-three,
.btn-four,
.btn-five {
  display: inline-block;
  text-align: center;
  transition: var(--transition);
  position: relative;
  z-index: 1;
  font-weight: 500;
  line-height: 1;
  padding: 17px 36px;
  border-radius: 5px;
  letter-spacing: 0.01em;
}
.btn-one i,
.btn-two i,
.btn-three i,
.btn-four i,
.btn-five i {
  position: relative;
  top: 1px;
  display: inline-block;
  font-size: 21px;
  font-weight: 300;
  line-height: 0.8;
  margin-left: 8px;
  transition: var(--transition);
}
.btn-one:before,
.btn-two:before,
.btn-three:before,
.btn-four:before,
.btn-five:before {
  position: absolute;
  top: 0px;
  left: 0%;
  content: "";
  width: 50.5%;
  height: 0%;
  z-index: -1;
  transition: var(--transition);
  border-radius: 5px 0 0 5px;
}
.btn-one:after,
.btn-two:after,
.btn-three:after,
.btn-four:after,
.btn-five:after {
  position: absolute;
  bottom: 0px;
  right: 0%;
  content: "";
  width: 50.5%;
  height: 0%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: var(--transition);
  border-radius: 0 5px 5px 0;
}
.btn-one:hover:after, .btn-one:hover:before,
.btn-two:hover:after,
.btn-two:hover:before,
.btn-three:hover:after,
.btn-three:hover:before,
.btn-four:hover:after,
.btn-four:hover:before,
.btn-five:hover:after,
.btn-five:hover:before {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

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

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

.btn-three {
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
  padding: 17px 28px 18px;
  border-radius: 50px;
}
.btn-three:before {
  background: var(--primaryColor);
  border-radius: 50px 0 0 50px;
}
.btn-three:after {
  border-radius: 50px;
  border-radius: 0 50px 50px 0;
  background-color: var(--primaryColor);
}

.btn-four {
  color: var(--whiteColor);
  background-color: var(--titleColor);
  border-radius: 50px;
}
.btn-four:before {
  border-radius: 50px 0 0 50px;
  background: var(--secondaryColor);
}
.btn-four:after {
  border-radius: 0 50px 50px 0;
  background-color: var(--secondaryColor);
}
.btn-four:hover {
  color: var(--whiteColor);
}

.link-one,
.link-two,
.link-three {
  display: inline-block;
  position: relative;
  font-weight: 500;
  transition: var(--transition);
}
.link-one:after,
.link-two:after,
.link-three:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 0%;
  height: 2px;
  transition: var(--transition);
}
.link-one i,
.link-two i,
.link-three i {
  position: relative;
  top: 0.5px;
  margin-left: 5px;
  font-size: 20px;
  transition: var(--transition);
}
.link-one:hover:after,
.link-two:hover:after,
.link-three:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.link-one:hover i,
.link-two:hover i,
.link-three:hover i {
  margin-left: 10px;
}

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

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

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

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

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

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

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

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

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

.animationFramesThree {
  animation: animationFramesThree 20000ms infinite ease-in-out;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesThree {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translateX(-73px) rotate(36deg);
  }
  40% {
    -webkit-transform: translateX(-141px) rotate(72deg);
  }
  60% {
    -webkit-transform: translateX(-83px) rotate(108deg);
  }
  80% {
    -webkit-transform: translateX(40px) rotate(144deg);
  }
  100% {
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-nav li {
  margin: 0 4px;
  display: inline-block;
  position: relative;
}
.page-nav li:first-child {
  top: 2px;
}
.page-nav li:first-child a i {
  left: -2px;
}
.page-nav li:last-child {
  top: 2px;
}
.page-nav li:last-child a i {
  right: -2px;
}
.page-nav li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: var(--titleColor);
  background-color: rgba(26, 16, 88, 0.06);
  transition: var(--transition);
}
.page-nav li a i {
  font-size: 16px;
  margin: 0 auto;
  position: relative;
  top: 4px;
  transition: var(--transition);
}
.page-nav li a img {
  display: block;
  margin: 0 auto;
  transition: var(--transition);
}
.page-nav li a.active, .page-nav li a:hover {
  color: var(--whiteColor);
  opacity: 1;
  background-color: var(--secondaryColor);
  border-color: transparent;
}
.page-nav li a.active i, .page-nav li a:hover i {
  color: var(--whiteColor);
}
.page-nav li a.active img, .page-nav li a:hover img {
  filter: brightness(0) invert(1);
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title span,
.content-title span {
  position: relative;
  font-weight: 500;
}
.section-title h2,
.content-title h2 {
  font-size: 40px;
  line-height: 50px;
  margin: 0;
}
.section-title p,
.content-title p {
  margin: 12px 0 0;
}
.section-title.style-one span,
.content-title.style-one span {
  color: var(--primaryColor);
  margin-bottom: 14px;
  display: block;
  line-height: 16px;
}
.section-title.style-one p,
.content-title.style-one p {
  margin: 14px 0 0;
}
.section-title.style-two span,
.content-title.style-two span {
  font-size: 15px;
  border: 1px dashed rgba(254, 89, 18, 0.28);
  border-radius: 50px;
  display: inline-block;
  color: var(--primaryColor);
  padding: 0px 12px;
  margin-bottom: 14px;
}
.section-title.style-two span img,
.content-title.style-two span img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.section-title.style-three span,
.content-title.style-three span {
  margin-bottom: 12px;
  color: var(--secondaryColor);
  display: block;
}
.section-title.style-three p,
.content-title.style-three p {
  margin: 14px 0 0;
}

.section-subtitle {
  font-size: 24px;
  line-height: 36px;
}

.content-feature-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
.content-feature-list li i {
  position: absolute;
  top: 0px;
  left: 0;
  color: var(--primaryColor);
}
.content-feature-list li:last-child {
  margin-bottom: 0;
}

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

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

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

.bg_dark {
  background-color: var(--darkColor);
}

.bg_two {
  background-color: var(--bgColorTwo);
}

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

.bg_gray {
  background-color: var(--bgColor);
}

.bg_ash {
  background-color: var(--grayColor);
}

.bg_two {
  background-color: var(--bgColorTwo);
}

.social-profile li {
  display: inline-block;
  margin-right: 10px;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition);
}
.social-profile li a i {
  transition: var(--transition);
}

#quickview-modal .btn_close {
  position: absolute;
  background-color: transparent;
  border: none;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background-color: var(--whiteColor);
  border-radius: 50%;
  z-index: 99;
}
#quickview-modal .btn_close i {
  color: var(--primaryColor);
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 22px;
}

.video-popup {
  width: 100%;
  height: 600px;
}
.video-popup iframe {
  width: 100%;
  height: 100%;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.social-profile li {
  display: inline-block;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  transition: var(--transition);
}
.social-profile li a i {
  display: block;
  margin: 0 auto;
  line-height: 0.8;
  transition: var(--transition);
}
.social-profile li a:hover i {
  transform: rotate(360deg);
}

/*--------------------------------------
    Breadcrumb CSS
----------------------------------------*/
.breadcrumb-wrap {
  padding: 193px 0 93px;
  position: relative;
  z-index: 1;
  background-image: url(../img/breadcrumb/br.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcrumb-wrap .br-shape {
  position: absolute;
  z-index: 0;
  bottom: 82px;
  right: 18.6%;
}

.breadcrumb-content {
  text-align: center;
}
.breadcrumb-content h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin: 0 0 14px;
  color: var(--titleColor);
}
.breadcrumb-content .breadcrumb-menu {
  text-align: center;
}
.breadcrumb-content .breadcrumb-menu li {
  display: inline-block;
  position: relative;
  color: var(--titleColor);
  padding-right: 13px;
  margin-right: 13px;
}
.breadcrumb-content .breadcrumb-menu li:after {
  position: absolute;
  top: 4px;
  right: -4px;
  content: "";
  height: 20px;
  width: 2px;
  background-color: var(--titleColor);
  font-weight: 400;
}
.breadcrumb-content .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.breadcrumb-content .breadcrumb-menu li:first-child a {
  padding-left: 0;
}
.breadcrumb-content .breadcrumb-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-content .breadcrumb-menu li:last-child:after {
  display: none;
}
.breadcrumb-content .breadcrumb-menu li a {
  display: inline-block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  opacity: 0.8;
  color: var(--secondaryColor);
}
.breadcrumb-content .breadcrumb-menu li a:hover {
  opacity: 1;
  color: var(--titleColor);
}
.breadcrumb-content .breadcrumb-menu li:last-child a:after {
  display: none;
}

/*--------------------------------------
          Hero CSS
----------------------------------------*/
.hero-wrap.hero-one {
  position: relative;
  z-index: 1;
  padding-top: 115px;
  overflow: hidden;
}
.hero-wrap.hero-one .hero-shape-one,
.hero-wrap.hero-one .hero-shape-two,
.hero-wrap.hero-one .hero-shape-three,
.hero-wrap.hero-one .hero-shape-four {
  position: absolute;
  z-index: 0;
}
.hero-wrap.hero-one .hero-shape-one {
  left: 0;
  top: 0;
}
.hero-wrap.hero-one .hero-shape-two {
  right: 0;
  top: 0;
}
.hero-wrap.hero-one .hero-shape-three {
  top: 20%;
  left: 36%;
}
.hero-wrap.hero-one .hero-shape-four {
  bottom: 12%;
  left: 31%;
}
.hero-wrap.hero-one .hero-content {
  position: relative;
  z-index: 2;
}
.hero-wrap.hero-one .hero-content > span {
  font-size: 15px;
  font-weight: 500;
  color: var(--primaryColor);
  display: block;
}
.hero-wrap.hero-one .hero-content h1 {
  font-size: 50px;
  line-height: 58px;
  margin: 13px 0 12px;
}
.hero-wrap.hero-one .hero-content p {
  margin: 0 0 32px;
}
.hero-wrap.hero-one .hero-content .hero-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hero-wrap.hero-one .hero-content .hero-btn .client-list {
  margin-left: 27px;
}
.hero-wrap.hero-one .hero-img-wrap {
  position: relative;
  z-index: 5;
}
.hero-wrap.hero-one .hero-img-wrap .hero-img-one {
  position: relative;
  z-index: 1;
  width: 350px;
}
.hero-wrap.hero-one .hero-img-wrap .hero-img-one img {
  display: block;
  margin: 0 auto;
}
.hero-wrap.hero-one .hero-img-wrap .hero-img-one:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 89.5%;
  background: linear-gradient(32.48deg, #F1D7FE 2.27%, #C9EEFA 66.2%, #DFFCD2 102.83%, #FFD1D7 102.84%, #D1FCFF 102.85%, #D3D9FB 102.86%);
  border-radius: 286px 0px 0px 0px;
  z-index: -1;
}
.hero-wrap.hero-one .hero-img-wrap .hero-img-two {
  position: absolute;
  bottom: 8%;
  right: -10px;
  width: 418px;
  height: 526px;
  border: 54px solid var(--whiteColor);
  border-radius: 208px;
  z-index: 2;
}
.hero-wrap.hero-one .hero-img-wrap .hero-img-two img {
  border-radius: 170px;
}
.hero-wrap.hero-one .hero-img-wrap .hero-img-two .circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 520px;
  height: 520px;
  transform: translate(-50%, -50%);
}
.hero-wrap.hero-one .hero-img-wrap .hero-img-two .circle-text svg {
  width: 820px;
  height: 820px;
  top: -212px;
  left: -150px;
  position: relative;
}
.hero-wrap.hero-one .hero-img-wrap .hero-img-two .circle-text text {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.29em;
}
.hero-wrap.hero-two {
  padding: 35px 0 60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-wrap.hero-two .hero-shape-one {
  position: absolute;
  top: 58%;
  left: 34%;
  z-index: -1;
}
.hero-wrap.hero-two .hero-img-wrap .hero-img {
  border-radius: 40px;
  margin-bottom: 25px;
}
.hero-wrap.hero-two .hero-img-wrap .hero-img img {
  border-radius: 40px;
}
.hero-wrap.hero-two .hero-img-wrap .hero-card-one,
.hero-wrap.hero-two .hero-img-wrap .hero-card-two {
  margin-bottom: 25px;
  border-radius: 40px;
}
.hero-wrap.hero-two .hero-img-wrap .hero-card-one img,
.hero-wrap.hero-two .hero-img-wrap .hero-card-two img {
  border-radius: 40px;
  width: 100%;
}
.hero-wrap.hero-two .hero-img-wrap .hero-img img {
  width: 100%;
}
.hero-wrap.hero-two .hero-img-wrap .hero-card-one {
  position: relative;
}
.hero-wrap.hero-two .hero-img-wrap .hero-card-one .hero-card-text {
  position: absolute;
  top: 40px;
  left: 40px;
  max-width: 65%;
}
.hero-wrap.hero-two .hero-img-wrap .hero-card-one .hero-card-text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #4F487E;
  margin: 0;
}
.hero-wrap.hero-two .hero-img-wrap .hero-card-one .hero-card-text p span {
  font-size: 36px;
  line-height: 24px;
  font-weight: 700;
  display: block;
  color: var(--titleColor);
  margin-bottom: 11px;
}
.hero-wrap.hero-two .hero-img-wrap .hero-card-two {
  position: relative;
}
.hero-wrap.hero-two .hero-img-wrap .hero-card-two .hero-card-text {
  position: absolute;
  top: 40px;
  left: 53px;
}
.hero-wrap.hero-two .hero-img-wrap .hero-card-two .hero-card-text span {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  background-color: var(--whiteColor);
  border-radius: 50px;
  padding: 12px 20px;
  color: #22237A;
  margin-bottom: 21px;
  display: inline-block;
}
.hero-wrap.hero-two .hero-img-wrap .hero-card-two .hero-card-text .client-list li {
  width: 45px;
  height: 45px;
}
.hero-wrap.hero-two .hero-img-wrap .hero-card-two .hero-card-text .client-list li a {
  width: 45px;
  height: 45px;
  line-height: 47px;
  border-radius: 48px;
  font-weight: 600;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.hero-wrap.hero-two .hero-content {
  position: relative;
  padding-top: 68px;
  margin-bottom: 100px;
}
.hero-wrap.hero-two .hero-content > span {
  background-color: #00A4CC;
  color: var(--whiteColor);
  border-radius: 50px;
  font-size: 15px;
  line-height: 16px;
  padding: 5px 18px 5px;
  letter-spacing: 0.01em;
}
.hero-wrap.hero-two .hero-content > span img {
  position: relative;
  top: -2px;
  margin-right: 3px;
}
.hero-wrap.hero-two .hero-content h1 {
  font-size: 48px;
  line-height: 59px;
  margin: 30px 0 25px;
}
.hero-wrap.hero-two .hero-content .play-now {
  background-color: #FFECE3;
  padding: 20px 35px 15px;
  border-radius: 50px;
  display: inline-flex;
  line-height: 1;
  position: relative;
  top: -12px;
  margin-left: 20px;
}
.hero-wrap.hero-two .hero-content .play-now i {
  color: var(--secondaryColor);
  font-size: 27px;
  line-height: 0.7;
  font-weight: 300;
  position: relative;
  top: 2px;
}
.hero-wrap.hero-two .hero-content .play-now img {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.hero-wrap.hero-two .hero-content .play-now span {
  color: #292E6B;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  top: 2px;
}
.hero-wrap.hero-two .partner-logo-wrap h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 27px;
  color: #22237A;
}
.hero-wrap.hero-two .partner-logo-wrap .partner-logo {
  padding: 0 14px;
}
.hero-wrap.hero-three {
  background-image: url(../img/hero/hero-img-3.webp);
  position: relative;
  z-index: 1;
}
.hero-wrap.hero-three .hero-shape-one,
.hero-wrap.hero-three .hero-shape-two {
  position: absolute;
  z-index: 0;
}
.hero-wrap.hero-three .hero-shape-one {
  bottom: 0;
  left: 0;
}
.hero-wrap.hero-three .hero-shape-two {
  bottom: 0;
  right: 0;
}
.hero-wrap.hero-three:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  mix-blend-mode: normal;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
}
.hero-wrap.hero-three .hero-content {
  padding: 345px 0 252px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.hero-wrap.hero-three .hero-content span {
  background-color: #00A4CC;
  color: var(--whiteColor);
  border-radius: 5px;
  font-size: 15px;
  line-height: 16px;
  padding: 4px 12px 2px;
}
.hero-wrap.hero-three .hero-content h1 {
  font-size: 68px;
  line-height: 79px;
  margin: 13px 0 25px;
  color: var(--whiteColor);
}

.client-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.client-list li {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: -11px;
}
.client-list li:first-child {
  margin-left: 0;
}
.client-list li img {
  border-radius: 50%;
}
.client-list li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 48px;
  font-weight: 600;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

/*--------------------------------------
          Feature CSS
----------------------------------------*/
.feature-wrap.style-one {
  background-color: #060815;
  padding-bottom: 15px;
}
.feature-wrap.style-one .feature-card-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.feature-wrap.style-one .feature-card-wrap:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 1px;
  height: 220px;
  border-right: 1px dashed rgba(255, 255, 255, 0.44);
  transform: translateY(-50%);
}
.feature-wrap.style-one .feature-card-wrap .feature-card {
  width: 50%;
}
.feature-wrap.style-one .feature-card-wrap .feature-card:nth-child(1) {
  padding-left: 35px;
}
.feature-wrap.style-one .feature-card-wrap .feature-card:nth-child(1) h3 {
  padding-right: 85px;
}
.feature-wrap.style-one .feature-card-wrap .feature-card:nth-child(2) {
  padding-left: 55px;
}
.feature-wrap.style-two .content-title, .feature-wrap.style-three .content-title {
  position: relative;
}
.feature-wrap.style-two .content-title:before, .feature-wrap.style-three .content-title:before {
  position: absolute;
  top: 50%;
  right: -15px;
  content: "";
  width: 1px;
  height: 202px;
  transform: translateY(-50%);
}
.feature-wrap.style-two .content-title h2, .feature-wrap.style-three .content-title h2 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
}
.feature-wrap.style-two .content-title:before {
  border-right: 1px dashed rgba(255, 255, 255, 0.26);
}
.feature-wrap.style-three .content-title:before {
  border-right: 1px dashed rgba(125, 111, 111, 0.26);
}

.feature-card.style-one {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.feature-card.style-one .feature-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: var(--primaryColor);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  transition: var(--transition);
}
.feature-card.style-one .feature-icon i {
  font-size: 38px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
  color: var(--whiteColor);
  transition: var(--transition);
}
.feature-card.style-one h3 {
  width: calc(100% - 100px);
  margin: 0 0 0 28px;
  color: var(--whiteColor);
  font-size: 32px;
  line-height: 42px;
}
.feature-card.style-two, .feature-card.style-three {
  margin-bottom: 25px;
}
.feature-card.style-two .feature-icon, .feature-card.style-three .feature-icon {
  position: relative;
  z-index: 1;
  margin-bottom: 19px;
  width: 71px;
  height: 67px;
  border-radius: 0px 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  transition: var(--transition);
}
.feature-card.style-two .feature-icon i, .feature-card.style-three .feature-icon i {
  font-size: 39px;
  line-height: 0.7;
  display: block;
  margin: 0 auto;
  transition: var(--transition);
}
.feature-card.style-two h3, .feature-card.style-three h3 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 36px;
  font-weight: 600;
}
.feature-card.style-two p, .feature-card.style-three p {
  margin: 0;
}
.feature-card.style-two, .feature-card.style-three {
  padding: 24px 20px;
  border-radius: 5px;
  transition: var(--transition);
}
.feature-card.style-two .feature-icon {
  background-color: var(--whiteColor);
}
.feature-card.style-two .feature-icon i {
  color: var(--secondaryColor);
}
.feature-card.style-two h3, .feature-card.style-two p {
  color: var(--whiteColor);
}
.feature-card.style-two:hover, .feature-card.style-two.active {
  background-color: rgba(255, 255, 255, 0.19);
}
.feature-card.style-two:hover .feature-icon, .feature-card.style-two.active .feature-icon {
  background-color: var(--secondaryColor);
  border-radius: 10px;
}
.feature-card.style-two:hover .feature-icon i, .feature-card.style-two.active .feature-icon i {
  color: var(--whiteColor);
}
.feature-card.style-three .feature-icon {
  background-color: rgba(0, 164, 204, 0.11);
}
.feature-card.style-three .feature-icon i {
  color: var(--primaryColor);
}
.feature-card.style-three:hover, .feature-card.style-three.active {
  background-color: var(--bgColor);
}
.feature-card.style-three:hover .feature-icon, .feature-card.style-three.active .feature-icon {
  background-color: var(--secondaryColor);
  border-radius: 10px;
}
.feature-card.style-three:hover .feature-icon i, .feature-card.style-three.active .feature-icon i {
  color: var(--whiteColor);
}

/*--------------------------------------
          About CSS
----------------------------------------*/
.about-wrap.style-one .container {
  position: relative;
  z-index: 1;
}
.about-wrap.style-one .container .circle-btn-wrap {
  position: absolute;
  bottom: 32px;
  right: 45px;
  z-index: 1;
}
.about-wrap.style-one .container .circle-btn-wrap .circle-text {
  overflow: hidden;
}
.about-wrap.style-one .about-content .feature-list {
  margin: 25px 0 35px;
}
.about-wrap.style-one .about-content .feature-list li {
  position: relative;
  padding-left: 42px;
  font-size: 18px;
  margin-bottom: 20px;
  color: var(--titleColor);
}
.about-wrap.style-one .about-content .feature-list li:last-child {
  margin-bottom: 0;
}
.about-wrap.style-one .about-content .feature-list li span {
  position: absolute;
  top: -2px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 164, 204, 0.15);
}
.about-wrap.style-one .about-content .feature-list li span img {
  display: block;
  margin: 0 auto;
}
.about-wrap.style-one .about-content .circle-btn-wrap:after {
  position: absolute;
  top: -42px;
  left: 0;
  content: "";
  width: 161px;
  height: 266px;
  background: linear-gradient(180deg, #FFD3D3 0%, #E8E6FF 100%);
  border-radius: 103px;
  transform: rotate(20deg);
  z-index: -1;
}
.about-wrap.style-one .about-content .circle-btn-wrap span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 161px;
  height: 172px;
  border-radius: 50%;
  font-size: 95px;
  font-weight: 700;
  line-height: 1;
  padding-top: 10px;
  background-color: var(--whiteColor);
  text-align: center;
  font-family: var(--secondaryFont);
  color: var(--secondaryColor);
}
.about-wrap.style-one .about-content .circle-btn-wrap .circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 340px;
  height: 340px;
  transform: translate(-50%, -50%);
}
.about-wrap.style-one .about-content .circle-btn-wrap .circle-text svg {
  width: 424px;
  height: 425px;
  position: relative;
  top: -100px;
  right: 15px;
  transform: rotate(36deg);
}
.about-wrap.style-one .about-content .circle-btn-wrap .circle-text svg text {
  font-size: 16px;
  letter-spacing: 0.3em;
  font-family: var(--secondaryFont);
}
.about-wrap.style-one .about-img-wrap {
  position: relative;
  padding-top: 23px;
  z-index: 1;
  margin-top: -35px;
}
.about-wrap.style-one .about-img-wrap img {
  border-radius: 40px;
}
.about-wrap.style-one .about-img-wrap:before {
  position: absolute;
  top: 0;
  left: -10px;
  content: "";
  width: calc(100% + 20px);
  height: 100%;
  background-color: var(--whiteColor);
  border-radius: 40px 40px 0 0;
  z-index: -1;
}
.about-wrap.style-two .about-counter .counter-bg {
  background-image: url(../img/about/about-img-3.webp);
  height: 320px;
  border-radius: 40px;
  position: relative;
  margin-bottom: 72px;
}
.about-wrap.style-two .about-counter .counter-bg .circle-btn-wrap {
  width: 167px;
  height: 167px;
  border-radius: 50%;
  border: 5px solid var(--whiteColor);
  background-color: var(--primaryColor);
  position: absolute;
  bottom: -41px;
  left: 50%;
  transform: translateX(-50%);
}
.about-wrap.style-two .about-counter .counter-bg .circle-btn-wrap .play-now {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  transform: translate(-50%, -50%);
  background-color: var(--secondaryColor);
}
.about-wrap.style-two .about-counter .counter-bg .circle-btn-wrap .play-now i {
  color: var(--whiteColor);
  font-size: 30px;
  line-height: 0.9;
  display: block;
  margin: 0 auto;
}
.about-wrap.style-two .about-counter .counter-bg .circle-btn-wrap .circle-text {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-wrap.style-two .about-counter .counter-bg .circle-btn-wrap .circle-text svg {
  width: 282px;
  height: 282px;
  position: absolute;
  top: -66px;
  left: -65px;
}
.about-wrap.style-two .about-counter .counter-bg .circle-btn-wrap .circle-text svg text {
  font-size: 17px;
  letter-spacing: 0.01em;
}
.about-wrap.style-two .about-counter .counter-card-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 38px;
}
.about-wrap.style-two .about-counter .counter-card-wrap .counter-card {
  width: 33.33%;
}
.about-wrap.style-two .about-counter .counter-card-wrap .counter-card:nth-child(3) {
  padding-left: 20px;
}
.about-wrap.style-two .about-counter .counter-card-wrap .counter-card h2 {
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 12px;
}
.about-wrap.style-two .about-counter .counter-card-wrap .counter-card p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #4F487E;
  margin: 0;
}
.about-wrap.style-two .about-content .content-title {
  margin-bottom: 28px;
}
.about-wrap.style-two .about-content .about-img {
  position: relative;
  border-radius: 20px;
}
.about-wrap.style-two .about-content .about-img:after {
  position: absolute;
}
.about-wrap.style-two .about-content .about-img img {
  border-radius: 20px;
}
.about-wrap.style-three {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-wrap.style-three .about-shape-one {
  position: absolute;
  bottom: -61px;
  right: 20%;
  z-index: 0;
}
.about-wrap.style-three .about-img-wrap {
  background-image: url(../img/about/about-img-4.webp);
  height: 695px;
  border-radius: 0 160px 0 0;
  position: relative;
}
.about-wrap.style-three .about-img-wrap .exp-box {
  position: absolute;
  top: 50%;
  right: -145px;
  transform: translateY(-50%);
  width: 290px;
  height: 290px;
  background-color: #EAEEEF;
  border-radius: 50%;
  border: 22px solid var(--whiteColor);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
.about-wrap.style-three .about-img-wrap .exp-box h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #22237A;
}
.about-wrap.style-three .about-img-wrap .exp-box h5 span {
  background: linear-gradient(180deg, #01B8E4 19.81%, #5F0DFA 110.85%);
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 140px;
  display: block;
  line-height: 1;
  font-weight: 700;
}
.about-wrap.style-three .about-content-wrap {
  background-color: #F7F1EC;
  padding: 100px 40px 100px 155px;
  border-radius: 160px 0 0 0;
}
.about-wrap.style-three .about-content-wrap .about-content {
  position: relative;
  z-index: 1;
}
.about-wrap.style-three .about-content-wrap .about-content .content-title {
  margin-bottom: 25px;
}
.about-wrap.style-three .about-content-wrap .about-content .feature-list {
  display: flex;
  flex-wrap: wrap;
}
.about-wrap.style-three .about-content-wrap .about-content .feature-list li {
  width: 50%;
  position: relative;
  padding-left: 27px;
  margin-bottom: 11px;
  color: var(--titleColor);
  font-size: 18px;
}
.about-wrap.style-three .about-content-wrap .about-content .feature-list li i {
  color: var(--primaryColor);
  font-size: 18px;
  line-height: 0.8;
  position: absolute;
  top: 6px;
  left: 0;
}
.about-wrap.style-three .about-content-wrap .about-content .ceo-box {
  border-top: 1px dashed #BCBABA;
  border-bottom: 1px dashed #BCBABA;
  display: flex;
  flex-wrap: wrap;
  margin: 23px 0 35px;
  padding: 15px 0;
  position: relative;
}
.about-wrap.style-three .about-content-wrap .about-content .ceo-box .ceo-info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
}
.about-wrap.style-three .about-content-wrap .about-content .ceo-box .ceo-info-wrap:after {
  position: absolute;
  top: 0;
  right: 50%;
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px dashed #BCBABA;
}
.about-wrap.style-three .about-content-wrap .about-content .ceo-box .ceo-info-wrap .ceo-info {
  margin-left: 10px;
}
.about-wrap.style-three .about-content-wrap .about-content .ceo-box .ceo-info-wrap .ceo-info h3 {
  font-size: 20px;
  line-height: 21px;
  font-weight: 600;
  margin: 0 0 4px;
}
.about-wrap.style-three .about-content-wrap .about-content .ceo-box .contact-item {
  position: relative;
  padding-left: 64px;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-wrap.style-three .about-content-wrap .about-content .ceo-box .contact-item .contact-icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: var(--whiteColor);
}
.about-wrap.style-three .about-content-wrap .about-content .ceo-box .contact-item .contact-icon img {
  display: block;
  margin: 0 auto;
}
.about-wrap.style-three .about-content-wrap .about-content .ceo-box .contact-item .contact-info {
  width: calc(100% - 64px);
  margin-left: 17px;
}
.about-wrap.style-three .about-content-wrap .about-content .ceo-box .contact-item .contact-info a {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: var(--titleColor);
  display: block;
}

/*--------------------------------------
          Simple CSS
----------------------------------------*/
.simple-wrap.style-one .simple-content .content-title {
  margin-bottom: 30px;
}
.simple-wrap.style-one .simple-content .feature-item-wrap .feature-item .feature-icon {
  background-color: var(--secondaryColor);
}
.simple-wrap.style-one .simple-content .feature-item-wrap .feature-item .feature-icon i {
  color: var(--whiteColor);
}
.simple-wrap.style-one .simple-img-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.simple-wrap.style-one .simple-img-wrap .simple-shape {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
.simple-wrap.style-one .simple-img-wrap .simple-img-one,
.simple-wrap.style-one .simple-img-wrap .simple-img-two {
  border-radius: 50px;
}
.simple-wrap.style-one .simple-img-wrap .simple-img-one img,
.simple-wrap.style-one .simple-img-wrap .simple-img-two img {
  border-radius: 50px;
}
.simple-wrap.style-one .simple-img-wrap .simple-img-one {
  width: calc(56.5% - 12px);
}
.simple-wrap.style-one .simple-img-wrap .simple-img-two {
  width: calc(43.5% - 12px);
}
.simple-wrap.style-two .simple-content .content-title {
  margin-bottom: 25px;
}
.simple-wrap.style-two .simple-content .feature-item-wrap .feature-item {
  background-color: var(--whiteColor);
  border-radius: 10px;
  padding: 20px 15px;
  margin-bottom: 20px;
}
.simple-wrap.style-two .simple-content .feature-item-wrap .feature-item:last-child {
  margin-bottom: 0;
}
.simple-wrap.style-two .simple-content .feature-item-wrap .feature-item .feature-icon {
  background-color: rgba(254, 89, 18, 0.07);
  border-radius: 0;
  width: 64px;
  height: 65px;
}
.simple-wrap.style-two .simple-content .feature-item-wrap .feature-item .feature-icon i {
  color: var(--secondaryColor);
}
.simple-wrap.style-two .simple-content .feature-item-wrap .feature-item .feature-text {
  width: calc(100% - 88px);
  margin-left: 24px;
}
.simple-wrap.style-two .simple-content .feature-item-wrap .feature-item .feature-text h3 {
  font-size: 18px;
}
.simple-wrap.style-two .simple-img {
  border-radius: 50px;
  position: relative;
}
.simple-wrap.style-two .simple-img img {
  border-radius: 50px;
  margin-left: auto;
  display: block;
}
.simple-wrap.style-two .simple-img .circle-btn-wrap {
  position: absolute;
  bottom: 85px;
  left: 38px;
  z-index: 1;
}
.simple-wrap.style-two .simple-img .circle-btn-wrap:before {
  position: absolute;
  top: -100px;
  left: -75px;
  content: "";
  width: 230px;
  height: 219px;
  background: var(--bgColor);
  border-radius: 50%;
  z-index: -1;
}
.simple-wrap.style-two .simple-img .circle-btn-wrap:after {
  position: absolute;
  top: -42px;
  left: 0;
  content: "";
  width: 146px;
  height: 241px;
  background: linear-gradient(180deg, #FFD3D3 0%, #E8E6FF 100%);
  border-radius: 103px;
  transform: rotate(-32.79deg);
  z-index: -1;
}
.simple-wrap.style-two .simple-img .circle-btn-wrap span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 146px;
  height: 156px;
  border-radius: 50%;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  padding-top: 10px;
  transform: rotate(-53.45deg);
  background-color: var(--whiteColor);
  text-align: center;
  font-family: var(--secondaryFont);
  color: var(--secondaryColor);
}
.simple-wrap.style-two .simple-img .circle-btn-wrap .circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 340px;
  height: 340px;
  transform: translate(-50%, -50%);
}
.simple-wrap.style-two .simple-img .circle-btn-wrap .circle-text svg {
  width: 424px;
  height: 425px;
  position: relative;
  top: -82px;
  left: -70px;
  transform: rotate(-12deg);
}
.simple-wrap.style-two .simple-img .circle-btn-wrap .circle-text svg text {
  font-size: 16px;
  letter-spacing: 0.3em;
  font-family: var(--secondaryFont);
}
.simple-wrap.style-three {
  overflow: hidden;
}
.simple-wrap.style-three .simple-bg {
  background-image: url(../img/about/simple-img-4.webp);
  height: 687px;
  border-radius: 0 0 0 160px;
  position: relative;
}
.simple-wrap.style-three .simple-bg .circle-btn-wrap {
  width: 290px;
  height: 290px;
  border-radius: 50%;
  border: 23px solid var(--whiteColor);
  background-color: #EAEEEF;
  position: absolute;
  top: 50%;
  left: -154px;
  transform: translateY(-50%);
}
.simple-wrap.style-three .simple-bg .circle-btn-wrap .play-now {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  transform: translate(-50%, -50%);
  background-color: var(--primaryColor);
}
.simple-wrap.style-three .simple-bg .circle-btn-wrap .play-now i {
  color: var(--whiteColor);
  font-size: 40px;
  line-height: 0.9;
  display: block;
  margin: 0 auto;
}
.simple-wrap.style-three .simple-bg .circle-btn-wrap .circle-text {
  width: 440px;
  height: 440px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.simple-wrap.style-three .simple-bg .circle-btn-wrap .circle-text svg {
  width: 440px;
  height: 440px;
  position: absolute;
  top: 0;
  left: 0;
}
.simple-wrap.style-three .simple-bg .circle-btn-wrap .circle-text svg text {
  font-size: 11px;
  letter-spacing: 0.25em;
}
.simple-wrap.style-three .simple-content-wrap {
  padding: 100px 0 100px 0;
  border-radius: 0 0 0 160px;
  background-color: #F6F1EC;
}
.simple-wrap.style-three .simple-content-wrap .content-title {
  margin-bottom: 30px;
}
.simple-wrap.style-three .simple-content-wrap .content-title p {
  margin: 17px 0 0;
}
.simple-wrap.style-three .simple-content-wrap .feature-item-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.simple-wrap.style-three .simple-content-wrap .feature-item-wrap .feature-item {
  width: 50%;
}
.simple-wrap.style-three .simple-content-wrap .feature-item-wrap .feature-item .feature-icon {
  width: 63px;
  height: 69px;
  background-color: var(--whiteColor);
  border-radius: 8px;
}
.simple-wrap.style-three .simple-content-wrap .feature-item-wrap .feature-item .feature-icon i {
  color: var(--primaryColor);
}
.simple-wrap.style-three .simple-content-wrap .feature-item-wrap .feature-item .feature-text {
  width: calc(100% - 78px);
  margin-left: 15px;
}
.simple-wrap.style-three .simple-content-wrap .feature-item-wrap .feature-item .feature-text h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 3px;
}
.simple-wrap.style-three .simple-content-wrap .counter-card-wrap {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--whiteColor);
  border-radius: 10px;
  padding: 31px 15px 31px 38px;
}
.simple-wrap.style-three .simple-content-wrap .counter-card-wrap .counter-card {
  width: 33.33%;
  position: relative;
}
.simple-wrap.style-three .simple-content-wrap .counter-card-wrap .counter-card:after {
  position: absolute;
  top: -28px;
  right: 0;
  content: "";
  width: 8px;
  height: 125px;
  background-image: url(../img/about/line.webp);
  background-repeat: repeat-y;
  background-size: contain;
}
.simple-wrap.style-three .simple-content-wrap .counter-card-wrap .counter-card:nth-child(3) {
  padding-left: 20px;
}
.simple-wrap.style-three .simple-content-wrap .counter-card-wrap .counter-card:nth-child(3):after {
  display: none;
}
.simple-wrap.style-three .simple-content-wrap .counter-card-wrap .counter-card h2 {
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 8px;
  color: var(--secondaryColor);
}
.simple-wrap.style-three .simple-content-wrap .counter-card-wrap .counter-card p {
  line-height: 20px;
  font-weight: 500;
  color: #4F487E;
  margin: 0;
}

.feature-item-wrap .feature-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.feature-item-wrap .feature-item:last-child {
  margin-bottom: 0;
}
.feature-item-wrap .feature-item .feature-icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 56px;
  height: 54px;
  position: relative;
  top: 2px;
  border-radius: 5px;
}
.feature-item-wrap .feature-item .feature-icon i {
  font-size: 35px;
  line-height: 0.7;
  display: block;
  margin: 0 auto;
}
.feature-item-wrap .feature-item .feature-text {
  width: calc(100% - 76px);
  margin-left: 20px;
}
.feature-item-wrap .feature-item .feature-text h3 {
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 9px;
}
.feature-item-wrap .feature-item .feature-text p {
  margin: 0;
}

/*--------------------------------------
          Skill CSS
----------------------------------------*/
.skill-wrap.style-one {
  position: relative;
}
.skill-wrap.style-one:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--ashColor);
  z-index: -1;
  border-radius: 58px;
}
.skill-wrap.style-one .skill-shape {
  position: absolute;
  z-index: 0;
  top: -30px;
  right: 0;
}
.skill-wrap.style-one .skill-img-wrap {
  position: relative;
  padding-right: 23px;
  z-index: 1;
}
.skill-wrap.style-one .skill-img-wrap .skill-img {
  border-radius: 83px;
  border-left: none;
  position: relative;
  z-index: 1;
  background-image: url(../img/about/skill-img-1.webp);
  height: 600px;
}
.skill-wrap.style-one .skill-img-wrap .skill-img img {
  border-radius: 67px;
}
.skill-wrap.style-one .skill-img-wrap span {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background-color: var(--whiteColor);
  border-radius: 0 60px 60px 0;
  z-index: 0;
}
.skill-wrap.style-one .skill-content {
  padding-right: 45px;
}
.skill-wrap.style-one .skill-content .content-title {
  margin-bottom: 20px;
}
.skill-wrap.style-two .skill-img-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.skill-wrap.style-two .skill-img-wrap .skill-img-one,
.skill-wrap.style-two .skill-img-wrap .skill-img-two {
  border-radius: 50px;
}
.skill-wrap.style-two .skill-img-wrap .skill-img-one img,
.skill-wrap.style-two .skill-img-wrap .skill-img-two img {
  border-radius: 50px;
}
.skill-wrap.style-two .skill-img-wrap .skill-img-one {
  width: calc(100% - 310px);
}
.skill-wrap.style-two .skill-img-wrap .skill-img-two {
  width: 295px;
}
.skill-wrap.style-two .content-title {
  margin-bottom: 23px;
}
.skill-wrap.style-three {
  overflow: hidden;
}
.skill-wrap.style-three .skill-img-wrap {
  background-image: url(../img/about/skill-img-4.webp);
  height: 615px;
  border-radius: 0 160px 0 0;
  position: relative;
}
.skill-wrap.style-three .skill-img-wrap .skill-promo {
  width: 186px;
  height: 294px;
  border: 18px solid var(--whiteColor);
  border-radius: 103px;
  text-align: center;
  background-color: #EAEEEF;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 55%;
  right: -107px;
  z-index: 1;
  transform: translateY(-50%);
}
.skill-wrap.style-three .skill-img-wrap .skill-promo span {
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  font-family: var(--secondaryFont);
  display: block;
  background: linear-gradient(180deg, #00A4CC 0%, #6406FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.skill-wrap.style-three .skill-content-wrap {
  background-color: #F7F1EC;
  padding: 100px 0 100px 0;
  border-radius: 160px 0 0 0;
}
.skill-wrap.style-three .skill-content-wrap .content-title {
  margin-bottom: 32px;
}
.skill-wrap.style-three .skill-content-wrap .content-title p {
  margin: 17px 0 0;
}

.progressbar-wrap .progress-item {
  margin-bottom: 22px;
}
.progressbar-wrap .progress-item:last-child {
  margin-bottom: 0;
}
.progressbar-wrap .progress-item .progress-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.progressbar-wrap .progress-item .progress-title p, .progressbar-wrap .progress-item .progress-title span {
  font-size: 18px;
  font-weight: 500;
  color: var(--titleColor);
  margin: 0;
}
.progressbar-wrap .progress-item .progress {
  height: 8px;
  background: #E1DFDF;
  border-radius: 50px;
}
.progressbar-wrap .progress-item .progress .progress-bar {
  border-radius: 50px;
  background-color: var(--secondaryColor);
}

.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;
  }
}
/*--------------------------------------
          Service CSS
----------------------------------------*/
.service-wrap.style-one {
  position: relative;
  background-color: var(--ashColor);
  border-radius: 5px;
  margin-bottom: -208px;
  z-index: 10;
  padding-left: 25px;
  padding-right: 25px;
}
.service-wrap.style-one .service-shape-one {
  position: absolute;
  top: -56px;
  left: 55%;
  z-index: 0;
}
.service-wrap.style-two {
  position: relative;
  z-index: 10;
}
.service-wrap.style-two .service-shape-one {
  position: absolute;
  top: -62px;
  left: 30%;
  z-index: 0;
}

.service-card {
  margin-bottom: 25px;
}
.service-card h3 {
  font-size: 22px;
  line-height: 29px;
  font-weight: 600;
}
.service-card h3 a {
  color: var(--titleColor);
}
.service-card h3 a:hover {
  color: var(--secondaryColor);
}
.service-card p {
  margin: 0 0 10px;
}
.service-card.style-one, .service-card.style-three {
  border-radius: 10px;
  padding: 25px;
  transition: var(--transition);
}
.service-card.style-one:hover, .service-card.style-three:hover {
  transform: translateY(-5px);
}
.service-card.style-one .service-icon, .service-card.style-three .service-icon {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  width: 57px;
  height: 57px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.service-card.style-one .service-icon:after, .service-card.style-three .service-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 57px;
  border-radius: 50%;
  z-index: -1;
}
.service-card.style-one .service-icon i, .service-card.style-three .service-icon i {
  font-size: 44px;
  line-height: 0.7;
  display: block;
  margin: 0 auto;
  transition: var(--transition);
}
.service-card.style-one h3, .service-card.style-three h3 {
  margin-bottom: 20px;
}
.service-card.style-one {
  background-color: var(--whiteColor);
  box-shadow: 0px 20px 30px rgba(254, 89, 18, 0.04);
}
.service-card.style-one .service-icon:after {
  background: linear-gradient(180deg, rgba(255, 235, 226, 0.67) 0%, rgba(255, 254, 253, 0) 100%);
}
.service-card.style-one .service-icon i {
  color: var(--secondaryColor);
}
.service-card.style-two {
  background-color: var(--whiteColor);
  border-radius: 5px;
  padding: 25px;
  transition: var(--transition);
}
.service-card.style-two:hover {
  transform: translateY(-5px);
}
.service-card.style-two .service-icon {
  position: relative;
  z-index: 1;
  margin-bottom: 19px;
  width: 64px;
  height: 64px;
  text-align: center;
  background-color: rgba(0, 164, 204, 0.1);
  border-radius: 10px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  transition: var(--transition);
}
.service-card.style-two .service-icon i {
  color: var(--primaryColor);
  font-size: 37px;
  line-height: 0.7;
  display: block;
  margin: 0 auto;
  transition: var(--transition);
}
.service-card.style-two h3 {
  margin-bottom: 12px;
}
.service-card.style-two p {
  margin: 0;
}
.service-card.style-two:hover .service-icon {
  background-color: rgba(254, 89, 18, 0.1);
  border-radius: 10px;
}
.service-card.style-two:hover .service-icon i {
  color: var(--secondaryColor);
}
.service-card.style-two:hover h3 a {
  color: var(--secondaryColor);
}
.service-card.style-three {
  background-color: var(--bgColor);
}
.service-card.style-three .service-icon:after {
  background: linear-gradient(180deg, #C9EEF8 0%, #FFEDE6 100%);
  transition: var(--transition);
}
.service-card.style-three .service-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 57px;
  border-radius: 50%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(249, 200, 179, 0.26) 0%, #F7E7E1 100%);
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.service-card.style-three .service-icon i {
  color: var(--primaryColor);
}
.service-card.style-three:hover .service-icon:after {
  visibility: hidden;
  opacity: 0;
}
.service-card.style-three:hover .service-icon:before {
  visibility: visible;
  opacity: 1;
}
.service-card.style-three:hover .service-icon i {
  color: var(--secondaryColor);
}

.service-details-wrap {
  /* This for loop creates the    necessary css animation names 
  Due to the split circle of progress-left and progress right, we must use the animations on each side. 
  */
}
.service-details-wrap .single-img {
  position: relative;
  margin-bottom: 30px;
}
.service-details-wrap .single-img .single-service-title {
  background-color: var(--whiteColor);
  border-radius: 0 10px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px 10px 0;
  max-width: 75%;
}
.service-details-wrap .content-feature-list li {
  font-weight: 500;
}
.service-details-wrap .content-feature-list li img {
  max-width: 12px;
  position: absolute;
  top: 7px;
  left: 0;
}
.service-details-wrap .wp-block-quote .quote-icon {
  opacity: 1;
}
.service-details-wrap .progress-item {
  text-align: center;
  margin-bottom: 25px;
}
.service-details-wrap .progress-item h6 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0;
}
.service-details-wrap .progress {
  width: 138px;
  height: 138px;
  line-height: 138px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.service-details-wrap .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 7px solid #D9D9D9;
  position: absolute;
  top: 0;
  left: 0;
}
.service-details-wrap .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.service-details-wrap .progress .progress-left {
  left: 0;
}
.service-details-wrap .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 7px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: var(--primaryColor);
}
.service-details-wrap .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 69px;
  border-bottom-right-radius: 69px;
  border-left: 0;
  transform-origin: center left;
}
.service-details-wrap .progress .progress-right {
  right: 0;
}
.service-details-wrap .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 69px;
  border-bottom-left-radius: 69px;
  border-right: 0;
  transform-origin: center right;
}
.service-details-wrap .progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  font-weight: 500;
}
.service-details-wrap .progress .progress-value div {
  margin-top: 10px;
}
.service-details-wrap .progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}
.service-details-wrap .progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.service-details-wrap .progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}
.service-details-wrap .progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.service-details-wrap .progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}
.service-details-wrap .progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.service-details-wrap .progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}
.service-details-wrap .progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.service-details-wrap .progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}
.service-details-wrap .progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.service-details-wrap .progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}
.service-details-wrap .progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.service-details-wrap .progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}
.service-details-wrap .progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.service-details-wrap .progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}
.service-details-wrap .progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.service-details-wrap .progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}
.service-details-wrap .progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.service-details-wrap .progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}
.service-details-wrap .progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.service-details-wrap .progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}
@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.service-details-wrap .progress {
  margin-bottom: 1em;
}

/*--------------------------------------
        Portfolio CSS
----------------------------------------*/
.portfolio-card {
  margin-bottom: 25px;
}
.portfolio-card.style-one {
  text-align: center;
}
.portfolio-card.style-one img {
  border-radius: 5px;
}
.portfolio-card.style-one h3 {
  font-size: 24px;
  line-height: 24px;
  margin: 25px 0 10px;
}
.portfolio-card.style-one h3 a {
  color: var(--whiteColor);
}
.portfolio-card.style-one h3 a:hover {
  color: var(--secondaryColor);
}
.portfolio-card.style-one span {
  color: var(--offwhiteColor);
}
.portfolio-card.style-two {
  text-align: center;
}
.portfolio-card.style-two img {
  border-radius: 5px;
}
.portfolio-card.style-two h3 {
  font-size: 24px;
  line-height: 24px;
  margin: 25px 0 0;
}
.portfolio-card.style-two h3 a {
  color: var(--titleColor);
}
.portfolio-card.style-two h3 a:hover {
  color: var(--secondaryColor);
}

/*--------------------------------------
          Counter CSS
----------------------------------------*/
.counter-wrap {
  background-image: url(../img/counter-bg.webp);
  position: relative;
  z-index: 1;
  padding-top: 208px;
}
.counter-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(6, 8, 21, 0.86);
  z-index: -1;
}
.counter-wrap .counter-card-wrap {
  display: flex;
  flex-wrap: wrap;
}
.counter-wrap .counter-card-wrap .counter-card {
  width: 33.33%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}
.counter-wrap .counter-card-wrap .counter-card:nth-child(2), .counter-wrap .counter-card-wrap .counter-card:nth-child(3) {
  padding-left: 30px;
}
.counter-wrap .counter-card-wrap .counter-card .counter-icon {
  width: 101px;
  height: 101px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border: 1px dashed #00A4CC;
  position: relative;
}
.counter-wrap .counter-card-wrap .counter-card .counter-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-radius: 50%;
  background-color: var(--whiteColor);
  z-index: 0;
  transform: translate(-50%, -50%);
}
.counter-wrap .counter-card-wrap .counter-card .counter-icon i {
  font-size: 48px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
  color: var(--primaryColor);
  position: relative;
  z-index: 1;
}
.counter-wrap .counter-card-wrap .counter-card .counter-text {
  width: calc(100% - 131px);
  margin-left: 30px;
}
.counter-wrap .counter-card-wrap .counter-card .counter-text h2 {
  color: var(--secondaryColor);
  line-height: 1;
  font-size: 58px;
  margin-bottom: 12px;
}
.counter-wrap .counter-card-wrap .counter-card .counter-text p {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  color: var(--whiteColor);
}

/*--------------------------------------
        Pricing CSS
----------------------------------------*/
.pricing-card {
  background-color: var(--bgColor);
  border-radius: 10px;
  padding: 15px 0 40px;
  margin-bottom: 25px;
  transition: var(--transition);
}
.pricing-card:hover {
  transform: translateY(-5px);
}
.pricing-card:hover .pricing-header h2 {
  color: var(--secondaryColor);
}
.pricing-card:hover .pricing-header h2 span {
  color: var(--paraColor);
}
.pricing-card .pricing-header {
  background-color: var(--whiteColor);
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
  margin: 0 15px 0 15px;
}
.pricing-card .pricing-header h5 {
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 10px;
}
.pricing-card .pricing-header h2 {
  font-size: 40px;
  line-height: 52px;
  color: var(--primaryColor);
  font-weight: 700;
  transition: var(--transition);
}
.pricing-card .pricing-header h2 span {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: var(--paraColor);
  position: relative;
  top: -3px;
}
.pricing-card .pricing-header p {
  margin: 11px 0 0;
}
.pricing-card .pricing-features {
  padding: 35px 20px 30px;
  text-align: center;
}
.pricing-card .pricing-features li {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
}
.pricing-card .pricing-features li i {
  font-size: 18px;
  line-height: 1;
  margin-right: 9px;
}
.pricing-card .pricing-features li:last-child {
  margin-bottom: 0;
}
.pricing-card .pricing-features li.checked i {
  color: var(--primaryColor);
}
.pricing-card .pricing-features li.unchecked i {
  color: #FE1212;
}
.pricing-card .btn-two {
  border-radius: 50px;
  margin: 0 auto;
}
.pricing-card .btn-two:before {
  border-radius: 50px 0 0 50px;
}
.pricing-card .btn-two:after {
  border-radius: 0 50px 50px 0;
}

/*--------------------------------------
          Team CSS
----------------------------------------*/
.team-wrap.style-one .slider-btn {
  justify-content: flex-end;
  margin-top: -88px;
}
.team-wrap.style-two {
  background-color: #060815;
  position: relative;
  z-index: 1;
}
.team-wrap.style-two .team-shape-one,
.team-wrap.style-two .team-shape-two {
  position: absolute;
  z-index: -1;
}
.team-wrap.style-two .team-shape-one {
  top: 0;
  left: 0%;
  width: 100%;
}
.team-wrap.style-two .team-shape-two {
  top: -100px;
  left: 63%;
}
.team-wrap.style-two .team-slider-wrap {
  position: relative;
}
.team-wrap.style-two .team-slider-wrap .slider-btn .team-prev,
.team-wrap.style-two .team-slider-wrap .slider-btn .team-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1A1C28;
  z-index: 2;
}
.team-wrap.style-two .team-slider-wrap .slider-btn .team-prev img,
.team-wrap.style-two .team-slider-wrap .slider-btn .team-next img {
  filter: brightness(0) invert(1);
}
.team-wrap.style-two .team-slider-wrap .slider-btn .team-prev:hover,
.team-wrap.style-two .team-slider-wrap .slider-btn .team-next:hover {
  background-color: var(--secondaryColor);
}

.team-card.style-one, .team-card.style-two {
  padding: 14px 14px 0;
  border-radius: 5px;
  transition: var(--transition);
}
.team-card.style-one img, .team-card.style-two img {
  border-radius: 5px;
}
.team-card.style-one .team-card-info, .team-card.style-two .team-card-info {
  padding: 20px 20px 25px;
}
.team-card.style-one .team-card-info h3, .team-card.style-two .team-card-info h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 5px;
  transition: var(--transition);
}
.team-card.style-one .team-card-info span, .team-card.style-two .team-card-info span {
  transition: var(--transition);
}
.team-card.style-one {
  background-color: var(--whiteColor);
}
.team-card.style-one:hover {
  background-color: var(--optionalColor);
}
.team-card.style-one:hover .team-card-info h3, .team-card.style-one:hover .team-card-info span {
  color: var(--whiteColor);
}
.team-card.style-two {
  background-color: #1A1C28;
}
.team-card.style-two .team-card-info h3 {
  color: var(--whiteColor);
}
.team-card.style-two .team-card-info span {
  color: #B5B0B0;
}
.team-card.style-two:hover {
  background-color: var(--primaryColor);
}
.team-card.style-two:hover .team-card-info span {
  color: var(--whiteColor);
}
.team-card.style-three {
  padding: 14px 14px 0;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  transition: var(--transition);
  margin-bottom: 25px;
}
.team-card.style-three img {
  border-radius: 5px;
}
.team-card.style-three .team-card-info {
  padding: 22px 30px 22px;
  text-align: center;
}
.team-card.style-three .team-card-info h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 5px;
  transition: var(--transition);
}
.team-card.style-three .team-card-info span {
  transition: var(--transition);
}
.team-card.style-three:hover {
  background-color: var(--primaryColor);
  border-color: transparent;
}
.team-card.style-three:hover h3, .team-card.style-three:hover span {
  color: var(--whiteColor);
}

.slider-btn {
  display: flex;
  flex-wrap: wrap;
}
.slider-btn .prev-btn {
  margin-right: 15px;
}
.slider-btn .prev-btn,
.slider-btn .next-btn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(26, 16, 88, 0.06);
  transition: var(--transition);
}
.slider-btn .prev-btn img,
.slider-btn .next-btn img {
  display: block;
  margin: 0 auto;
  transition: var(--transition);
  max-width: 20px;
}
.slider-btn .prev-btn:hover,
.slider-btn .next-btn:hover {
  background-color: var(--secondaryColor);
}
.slider-btn .prev-btn:hover img,
.slider-btn .next-btn:hover img {
  filter: brightness(0) invert(1);
}

/*-------------------------------
    Moving Text Section CSS
-------------------------------*/
.move-text {
  overflow: hidden;
}
.move-text ul {
  white-space: nowrap;
  -webkit-animation: mymove 5s linear infinite; /* Safari 4.0 - 8.0 */
  white-space: nowrap;
  animation: mymove 5s linear infinite alternate;
}
.move-text ul li {
  display: inline-block;
  position: relative;
  -webkit-animation: mymove 5s linear infinite; /* Safari 4.0 - 8.0 */
  white-space: nowrap;
  animation: mymove 5s linear infinite alternate;
}
.move-text.style-one {
  padding: 90px 0;
}
.move-text.style-one li {
  color: var(--whiteColor);
  font-size: 36px;
  line-height: 50px;
  padding-right: 30px;
  margin-right: 30px;
  font-weight: 700;
  position: relative;
  transition: var(--transition);
}
.move-text.style-one li:hover {
  color: var(--secondaryColor);
}
.move-text.style-one li:last-child:after {
  display: none;
}
.move-text.style-one li:after {
  position: absolute;
  top: 16px;
  right: -10px;
  content: "/";
  font-size: 30px;
  line-height: 20px;
  color: var(--whiteColor);
}
.move-text.style-two {
  padding: 90px 0;
}
.move-text.style-two ul li {
  display: inline-block;
  margin-right: 55px;
  padding-right: 55px;
  position: relative;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  color: var(--whiteColor);
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}
.move-text.style-two ul li:after {
  position: absolute;
  top: 5px;
  right: -36px;
  content: "";
  background-image: url(../img/star-10.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
}
@keyframes mymove {
  from {
    left: 0;
  }
  to {
    left: -100px;
  }
}
/*--------------------------------------
          CTA CSS
----------------------------------------*/
.cta-wrap.style-one {
  position: relative;
  z-index: 1;
  background-image: url(../img/cta/cta-bg.webp);
  height: 100%;
}
.cta-wrap.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(6, 8, 21, 0.8);
  z-index: -1;
}
.cta-wrap.style-one .content-title h2 {
  margin-bottom: 31px;
}
.cta-wrap.style-two {
  position: relative;
  z-index: 1;
}
.cta-wrap.style-two .cta-shape-one,
.cta-wrap.style-two .cta-shape-two {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.cta-wrap.style-two .cta-shape-one {
  opacity: 0.05;
}
.cta-wrap.style-two .content-title span {
  color: var(--whiteColor);
  border: 1px dashed rgba(255, 255, 255, 0.28);
}
.cta-wrap.style-two .content-title h2 {
  margin-bottom: 31px;
}
.cta-wrap.style-two .container {
  position: relative;
  z-index: 1;
}
.cta-wrap.style-two .container .cta-img-one,
.cta-wrap.style-two .container .cta-img-two {
  position: absolute;
  z-index: -1;
}
.cta-wrap.style-two .container .cta-img-one {
  bottom: -46px;
  left: 0;
}
.cta-wrap.style-two .container .cta-img-two {
  top: -132px;
  right: 0;
}
.cta-wrap.style-three {
  position: relative;
  z-index: 1;
}
.cta-wrap.style-three .content-title h2 {
  margin-bottom: 31px;
}
.cta-wrap.style-three .container {
  position: relative;
}
.cta-wrap.style-three .container .cta-img-one,
.cta-wrap.style-three .container .cta-img-two {
  position: absolute;
  z-index: -1;
}
.cta-wrap.style-three .container .cta-img-one {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.cta-wrap.style-three .container .cta-img-two {
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  max-width: 270px;
}

/*--------------------------------------
          Testimonial CSS
----------------------------------------*/
.testimonial-wrap.style-one {
  background-image: url(../img/testimonial-bg.webp);
  height: 100%;
  overflow: hidden;
}
.testimonial-wrap.style-two .testimoial-img {
  position: relative;
  z-index: 1;
}
.testimonial-wrap.style-two .testimoial-img .testimoial-shape {
  position: absolute;
  top: 67px;
  right: 0;
  z-index: 0;
}
.testimonial-wrap.style-two .testimoial-img:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, #D1C2FE 0%, #FFD0D3 100%);
  border-radius: 235px 235px 0px 0px;
  z-index: 0;
  transform: translateX(-50%);
}
.testimonial-wrap.style-two .testimoial-img img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.testimonial-card.style-one {
  background-color: var(--whiteColor);
  border-radius: 10px;
  padding: 25px;
}
.testimonial-card.style-one .client-quote {
  margin-bottom: 27px;
  color: var(--titleColor);
  font-size: 18px;
  line-height: 30px;
}
.testimonial-card.style-one .client-info-wrap, .testimonial-card.style-two .client-info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.testimonial-card.style-one .client-info-wrap .client-img, .testimonial-card.style-two .client-info-wrap .client-img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  position: relative;
  top: 1px;
}
.testimonial-card.style-one .client-info-wrap .client-img img, .testimonial-card.style-two .client-info-wrap .client-img img {
  border-radius: 50%;
}
.testimonial-card.style-one .client-info-wrap .client-info, .testimonial-card.style-two .client-info-wrap .client-info {
  width: calc(100% - 82px);
  margin-left: 14px;
}
.testimonial-card.style-one .client-info-wrap .client-info h5, .testimonial-card.style-two .client-info-wrap .client-info h5 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
}
.testimonial-card.style-two {
  background-color: var(--ashColor);
  border-radius: 10px;
  padding: 25px;
  position: relative;
}
.testimonial-card.style-two .quote-icon {
  position: absolute;
  bottom: 27px;
  right: 30px;
  opacity: 0.2;
  transition: var(--transition);
}
.testimonial-card.style-two .client-quote {
  font-size: 18px;
  line-height: 30px;
}
.testimonial-card.style-two:hover .quote-icon {
  opacity: 1;
}
.testimonial-card.style-three {
  position: relative;
  z-index: 1;
}
.testimonial-card.style-three .quote-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.testimonial-card.style-three .client-quote {
  font-size: 24px;
  line-height: 40px;
  color: var(--titleColor);
}
.testimonial-card.style-three .ratings {
  margin: 20px 0 20px;
}
.testimonial-card.style-three .ratings li {
  display: inline-block;
}
.testimonial-card.style-three .ratings li i {
  color: #FFC224;
}
.testimonial-card.style-three h5 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 5px;
}
.testimonial-card.style-four {
  background-color: var(--bgColor);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
}
.testimonial-card.style-four .client-quote {
  font-size: 18px;
  line-height: 30px;
  margin: 20px 0 0;
}
.testimonial-card.style-four .client-info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.testimonial-card.style-four .client-info-wrap .client-img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  position: relative;
  top: 1px;
}
.testimonial-card.style-four .client-info-wrap .client-img img {
  border-radius: 50%;
}
.testimonial-card.style-four .client-info-wrap .client-info {
  width: calc(100% - 196px);
  margin-left: 14px;
}
.testimonial-card.style-four .client-info-wrap .client-info h5 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
}
.testimonial-card.style-four .client-info-wrap .ratings {
  width: 90px;
  margin-top: -6px;
  text-align: right;
}
.testimonial-card.style-four .client-info-wrap .ratings ul li {
  display: inline-block;
}
.testimonial-card.style-four .client-info-wrap .ratings ul li i {
  font-size: 14px;
  color: #FFC224;
}
.testimonial-card.style-four .client-info-wrap .ratings img {
  position: relative;
  top: -10px;
  max-width: 35px;
  opacity: 0.6;
}
.testimonial-card.style-four:hover .client-info-wrap .ratings img {
  opacity: 1;
}

.testimonial-wrap.style-three .testimonial-slider-wrap {
  position: relative;
  z-index: 1;
}
.testimonial-wrap.style-three .testimonial-slider-wrap .testimonial-shape {
  position: absolute;
  top: -25px;
  left: 8px;
  z-index: 0;
}
.testimonial-wrap.style-three .testimonial-slider-wrap .testimonial-pagination {
  background: none;
  position: absolute;
  right: -4px;
  bottom: 0;
  text-align: right;
}
.testimonial-wrap.style-three .testimonial-slider-wrap .testimonial-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 2px solid #A4A0BC;
  background-color: transparent;
  position: relative;
  opacity: 1;
}
.testimonial-wrap.style-three .testimonial-slider-wrap .testimonial-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 49%;
  left: 49%;
  content: "";
  width: 9.5px;
  height: 9.5px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #A4A0BC;
}
.testimonial-wrap.style-three .testimonial-slider-wrap .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--secondaryColor);
}
.testimonial-wrap.style-three .testimonial-slider-wrap .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: var(--secondaryColor);
}
.testimonial-wrap.style-two .testimonial-pagination {
  background: none;
  text-align: left;
  margin: 40px 0 0 140px;
}
.testimonial-wrap.style-two .testimonial-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #C4C3CB;
  background-color: transparent;
  position: relative;
  opacity: 1;
}
.testimonial-wrap.style-two .testimonial-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 49%;
  left: 49%;
  content: "";
  width: 9.5px;
  height: 9.5px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #C4C3CB;
}
.testimonial-wrap.style-two .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--secondaryColor);
}
.testimonial-wrap.style-two .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: var(--secondaryColor);
}

/*--------------------------------------
          FAQ CSS
----------------------------------------*/
.faq-contact #contactForm {
  background-color: transparent;
  padding: 0;
}

.faq-wrap .nav {
  border: none;
  position: relative;
  width: calc(100% - 20px);
}
.faq-wrap .nav:after {
  position: absolute;
  top: 0;
  right: -20px;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #E5E5E5;
}
.faq-wrap .nav .nav-item {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  border: none;
}
.faq-wrap .nav .nav-item:last-child {
  margin-bottom: 0;
}
.faq-wrap .nav .nav-item .nav-link {
  border: none;
  display: block;
  width: 100%;
  padding: 15px 15px;
  border-radius: 5px;
  text-align: left;
  background-color: var(--bgColor);
  font-size: 18px;
  font-weight: 500;
  color: var(--titleColor);
  position: relative;
}
.faq-wrap .nav .nav-item .nav-link:after {
  position: absolute;
  top: 0;
  right: -20px;
  content: "";
  width: 1px;
  height: 100%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background-color: var(--secondaryColor);
}
.faq-wrap .nav .nav-item .nav-link.active:after {
  visibility: visible;
  opacity: 1;
}

.faq-tab-content .content-feature-list li {
  font-weight: 500;
}
.faq-tab-content p:last-child {
  margin: 0;
}

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

.error-content {
  text-align: center;
}
.error-content img {
  display: block;
  margin: 0 auto 30px;
  max-width: 600px;
}
.error-content p {
  margin: 0 auto 20px;
  max-width: 520px;
}

/*--------------------------------------
          Blog CSS
----------------------------------------*/
.blog-wrap.style-two {
  position: relative;
  z-index: 1;
}
.blog-wrap.style-two .blog-shape {
  position: absolute;
  top: -37px;
  left: 60%;
  z-index: 0;
}
.blog-wrap.style-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 90%;
  z-index: -1;
  background-color: var(--bgColor);
}
.blog-wrap.style-three .slider-btn {
  justify-content: flex-end;
  margin-top: -95px;
}

.blog-card {
  margin-bottom: 25px;
}
.blog-card.style-one .blog-card-img, .blog-card.style-two .blog-card-img {
  border-radius: 5px 5px 0 0;
}
.blog-card.style-one .blog-card-img img, .blog-card.style-two .blog-card-img img {
  border-radius: 5px 5px 0 0;
  transition: var(--transition);
}
.blog-card.style-one .blog-card-info, .blog-card.style-two .blog-card-info {
  padding: 25px;
}
.blog-card.style-one .blog-card-info .blog-metainfo, .blog-card.style-two .blog-card-info .blog-metainfo {
  margin-bottom: 10px;
}
.blog-card.style-one h3, .blog-card.style-two h3 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
}
.blog-card.style-one h3 a, .blog-card.style-two h3 a {
  color: var(--titleColor);
}
.blog-card.style-one h3 a:hover, .blog-card.style-two h3 a:hover {
  color: var(--secondaryColor);
}
.blog-card.style-one .blog-card-img, .blog-card.style-two .blog-card-img, .blog-card.style-three .blog-card-img {
  overflow: hidden;
}
.blog-card.style-one .blog-card-img img, .blog-card.style-two .blog-card-img img, .blog-card.style-three .blog-card-img img {
  transition: var(--transition);
}
.blog-card.style-one .blog-card-info .blog-metainfo li, .blog-card.style-two .blog-card-info .blog-metainfo li, .blog-card.style-three .blog-card-info .blog-metainfo li {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 30px;
}
.blog-card.style-one .blog-card-info .blog-metainfo li:last-child, .blog-card.style-two .blog-card-info .blog-metainfo li:last-child, .blog-card.style-three .blog-card-info .blog-metainfo li:last-child {
  margin-right: 0;
}
.blog-card.style-one .blog-card-info .blog-metainfo li i, .blog-card.style-two .blog-card-info .blog-metainfo li i, .blog-card.style-three .blog-card-info .blog-metainfo li i {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--secondaryColor);
  font-size: 16px;
  line-height: 0.8;
}
.blog-card.style-one .blog-card-info .blog-metainfo li img, .blog-card.style-two .blog-card-info .blog-metainfo li img, .blog-card.style-three .blog-card-info .blog-metainfo li img {
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 0;
}
.blog-card.style-one .blog-card-info .blog-metainfo li a:hover, .blog-card.style-two .blog-card-info .blog-metainfo li a:hover, .blog-card.style-three .blog-card-info .blog-metainfo li a:hover {
  color: var(--secondaryColor);
}
.blog-card.style-one:hover .blog-card-img img, .blog-card.style-two:hover .blog-card-img img, .blog-card.style-three:hover .blog-card-img img {
  transform: scale(1.05);
}
.blog-card.style-one {
  background-color: var(--bgColor);
}
.blog-card.style-two {
  background-color: var(--whiteColor);
}
.blog-card.style-three {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: var(--bgColor);
  border-radius: 5px;
}
.blog-card.style-three .blog-card-img {
  width: 245px;
  border-radius: 0 5px 5px 0;
}
.blog-card.style-three .blog-card-info {
  width: calc(100% - 265px);
  margin-right: 20px;
  padding: 20px 0 20px 25px;
}
.blog-card.style-three .blog-card-info .blog-metainfo {
  margin-bottom: 15px;
}
.blog-card.style-three .blog-card-info .blog-metainfo li {
  margin-right: 16px;
}
.blog-card.style-three .blog-card-info h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 14px;
}
.blog-card.style-three .blog-card-info h3 a {
  color: var(--titleColor);
}
.blog-card.style-three .blog-card-info h3 a:hover {
  color: var(--secondaryColor);
}
.blog-card.style-three .blog-card-info p {
  margin-bottom: 16px;
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
.post-cat-title {
  margin-bottom: 30px;
}

article p,
.service-details-wrap p,
.portfolio-details-wrap p,
.terms-wrap p {
  margin-bottom: 20px;
}
article p strong, article p b,
.service-details-wrap p strong,
.service-details-wrap p b,
.portfolio-details-wrap p strong,
.portfolio-details-wrap p b,
.terms-wrap p strong,
.terms-wrap p b {
  color: var(--blackColor);
}
article p a,
.service-details-wrap p a,
.portfolio-details-wrap p a,
.terms-wrap p a {
  color: var(--blackColor);
  text-decoration: underline;
}
article p a:hover,
.service-details-wrap p a:hover,
.portfolio-details-wrap p a:hover,
.terms-wrap p a:hover {
  color: var(--optionalColor);
}
article h1, article h2, article h3, article h4, article h5, article h6,
.service-details-wrap h1,
.service-details-wrap h2,
.service-details-wrap h3,
.service-details-wrap h4,
.service-details-wrap h5,
.service-details-wrap h6,
.portfolio-details-wrap h1,
.portfolio-details-wrap h2,
.portfolio-details-wrap h3,
.portfolio-details-wrap h4,
.portfolio-details-wrap h5,
.portfolio-details-wrap h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6 {
  margin-bottom: 20px;
  font-weight: 600;
}
article h1,
.service-details-wrap h1,
.portfolio-details-wrap h1,
.terms-wrap h1 {
  font-size: 36px;
}
article h2,
.service-details-wrap h2,
.portfolio-details-wrap h2,
.terms-wrap h2 {
  font-size: 34px;
}
article h3,
.service-details-wrap h3,
.portfolio-details-wrap h3,
.terms-wrap h3 {
  font-size: 32px;
}
article h4,
.service-details-wrap h4,
.portfolio-details-wrap h4,
.terms-wrap h4 {
  font-size: 30px;
}
article h5,
.service-details-wrap h5,
.portfolio-details-wrap h5,
.terms-wrap h5 {
  font-size: 28px;
}
article h6,
.service-details-wrap h6,
.portfolio-details-wrap h6,
.terms-wrap h6 {
  font-size: 26px;
}
article ol,
.service-details-wrap ol,
.portfolio-details-wrap ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 30px;
}
article ol li,
.service-details-wrap ol li,
.portfolio-details-wrap ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  color: var(--paraColor);
  padding-left: 3px;
}
article .content-feature-list,
.service-details-wrap .content-feature-list,
.portfolio-details-wrap .content-feature-list,
.terms-wrap .content-feature-list {
  margin: 25px 0 25px;
}
article .single-img,
article .post-img,
.service-details-wrap .single-img,
.service-details-wrap .post-img,
.portfolio-details-wrap .single-img,
.portfolio-details-wrap .post-img,
.terms-wrap .single-img,
.terms-wrap .post-img {
  position: relative;
  border-radius: 10px;
  margin-bottom: 25px;
  display: block;
}
article .single-img img,
article .post-img img,
.service-details-wrap .single-img img,
.service-details-wrap .post-img img,
.portfolio-details-wrap .single-img img,
.portfolio-details-wrap .post-img img,
.terms-wrap .single-img img,
.terms-wrap .post-img img {
  border-radius: 10px;
}
article .blog-metainfo,
.service-details-wrap .blog-metainfo,
.portfolio-details-wrap .blog-metainfo,
.terms-wrap .blog-metainfo {
  margin-bottom: 18px;
}
article .single-para,
article .single-terms,
.service-details-wrap .single-para,
.service-details-wrap .single-terms,
.portfolio-details-wrap .single-para,
.portfolio-details-wrap .single-terms,
.terms-wrap .single-para,
.terms-wrap .single-terms {
  margin-bottom: 30px;
}
article .single-para:last-child,
article .single-terms:last-child,
.service-details-wrap .single-para:last-child,
.service-details-wrap .single-terms:last-child,
.portfolio-details-wrap .single-para:last-child,
.portfolio-details-wrap .single-terms:last-child,
.terms-wrap .single-para:last-child,
.terms-wrap .single-terms:last-child {
  margin: 0;
}
article .single-para p:last-child,
article .single-terms p:last-child,
.service-details-wrap .single-para p:last-child,
.service-details-wrap .single-terms p:last-child,
.portfolio-details-wrap .single-para p:last-child,
.portfolio-details-wrap .single-terms p:last-child,
.terms-wrap .single-para p:last-child,
.terms-wrap .single-terms p:last-child {
  margin-bottom: 0;
}
article .blog-author,
.service-details-wrap .blog-author,
.portfolio-details-wrap .blog-author,
.terms-wrap .blog-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}
article .blog-author .blog-author-img,
.service-details-wrap .blog-author .blog-author-img,
.portfolio-details-wrap .blog-author .blog-author-img,
.terms-wrap .blog-author .blog-author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

article {
  padding-bottom: 5px;
}

.wp-block-quote {
  position: relative;
  padding: 30px 42px 32px 42px;
  background-color: #F8F6F3;
  margin: 30px 0 30px;
  border-radius: 5px;
  z-index: 1;
  position: relative;
}
.wp-block-quote .quote-icon {
  position: absolute;
  bottom: 30px;
  right: 35px;
  opacity: 0.4;
}
.wp-block-quote p {
  font-weight: 400;
  font-size: 16px;
  color: var(--titleColor);
}
.wp-block-quote h6 {
  position: relative;
  margin: 22px 0 0;
  padding-left: 65px;
  font-size: 16px;
  font-weight: 400;
  color: var(--titleColor);
}
.wp-block-quote h6:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 49px;
  height: 1px;
  background-color: var(--titleColor);
}
.wp-block-quote .wp-quote-icon {
  position: absolute;
  bottom: 10px;
  right: 30px;
  width: 40px;
}
.wp-block-quote .wp-quote-icon i {
  color: var(--blueColor);
  font-size: 40px;
  opacity: 0.5;
}

.post-meta-option {
  margin-bottom: 28px;
  padding: 25px 0 0;
  border-top: 1px solid rgba(217, 216, 216, 0.54);
}
.post-meta-option .post-tag span,
.post-meta-option .post-share span {
  font-size: 18px;
  font-weight: 600;
  color: var(--titleColor);
}

.post-tag ul {
  padding: 0;
  display: inline-block;
}
.post-tag ul li {
  display: inline-block;
}
.post-tag ul li a {
  color: var(--titleColor);
  font-size: 16px;
  border-radius: 3px;
}
.post-tag ul li a:hover {
  color: var(--secondaryColor);
}
.post-tag span {
  font-size: 18px;
  margin-right: 3px;
  font-weight: 500;
  color: var(--blackColor);
  display: inline-block;
}

.post-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.post-share ul {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.post-share ul li {
  margin-right: 5px;
}
.post-share ul li:last-child {
  margin-right: 0;
}
.post-share ul li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(254, 89, 18, 0.07);
  box-shadow: none;
  text-align: center;
}
.post-share ul li a i {
  color: var(--secondaryColor);
  display: block;
  margin: 0 auto;
  line-height: 32px;
}
.post-share ul li a:hover {
  background-color: var(--secondaryColor);
}
.post-share ul li a:hover i {
  color: var(--whiteColor);
}

.comment-item-wrap .comment-box-title {
  margin-bottom: 25px;
}
.comment-item-wrap .comment-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-item-wrap .comment-item.reply {
  margin-left: 40px;
}
.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.comment-item-wrap .comment-item .comment-author-img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  position: relative;
  top: 4px;
}
.comment-item-wrap .comment-item .comment-author-img img {
  border-radius: 5px;
}
.comment-item-wrap .comment-item .comment-author-wrap {
  width: calc(100% - 122px);
  margin-left: 22px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
  margin: 0 0 12px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
  line-height: 1;
  margin: 0 20px 0 0;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--paraColor);
  margin-top: 10px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
  margin: 0;
}
.comment-item-wrap .reply-btn {
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  color: var(--paraColor);
  font-size: 15px;
  transition: var(--transition);
}
.comment-item-wrap .reply-btn:hover {
  color: var(--secondaryColor);
}

.comment-box-title h4 {
  margin-bottom: 0;
  line-height: 1;
}
.comment-box-title p {
  margin-top: 10px;
  margin-bottom: 0;
}

#cmt-form {
  margin-top: 40px;
}

.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(--paraColor);
  padding-left: 29px;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}

.checkbox input:checked + label:before {
  border-color: var(--primaryColor);
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 10px;
  height: 10px;
  border: none;
  background: var(--primaryColor);
}

.checkbox.style2 input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: var(--primaryColor);
}

/*-------------------------------
         Contact CSS
-------------------------------*/
.contact-item-wrap .contact-item {
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  transition: var(--transition);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px;
  border-radius: 5px;
}
.contact-item-wrap .contact-item .contact-icon {
  width: 76px;
  height: 74px;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(254, 89, 18, 0.06);
  transition: var(--transition);
  text-align: center;
  border-radius: 10px;
}
.contact-item-wrap .contact-item .contact-icon i {
  color: var(--secondaryColor);
  line-height: 0.8;
  font-size: 44px;
  position: relative;
  margin: 0 auto;
  display: block;
  transition: var(--transition);
}
.contact-item-wrap .contact-item .contact-icon img {
  display: block;
  margin: 0 auto;
  transition: var(--transition);
}
.contact-item-wrap .contact-item .contact-info {
  width: calc(100% - 96px);
  margin-left: 20px;
  transition: var(--transition);
}
.contact-item-wrap .contact-item .contact-info h3 {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 600;
  transition: var(--transition);
}
.contact-item-wrap .contact-item .contact-info a,
.contact-item-wrap .contact-item .contact-info p {
  font-size: 16px;
  display: block;
  margin: 0;
  line-height: 1.7;
  color: var(--paraColor);
  transition: var(--transition);
}
.contact-item-wrap .contact-item:hover {
  transform: translateY(-5px);
}
.contact-item-wrap .contact-item:hover .contact-icon {
  background-color: var(--secondaryColor);
}
.contact-item-wrap .contact-item:hover .contact-icon i {
  color: var(--whiteColor);
}
.contact-item-wrap .contact-item:hover .contact-icon img {
  filter: brightness(0) invert(1);
}

#contactForm {
  background-color: var(--bgColor);
  padding: 38px 42px 40px;
  border-radius: 5px;
}

#cmt-form .form-group,
#contactForm .form-group {
  margin: 0 0 20px;
}
#cmt-form .form-group input,
#cmt-form .form-group textarea,
#contactForm .form-group input,
#contactForm .form-group textarea {
  width: 100%;
  background: var(--whiteColor);
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  color: var(--paraColor);
}
#cmt-form .form-group input:focus,
#cmt-form .form-group textarea:focus,
#contactForm .form-group input:focus,
#contactForm .form-group textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.09);
}
#cmt-form .form-group input::-moz-placeholder, #cmt-form .form-group textarea::-moz-placeholder, #contactForm .form-group input::-moz-placeholder, #contactForm .form-group textarea::-moz-placeholder {
  opacity: 1;
}
#cmt-form .form-group input::placeholder,
#cmt-form .form-group textarea::placeholder,
#contactForm .form-group input::placeholder,
#contactForm .form-group textarea::placeholder {
  opacity: 1;
}
#cmt-form .form-group input,
#contactForm .form-group input {
  height: 50px;
}
#cmt-form .form-group textarea,
#contactForm .form-group textarea {
  height: 152px;
  resize: none;
  padding-top: 18px;
}
#cmt-form button,
#contactForm button {
  margin-bottom: -10px;
  border: none;
}

#contactForm .form-group input,
#contactForm .form-group textarea {
  background: var(--whiteColor);
}

#cmt-form .form-group input,
#cmt-form .form-group textarea {
  background: var(--bgColor);
}

.comp-map {
  height: 640px;
  margin-bottom: -160px;
  position: relative;
  z-index: 1;
}
.comp-map iframe {
  width: 100%;
  height: 100%;
}

.btn.disabled {
  opacity: 1;
}

/*--------------------------------------
          Partner CSS
----------------------------------------*/
.partner-logo img {
  display: block;
  margin: 0 auto;
  opacity: 0.4;
  transition: var(--transition);
}
.partner-logo img:hover {
  opacity: 1;
}

/*--------------------------------------
        Newsletter CSS
----------------------------------------*/
.newsletter-box {
  background-color: var(--optionalColor);
  padding: 80px 34px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: -83px;
}
.newsletter-box .newsletter-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.newsletter-box h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
  color: var(--whiteColor);
}
.newsletter-box .newsletter {
  display: flex;
  flex-wrap: wrap;
}
.newsletter-box .newsletter button {
  width: 172px;
  border-radius: 50px;
  border: none;
  padding: 14px 10px;
  text-align: center;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.newsletter-box .newsletter input {
  width: calc(100% - 190px);
  margin-right: 18px;
  background-color: #3692A9;
  height: 60px;
  border-radius: 50px;
  padding: 14px 25px;
  color: var(--whiteColor);
}
.newsletter-box .newsletter input::-moz-placeholder {
  opacity: 1;
  color: var(--whiteColor);
}
.newsletter-box .newsletter input::placeholder {
  opacity: 1;
  color: var(--whiteColor);
}

/*--------------------------------------
        Company History  CSS
----------------------------------------*/
.history-item-wrap {
  position: relative;
  z-index: 1;
}
.history-item-wrap:after {
  position: absolute;
  top: 0;
  left: 51%;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #EEEEEE;
  z-index: -1;
}
.history-item-wrap .history-item {
  margin-bottom: 70px;
  position: relative;
}
.history-item-wrap .history-item:before {
  position: absolute;
  top: 0;
  left: 51%;
  content: "";
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #EEEEEE;
}
.history-item-wrap .history-item:after {
  position: absolute;
  top: 8px;
  left: 51%;
  content: "";
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--primaryColor);
}
.history-item-wrap .history-item:last-child {
  margin-bottom: 0;
}
.history-item-wrap .history-item .history-img {
  border-radius: 5px;
}
.history-item-wrap .history-item .history-img img {
  border-radius: 5px;
}
.history-item-wrap .history-item .history-content h2 {
  color: var(--secondaryColor);
  font-size: 36px;
  line-height: 1;
  margin-bottom: 14px;
}
.history-item-wrap .history-item .history-content h5 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 14px;
}
.history-item-wrap .history-item .history-content p:last-child {
  margin-bottom: 0;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  background-color: var(--bgColor);
  padding: 30px;
  margin-bottom: 25px;
}
.sidebar .sidebar-widget.style-two {
  background-color: transparent;
  padding: 0;
}
.sidebar .sidebar-widget:last-child {
  margin: 0;
}
.sidebar .sidebar-widget.search-box {
  padding: 0;
  background-color: transparent;
}
.sidebar .sidebar-widget .sidebar-widget-title {
  font-size: 18px;
  line-height: 22px;
  font-family: var(--bodyFont);
  font-weight: 600;
  padding-bottom: 17px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
}

/*-------------------------------
       Search Box Widget CSS
-------------------------------*/
.search-box {
  position: relative;
}
.search-box input {
  width: 100%;
  height: 52px;
  background: var(--bgColor);
  border: 1px solid #E8E6E6;
  color: var(--paraColor);
  font-size: 16px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 5px;
}
.search-box input::-moz-placeholder {
  opacity: 1;
}
.search-box input::placeholder {
  opacity: 1;
}
.search-box input:focus {
  border-color: var(--grayColor);
}
.search-box button {
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 0 10px;
  height: calc(100% - 14px);
  border: none;
  border-radius: 3px;
  text-align: center;
  background: var(--secondaryColor);
  transition: var(--transition);
}
.search-box button i {
  color: var(--whiteColor);
  font-size: 23px;
  line-height: 35px;
  position: relative;
}
.search-box button:hover {
  background-color: var(--secondaryColor);
}

/*-------------------------------
     Category Widget CSS
-------------------------------*/
.category-list-one li {
  display: block;
  margin-bottom: 11px;
  padding-left: 22px;
  position: relative;
}
.category-list-one li a {
  color: var(--paraColor);
}
.category-list-one li a:hover {
  color: var(--primaryColor);
}
.category-list-one li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid var(--primaryColor);
}
.category-list-one li:after {
  position: absolute;
  top: 10.5px;
  left: 2.6px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--primaryColor);
}
.category-list-one li:last-child {
  margin-bottom: 0;
}

/*-------------------------------
     Business Hours Widget CSS
-------------------------------*/
.business-hours-widgdet {
  background-image: url(../img/busness-bg.webp);
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 25px 40px;
  border-radius: 5px;
}
.business-hours-widgdet:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(26, 16, 88, 0.89);
  border-radius: 5px;
}
.business-hours-widgdet h5 {
  font-size: 20px;
  line-height: 24px;
  color: var(--whiteColor);
}
.business-hours-widgdet ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: var(--whiteColor);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.business-hours-widgdet ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

/*-------------------------------
     Booking Widget CSS
-------------------------------*/
.booking-form .form-group {
  margin-bottom: 20px;
}
.booking-form .form-group input, .booking-form .form-group select {
  background-color: var(--whiteColor);
  height: 50px;
  border: none;
  color: var(--paraColor);
}
.booking-form .form-group input::-moz-placeholder, .booking-form .form-group select::-moz-placeholder {
  opacity: 1;
}
.booking-form .form-group input::placeholder, .booking-form .form-group select::placeholder {
  opacity: 1;
}
.booking-form .form-group textarea {
  padding: 15px !important;
  background-color: var(--whiteColor);
  resize: none;
  border: none;
  height: 83px;
}
.booking-form button {
  border-radius: 50px;
  border: none;
}
.booking-form button:before {
  border-radius: 50px 0 0 50px;
}
.booking-form button:after {
  border-radius: 0 50px 50px 0;
}

/*-------------------------------
     Portfolio Widget CSS
-------------------------------*/
.portfolio-info li {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.portfolio-info li:last-child {
  margin-bottom: 0;
}
.portfolio-info li b {
  font-weight: 400;
  color: var(--titleColor);
  width: 55%;
}

.portfolio-share h6 {
  font-size: 18px;
  font-weight: 400;
  margin: 30px 0 15px;
}
.portfolio-share ul {
  display: inline-block;
}
.portfolio-share ul li {
  margin-right: 5px;
}
.portfolio-share ul li:last-child {
  margin-right: 0;
}
.portfolio-share ul li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  text-align: center;
}
.portfolio-share ul li a i {
  color: var(--secondaryColor);
  display: block;
  margin: 0 auto;
  line-height: 32px;
}
.portfolio-share ul li a:hover {
  background-color: var(--secondaryColor);
}
.portfolio-share ul li a:hover i {
  color: var(--whiteColor);
}

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.pp-post-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 30px;
}
.pp-post-item .pp-post-img {
  width: 80px;
  border-radius: 5px;
}
.pp-post-item .pp-post-img img {
  border-radius: 5px;
}
.pp-post-item .pp-post-info {
  width: calc(100% - 100px);
  margin-left: 20px;
}
.pp-post-item .pp-post-info > a {
  display: block;
  color: #565790;
}
.pp-post-item .pp-post-info > a:hover {
  color: var(--secondaryColor);
}
.pp-post-item .pp-post-info h6 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  margin: 8px 0 0;
}
.pp-post-item .pp-post-info h6 a {
  color: var(--titleColor);
}
.pp-post-item:last-child {
  margin: 0;
}
.pp-post-item:hover .pp-post-info h6 a {
  color: var(--secondaryColor);
}

/*-------------------------------
     Taglist Widget CSS
-------------------------------*/
.tag-list {
  margin-top: -12px;
}
.tag-list li {
  display: inline-block;
  margin: 12px 8px 0px 0px;
}
.tag-list li a {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  padding: 8px 20px 6px;
  color: var(--paraColor);
  background-color: transparent;
  border-radius: 5px;
  background-color: var(--whiteColor);
  transition: var(--transition);
}
.tag-list li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}/*# sourceMappingURL=style.css.map */

/* -------------------------
   Retro / Old-style theme
   Paste into style.css (or a file imported after it)
   Replace --hero-img and --card-img URLs below
   ------------------------- */
:root{
  /* Retro palette - change as desired */
  --retro-bg: #fbf6ed;        /* cream */
  --retro-ink: #12222b;       /* deep ink */
  --accent: #d87f2a;         /* warm mustard */
  --accent-2: #2a6f6b;       /* teal */
  --muted: #746558;
  --card-bg: rgba(255,255,255,0.92);
  --glass: rgba(250,245,238,0.6);
  --grain-opacity: .06;
  --hero-img: url('/assets/img/hero/retro-hero.jpg'); /* REPLACE this path */
  --card-img-1: url('/assets/img/services/card-1.jpg'); /* REPLACE */
  --card-img-2: url('/assets/img/services/card-2.jpg'); /* REPLACE */
}

/* body background & typography */
body {
  background: var(--retro-bg) url('/assets/img/patterns/diagonal-lines.png') repeat; /* optional subtle pattern */
  color: var(--retro-ink);
  font-family: "Georgia", "Times New Roman", serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* Hero — image, vignette and film-grain overlay */
.retro-hero {
  background-image: linear-gradient(180deg, rgba(18,34,43,0.04), rgba(255,255,255,0.05)),
                    var(--hero-img);
  background-size: cover;
  background-position: center;
  padding: 64px 0;
  border-bottom: 6px solid rgba(216,127,42,0.08);
  position: relative;
  overflow: hidden;
}

/* subtle vignette */
.retro-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(1000px 500px at 10% 10%, rgba(26,16,88,0.06), transparent 20%),
              linear-gradient(to bottom, rgba(0,0,0,0.02), rgba(0,0,0,0.04));
  mix-blend-mode: multiply;
}

/* film grain overlay to create old print texture */
.retro-hero .grain, .retro-card .grain {
  position: absolute; inset: 0; pointer-events: none;
  background-image: url('/assets/img/patterns/film-grain.png'); /* replace with a grain PNG in assets */
  opacity: var(--grain-opacity);
  mix-blend-mode: multiply;
}

/* Hero headline style */
.retro-hero .content-title h1 {
  font-family: "Georgia", serif;
  font-weight: 600;
  color: var(--retro-ink);
  text-shadow: 0 2px 0 rgba(255,255,255,0.6);
  letter-spacing: .2px;
}

/* Buttons with retro borders */
.btn-retro {
  background: linear-gradient(180deg, var(--accent), #b65f18);
  color: #fff;
  border-radius: 6px;
  padding: 10px 18px;
  box-shadow: 0 10px 22px rgba(42,111,107,0.08), inset 0 -4px 0 rgba(0,0,0,0.06);
  border: 2px solid rgba(0,0,0,0.06);
  transition: transform .22s cubic-bezier(.2,.9,.2,1), box-shadow .22s;
  display:inline-block;
  text-decoration:none;
}
.btn-retro:hover{ transform: translateY(-6px); box-shadow: 0 20px 35px rgba(42,111,107,0.12); }

/* Retro cards */
.retro-card {
  position:relative;
  background: var(--card-bg);
  border: 1px solid rgba(0,0,0,0.04);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(16,20,24,0.06);
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease;
}
.retro-card:hover {
  transform: translateY(-10px) rotate(-0.2deg);
  box-shadow: 0 30px 70px rgba(16,20,24,0.08);
}

/* Card image header - old photo style */
.retro-card .card-visual {
  height:150px;
  background-size:cover;
  background-position:center;
  border-radius:6px;
  margin-bottom:12px;
  filter: saturate(.9) contrast(.98);
  position:relative;
}
.retro-card .card-visual::after {
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0.06), rgba(255,255,255,0.02));
}

/* Example: apply card images */
.retro-card.card-1 .card-visual{ background-image: var(--card-img-1); }
.retro-card.card-2 .card-visual{ background-image: var(--card-img-2); }

/* typography for retro sections */
.retro-section h2 {
  font-family: "Georgia", serif;
  color: var(--accent-2);
  margin-bottom: 10px;
}
.retro-section p { color: var(--muted); }

/* service list old-style bullets */
.retro-services ul {
  list-style: square;
  padding-left: 1.2rem;
  color: var(--muted);
}

/* pointer cursor vintage: small "dot" (requires JS fallback to draw) */
/* but also set an alternative cursor image you can prepare */
.cursor-retro {
  cursor: url('/assets/img/cursors/retro-cursor.png'), auto; /* optional fallback */
}

/* subtle hover ripple on links (pure CSS) */
a.retro-link {
  position: relative;
  color: var(--accent-2);
  text-decoration: underline;
}
a.retro-link::after{
  content:"";
  position:absolute; left:0; bottom:-2px; height:2px; width:0; background:var(--accent);
  transition: width .28s ease;
}
a.retro-link:hover::after{ width:100%; }

/* old-screen border (for content boxes) */
.retro-frame {
  border: 6px solid rgba(0,0,0,0.03);
  background: linear-gradient(180deg, rgba(255,255,255,0.40), rgba(255,255,255,0.20));
  padding: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 18px 40px rgba(16,20,24,0.04);
}

/* smaller devices */
@media (max-width:768px){
  .retro-hero { padding: 34px 0; }
  .retro-card .card-visual{ height:120px; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  * { transition: none !important; animation: none !important; }
}
/* ------------- Entrance + Mouse Motion Animations ------------- */
/* respects reduced motion */
@media (prefers-reduced-motion: reduce) {
  .kvn-animate, .kvn-fadeup, .kvn-faded, .kvn-parallax, .kvn-tilt, .cursor-dot, .cursor-ring { 
    transition: none !important; animation: none !important; transform: none !important; opacity: 1 !important;
  }
}

/* Page loader (simple) */
#kvn-loader {
  position: fixed; inset: 0; z-index: 99999; display:flex; align-items:center; justify-content:center;
  background: #fff; /* change to match theme */
  transition: opacity .45s ease, visibility .45s ease;
}
#kvn-loader.hidden { opacity:0; visibility:hidden; pointer-events:none; }
#kvn-loader .spinner {
  width:72px; height:72px; border-radius:50%;
  background: linear-gradient(135deg, rgba(26,16,88,0.12) 0%, rgba(75,43,212,0.12) 50%, rgba(26,16,88,0.06) 100%);
  display:grid; place-items:center; position:relative; overflow:hidden;
  box-shadow:0 18px 40px rgba(26,16,88,0.08);
}
#kvn-loader .spinner::after {
  content:""; width:36px; height:36px; border-radius:50%; background:linear-gradient(90deg,#4B2BD4,#1A1058); animation: kvn-spin 1.1s linear infinite;
}
@keyframes kvn-spin { from { transform: rotate(0deg) } to { transform: rotate(360deg) } }

/* Simple staggered reveal class for sections */
.kvn-animate { opacity:0; transform: translateY(20px) scale(.995); will-change: transform, opacity; transition: opacity .56s ease, transform .56s cubic-bezier(.2,.9,.2,1); }
.kvn-animate.kvn-visible { opacity:1; transform: translateY(0) scale(1); }

/* small variety: fade-up & fade-right */
.kvn-fadeup { opacity:0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.kvn-fadeup.kvn-visible { opacity:1; transform: translateY(0); }
.kvn-faderight { opacity:0; transform: translateX(18px); transition: opacity .6s ease, transform .6s ease; }
.kvn-faderight.kvn-visible { opacity:1; transform: translateX(0); }

/* Parallax targets: move slightly with cursor */
.kvn-parallax { transform: translate3d(0,0,0); transition: transform .14s linear; will-change: transform; }

/* small tilt / hover float for cards */
.kvn-tilt { transition: transform .32s cubic-bezier(.2,.9,.2,1), box-shadow .32s ease; transform-style: preserve-3d; transform-origin: center; will-change: transform; }
.kvn-tilt:hover { box-shadow: 0 36px 70px rgba(26,16,88,0.10); transform: translateZ(6px) scale(1.01); }

/* gentle floating animation for decorative elements */
.kvn-floating { animation: kvn-float 6s ease-in-out infinite; transform-origin: center; }
@keyframes kvn-float {
  0% { transform: translateY(0) }
  50% { transform: translateY(-8px) }
  100% { transform: translateY(0) }
}

/* cursor follower (small dot + ring) - will be created by JS */
.cursor-dot, .cursor-ring { position: fixed; pointer-events: none; z-index: 999999; transform: translate(-50%,-50%); opacity: 0; transition: opacity .18s linear, transform .12s linear; }
.cursor-dot { width:8px; height:8px; border-radius:50%; background: #d87f2a; box-shadow:0 6px 18px rgba(216,127,42,0.18); }
.cursor-ring { width:28px; height:28px; border-radius:50%; border:2px solid rgba(42,111,107,0.9); }

/* subtle mousemove parallax zone (slower movement) */
.kvn-parallax-zone { perspective: 900px; }

/* helper to delay reveal (use data-delay attribute) */
[data-kvn-delay] { transition-delay: calc(var(--kvn-delay, 0ms) ); }

/* Accessibility: hide cursor follower on touch devices */
@media (hover: none) and (pointer: coarse) {
  .cursor-dot, .cursor-ring { display: none !important; }
}
