/*
@File: Leadx Theme Styles

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

This files table contents are outlined below>>>>>
/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Back To Top Button CSS
3.  Preloader CSS
4.  Button & Link CSS
5.  Section Title, Overlay & Shape CSS
6.  Pagination CSS
7.  Breadcrumb CSS
8.  Hero CSS
----------------------------------*/
:root {
  --primaryFont: "DM Sans", sans-serif;
  --secondaryFont: "Jost", sans-serif;
  --mainColor: #4936F5;
  --secondaryColor: #00CAE3;
  --optionalColor: #ECF0FF;
  --orangeColor: #FA5C35;
  --titleColor: #23272E;
  --paraColor: #51555E;
  --whiteColor: #ffffff;
  --offwhiteColor: #F7F7F7;
  --em_offwhiteColor: #EDEDED;
  --aztechColor:#111828;
  --ashColor: #EFF1F3;
  --codColor: #333;
  --darkColor: #000;
  --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 {
  color: var(--titleColor);
  font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--secondaryColor);
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--optionalColor);
}

body {
  font-family: var(--primaryFont);
  color: var(--paraColor);
  line-height: 24px;
}

p {
  font-size: 16px;
  line-height: 24px;
  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%;
}

.mt-100 {
  margin-top: 100px;
}

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

.mt-35 {
  margin-top: 35px;
}

.mt-60 {
  margin-top: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-175 {
  padding-top: 130px;
}

.ptb-175 {
  padding-top: 130px;
  padding-bottom: 130px;
}

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

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

.pb-175 {
  padding-bottom: 130px;
}

.pt-200 {
  padding-top: 130px;
}

.pb-200 {
  padding-bottom: 130px;
}

.ptb-200 {
  padding-top: 130px;
  padding-bottom: 130px;
}

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

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

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

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

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

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

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

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

.br-one {
  border-top: 1px solid var(--optionalColor);
}

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

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

.resize-0 {
  resize: none;
}

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

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

.sticky-title {
  position: sticky;
  top: 100px;
}

.dm-section-title {
  margin-left: auto;
  margin-right: auto;
}
.dm-section-title > span {
  line-height: 19px;
  padding: 11px 20px 11px;
  border-radius: 7px;
  margin-bottom: 15px;
}
.dm-section-title > span img {
  position: absolute;
  left: 0;
}
.dm-section-title h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 2px;
}
.dm-section-title.style-two h2 .word:nth-child(2) div, .dm-section-title.style-two h2 .word:nth-child(3) div {
  color: var(--mainColor);
}
.dm-section-title.style-three h2 .word:nth-child(3) div, .dm-section-title.style-three h2 .word:nth-child(4) div {
  color: var(--mainColor);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  text-align: center;
  position: relative;
  line-height: 1;
  font-weight: 500;
  padding: 18px 25px 17px;
  border-radius: 6px;
  z-index: 1;
  border: none;
  transition: var(--transition);
}
.btn:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  z-index: -1;
  border-radius: 6px;
  transition: var(--transition);
}
.btn:hover:before {
  width: 100%;
}
.btn.style-one {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.btn.style-one:before {
  background-color: var(--secondaryColor);
}
.btn.style-one:hover {
  color: var(--whiteColor);
}
.btn.style-two {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.btn.style-two:before {
  background-color: var(--optionalColor);
}
.btn.style-two:hover {
  color: var(--mainColor);
}
.btn.style-three {
  background-color: var(--optionalColor);
  color: var(--mainColor);
}
.btn.style-three:before {
  background-color: var(--secondaryColor);
}
.btn.style-three:hover {
  color: var(--mainColor);
}

.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;
  background-color: var(--mainColor);
  transition: var(--transition);
}
.link:hover:after {
  width: 100%;
}
.link.style-one {
  color: var(--secondaryColor);
}
.link.style-one:after {
  background-color: var(--secondaryColor);
}
.link.style-three {
  color: #4936F5;
}
.link.style-three:after {
  background-color: #4936F5;
}

.rating li {
  display: inline-block;
}

/*---------------------------------
     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(--mainColor);
  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(--mainColor);
  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(--mainColor);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*-------------------------------
    Custom Cursor CSS
-------------------------------*/
.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid rgba(16, 64, 49, 0.2);
  transition: all 300ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 99999;
}

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

.hover {
  background-color: var(--mainColor);
  opacity: 0.5;
  width: 20px;
  height: 20px;
}

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

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

