/*
@File: Falix Template Styles

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

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

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

1.  General Styles 
2.  Back To Top Button CSS
3.  Preloader CSS
4.  Button & Link CSS
5.  Section Title, Overlay & Shape CSS
6.  Pagination CSS
7.  Breadcrumb CSS
----------------------------------*/
:root {
  --primaryFont: "Inter", sans-serif;
  --secondaryFont: "Manrope", sans-serif;
  --headingcolor: #251B42;
  --titleColor: #23314C;
  --paraColor: #787E91;
  --blueColor: #3D61FF;
  --paraColorTwo: rgba(35, 49, 76, 0.60);
  --whiteColor: #ffffff;
  --offwhiteColor: #B4B6BD;
  --redicalColor: #FF2772;
  --orangeColor: #FC8600;
  --cyprusColor: #004540;
  --fontSize: 16px;
  --transition: all ease .5s;
}

/*---------------------------------
            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;
}

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-family: var(--secondaryFont);
  color: var(--headingcolor);
  font-weight: 700;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--headingcolor);
}

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

p {
  font-size: 16px;
  line-height: 26px;
  color: var(--paraColor);
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 15px) 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lh-26 {
  line-height: 26px;
}

.lh-30 {
  line-height: 30px;
}

.h-56 {
  height: 56px !important;
}

.resize-0 {
  resize: none;
}

.transition {
  transition: all ease 0.5s;
}

.offcanvas-backdrop.show {
  display: none;
}

.index-1 {
  z-index: 1;
}

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

.section-title span {
  margin-bottom: 7px;
}
.section-title h2 {
  font-size: 42px;
  line-height: 52px;
}
.section-title h2.white {
  color: var(--whiteColor);
}

.br-title {
  font-size: 42px;
  line-height: 52px;
}

.ratings li {
  display: inline-block;
}
.ratings li i {
  color: #F1AE00;
}

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

.text_secondary {
  color: var(--headingcolor);
}

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

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

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

.text-blue {
  color: var(--blueColor);
}

.text-redical {
  color: var(--redicalColor);
}

.text-paraThree {
  color: #565067;
}

.text-cyprus {
  color: var(--cyprusColor);
}

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

.text-orange {
  color: var(--orangeColor);
}

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

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

.bg-cloud {
  background: var(--titleColor) !important;
}

.bg-blue {
  background: var(--blueColor);
}

.bg-cyprus {
  background: var(--cyprusColor);
}

.bg-redical {
  background: var(--redicalColor);
}

.bg-spring {
  background: #FAF9F5;
}

.bg-modest {
  background: #F6F7FC;
}

.bg-tutu {
  background: #FFF0FF;
}

.white {
  color: var(--whiteColor);
}

.btn {
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: 1;
  font-weight: 400;
  padding: 20px 30px 20px;
  border-radius: 7px;
  z-index: 1;
  border: none;
  overflow: hidden;
  transition: var(--transition);
}
.btn:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  z-index: -1;
  transition: var(--transition);
}
.btn:hover:before {
  height: 100%;
}
.btn.style-one {
  background: linear-gradient(92deg, #A861F9 0%, #8145D4 100%);
  color: var(--whiteColor);
}
.btn.style-one:before {
  background: linear-gradient(92deg, #F3795D 0%, #b5553d 100%);
}
.btn.style-two {
  background-color: #6D81FE;
  color: var(--whiteColor);
}
.btn.style-two:before {
  background-color: var(--titleColor);
}
.btn.style-three {
  border: 1px solid #FCFCFC;
  background-color: transparent;
  color: var(--blueColor);
}
.btn.style-three:before {
  background-color: var(--blueColor);
}
.btn.style-three:hover {
  border-color: transparent;
  color: var(--whiteColor);
}
.btn.style-four {
  background-color: var(--cyprusColor);
  color: var(--whiteColor);
}
.btn.style-four:before {
  background-color: var(--titleColor);
}
.btn.style-five {
  background-color: #E90000;
  color: var(--whiteColor);
}
.btn.style-five:before {
  background-color: #FFE5EE;
}
.btn.style-five:hover {
  color: var(--redicalColor);
}
.btn.style-six {
  background-color: #F1EEE4;
  color: var(--cyprusColor);
}
.btn.style-six:before {
  background-color: #FFE680;
}
.btn.style-seven {
  border: 1px solid #FCFCFC;
  background-color: transparent;
  color: var(--whiteColor);
}
.btn.style-seven:before {
  background-color: #fcfcfc;
}
.btn.style-seven:hover {
  border-color: transparent;
  color: #F63D69;
}
.btn.style-eight {
  border: 1px solid #6D81FE;
  background-color: transparent;
  color: #6D81FE;
}
.btn.style-eight:before {
  background-color: #6D81FE;
}
.btn.style-eight:hover {
  border-color: transparent;
  color: var(--whiteColor);
}
.btn.style-nine {
  background-color: var(--blueColor);
  color: var(--whiteColor);
}
.btn.style-nine:before {
  background-color: var(--titleColor);
}

.link {
  position: relative;
}
.link img {
  position: relative;
  margin-left: 15px;
  top: -1px;
  transition: var(--transition);
}
.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  transition: var(--transition);
}
.link:hover:after {
  width: 100%;
}
.link.style-one {
  color: #757FEF;
}
.link.style-one:after {
  background-color: #757FEF;
}
.link.style-two {
  color: var(--cyprusColor);
}
.link.style-two:after {
  background-color: var(--cyprusColor);
}

.rating li {
  display: inline-block;
}

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

.feature-list li {
  margin-bottom: 10px;
  padding-left: 25px;
}
.feature-list li:last-child {
  margin-bottom: 0;
}
.feature-list li i {
  position: absolute;
  left: 0;
  font-size: 20px;
  line-height: 0.8;
}

/*---------------------------------
     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.preloader-img {
  position: relative;
}
.preloader-area.preloader-img .pre-image {
  position: absolute;
  left: 48%;
  top: 47%;
}

.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;
}

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

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

.preloader-area .waviy span:nth-child(7) {
  animation-delay: 0.7s;
}
@keyframes waviy {
  0%, 40%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}
.elementor-editor-active .navbar.sticky.falix-hide-adminbar {
  top: 0;
}
.elementor-editor-active [data-cue=bounceInDown], .elementor-editor-active [data-cue=bounceInLeft], .elementor-editor-active [data-cue=bounceInRight], .elementor-editor-active [data-cue=bounceInUp], .elementor-editor-active [data-cue=bounceIn], .elementor-editor-active [data-cue=fadeIn], .elementor-editor-active [data-cue=rotateIn], .elementor-editor-active [data-cue=slideInDown], .elementor-editor-active [data-cue=slideInLeft], .elementor-editor-active [data-cue=slideInRight], .elementor-editor-active [data-cue=slideInUp], .elementor-editor-active [data-cue=zoomIn], .elementor-editor-active [data-cue=zoomOut], .elementor-editor-active [data-cues=bounceInDown] > *, .elementor-editor-active [data-cues=bounceInLeft] > *, .elementor-editor-active [data-cues=bounceInRight] > *, .elementor-editor-active [data-cues=bounceInUp] > *, .elementor-editor-active [data-cues=bounceIn] > *, .elementor-editor-active [data-cues=fadeIn] > *, .elementor-editor-active [data-cues=rotateIn] > *, .elementor-editor-active [data-cues=slideInDown] > *, .elementor-editor-active [data-cues=slideInLeft] > *, .elementor-editor-active [data-cues=slideInRight] > *, .elementor-editor-active [data-cues=slideInUp] > *, .elementor-editor-active [data-cues=zoomIn] > *, .elementor-editor-active [data-cues=zoomOut] > * {
  opacity: 1 !important;
}

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

@keyframes opacity-nine {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
/*---------------------------------
    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(--headingcolor);
  color: var(--whiteColor);
  animation: border-transform 10s linear infinite alternate forwards;
}
#backtotop.active {
  opacity: 1;
}

#backtotop:hover {
  background-color: var(--redicalColor);
  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%;
  }
}
/*---------------------------------
     Animation CSS
----------------------------------*/
.rotate {
  animation: rotation 20s infinite linear;
}

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

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

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

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