.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(even) {
  color: var(--mainColor);
}
@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(--secondaryColor);
  color: var(--whiteColor);
  animation: border-transform 10s linear infinite alternate forwards;
}

#backtotop:hover {
  background-color: var(--mainColor);
  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;
}

.reveal-text {
  visibility: visible;
  max-width: 100%;
}
.reveal-text .letter {
  position: relative;
  display: inline-block;
  will-change: transform;
  transform-style: preserve-3d;
}
.reveal-text .letter div {
  width: 100%;
  font-weight: 600;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.reveal-text .perspective {
  position: relative;
  display: inline-block;
}
.reveal-text .perspective div {
  position: relative;
  display: inline-block;
}
.reveal-text .word {
  display: inline-block;
}
.reveal-text .word div {
  font-weight: 700;
}
.reveal-text.style-one .word:nth-child(1) div, .reveal-text.style-one .word:nth-child(2) div {
  color: var(--mainColor);
}
.reveal-text.style-two .word:nth-child(2) div, .reveal-text.style-two .word:nth-child(3) div {
  color: var(--mainColor);
}
.reveal-text.style-three .word:nth-child(3) div {
  color: var(--mainColor);
}

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

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

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

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes animate__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 animate__fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes mymove {
  from {
    left: 0;
  }
  to {
    left: -100px;
  }
}
@keyframes mymovetwo {
  from {
    right: 0;
  }
  to {
    right: -100px;
  }
}
/*-------------------------------
    Pagination & Checkbox  CSS
-------------------------------*/
.page-nav li {
  margin: 0 2px;
  display: inline-block;
}
.page-nav li a {
  font-weight: 600;
  color: var(--paraColor);
  border: 1px solid var(--optionalColor);
  transition: var(--transition);
  position: relative;
  border-radius: 3px;
  padding: 5px 17px;
  overflow: hidden;
}
.page-nav li a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  opacity: 0;
  background: var(--mainColor);
  z-index: -1;
  transition: var(--transition);
}
.page-nav li a.active, .page-nav li a:hover {
  color: var(--whiteColor);
  opacity: 1;
  border-color: transparent;
  background-color: var(--mainColor);
  border-color: transparent;
}
.page-nav li a.active:before, .page-nav li a:hover:before {
  width: 100%;
  opacity: 1;
}

/*---------------------------------
    Hero CSS 
-----------------------------------*/
#dm-hero-area {
  padding-top: 91px;
}

.dm-hero-wrap .left-bg-shape,
.dm-hero-wrap .left-bg-shape, .sec-content-wrap .left-bg-shape,
.sec-content-wrap .left-bg-shape {
  z-index: -1;
}
.dm-hero-wrap .left-bg-shape, .sec-content-wrap .left-bg-shape {
  top: 33%;
}
.dm-hero-wrap .marker-shape-left, .sec-content-wrap .marker-shape-left {
  top: 20%;
  left: 13px;
  z-index: 0;
}
.dm-hero-wrap .marker-shape-right, .sec-content-wrap .marker-shape-right {
  top: 22%;
  right: 13px;
  z-index: 0;
}
.dm-hero-wrap:before, .sec-content-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 85%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  z-index: -1;
}
.dm-hero-wrap .hero-content > span, .sec-content-wrap .hero-content > span {
  line-height: 19px;
  padding: 11.5px 19px 10.5px;
  border-radius: 7px;
  margin-bottom: 13px;
  letter-spacing: -0.2px;
}
.dm-hero-wrap .hero-content h1, .sec-content-wrap .hero-content h1 {
  font-size: 60px;
  line-height: 71px;
  max-width: 100%;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.dm-hero-wrap .hero-content h1 .word:nth-child(2), .dm-hero-wrap .hero-content h1 .word:nth-child(3), .sec-content-wrap .hero-content h1 .word:nth-child(2), .sec-content-wrap .hero-content h1 .word:nth-child(3) {
  color: var(--mainColor);
}
.dm-hero-wrap .hero-content h1 .perspective div, .sec-content-wrap .hero-content h1 .perspective div {
  font-weight: 700;
}
.dm-hero-wrap .hero-content p, .sec-content-wrap .hero-content p {
  margin-bottom: 48px;
}
.dm-hero-wrap .booking-form, .sec-content-wrap .booking-form {
  position: relative;
}
.dm-hero-wrap .booking-form input, .sec-content-wrap .booking-form input {
  height: 51px;
  border-radius: 7px;
  width: calc(100% - 163px);
  margin-right: auto;
  padding: 12px 20px 12px 51px;
}
.dm-hero-wrap .booking-form input::-moz-placeholder, .sec-content-wrap .booking-form input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 0.7;
}
.dm-hero-wrap .booking-form input::placeholder, .sec-content-wrap .booking-form input::placeholder {
  color: var(--paraColor);
  opacity: 0.7;
}
.dm-hero-wrap .booking-form img, .sec-content-wrap .booking-form img {
  position: absolute;
  top: 20px;
  left: 18px;
}
.dm-hero-wrap .booking-form button, .sec-content-wrap .booking-form button {
  width: 153px;
  padding-left: 20px;
  padding-right: 20px;
}
.dm-hero-wrap .hero-img, .sec-content-wrap .hero-img {
  margin-top: 110px;
  border-radius: 7px;
  box-shadow: 0 5.04px 69px 0 rgba(0, 0, 0, 0.15);
}
.dm-hero-wrap .hero-img img, .sec-content-wrap .hero-img img {
  border-radius: 7px;
}

/*---------------------------------
    Service Section CSS 
-----------------------------------*/
.dm-wh-wrap .shape-one,
.dm-wh-wrap .shape-two {
  z-index: -1;
}
.dm-wh-wrap .dm-section-title > span {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background-color: rgba(255, 255, 255, 0.12);
}
.dm-wh-wrap .wh-img-wrap .wh-dashboard-one,
.dm-wh-wrap .wh-img-wrap .wh-dashboard-two {
  border-radius: 7px;
}
.dm-wh-wrap .wh-img-wrap .wh-dashboard-one {
  bottom: 26px;
  left: 0;
  z-index: 2;
  border-radius: 7px;
}
.dm-wh-wrap .wh-img-wrap .wh-dashboard-two {
  top: 26px;
  right: 0;
  z-index: 2;
}
.dm-wh-wrap .wh-img-wrap .wh-img {
  z-index: 0;
  position: relative;
}
.dm-wh-wrap .counter-card {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.08);
  padding: 35px 15px 43px;
}
.dm-wh-wrap .counter-card h2 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 1px;
  letter-spacing: 1.3px;
}
.dm-wh-wrap .counter-card p {
  font-weight: 300;
}

.wh-content .wh-item-wrap .wh-item {
  padding-left: 26px;
  margin-bottom: 50px;
  position: relative;
}
.wh-content .wh-item-wrap .wh-item:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  width: 2px;
  height: 100%;
  border-left: 2px solid var(--secondaryColor);
}
.wh-content .wh-item-wrap .wh-item:last-child {
  margin-bottom: 0;
}
.wh-content .wh-item-wrap .wh-item h5 {
  margin-bottom: 10px;
}
.wh-content .wh-item-wrap .wh-item p {
  color: #E0E0E0;
}

/*---------------------------------
    Solution Card CSS 
-----------------------------------*/
.dm-soln-card {
  border: 1px solid #E6E9F1;
  padding: 25px;
  transition: var(--transition);
}
.dm-soln-card .soln-info {
  margin-top: 28px;
}
.dm-soln-card .soln-info h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 9px;
}
.dm-soln-card .soln-info h3 a {
  color: var(--titleColor);
}
.dm-soln-card .soln-info h3 a:hover {
  color: var(--mainColor);
}
.dm-soln-card .soln-info p {
  margin-bottom: 43px;
}
.dm-soln-card .soln-info .soln-btn {
  display: flex;
  align-items: center;
  color: var(--titleColor);
  font-weight: 600;
}
.dm-soln-card .soln-info .soln-btn span {
  margin-right: 7px;
  width: 44px;
  height: 44px;
  border: 1px solid #E9ECF3;
  transition: var(--transition);
}
.dm-soln-card .soln-info .soln-btn span i, .dm-soln-card .soln-info .soln-btn span img {
  transition: var(--transition);
}
.dm-soln-card .soln-info .soln-btn:hover {
  color: var(--mainColor);
}
.dm-soln-card .soln-info .soln-btn:hover span {
  border-color: transparent;
  background-color: var(--mainColor);
}
.dm-soln-card .soln-info .soln-btn:hover span img {
  filter: brightness(0) invert(1);
}
.dm-soln-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 65px 28px -39px rgba(0, 0, 0, 0.09);
}