.animationFramesThree {
  animation: animationFramesThree 20000ms infinite ease-in-out;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(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: 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 float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-nav li {
  margin: 0 4px;
  display: inline-block;
  position: relative;
}
.page-nav li:first-child a i {
  left: -2px;
}
.page-nav li:last-child a i {
  right: -2px;
}
.page-nav li a {
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: var(--menuColor);
  border: 1px solid var(--menuColor);
  background-color: transparent;
  transition: var(--transition);
}
.page-nav li a i {
  font-size: 18px;
  line-height: 1;
  transition: var(--transition);
}
.page-nav li a img {
  display: block;
  margin: 0 auto;
  transition: var(--transition);
}
.page-nav li a.active, .page-nav li a:hover {
  color: var(--whiteColor);
  opacity: 1;
  background-color: var(--primaryColor);
  border-color: transparent;
}
.page-nav li a.active i, .page-nav li a:hover i {
  color: var(--whiteColor);
}
.page-nav li a.active img, .page-nav li a:hover img {
  filter: brightness(0) invert(1);
}

/*-------------------------------
    Breadcrumb CSS
-------------------------------*/
.breadcrumb-wrap {
  background-color: #FAF9F5;
  padding: 125px 0;
}
.breadcrumb-wrap .blog-metainfo {
  margin-bottom: 12px;
}
.breadcrumb-wrap .blog-metainfo li {
  display: inline-block;
  margin-right: 16px;
}
.breadcrumb-wrap .blog-metainfo li:last-child {
  margin-right: 0;
}
.breadcrumb-wrap .blog-metainfo li ul li {
  margin-right: 5px;
}
.breadcrumb-wrap .blog-metainfo li a:hover {
  color: var(--redicalColor);
}
.breadcrumb-wrap .blog-metainfo li a.blog-cat {
  padding: 5px 22px 6.5px;
  margin-top: 5px;
}
.breadcrumb-wrap .blog-metainfo li a.blog-cat:hover {
  background-color: var(--redicalColor);
}
.breadcrumb-wrap .br-title {
  margin-bottom: 20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.br-menu {
  margin-bottom: 4px;
}
.br-menu li {
  display: inline-block;
  margin-right: 0px;
  padding-right: 23px;
  color: var(--paraColor);
  position: relative;
  font-size: 14px;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.br-menu li a {
  color: var(--paraColor);
}
.br-menu li a:hover {
  color: var(--redicalColor);
}
.br-menu li:after {
  position: absolute;
  top: 6px;
  right: 0;
  content: "\ea6e";
  font-size: 18px;
  line-height: 0.8;
  font-weight: 300;
  font-family: remixicon !important;
  color: var(--offwhiteColor);
  transform: rotate(3deg);
}
.br-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.br-menu li:last-child:after {
  display: none;
}

/*---------------------------------
    Contact Page CSS 
-----------------------------------*/
.contact-card {
  padding: 36px 35px;
}
.contact-card .contact-icon {
  position: relative;
  top: -2px;
  width: 66px;
  height: 66px;
  background-color: var(--whiteColor);
  transition: var(--transition);
}
.contact-card .contact-icon i {
  font-size: 30px;
  line-height: 0.8;
  transition: var(--transition);
  color: var(--cyprusColor);
}
.contact-card .contact-info {
  width: calc(100% - 86px);
  margin-left: 20px;
}
.contact-card .contact-info h5 {
  margin-bottom: 18px;
}
.contact-card .contact-info a {
  display: block;
}
.contact-card .contact-info a:hover {
  color: var(--blueColor);
}
.contact-card .contact-info p {
  margin-bottom: 0;
}
.contact-card:hover .contact-icon {
  background-color: var(--cyprusColor);
}
.contact-card:hover .contact-icon i {
  color: var(--whiteColor);
}

.contact-map {
  height: 550px;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}

/*-------------------------------
    All Details Page CSS
-------------------------------*/
.sidebar .sidebar-widget {
  margin-bottom: 30px;
}
.sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-widget .sidebar-widget-title {
  position: relative;
  display: block;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
}
.sidebar .sidebar-widget .wp-block-heading {
  position: relative;
  display: block;
  padding-bottom: 12px;
  font-size: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
}

.search-box input {
  height: 56px;
  background-color: #F6F7FC;
  padding: 10px 50px 10px 20px;
}
.search-box input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.search-box input::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.search-box button {
  padding: 5px 12.5px;
  top: 5px;
  right: 5px;
  height: calc(100% - 10px);
}
.search-box button i {
  font-size: 23px;
}

.category-list li {
  margin-bottom: 12px;
}
.category-list li:last-child {
  margin-bottom: 0;
}
.category-list li a {
  position: relative;
  font-weight: 500;
}
.category-list li a span {
  float: right;
}
.category-list li a:hover {
  color: var(--redicalColor);
  padding-left: 8px;
}
.category-list li a:hover:before {
  background-color: var(--headingcolor);
}

.pp-post-wrap .pp-post-item {
  margin-bottom: 25px;
}
.pp-post-wrap .pp-post-item:last-child {
  margin-bottom: 0;
}
.pp-post-wrap .pp-post-item .pp-post-img {
  width: 110px;
  border-radius: 12px;
}
.pp-post-wrap .pp-post-item .pp-post-img img {
  border-radius: 12px;
}
.pp-post-wrap .pp-post-item .pp-post-info {
  width: calc(100% - 140px);
  margin-left: 20px;
}
.pp-post-wrap .pp-post-item .pp-post-info .post-date {
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
}
.pp-post-wrap .pp-post-item .pp-post-info .post-date:hover {
  color: var(--sredicalColor);
}
.pp-post-wrap .pp-post-item .pp-post-info h6 {
  margin-bottom: 0;
  line-height: 22px;
}
.pp-post-wrap .pp-post-item .pp-post-info h6 a {
  color: var(--titleColor);
}
.pp-post-wrap .pp-post-item .pp-post-info h6 a:hover {
  color: var(--redicalColor);
}

.tag-list {
  margin-top: -15px;
}
.tag-list li {
  display: inline-block;
  margin: 15px 4px 0 0;
}
.tag-list li a {
  font-size: 14px;
  background-color: #F6F7FC;
  padding: 7px 20px;
  color: var(--paraColor);
  border-radius: 4px;
}
.tag-list li a:hover {
  border-color: transparent;
  background-color: var(--redicalColor);
  color: var(--whiteColor);
}

.project-brief li {
  margin-bottom: 15px;
}
.project-brief li:last-child {
  margin-bottom: 0;
}
.project-brief li span {
  font-weight: 400;
  margin-right: 5px;
}

.project-desc p,
.service-desc p,
.terms-wrap p,
.blog-desc p {
  margin-bottom: 18px;
}
.project-desc p:last-child,
.service-desc p:last-child,
.terms-wrap p:last-child,
.blog-desc p:last-child {
  margin-bottom: 0;
}
.project-desc p strong, .project-desc p b,
.service-desc p strong,
.service-desc p b,
.terms-wrap p strong,
.terms-wrap p b,
.blog-desc p strong,
.blog-desc p b {
  color: var(--headingcolor);
}
.project-desc p a,
.service-desc p a,
.terms-wrap p a,
.blog-desc p a {
  color: var(--blueColor);
}
.project-desc p a:hover,
.service-desc p a:hover,
.terms-wrap p a:hover,
.blog-desc p a:hover {
  text-decoration: underline;
  color: var(--headingcolor);
}
.project-desc h1, .project-desc h2, .project-desc h3, .project-desc h4, .project-desc h5, .project-desc h6,
.service-desc h1,
.service-desc h2,
.service-desc h3,
.service-desc h4,
.service-desc h5,
.service-desc h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6,
.blog-desc h1,
.blog-desc h2,
.blog-desc h3,
.blog-desc h4,
.blog-desc h5,
.blog-desc h6 {
  margin-bottom: 15px;
  font-weight: 700;
}
.project-desc h1,
.service-desc h1,
.terms-wrap h1,
.blog-desc h1 {
  font-size: 40px;
}
.project-desc h2,
.service-desc h2,
.terms-wrap h2,
.blog-desc h2 {
  font-size: 35px;
}
.project-desc h3,
.service-desc h3,
.terms-wrap h3,
.blog-desc h3 {
  font-size: 32px;
}
.project-desc h4,
.service-desc h4,
.terms-wrap h4,
.blog-desc h4 {
  font-size: 28px;
}
.project-desc h5,
.service-desc h5,
.terms-wrap h5,
.blog-desc h5 {
  font-size: 24px;
}
.project-desc h6,
.service-desc h6,
.terms-wrap h6,
.blog-desc h6 {
  font-size: 18px;
}
.project-desc ol,
.service-desc ol,
.terms-wrap ol,
.blog-desc ol {
  margin-top: 20px;
  margin-bottom: 30px;
}
.project-desc ol li,
.service-desc ol li,
.terms-wrap ol li,
.blog-desc ol li {
  margin-bottom: 15px;
  color: var(--paraColor);
  padding-left: 3px;
}
.project-desc .feature-list li,
.service-desc .feature-list li,
.terms-wrap .feature-list li,
.blog-desc .feature-list li {
  color: rgba(35, 49, 76, 0.6);
  padding-left: 34px;
  margin-bottom: 13px;
}
.project-desc .feature-list li:last-child,
.service-desc .feature-list li:last-child,
.terms-wrap .feature-list li:last-child,
.blog-desc .feature-list li:last-child {
  margin-bottom: 0;
}
.project-desc .feature-list li i,
.service-desc .feature-list li i,
.terms-wrap .feature-list li i,
.blog-desc .feature-list li i {
  color: var(--redicalColor);
  font-size: 25px;
  top: 2.5px;
}
.project-desc .feature-list li i.terms,
.service-desc .feature-list li i.terms,
.terms-wrap .feature-list li i.terms,
.blog-desc .feature-list li i.terms {
  color: #6d81fe;
  top: 5px !important;
}
.project-desc .single-para,
.service-desc .single-para,
.terms-wrap .single-para,
.blog-desc .single-para {
  margin-bottom: 40px;
}
.project-desc .single-para:last-child,
.service-desc .single-para:last-child,
.terms-wrap .single-para:last-child,
.blog-desc .single-para:last-child {
  margin-bottom: 0;
}

.wp-blockquote {
  padding: 65px 64px 65px 64px;
  position: relative;
  border-radius: 15px;
  background: #FAF9F5;
}
.wp-blockquote p {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 15px;
}
.wp-blockquote h6 {
  font-size: 24px !important;
  color: var(--blueColor);
  padding-left: 20px;
  font-weight: 500;
  position: relative;
}
.wp-blockquote h6:before {
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  width: 10px;
  height: 1px;
  background-color: var(--blueColor);
}
.wp-blockquote .quote-icon {
  right: 40px;
  bottom: 45px;
}

.post-metaoption {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 30px;
  margin-top: 40px;
  clear: both;
}
.post-metaoption .social-profile {
  position: relative;
  top: -4px;
}
.post-metaoption .social-profile li a {
  background-color: #6D81FE;
  color: var(--whiteColor);
  font-size: 18px;
}

.post-tag span,
.post-share span {
  color: var(--paraColor);
  margin-right: 6px;
  position: relative;
  top: -3px;
}

.post-tag ul li {
  margin-right: 6px;
}
.post-tag ul li:last-child {
  margin-right: 0;
}
.post-tag ul li a {
  font-size: 15px;
  font-weight: 500;
  color: var(--titleColor);
  position: relative;
  margin-right: 5px;
}
.post-tag ul li a:hover {
  color: var(--redicalColor);
}
.post-tag ul li a::before {
  position: absolute;
  content: ",";
  right: -5px;
}
.post-tag ul li:last-child a::before {
  display: none;
}

.post-pagination .prev-post,
.post-pagination .prev-post {
  font-weight: 600;
}
.post-pagination .prev-post img,
.post-pagination .prev-post img {
  position: relative;
  top: -2px;
}
.post-pagination .prev-post:hover,
.post-pagination .prev-post:hover {
  color: var(--redicalColor);
}
.post-pagination .prev-post img {
  margin-right: 8px;
}
.post-pagination .next-post img {
  margin-left: 8px;
}

.comment-item-wrap {
  padding: 30px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.comment-item-wrap .comment-item {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.comment-item-wrap .comment-item.reply {
  margin-left: 40px;
}
.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.comment-item-wrap .comment-item .comment-author-info .comment-author-img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  position: relative;
  top: 1px;
}
.comment-item-wrap .comment-item .comment-author-info .comment-author-img img {
  border-radius: 50%;
}
.comment-item-wrap .comment-item .comment-author-info .comment-author-name {
  margin: 0 0 0 15px;
}
.comment-item-wrap .comment-item .comment-author-info .comment-author-name h5 {
  line-height: 1;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}
.comment-item-wrap .comment-item .comment-author-info .comment-author-name .comment-date {
  display: block;
  line-height: 1;
  margin-top: 7px;
}
.comment-item-wrap .comment-item .comment-text {
  margin: 22px 0 0;
}
.comment-item-wrap .reply-btn {
  display: inline-block;
  padding-bottom: 5px;
  font-weight: 600;
  transition: var(--transition);
}
.comment-item-wrap .reply-btn:hover {
  color: var(--redicalColor);
}

.single-img.service img {
  border-radius: 15px;
}

.comment-form {
  background-color: #FAF9F5;
  border-radius: 10px;
  padding: 35px;
}
.comment-form.style-two {
  padding: 25px;
}
.comment-form.style-two .form-group input {
  border-color: transparent;
}
.comment-form.style-two .form-group input, .comment-form.style-two .form-group textarea {
  border-color: transparent;
}
.comment-form .form-group input {
  height: 48px;
  border-radius: 50px;
}
.comment-form .form-group input, .comment-form .form-group textarea {
  background-color: var(--whiteColor);
  font-size: 15px;
  color: var(--paraColor);
  padding-left: 20px;
  padding-right: 20px;
}
.comment-form .form-group input::-moz-placeholder, .comment-form .form-group textarea::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.comment-form .form-group input::placeholder, .comment-form .form-group textarea::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.comment-form .form-group textarea {
  border-radius: 20px;
  height: 154px;
}
.comment-form.contact-form .form-group .form-control {
  height: 56px;
  border: unset;
}
.comment-form.contact-form .form-group textarea {
  height: 154px !important;
  padding-top: 15px;
}

.project-desc .feature-card.style-one h3,
.terms-wrap .feature-card.style-one h3,
.service-desc .feature-card.style-one h3 {
  font-size: 28px;
}
.project-desc .feature-card.style-one p,
.terms-wrap .feature-card.style-one p,
.service-desc .feature-card.style-one p {
  padding-right: 0;
}
.project-desc .case-metainfo li,
.terms-wrap .case-metainfo li,
.service-desc .case-metainfo li {
  display: inline-block;
  margin-right: 12px;
}
.project-desc .case-metainfo li:last-child,
.terms-wrap .case-metainfo li:last-child,
.service-desc .case-metainfo li:last-child {
  margin-right: 0;
}
.project-desc .case-metainfo li a,
.terms-wrap .case-metainfo li a,
.service-desc .case-metainfo li a {
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  font-size: 14px;
  font-weight: 400;
  padding: 5px 17px 9px;
  line-height: 1;
  color: var(--offwhiteColor);
}
.project-desc .case-metainfo li a:hover,
.terms-wrap .case-metainfo li a:hover,
.service-desc .case-metainfo li a:hover {
  border-color: transparent;
  color: var(--whiteColor);
  background-color: var(--headingcolor);
}
.project-desc .feature-list li,
.terms-wrap .feature-list li,
.service-desc .feature-list li {
  padding-left: 32px;
  margin-bottom: 32px;
}
.project-desc .feature-list li:last-child,
.terms-wrap .feature-list li:last-child,
.service-desc .feature-list li:last-child {
  margin-bottom: 0;
}
.project-desc .feature-list li img,
.terms-wrap .feature-list li img,
.service-desc .feature-list li img {
  top: 6px;
}
.project-desc .feature-list.style-two li,
.terms-wrap .feature-list.style-two li,
.service-desc .feature-list.style-two li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 16px;
}
.project-desc .feature-list.style-two li:last-child,
.terms-wrap .feature-list.style-two li:last-child,
.service-desc .feature-list.style-two li:last-child {
  margin-bottom: 0;
}
.project-desc .feature-list.style-two li:before,
.terms-wrap .feature-list.style-two li:before,
.service-desc .feature-list.style-two li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #7B8F94;
  border-radius: 50%;
}

.checkbox {
  display: block;
}
.checkbox.form-check {
  padding-left: 0;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 29px;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border-radius: 2px;
  border: 2px solid var(--paraColor);
  background: rgba(0, 0, 0, 0.02);
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}

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

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  border: none;
  background: var(--redicalColor);
}

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

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

/*-------------------------------
    Show Demo CSS
-------------------------------*/
.sidebar-btn {
  top: calc(50% - 55px);
  position: fixed;
  z-index: 99991;
  width: 40px;
  right: 0;
}
.sidebar-btn button {
  border: 0;
  width: 100%;
  min-width: 100%;
  cursor: pointer;
  min-height: 48px;
  border-radius: 0;
  align-items: center;
  letter-spacing: 1px;
  display: inline-flex;
  padding: 12px 0px 10px;
  justify-content: center;
  color: var(--whiteColor);
  -webkit-box-pack: center;
  text-transform: uppercase;
  -webkit-box-align: center;
  background-color: var(--redicalColor);
  transition: padding-right 0.3s ease 0s;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
  font-size: 14px;
  font-weight: 500;
}
.sidebar-btn button span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding-left: 5px;
  padding-right: 5px;
}

.sidebar-demos-popup {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  overflow: hidden;
  visibility: hidden;
  transition: var(--transition);
}
.sidebar-demos-popup.active {
  opacity: 1;
  visibility: visible;
}
.sidebar-demos-popup .close-btn {
  background-color: transparent;
  transition: var(--transition);
  color: var(--whiteColor);
  position: fixed;
  font-size: 40px;
  line-height: 1;
  opacity: 0.8;
  right: 30px;
  padding: 0;
  border: 0;
  top: 20px;
}
.sidebar-demos-popup .demos-inner {
  background-color: #18181b;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.sidebar-demos-popup .demos-inner .inner-demos {
  height: 100%;
  overflow: auto;
  border-radius: 8px;
  width: calc(100% + 20px);
}
.sidebar-demos-popup .demos-inner .inner-demos .demos-list {
  max-width: 1320px;
  margin: 50px auto;
  text-align: center;
  border-radius: 10px;
  padding: 50px 50px 0;
  background-color: var(--whiteColor);
  box-shadow: rgba(23, 53, 102, 0.5) 0 15px 50px 0;
}
.sidebar-demos-popup .demos-inner .inner-demos .demos-list h2 {
  margin-bottom: 40px;
  font-size: 35px;
}
.sidebar-demos-popup .demos-inner .inner-demos .demos-list .single-demo-item {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.sidebar-demos-popup .demos-inner .inner-demos .demos-list .single-demo-item h3 {
  transition: var(--transition);
  margin-bottom: 0;
  font-size: 25px;
}
.sidebar-demos-popup .demos-inner .inner-demos .demos-list .single-demo-item .image {
  margin-bottom: 30px;
  transition: var(--transition);
  filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.1));
}
.sidebar-demos-popup .demos-inner .inner-demos .demos-list .single-demo-item .link-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  position: absolute;
}
.sidebar-demos-popup .demos-inner .inner-demos .demos-list .single-demo-item:hover h3 {
  color: var(--redicalColor);
}
.sidebar-demos-popup .sidebar-demos-popup .close-btn {
  background-color: transparent;
  transition: var(--transition);
  color: var(--whiteColor);
  position: fixed;
  font-size: 40px;
  line-height: 1;
  opacity: 0.8;
  right: 30px;
  padding: 0;
  border: 0;
  top: 20px;
}

.pagination-area {
  text-align: center;
  margin-top: 25px;
}
.pagination-area .page-numbers {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--titleColor);
  display: inline-block;
  background-color: #FAF9F5;
  border-radius: 100%;
  transition: var(--transition);
  margin-right: 10px;
}
.pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
  background-color: var(--cyprusColor);
  color: var(--whiteColor);
}
.pagination-area .page-numbers.next, .pagination-area .page-numbers.prev {
  height: unset;
  width: unset;
  background-color: unset;
}
.pagination-area .page-numbers.next:hover, .pagination-area .page-numbers.prev:hover {
  background-color: unset;
  color: var(--cyprusColor);
}

.destination-card-ld {
  display: none;
}

.navbar-area .logo-option {
  margin-bottom: 0;
}/*# sourceMappingURL=falix-main-style.css.map */