/*---------------------------------
    Booking Demo CSS 
-----------------------------------*/
.dm-booking-wrap .shape-one,
.dm-booking-wrap .shape-two {
  z-index: -1;
}
.dm-booking-wrap .dm-section-title p {
  margin: 20px 0 53px;
}
.dm-booking-wrap .booking-form {
  position: relative;
}
.dm-booking-wrap .booking-form input {
  height: 51px;
  border-radius: 7px;
  width: calc(100% - 163px);
  margin-right: auto;
  padding: 12px 20px 12px 49px;
}
.dm-booking-wrap .booking-form input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 0.7;
}
.dm-booking-wrap .booking-form input::placeholder {
  color: var(--paraColor);
  opacity: 0.7;
}
.dm-booking-wrap .booking-form img {
  position: absolute;
  top: 20px;
  left: 18px;
}
.dm-booking-wrap .booking-form button {
  width: 153px;
  padding-left: 20px;
  padding-right: 20px;
}

/*---------------------------------
    Feature Section CSS 
-----------------------------------*/
.faq-tablist {
  border: none;
}
.faq-tablist .nav-item {
  margin-bottom: 10px;
  border: none;
  display: block;
  width: 100%;
}
.faq-tablist .nav-item:last-child {
  margin-bottom: 10px;
}
.faq-tablist .nav-item .nav-link {
  text-align: left;
  width: 100%;
  display: block;
  font-size: 18px;
  background-color: transparent;
  border: 1px solid #E7EFFD;
  border-radius: 4px;
  color: var(--titleColor);
}
.faq-tablist .nav-item .nav-link.active, .faq-tablist .nav-item .nav-link:hover {
  color: var(--mainColor);
  background-color: #E7EFFD;
  border-left: 2px solid var(--mainColor);
}

.dm-accordion .accordion-item {
  border-radius: 7px;
  border: none;
  padding-top: 18px;
  padding-bottom: 19px;
  border-radius: 0;
  border-bottom: 1px solid #DDE0E7;
}
.dm-accordion .accordion-item:first-child {
  border-top: 1px solid #DDE0E7;
}
.dm-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.dm-accordion .accordion-item .accordion-header {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  border-radius: 0;
}
.dm-accordion .accordion-item .accordion-header .accordion-button {
  margin: 0;
  font-size: 20px;
  font-family: var(--primaryFont);
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  align-items: center;
  color: var(--titleColor);
  padding: 0 42px 0 0;
  box-shadow: none;
  transition: var(--transition);
}
.dm-accordion .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.dm-accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.dm-accordion .accordion-item .accordion-header .accordion-button span {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 5px;
  right: 0px;
  text-align: center;
}
.dm-accordion .accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: calc(50% - 1px);
  right: 0%;
  font-size: 31px;
  font-weight: 300;
  line-height: 1;
  color: var(--titleColor);
  display: block;
  margin: 0 auto;
  transform: translateY(-50%);
}
.dm-accordion .accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}
.dm-accordion .accordion-item:not(.collapsed) {
  box-shadow: none;
}
.dm-accordion .accordion-item .accordion-body {
  border: none;
  margin: 0 35px 0 0;
  padding: 10px 0 0px;
}
.dm-accordion .accordion-item .accordion-body p {
  font-weight: 400;
}
.dm-accordion .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}
.dm-accordion .accordion-item:not(.collapsed) .accordion-button span .plus {
  visibility: hidden;
  opacity: 0;
}
.dm-accordion .accordion-item:not(.collapsed) .accordion-button span .minus {
  visibility: visible !important;
  opacity: 1 !important;
}
.dm-accordion.style-two .accordion-item {
  border: 1px solid var(--optionalColor);
  border-radius: 7px;
  padding: 18px 25px;
  margin-bottom: 20px;
}
.dm-accordion.style-two .accordion-item:last-child {
  margin-bottom: 0;
}
.dm-accordion.style-two .accordion-item .accordion-body {
  margin-top: 10px;
}

/*---------------------------------
    Testimonial CSS 
-----------------------------------*/
.dm-testimonial-card {
  padding: 25px 25px 25px;
}
.dm-testimonial-card .rating li i {
  color: #FE7A36;
  font-size: 18px;
}
.dm-testimonial-card .client-quote {
  margin: 18px 0 25px;
}
.dm-testimonial-card .client-info-wrap .client-img {
  width: 50px;
  height: 50px;
}
.dm-testimonial-card .client-info-wrap .client-info {
  position: relative;
  top: 2px;
  width: calc(100% - 66px);
  margin-left: auto;
}
.dm-testimonial-card .client-info-wrap .client-info h5 {
  margin-bottom: 5px;
}

/*-------------------------------
    Contact Page CSS
-------------------------------*/
.dm-contact-info-card {
  transition: var(--transition);
}
.dm-contact-info-card:hover {
  transform: translateY(-5px);
}
.dm-contact-info-card .contact-icon {
  width: 100px;
  height: 100px;
}
.dm-contact-info-card .contact-info {
  width: calc(100% - 130px);
  margin-left: auto;
  position: relative;
  top: 4px;
}
.dm-contact-info-card .contact-info span {
  margin-bottom: 10px;
}
.dm-contact-info-card .contact-info a {
  color: var(--titleColor);
  margin-top: 5px;
}
.dm-contact-info-card .contact-info a:hover {
  color: var(--mainColor);
}
.dm-contact-info-card .contact-info a, .dm-contact-info-card .contact-info p {
  font-size: 20px;
  font-weight: 600;
}

.dm-contact-form-box {
  margin-bottom: 100px;
}
.dm-contact-form-box .contact-bg {
  height: 790px;
  background-image: url(../img/contact-bg.jpg);
  border-radius: 7px;
}
.dm-contact-form-box .contact-form-wrap {
  padding-right: 50px;
}
.dm-contact-form-box .contact-form-wrap .dm-section-title {
  margin-bottom: 40px;
}
.dm-contact-form-box .contact-form-wrap .form-group {
  margin-bottom: 15px;
}
.dm-contact-form-box .contact-form-wrap input, .dm-contact-form-box .contact-form-wrap textarea {
  background-color: var(--whiteColor);
  border: none;
  color: var(--paraColor);
  border-radius: 4px;
  padding: 10px 15px;
}
.dm-contact-form-box .contact-form-wrap input::-moz-placeholder, .dm-contact-form-box .contact-form-wrap textarea::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.dm-contact-form-box .contact-form-wrap input::placeholder, .dm-contact-form-box .contact-form-wrap textarea::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.dm-contact-form-box .contact-form-wrap input {
  height: 55px;
}
.dm-contact-form-box .contact-form-wrap textarea {
  height: 112px;
}

.contact-form-wrap .dm-section-title {
  margin-bottom: 40px;
}

.dm-comp-map {
  height: 590px;
  width: 100%;
}
.dm-comp-map iframe {
  width: 100%;
  height: 100%;
}

.dm-login-form-box {
  padding: 100px 60px 70px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.dm-login-form-box .login-form-wrap {
  margin-bottom: 30px;
}
.dm-login-form-box .login-form-wrap .dm-section-title {
  margin-bottom: 40px;
}
.dm-login-form-box .login-form-wrap .form-group {
  margin-bottom: 15px;
}
.dm-login-form-box .login-form-wrap input, .dm-login-form-box .login-form-wrap textarea {
  background-color: var(--optionalColor);
  border: none;
  color: var(--paraColor);
  border-radius: 4px;
  padding: 10px 20px;
}
.dm-login-form-box .login-form-wrap input::-moz-placeholder, .dm-login-form-box .login-form-wrap textarea::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.dm-login-form-box .login-form-wrap input::placeholder, .dm-login-form-box .login-form-wrap textarea::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.dm-login-form-box .login-form-wrap input {
  height: 55px;
}
.dm-login-form-box .login-form-wrap textarea {
  height: 112px;
}

/*---------------------------------
    Breadcrumb CSS 
-----------------------------------*/
.dm-breadcrumb-wrap {
  background-color: var(--titleColor);
  padding: 110px 0;
}
.dm-breadcrumb-wrap .br-shape-left,
.dm-breadcrumb-wrap .br-shape-right {
  z-index: -1;
}
.dm-breadcrumb-wrap .br-shape-left {
  opacity: 0.8;
}
.dm-breadcrumb-wrap .br-shape-right {
  right: 25px;
}
.dm-breadcrumb-wrap .br-menu {
  position: relative;
  display: inline-block;
  border-radius: 7px;
  margin-bottom: 16px;
}
.dm-breadcrumb-wrap .br-menu li {
  display: inline-block;
  position: relative;
  color: var(--whiteColor);
  padding-right: 23px;
  margin-right: 1px;
}
.dm-breadcrumb-wrap .br-menu li:after {
  position: absolute;
  top: 1px;
  right: 0px;
  content: "\ea6e";
  font-family: remixicon !important;
  font-size: 17px;
  color: var(--secondaryColor);
}
.dm-breadcrumb-wrap .br-menu li:first-child {
  margin-left: 0;
}
.dm-breadcrumb-wrap .br-menu li:first-child a {
  padding-left: 0;
}
.dm-breadcrumb-wrap .br-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
  font-weight: 300;
}
.dm-breadcrumb-wrap .br-menu li:last-child:after {
  display: none;
}
.dm-breadcrumb-wrap .br-menu li a {
  display: inline-block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  color: var(--secondaryColor);
}
.dm-breadcrumb-wrap .br-menu li a:hover {
  color: var(--optionalColor);
}
.dm-breadcrumb-wrap .br-menu li:last-child a:after {
  display: none;
}
.dm-breadcrumb-wrap p {
  color: #E9E9E9;
  max-width: 85%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 28px;
}

/*-------------------------------
    Sidebar CSS
-------------------------------*/
.sidebar .sidebar-widget {
  margin-bottom: 55px;
}
.sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-widget .sidebar-widget-title {
  font-size: 22px;
  margin-bottom: 20px;
}

.search-form {
  position: relative;
}
.search-form input {
  height: 56px;
  padding: 13px 50px 13px 24px;
  color: var(--paraColor);
}
.search-form input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.search-form input::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: transparent;
  border: none;
  padding: 10px 16px;
}
.search-form button i {
  font-size: 20px;
  line-height: 0.8;
  color: var(--mainColor);
}

.category-list li {
  margin-bottom: 10px;
}
.category-list li span {
  float: right;
}
.category-list li a {
  color: var(--paraColor);
}
.category-list li a:hover {
  color: var(--mainColor);
  padding-left: 5px;
}
.category-list li:last-child {
  margin-bottom: 0;
}

.pp-post-item-wrap .pp-post-item {
  margin-bottom: 24px;
}
.pp-post-item-wrap .pp-post-item:last-child {
  margin-bottom: 0;
}
.pp-post-item-wrap .pp-post-item .pp-post-img {
  width: 100px;
}
.pp-post-item-wrap .pp-post-item .pp-post-info {
  width: calc(100% - 120px);
  margin-left: 20px;
}
.pp-post-item-wrap .pp-post-item .pp-post-info h5 {
  margin: 8px 0 0;
}
.pp-post-item-wrap .pp-post-item .pp-post-info h5 a {
  color: var(--titleColor);
}
.pp-post-item-wrap .pp-post-item .pp-post-info h5 a:hover {
  color: var(--mainColor);
}

.tag-list li {
  display: inline-block;
  margin: 12px 8px 0 0;
}
.tag-list li a {
  border-radius: 2px;
  border: 1px solid var(--optionalColor);
  padding: 6px 18px;
  border-radius: 50px;
  display: inline-block;
}
.tag-list li a:hover {
  border-color: transparent;
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.contact-box {
  padding: 30px 30px;
}
.contact-box .form-group {
  margin-bottom: 15px;
}
.contact-box input, .contact-box textarea {
  background-color: var(--whiteColor);
  border: none;
  color: var(--paraColor);
  border-radius: 4px;
  padding: 10px 15px;
}
.contact-box input::-moz-placeholder, .contact-box textarea::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.contact-box input::placeholder, .contact-box textarea::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.contact-box input {
  height: 55px;
}
.contact-box textarea {
  height: 112px;
}

/*-------------------------------
   Blog Details CSS
-------------------------------*/
.single-blg-card {
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}

.dm-blog-card .blog-metainfo {
  margin: 0 0 15px;
}
.dm-blog-card .blog-metainfo li {
  color: var(--mainColor);
}
.dm-blog-card .blog-metainfo li:after {
  background-color: var(--mainColor);
}
.dm-blog-card .blog-metainfo li a {
  color: var(--mainColor);
}
.dm-blog-card .blog-img img {
  margin-bottom: 30px;
}
.dm-blog-card h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
}
.dm-blog-card h3 a {
  color: var(--titleColor);
}
.dm-blog-card.style-two h3 {
  font-size: 22px;
  line-height: 32px;
}
.dm-blog-card:hover .blog-img img {
  transform: translateY(-5px);
}

.terms-wrap p,
.blog-desc p {
  margin-bottom: 25px;
}
.terms-wrap p strong, .terms-wrap p b,
.blog-desc p strong,
.blog-desc p b {
  color: var(--titleColor);
}
.terms-wrap p a,
.blog-desc p a {
  color: var(--mainColor);
}
.terms-wrap p a:hover,
.blog-desc p a:hover {
  text-decoration: underline;
  color: var(--mainColor);
}
.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: 18px;
}
.terms-wrap h1,
.blog-desc h1 {
  font-size: 40px;
}
.terms-wrap h2,
.blog-desc h2 {
  font-size: 36px;
}
.terms-wrap h3,
.blog-desc h3 {
  font-size: 32px;
}
.terms-wrap h4,
.blog-desc h4 {
  font-size: 28px;
}
.terms-wrap h5,
.blog-desc h5 {
  font-size: 24px;
}
.terms-wrap h6,
.blog-desc h6 {
  font-size: 20px;
}
.terms-wrap ol,
.blog-desc ol {
  margin-top: 20px;
  margin-bottom: 30px;
}
.terms-wrap ol li,
.blog-desc ol li {
  margin-bottom: 15px;
  color: var(--paraColor);
  padding-left: 3px;
}
.terms-wrap .single-para,
.blog-desc .single-para {
  margin-bottom: 50px;
}
.terms-wrap .single-para:last-child,
.blog-desc .single-para:last-child {
  margin-bottom: 0;
}
.terms-wrap .single-para p:last-child,
.blog-desc .single-para p:last-child {
  margin-bottom: 0;
}
.terms-wrap .wp-blockquote,
.blog-desc .wp-blockquote {
  padding: 25px;
  margin-bottom: 30px;
}
.terms-wrap .wp-blockquote h6,
.blog-desc .wp-blockquote h6 {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  margin: 0;
}
.terms-wrap .wp-blockquote h6:before,
.blog-desc .wp-blockquote h6:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 12px;
  height: 1px;
  background-color: var(--titleColor);
}
.terms-wrap .feature-list,
.blog-desc .feature-list {
  margin-bottom: 25px;
}
.terms-wrap .feature-list li,
.blog-desc .feature-list li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 14px;
}
.terms-wrap .feature-list li:last-child,
.blog-desc .feature-list li:last-child {
  margin-bottom: 0;
}
.terms-wrap .feature-list li:before,
.blog-desc .feature-list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--paraColor);
}

.blog-metainfo {
  margin-bottom: 30px;
}
.blog-metainfo li {
  display: inline-block;
  padding-right: 30px;
  margin-right: 10px;
  color: var(--mainColor);
  position: relative;
}
.blog-metainfo li:after {
  position: absolute;
  top: 12px;
  right: 0;
  content: "";
  width: 14px;
  height: 1px;
  background-color: var(--paraColor);
}
.blog-metainfo li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.blog-metainfo li:last-child:after {
  display: none;
}
.blog-metainfo li a {
  color: var(--mainColor);
}
.blog-metainfo li a:hover {
  color: var(--mainColor);
}

.post-share .social-profile li {
  margin-right: 5px;
}
.post-share .social-profile li:last-child {
  margin-right: 0;
}
.post-share .social-profile li a {
  width: 36px;
  height: 36px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(37, 27, 66, 0.15);
}
.post-share .social-profile li a i {
  font-size: 15px;
  line-height: 0.9;
  transition: var(--transition);
}
.post-share .social-profile li a:hover {
  background-color: var(--mainColor);
  border-color: transparent;
}
.post-share .social-profile li a:hover i {
  color: var(--whiteColor);
}

.author-box {
  padding: 40px;
}
.author-box .author-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid var(--whiteColor);
}
.author-box .author-img img {
  border-radius: 50%;
}
.author-box .author-info {
  width: calc(100% - 180px);
  margin-left: auto;
}
.author-box .author-info h3 {
  font-size: 22px;
  margin-bottom: 13px;
}

.comment-box .comment-item-wrap .comment-item {
  margin-bottom: 30px;
  border-bottom: 1px solid var(--optionalColor);
  padding-bottom: 30px;
}
.comment-box .comment-item-wrap .comment-item.reply {
  margin-left: 28px;
}
.comment-box .comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.comment-box .comment-item-wrap .comment-item .comment-author {
  width: 50px;
  height: 50px;
}
.comment-box .comment-item-wrap .comment-item .comment-info {
  margin-left: auto;
  width: calc(100% - 65px);
}
.comment-box .comment-item-wrap .comment-item .comment-info .comment-author-name {
  margin-bottom: 13px;
}
.comment-box .comment-item-wrap .comment-item .comment-info .comment-author-name h5 {
  font-size: 18px;
  margin-right: 23px;
  margin-bottom: 0;
}
.comment-box .comment-item-wrap .comment-item .comment-info .comment-author-name span {
  font-size: 15px;
}
.comment-box .comment-item-wrap .comment-item .comment-info p {
  margin-bottom: 15px;
}
.comment-box .comment-item-wrap .comment-item .comment-info .reply-btn {
  color: var(--paraColor);
  display: inline-block;
  font-weight: 600;
}
.comment-box .comment-item-wrap .comment-item .comment-info .reply-btn:hover {
  color: var(--blueColor);
}

#cmt-form .form-group input, #cmt-form .form-group textarea {
  padding: 14px 20px;
  border-radius: 7px;
  border: 1px solid var(--optionalColor);
}
#cmt-form .form-group input::-moz-placeholder, #cmt-form .form-group textarea::-moz-placeholder {
  color: var(--paraColor);
  opacity: 0.8;
}
#cmt-form .form-group input::placeholder, #cmt-form .form-group textarea::placeholder {
  color: var(--paraColor);
  opacity: 0.8;
}
#cmt-form .form-group input {
  height: 55px;
}
#cmt-form .form-group textarea {
  height: 160px;
}

.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: var(--optionalColor);
  border: 1px solid var(--mainColor);
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 4px;
}
.checkbox label a {
  color: var(--titleColor);
  font-weight: 500;
}

.checkbox input:checked + label:before {
  border-color: transparent;
}

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

/*-------------------------------
    Show Demo CSS
-------------------------------*/
.sidebar-btn {
  top: calc(50% - 55px);
  position: fixed;
  z-index: 99;
  width: 40px;
  right: 0;
}
.sidebar-btn button {
  border: 0;
  width: 100%;
  min-width: 100%;
  cursor: pointer;
  min-height: 48px;
  border-radius: 5px 0 0 5px;
  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(--mainColor);
  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: 6px;
  padding: 0;
  border: 0;
  top: 5px;
}
.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: 35px auto;
  text-align: center;
  border-radius: 10px;
  padding: 50px 50px 50px;
  height: calc(100% - 70px);
  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 .demo-tablist {
  border: 1px solid #EFF1F3;
  border-left: none;
  border-right: none;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 7px;
  justify-content: center;
}
.sidebar-demos-popup .demos-inner .inner-demos .demos-list .demo-tablist .nav-item {
  margin: 0 10px;
}
.sidebar-demos-popup .demos-inner .inner-demos .demos-list .demo-tablist .nav-item .nav-link {
  background-color: transparent;
  border-radius: 7px;
  color: var(--titleColor);
  font-size: 18px;
  font-weight: 500;
  border: none;
  padding: 16px 40.5px;
  transition: var(--transition);
}
.sidebar-demos-popup .demos-inner .inner-demos .demos-list .demo-tablist .nav-item .nav-link.active, .sidebar-demos-popup .demos-inner .inner-demos .demos-list .demo-tablist .nav-item .nav-link:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.sidebar-demos-popup .demos-inner .inner-demos .demos-list .demo-tab-content {
  height: calc(100% - 70px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.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 .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;
}

.m-left-cls {
  margin-left: 100px;
}

.m-right-cls {
  margin-right: 100px;
}

.elementor-editor-active .anim-left {
  opacity: 1;
}

.dm-wh-wrap .dm-section-title > span {
  color: var(--secondaryColor);
}

.dm-wh-wrap .dm-section-title .text-title {
  color: #ffffff;
}

.counter-card .sec-title {
  color: #ffffff !important;
}

.mb-0 p {
  margin-bottom: 0 !important;
}

.dm-testimonial-wrap .dm-section-title > span {
  background-color: #ffffff;
}

.dm-testimonial-wrap .dm-testimonial-card {
  margin-right: 10px;
  margin-left: 10px;
}

.dm-testimonial-wrap .dm-testimonial-card:first-child {
  margin-left: 0;
}

.dm-testimonial-wrap .dm-testimonial-card:last-child {
  margin-right: 0;
}

.text-white p, .text-white .sec-title, .text-white .sec-para {
  color: #fff;
}

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

.sa-contact-form-box .btn.style-one:before {
  background-color: var(--titleColor);
}

.dm-section-title .pb-heading,
.sa-section-title .pb-heading,
.sm-section-title .pb-heading,
.sp-section-title .pb-heading,
.em-section-title .pb-heading,
.lg-section-title .pb-heading {
  color: #ffffff;
}/*# sourceMappingURL=leadx-main.css.map */