/*---------------------------
 CSS Index  
****************************

01. Variables
02. Typography
03. Spacing
04. Reset
05. Forms
07. Common
08. Animations

09. Slider
10. Heading
11. Button
12. Features List
13. Social Icons
14. Services
15. Working Process
16. Portfolio Slider
17. Accordion
18. Icon Box
19. Team Members
20. Testimonial
21. Banner
22. Marque
23. Blogs
24. Portfolio Grid
25. CTA
26. Clients Rating
27. Back To Top
28. Instagram
29. Help Card
30. About
31. Header
32. Footer
33. Contact
34. Pricing Plan

----------------------------*/
/*----Default Css----*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
:root {
  --bodyColor: #6A6C71;
  --primaryColor: #C9F31D;
  --secondaryColor: #121212;
  --bodyFontSize: 16px;
  --whiteColor: #ffffff;
  --titleColor: #121212;
  --bodyFont: "Manrope", sans-serif;
  --titleFont: "Manrope", sans-serif;
  --defaultFontWeiht: 400;
  --borderColor: #EEEEEE;
  --grayBg: rgb(242, 242, 242);
  --darkWhite: #898989;
  --darkBg: #171a1e;
  --darkBg-two: #343a40;
  --dangerColor: #dc3545;
  --successColor: #28a745;
  --transition: 0.5s;
  --h1: 60px;
  --h2: 36px;
  --h3: 27px;
  --h4: 24px;
  --h5: 20px;
  --h6: 18px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: auto !important;
  overflow: hidden;
  overflow-y: auto;
}

body {
  color: var(--bodyColor);
  font-size: var(--bodyFontSize);
  font-family: var(--bodyFont);
  line-height: 1.75;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    overflow: hidden;
  }
}
@media only screen and (max-width: 991px) {
  body {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
  }
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: var(--titleFont);
  line-height: 1.4074;
  color: var(--titleColor);
  font-weight: 800;
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 70px;
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 44px;
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: 30px;
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 30px;
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 24.8px;
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 22.5px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

a {
  color: var(--primaryColor);
}

.bg-color-tertiary h1,
.bg-color-tertiary h2,
.bg-color-tertiary h3,
.bg-color-tertiary h4,
.bg-color-tertiary h5,
.bg-color-tertiary h6,
.bg-color-tertiary .h1,
.bg-color-tertiary .h2,
.bg-color-tertiary .h3,
.bg-color-tertiary .h4,
.bg-color-tertiary .h5,
.bg-color-tertiary .h6 {
  color: #fff;
}
.bg-color-tertiary p {
  color: #6c7279;
}
.bg-color-tertiary a {
  color: #6c7279;
}

@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
}
p {
  margin: 0 0 40px;
  line-height: 28px;
}
p.desc {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 28px;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: var(--titleColor);
}

var {
  font-family: "Poppins", sans-serif;
}

/*---------------------------
	Ul & Ol List 
---------------------------*/
ul,
ol {
  padding-left: 18px;
}

ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px;
}
ul.liststyle.bullet li {
  line-height: 30px;
  position: relative;
  padding-left: 30px;
  color: var(--bodyColor);
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  ul.liststyle.bullet li {
    padding-left: 19px;
  }
}
ul.liststyle.bullet li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--bodyColor);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}
ul.liststyle.bullet li + li {
  margin-top: 8px;
}
ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}
ul li a {
  text-decoration: none;
  color: var(--bodyColor);
}
ul li a:hover {
  color: var(--primaryColor);
}
ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}
ol li {
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--bodyColor);
}
ol li a {
  color: var(--titleColor);
  text-decoration: none;
}
ol li a:hover {
  color: var(--primaryColor);
}
ol ul {
  padding-left: 30px;
}

body[data-theme=dark] a,
body[data-theme=dark] ol li a,
body[data-theme=dark] h1,
body[data-theme=dark] h2,
body[data-theme=dark] h3,
body[data-theme=dark] h4,
body[data-theme=dark] h5,
body[data-theme=dark] h6,
body[data-theme=dark] .h1,
body[data-theme=dark] .h2,
body[data-theme=dark] .h3,
body[data-theme=dark] .h4,
body[data-theme=dark] .h5,
body[data-theme=dark] .h6 {
  color: var(--whiteColor);
}
body[data-theme=dark] h1,
body[data-theme=dark] h2,
body[data-theme=dark] h3,
body[data-theme=dark] h4,
body[data-theme=dark] h5,
body[data-theme=dark] h6,
body[data-theme=dark] .h1,
body[data-theme=dark] .h2,
body[data-theme=dark] .h3,
body[data-theme=dark] .h4,
body[data-theme=dark] .h5,
body[data-theme=dark] .h6 {
  font-weight: 900;
}

.mt-n10 {
  margin-top: -10px;
}

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

* {
  box-sizing: border-box;
}

body[data-theme=dark] {
  background-color: var(--darkBg);
  color: var(--whiteColor);
}

.top-to-bottom,
.bottom-to-top {
  opacity: 0;
}

input[type=text],
input[type=number],
input[type=submit] {
  padding: 12px 20px;
  border: 1px solid var(--borderColor);
}
input[type=text]:focus,
input[type=number]:focus,
input[type=submit]:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--borderColor);
}

.input-group button {
  border: none;
}

a {
  text-decoration: none;
  transition: var(--transition) all;
}
a:hover {
  color: var(--primaryColor);
}

.ars-section-gap {
  padding: 120px 0;
}

.ars-section-top-gap {
  padding-top: 120px;
}

.ars-section-bottom-gap {
  padding-bottom: 120px;
}

.round-section {
  margin: 0 40px;
  border-radius: 25px;
}
@media only screen and (max-width: 991px) {
  .round-section {
    margin: 0 10px;
  }
}

.valign-center {
  align-content: center;
}

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

.inner-page-lines {
  max-width: 1296px;
  left: 50%;
  transform: translateX(-50%);
}
.inner-page-lines span {
  width: 1px;
  background-color: var(--borderColor);
}

.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

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

.bg-gray {
  background-color: var(--grayBg) !important;
}

.bg-dark-one {
  background-color: var(--darkBg) !important;
}

.bg-dark-two {
  background-color: var(--darkBg-two) !important;
}

.spin-always {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.round-text {
  display: none;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px;
  animation: spin 8s linear infinite;
}
.round-text span {
  position: absolute;
  left: 50%;
  transform-origin: 0px 65px;
  transform-style: flat;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}

.lh-1 {
  line-height: 1;
}

iframe {
  width: 100%;
}

@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes jump-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump-2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 30px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*----Elements Style----*/
.swiper-pagination-bullet-active {
  background: var(--primaryColor);
}

.ars-heading {
  line-height: 1;
}
.ars-heading .sub-title {
  margin-bottom: 5px;
  font-weight: 700;
  color: var(--titleColor);
  display: inline-flex;
  text-transform: uppercase;
}
.ars-heading .title {
  font-size: 60px;
  line-height: 75px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .ars-heading .title {
    font-size: 36px;
    line-height: 44px;
  }
}
.ars-heading .desc {
  margin-bottom: 40px;
}
.ars-heading .buttons {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.ars-heading.has-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ars-heading.has-button .button-area {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .ars-heading.has-button .button-area {
    margin-top: 15px;
  }
}
.ars-heading.section-heading {
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .ars-heading.section-heading {
    padding-bottom: 50px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.ars-heading.style-two {
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .ars-heading.style-two {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
.ars-heading.style-two .desc {
  margin-bottom: 20px;
}
.ars-heading.style-two .sub-title {
  color: var(--bodyColor);
}
.ars-heading.style-two .col-left {
  width: 50%;
}
.ars-heading.style-two .col-right {
  width: 50%;
}
.ars-heading.style-three .desc {
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 20px;
  border-left: 4px solid var(--primaryColor);
}
@media only screen and (max-width: 991px) {
  .ars-heading.style-three .desc {
    margin-left: 10px;
  }
}

.ars-btn {
  font-size: 17px;
  line-height: 1;
  border-radius: 4px;
  border: none;
  transition: all linear 0.2s;
  text-decoration: none;
  display: inline-flex;
  display: inline-flex;
  align-items: center;
  min-height: 55px;
  position: relative;
  border-radius: 25px;
  padding: 0;
  background: transparent;
}
@media only screen and (max-width: 991px) {
  .ars-btn {
    font-size: 15px;
  }
}
.ars-btn .text {
  padding: 14px 35px 14px 35px;
  border-radius: 25px;
  min-height: 50px;
  align-content: center;
  text-align: center;
  transition: all linear 0.2s;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .ars-btn .text {
    min-height: 45px;
  }
}
.ars-btn .icon {
  border-radius: 100%;
  padding: 14px;
  min-height: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .ars-btn .icon {
    min-height: 45px;
    min-width: 45px;
  }
}
.ars-btn .icon svg {
  fill: currentColor;
}
.ars-btn .icon img {
  height: 16px;
  width: auto;
}
.ars-btn .icon svg,
.ars-btn .icon i,
.ars-btn .icon img {
  transform: rotate(-45deg);
  transition: all linear 0.2s;
}
.ars-btn:hover .icon svg,
.ars-btn:hover .icon i,
.ars-btn:hover .icon img {
  transform: rotate(0deg);
}
.ars-btn.ars-primary-btn .text {
  background-color: var(--secondaryColor);
  border: 1px solid var(--secondaryColor);
  color: var(--whiteColor);
}
.ars-btn.ars-primary-btn .icon {
  background-color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  color: var(--secondaryColor);
}
.ars-btn.ars-primary-btn:hover .text {
  background-color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  color: var(--secondaryColor);
}
.ars-btn.ars-primary-btn:hover .icon {
  background-color: var(--secondaryColor);
  border: 1px solid var(--secondaryColor);
  color: var(--whiteColor);
}
.ars-btn.ars-primary-btn:hover .icon svg {
  fill: var(--whiteColor);
}
.ars-btn.ars-primary-btn.outline {
  background-color: transparent;
  border: 1px solid var(--primaryColor);
  color: var(--primaryColor);
}
.ars-btn.ars-primary-btn.outline:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.ars-btn.ars-primary-btn.flat .icon {
  transform: unset;
}
.ars-btn.ars-primary-btn.flat:hover {
  color: var(--primaryColor);
}
.ars-btn.ars-primary-btn.flat:hover .icon img {
  filter: invert(1);
}
.ars-btn.ars-primary-btn.flat:hover .icon svg {
  fill: currentColor;
}
.ars-btn.ars-primary-btn.big-round-btn {
  background-color: var(--primaryColor);
  color: var(--secondaryColor);
}
.ars-btn.ars-primary-btn.big-round-btn .text,
.ars-btn.ars-primary-btn.big-round-btn .icon {
  border: none;
  background-color: transparent;
  color: var(--secondaryColor);
}
.ars-btn.ars-primary-btn.big-round-btn:hover .text,
.ars-btn.ars-primary-btn.big-round-btn:hover .icon {
  color: var(--secondaryColor);
}
.ars-btn.ars-primary-btn.big-round-btn:hover .text svg,
.ars-btn.ars-primary-btn.big-round-btn:hover .icon svg {
  fill: var(--secondaryColor);
}
.ars-btn.ars-secondary-btn .text {
  background-color: var(--secondaryColor);
  border: 1px solid var(--secondaryColor);
  color: var(--whiteColor);
}
.ars-btn.ars-secondary-btn:hover .text {
  background-color: var(--bodyColor);
  border: 1px solid var(--bodyColor);
}
.ars-btn.ars-secondary-btn.outline {
  border: 1px solid var(--secondaryColor);
  color: var(--secondaryColor);
}
.ars-btn.ars-secondary-btn.outline .text {
  background-color: transparent;
  border: none;
  color: currentColor;
}
.ars-btn.ars-secondary-btn.outline .icon svg {
  fill: currentColor;
}
.ars-btn.ars-secondary-btn.outline:hover .text {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.ars-btn.ars-secondary-btn.flat {
  color: var(--secondaryColor);
}
.ars-btn.ars-secondary-btn.flat .icon {
  transform: unset;
}
.ars-btn.ars-secondary-btn.flat:hover {
  color: var(--primaryColor);
}
.ars-btn.ars-secondary-btn.flat:hover .icon img {
  filter: invert(1);
}
.ars-btn.ars-secondary-btn.flat:hover .icon svg {
  fill: currentColor;
}
.ars-btn.ars-white-btn .text {
  background-color: var(--whiteColor);
  border: 1px solid var(--whiteColor);
  color: var(--secondaryColor);
}
.ars-btn.ars-white-btn .icon {
  background-color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  color: var(--secondaryColor);
}
.ars-btn.ars-white-btn .icon svg {
  fill: var(--secondaryColor);
}
.ars-btn.ars-white-btn.outline {
  background-color: transparent;
  border: 1px solid var(--darkWhite);
  color: var(--darkWhite);
}
.ars-btn.ars-white-btn.outline svg {
  fill: currentColor;
}
.ars-btn.ars-white-btn.outline:hover {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  color: var(--secondaryColor);
}
.ars-btn.ars-white-btn.outline:hover svg {
  fill: currentColor;
}
.ars-btn.ars-white-btn.flat {
  color: var(--whiteColor);
}
.ars-btn.ars-white-btn.flat .icon {
  color: var(--whiteColor);
}
.ars-btn.ars-white-btn.flat .icon svg {
  fill: currentColor;
}
.ars-btn.ars-white-btn.flat:hover {
  color: var(--primaryColor);
}
.ars-btn.ars-white-btn.flat:hover .icon {
  min-height: auto;
}
.ars-btn.ars-white-btn.flat:hover .icon img {
  filter: invert(1);
}
.ars-btn.ars-white-btn.flat:hover .icon svg {
  fill: var(--primaryColor);
}
.ars-btn.ars-white-btn.round {
  border-radius: 100%;
  height: 55px;
  width: 55px;
  padding: 0;
}
.ars-btn.ars-white-btn.round .text {
  display: none;
}
.ars-btn.big-round-btn.ars-white-btn .icon {
  color: var(--darkWhite);
}
.ars-btn.big-round-btn {
  border-radius: 100%;
  height: 150px;
  width: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-align: center;
  gap: 5px;
  line-height: 1.2;
  padding: 0;
}
.ars-btn.big-round-btn .icon,
.ars-btn.big-round-btn .text {
  min-height: auto;
  padding: 0 !important;
  background-color: transparent;
  border: transparent;
}
.ars-btn.big-round-btn:hover {
  transform: scale(1.1);
  background-color: var(--primaryColor);
}
.ars-btn.big-round-btn:hover .text {
  background-color: transparent !important;
}
.ars-btn.big-round-btn:hover .icon {
  color: var(--secondaryColor);
}
.ars-btn.big-round-btn:hover .icon img {
  filter: invert(1);
}
.ars-btn.flat {
  min-height: auto;
  background-color: transparent;
  border: none;
  padding: 0;
  font-weight: 600;
}
.ars-btn.flat .text,
.ars-btn.flat .icon {
  min-height: auto;
  min-width: 0;
  background-color: transparent;
  border: none;
  padding: 0;
  font-weight: 600;
  color: currentColor;
}
.ars-btn.flat .icon {
  margin-left: 6px;
}
.ars-btn.flat:hover {
  background-color: transparent;
  border: none;
}
.ars-btn.flat:hover .text {
  background-color: transparent;
  border: none;
}
.ars-btn.full-width {
  width: 100%;
}

.ars-video-icon {
  cursor: pointer;
  position: relative;
  margin-left: 20px;
}
.ars-video-icon.style-one .video-play-button, .ars-video-icon.style-two .video-play-button {
  text-decoration: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
}
.ars-video-icon.style-one .video-play-button:before, .ars-video-icon.style-two .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -32%;
  top: -31%;
  display: block;
  width: 130px;
  height: 130px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid var(--primaryColor);
  animation: waves 3s ease-in-out infinite;
}
.ars-video-icon.style-one .video-play-button span, .ars-video-icon.style-two .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 14px solid var(--primaryColor);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}
.ars-video-icon.style-one .video-play-button span.outer-text, .ars-video-icon.style-two .video-play-button span.outer-text {
  border: none;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-left: 75px;
  position: relative;
  margin-top: -12px;
  color: var(--primaryColor);
  font-weight: 500;
}
.ars-video-icon.style-one .video-play-button:after, .ars-video-icon.style-two .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 57px;
  height: 57px;
  background: var(--secondaryColor);
  border-radius: 50%;
  transition: all 200ms;
}
.ars-video-icon.style-two .video-play-button span {
  border-left: 14px solid var(--secondaryColor);
}
.ars-video-icon.style-two .video-play-button:after {
  background: var(--primaryColor);
}
.ars-video-icon.style-three {
  background-color: #ffffff;
  border-radius: 100%;
  overflow: hidden;
}
.ars-video-icon.style-three .video-play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  font-size: 17px;
  font-weight: 600;
  transition: inherit;
  border-radius: 100%;
  overflow: hidden;
}
.ars-video-icon.style-three .video-play-button span {
  color: var(--secondaryColor);
  z-index: 2;
}
.ars-video-icon.style-three .video-play-button::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 25%;
  width: 25%;
  opacity: 0;
  background: #000000;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  border-radius: 100%;
}
.ars-video-icon.style-three .video-play-button:hover span {
  color: var(--secondaryColor);
}
.ars-video-icon.style-three .video-play-button:hover::before {
  background-color: var(--primaryColor);
  height: 100%;
  width: 100%;
  opacity: 1;
}

.ars-feature-list {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
}
.ars-feature-list .feature-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  text-decoration: none;
  color: var(--bodyColor);
}
.ars-feature-list.style-two {
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 8px;
}
.ars-feature-list.style-two .feature-list-item {
  font-weight: 600;
  cursor: pointer;
}
.ars-feature-list.style-two .feature-list-item .icon {
  color: var(--secondaryColor);
}
.ars-feature-list.style-two .feature-list-item .icon svg {
  height: 16px;
  width: 16px;
}

.social-icons {
  display: flex;
  align-content: center;
  font-size: 15px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.social-icons a {
  color: var(--bodyColor);
}
.social-icons span {
  margin-right: 10px;
}
.social-icons.style-two a {
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 5px;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: var(--transition);
}
.social-icons.style-two a:hover {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}

.services {
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 991px) {
  .services {
    display: block;
  }
}
.services .servce-col-left {
  width: 30%;
  overflow: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
.services .servce-col-left .service-thumbnail {
  height: 90%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 60px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 50px;
  filter: brightness(0.5);
  transition: var(--transition);
}
.services .servce-col-left .service-thumbnail:nth-child(even) {
  rotate: -10deg;
}
.services .servce-col-left .service-thumbnail:nth-child(odd) {
  rotate: 10deg;
}
.services .servce-col-left .service-thumbnail.active {
  z-index: 4;
  filter: none;
}
@media only screen and (max-width: 991px) {
  .services .servce-col-left {
    width: 100%;
  }
}
.services .servce-col-right {
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .services .servce-col-right {
    width: 100%;
  }
}
.services .service-list-wrapper .single-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 25px;
  padding-top: 25px;
}
@media only screen and (max-width: 1199px) {
  .services .service-list-wrapper .single-service {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .services .service-list-wrapper .single-service {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.services .service-list-wrapper .single-service:first-child {
  margin-top: 0;
  padding-top: 0;
}
.services .service-list-wrapper .single-service .left-one {
  flex-basis: 27%;
  display: flex;
  align-items: center;
  gap: 30px;
}
.services .service-list-wrapper .single-service .left-one span {
  color: #30373e;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  transition: 0.3s;
  line-height: 34px;
}
.services .service-list-wrapper .single-service .left-one .title {
  color: #30373e;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  margin: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .services .service-list-wrapper .single-service .left-one .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.services .service-list-wrapper .single-service .center-area {
  flex-basis: 30%;
}
.services .service-list-wrapper .single-service .center-area p {
  margin-bottom: 0;
}
.services .service-list-wrapper .single-service .read-more-btn {
  transition: var(--transition);
  border-radius: 100%;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .services .service-list-wrapper .single-service .read-more-btn {
    padding: 0;
  }
  .services .service-list-wrapper .single-service .read-more-btn svg {
    height: 42px;
    width: 42px;
  }
}
.services .service-list-wrapper .single-service.active .read-more-btn, .services .service-list-wrapper .single-service:hover .read-more-btn {
  background: var(--primaryColor);
}
.services .service-list-wrapper .single-service.active .left-one span, .services .service-list-wrapper .single-service:hover .left-one span {
  color: var(--primaryColor);
}
.services .service-list-wrapper .single-service.active .left-one .title, .services .service-list-wrapper .single-service:hover .left-one .title {
  color: var(--primaryColor);
}
.services.style-two .servce-col-right {
  width: 100%;
}
.services.style-two .servce-col-right .center-area {
  display: flex;
  align-items: center;
  flex-basis: 50%;
}
@media only screen and (max-width: 991px) {
  .services.style-two .servce-col-right .service-thumbnail-wrapper {
    display: none !important;
  }
}
.services.style-two .single-service {
  position: relative;
}
.services.style-two .single-service .center-area {
  position: relative;
}
.services.style-two .single-service .center-area .service-thumbnail-wrapper {
  position: absolute;
  display: none;
  height: 160px;
  width: 160px;
  border-radius: 100%;
  overflow: hidden;
  right: -70px;
}
.services.style-two .single-service .center-area .service-thumbnail-wrapper img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.services.style-two .single-service:hover .center-area .service-thumbnail-wrapper, .services.style-two .single-service.active .center-area .service-thumbnail-wrapper {
  display: block;
}
.services.style-two .single-service:hover .read-more-btn svg path, .services.style-two .single-service.active .read-more-btn svg path {
  stroke: currentColor;
}
.services.style-two .single-service:hover .read-more-btn img, .services.style-two .single-service.active .read-more-btn img {
  filter: invert(1);
}
.services.style-three, .services.style-four {
  display: block;
}
.services.style-three .single-service, .services.style-four .single-service {
  position: relative;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.services.style-three .single-service .left-one, .services.style-four .single-service .left-one {
  flex-basis: 30%;
}
.services.style-three .single-service .center-area, .services.style-four .single-service .center-area {
  flex-basis: 26%;
  position: relative;
}
.services.style-three .single-service .center-area .service-thumbnail-wrapper, .services.style-four .single-service .center-area .service-thumbnail-wrapper {
  height: 150px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.services.style-three .single-service .center-area .service-thumbnail-wrapper img, .services.style-four .single-service .center-area .service-thumbnail-wrapper img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services.style-three .single-service .right-area, .services.style-four .single-service .right-area {
  flex-basis: 62%;
}
.services.style-three .single-service:hover .center-area .service-thumbnail-wrapper, .services.style-three .single-service.active .center-area .service-thumbnail-wrapper, .services.style-four .single-service:hover .center-area .service-thumbnail-wrapper, .services.style-four .single-service.active .center-area .service-thumbnail-wrapper {
  display: block;
}
.services.style-three .single-service:hover .read-more-btn svg path, .services.style-three .single-service.active .read-more-btn svg path, .services.style-four .single-service:hover .read-more-btn svg path, .services.style-four .single-service.active .read-more-btn svg path {
  stroke: currentColor;
}
.services.style-three .single-service:hover .read-more-btn img, .services.style-three .single-service.active .read-more-btn img, .services.style-four .single-service:hover .read-more-btn img, .services.style-four .single-service.active .read-more-btn img {
  filter: invert(1);
}
.services.style-four .service-list-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
}
.services.style-four .service-list-wrapper .single-service {
  border: none;
  align-items: center;
  width: 100%;
}
.services.style-four .service-list-wrapper .single-service:first-child {
  padding-top: 25px;
}
.services.style-four .service-list-wrapper .single-service .inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  max-width: 1320px;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .services.style-four .service-list-wrapper .single-service .inner-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    gap: 20px;
  }
}
.services.style-four .service-list-wrapper .single-service .inner-wrapper .left-one {
  position: relative;
  flex-basis: 40%;
}
.services.style-four .service-list-wrapper .single-service .inner-wrapper .left-one span {
  position: absolute;
  font-size: 70px;
  font-weight: 900;
  color: var(--whiteColor);
  left: 0;
  top: -22px;
  opacity: 0.08;
}
.services.style-four .service-list-wrapper .single-service .inner-wrapper .left-one .title {
  color: var(--whiteColor);
  font-size: 36px;
  line-height: 1.2;
}
.services.style-four .service-list-wrapper .single-service .inner-wrapper .center-area {
  flex-basis: 40%;
}
.services.style-four .service-list-wrapper .single-service .inner-wrapper .center-area p {
  margin-bottom: 0;
  color: var(--darkWhite);
}
.services.style-four .service-list-wrapper .single-service .inner-wrapper .right-area {
  flex-basis: 20%;
}
.services.style-four .service-list-wrapper .single-service.active, .services.style-four .service-list-wrapper .single-service:hover {
  background-color: var(--darkBg-two);
}
.services.style-four .service-list-wrapper .single-service.active .read-more-btn, .services.style-four .service-list-wrapper .single-service:hover .read-more-btn {
  color: var(--secondaryColor);
}
.services.style-four .service-list-wrapper .single-service.active .read-more-btn svg, .services.style-four .service-list-wrapper .single-service:hover .read-more-btn svg {
  fill: var(--secondaryColor);
}
.services.style-four .service-list-wrapper .single-service.active .read-more-btn svg path, .services.style-four .service-list-wrapper .single-service:hover .read-more-btn svg path {
  stroke: var(--whiteColor);
}
.services.style-four .service-list-wrapper .single-service.active .center-area, .services.style-four .service-list-wrapper .single-service:hover .center-area {
  flex-basis: 40%;
}
.services.style-four .service-list-wrapper .single-service.active .center-area p, .services.style-four .service-list-wrapper .single-service:hover .center-area p {
  color: var(--whiteColor);
}

.services-list {
  position: relative;
  list-style: none;
  padding: 0;
}
.services-list a {
  position: relative;
  display: block;
  margin-top: 15px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  transition: var(--transition);
}
.services-list a:hover {
  background-color: var(--secondaryColor);
  color: #fff;
}

.working-process .working-process-single {
  display: flex;
  align-items: center;
}
.working-process .working-process-single .working-process-single-inner {
  border-radius: 10px;
  padding: 30px;
  position: relative;
  text-align: center;
}
.working-process .working-process-single .working-process-single-inner .working-process-icon {
  background-size: cover;
  position: relative;
}
.working-process .working-process-single .working-process-single-inner .working-process-contents {
  margin-top: 30px;
}
.working-process .working-process-single .working-process-single-inner .working-process-desc {
  margin-bottom: 0;
}
.working-process .working-process-single .working-process-single-inner .working-process-title {
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
}
.working-process .working-process-single .working-process-single-inner .working-process-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 5px;
}
.working-process .working-process-single:nth-child(2) .working-process-icon img {
  height: 250px;
}
.working-process .working-process-single:nth-child(1) .working-process-single-inner .working-process-icon img, .working-process .working-process-single:nth-child(3) .working-process-single-inner .working-process-icon img {
  height: 150px;
}
.working-process .working-process-arrow {
  display: inline-block;
  position: absolute;
  right: -137px;
  rotate: -24deg;
  top: 26%;
  transform: translateY(-50%);
  z-index: 2;
}
.working-process .working-process-arrow svg {
  height: 165px;
}
.working-process .working-process-arrow .dashed {
  stroke-dasharray: 3;
  stroke-width: 10;
}
.working-process .working-process-arrow .line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 5000ms linear forwards infinite;
}
.working-process .working-process-arrow .arrow {
  opacity: 1;
  pointer-events: none;
}

.portfolio-slider-wrapper {
  position: relative;
}
.portfolio-slider-wrapper .portfolio-slider {
  position: relative;
}
.portfolio-slider-wrapper .portfolio-slider .slide-contents {
  height: 480px;
  position: relative;
  border-radius: 5px;
  background-size: cover;
}
.portfolio-slider-wrapper .portfolio-slider .slide-contents::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.363);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: var(--transition);
}
.portfolio-slider-wrapper .portfolio-slider .slide-contents .portfolio-details {
  background: #fff;
  border: 1px solid var(--borderColor);
  border-radius: 4px;
  padding: 30px;
  box-shadow: 6px 0px 20px rgba(0, 0, 0, 0.05);
  position: absolute;
  width: 85%;
  bottom: -100%;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: var(--transition);
  z-index: 2;
}
.portfolio-slider-wrapper .portfolio-slider .slide-contents .portfolio-details .title {
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 5px;
}
.portfolio-slider-wrapper .portfolio-slider .slide-contents .portfolio-details .desc {
  margin-bottom: 0;
}
.portfolio-slider-wrapper .portfolio-slider .slide-contents .portfolio-details .details-btn {
  font-weight: 500;
  color: var(--secondaryColor);
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -19px;
}
.portfolio-slider-wrapper .portfolio-slider .slide-contents .portfolio-details .details-btn svg {
  height: 15px;
  width: 15px;
  padding: 10px;
  text-align: center;
  background: var(--primaryColor);
  border-radius: 50%;
  margin-right: 12px;
  font-size: 14px;
  box-shadow: 2px 4px 20px rgba(124, 82, 82, 0.21);
  transition: var(--transition) all;
}
.portfolio-slider-wrapper .portfolio-slider .slide-contents .portfolio-details .details-btn:hover {
  color: var(--whiteColor);
}
.portfolio-slider-wrapper .portfolio-slider .slide-contents .portfolio-details .details-btn:hover svg {
  background: var(--secondaryColor);
}
.portfolio-slider-wrapper .portfolio-slider .swiper-slide:hover .slide-contents::after,
.portfolio-slider-wrapper .portfolio-slider .swiper-slide-active .slide-contents::after {
  opacity: 1;
}
.portfolio-slider-wrapper .portfolio-slider .swiper-slide:hover .slide-contents .portfolio-details,
.portfolio-slider-wrapper .portfolio-slider .swiper-slide-active .slide-contents .portfolio-details {
  transition: var(--transition);
  opacity: 1;
  bottom: 20px;
}
.portfolio-slider-wrapper .swiper-pagination.portfolio-pagination {
  bottom: -50px;
}
.portfolio-slider-wrapper .swiper-pagination.portfolio-pagination .swiper-pagination-bullet-active {
  background: var(--primaryColor);
}

.portfolio-area.style-one {
  padding-bottom: 0;
  overflow: hidden;
}
.portfolio-area.style-one .portfolio-slider-wrapper {
  position: relative;
}
.portfolio-area.style-one .portfolio-slider-wrapper .portfolio-slider-wrapper-inner {
  margin-right: -200px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-area.style-one .portfolio-slider-wrapper .portfolio-slider-wrapper-inner {
    margin-right: 0;
  }
}

.faq-wrapper .accordion-item {
  border: none;
}
.faq-wrapper .accordion-item .accordion-header {
  line-height: 1.2;
}
.faq-wrapper .accordion-item .accordion-button {
  font-weight: bold;
  display: grid;
  grid-template-columns: 35px auto auto;
  gap: 10px;
}
@media only screen and (max-width: 991px) {
  .faq-wrapper .accordion-item .accordion-button {
    padding: 10px;
  }
}
.faq-wrapper .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq-wrapper .accordion-item .accordion-button:not(.collapsed) {
  background: var(--secondaryColor);
  color: var(--whiteColor);
}
.faq-wrapper .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("/assets/icons/arrow-down-white.png") !important;
}
.faq-wrapper .accordion-item .accordion-button.collapsed span.icon {
  background: var(--secondaryColor);
  color: #fff;
}
.faq-wrapper .accordion-item .accordion-button span.icon {
  font-size: 15px;
  background: var(--primaryColor);
  color: var(--secondaryColor);
  height: 35px;
  width: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.faq-wrapper .accordion-item .accordion-collapse.show .accordion-body {
  background: #fdfdfd;
}

.faq-area.style-one {
  background-color: rgb(242, 242, 242);
}
.faq-area.style-one .faq-wrapper {
  margin-top: 60px;
}
.faq-area.style-one .bg-shape-one {
  height: 250px;
  width: auto;
  margin-left: 100px;
}
@media only screen and (max-width: 991px) {
  .faq-area.style-one .bg-shape-one {
    margin-left: 0;
  }
}

.icon-boxes .single-icon-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .icon-boxes .single-icon-box {
    margin-bottom: 20px;
  }
}
.icon-boxes .single-icon-box .icon svg rect {
  fill: var(--primaryColor);
}
.icon-boxes .single-icon-box .icon svg path {
  fill: var(--secondaryColor);
}
.icon-boxes .single-icon-box .desc,
.icon-boxes .single-icon-box .title {
  margin-bottom: 0;
  color: var(--titleColor);
}
.icon-boxes .single-icon-box .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 6px;
}
.icon-boxes.dark-style .single-icon-box .desc {
  color: var(--whiteColor);
}
.icon-boxes.dark-style .single-icon-box .title {
  color: var(--primaryColor) !important;
  font-size: 64px;
}

.team-members .team-member-single {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.team-members .team-member-single .member-avatar {
  height: 520px;
  overflow: hidden;
}
.team-members .team-member-single .member-avatar img {
  width: 100%;
}
.team-members .team-member-single .member-details {
  background: var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 85%;
  padding: 15px 15px;
  margin: auto;
}
.team-members .team-member-single .member-details .name {
  margin-bottom: 0;
}
.team-members .team-member-single .member-details .designation {
  margin-bottom: 0;
}
.team-members .team-member-single .member-details .social-icons {
  border-left: 1px solid #ddd;
  padding-left: 30px;
}
.team-members .team-member-single .member-details .social-icons a {
  background: var(--secondaryColor);
  height: 27px;
  width: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  color: var(--whiteColor);
  transition: var(--transition);
}
.team-members .team-member-single .member-details .social-icons a:hover {
  background: var(--primaryColor);
}
@media only screen and (max-width: 991px) {
  .team-members .team-member-single {
    margin-bottom: 50px;
  }
}
.team-members.style-two .team-member-single .member-avatar img, .team-members.style-three .team-member-single .member-avatar img {
  filter: grayscale(1);
  transition: var(--transition);
}
.team-members.style-two .team-member-single:hover .member-avatar img, .team-members.style-three .team-member-single:hover .member-avatar img {
  filter: unset;
}
.team-members.style-three .team-member-single .member-details {
  position: relative;
}

.team-area.style-two {
  background-color: var(--grayBg);
}

.testimonial-slider-wrapper .testimonial-pagination {
  bottom: 120px;
}
.testimonial-slider-wrapper .testimonial-slider .testimonial-details .name {
  margin-bottom: 0;
}
.testimonial-slider-wrapper .testimonial-slider .testimonial-details .designation {
  margin-bottom: 30px;
}
.testimonial-slider-wrapper .testimonial-slider .testimonial-details .review-text {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  color: var(--titleColor);
}
.testimonial-slider-wrapper .testimonial-slider.style-one .testimonial-details {
  max-width: 75%;
  margin: auto;
  text-align: center;
}
.testimonial-slider-wrapper .testimonial-slider.style-one .testimonial-details .avatar {
  border-radius: 100%;
  height: 60px;
  width: auto;
}
.testimonial-slider-wrapper .testimonial-slider.style-two .testimonial-details, .testimonial-slider-wrapper .testimonial-slider.style-three .testimonial-details, .testimonial-slider-wrapper .testimonial-slider.style-four .testimonial-details {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 50px;
}
.testimonial-slider-wrapper .testimonial-slider.style-two .testimonial-details .avatar-area, .testimonial-slider-wrapper .testimonial-slider.style-three .testimonial-details .avatar-area, .testimonial-slider-wrapper .testimonial-slider.style-four .testimonial-details .avatar-area {
  background-color: var(--whiteColor);
  border-radius: 10px;
  overflow: hidden;
}
.testimonial-slider-wrapper .testimonial-slider.style-two .testimonial-details .avatar-area .avatar, .testimonial-slider-wrapper .testimonial-slider.style-three .testimonial-details .avatar-area .avatar, .testimonial-slider-wrapper .testimonial-slider.style-four .testimonial-details .avatar-area .avatar {
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .testimonial-slider-wrapper .testimonial-slider.style-two .testimonial-details, .testimonial-slider-wrapper .testimonial-slider.style-three .testimonial-details {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .testimonial-slider-wrapper .testimonial-slider.style-two .review-text, .testimonial-slider-wrapper .testimonial-slider.style-three .review-text {
    font-size: 20px;
  }
}
.testimonial-slider-wrapper .testimonial-slider.style-three .testimonial-details, .testimonial-slider-wrapper .testimonial-slider.style-four .testimonial-details {
  grid-template-columns: 70% 26%;
  border-radius: 10px;
  padding: 30px;
  gap: 30px;
}
.testimonial-slider-wrapper .testimonial-slider.style-three .testimonial-details .review-text, .testimonial-slider-wrapper .testimonial-slider.style-four .testimonial-details .review-text {
  font-size: 19px;
}
.testimonial-slider-wrapper .testimonial-slider.style-three .testimonial-details .avatar, .testimonial-slider-wrapper .testimonial-slider.style-four .testimonial-details .avatar {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .testimonial-slider-wrapper .testimonial-slider.style-three .testimonial-details, .testimonial-slider-wrapper .testimonial-slider.style-four .testimonial-details {
    grid-template-columns: 100% !important;
    gap: 20px;
    padding: 0;
  }
  .testimonial-slider-wrapper .testimonial-slider.style-three .testimonial-details .review-text, .testimonial-slider-wrapper .testimonial-slider.style-four .testimonial-details .review-text {
    font-size: 20px;
  }
  .testimonial-slider-wrapper .testimonial-slider.style-three .testimonial-details .review-area, .testimonial-slider-wrapper .testimonial-slider.style-four .testimonial-details .review-area {
    order: 1;
  }
  .testimonial-slider-wrapper .testimonial-slider.style-three .testimonial-details .avatar-area, .testimonial-slider-wrapper .testimonial-slider.style-four .testimonial-details .avatar-area {
    height: 78px;
    width: 78px;
    border-radius: 100%;
  }
  .testimonial-slider-wrapper .testimonial-slider.style-three .testimonial-details .avatar-area img, .testimonial-slider-wrapper .testimonial-slider.style-four .testimonial-details .avatar-area img {
    width: inherit;
  }
}
.testimonial-slider-wrapper .testimonial-slider.style-four .testimonial-details {
  text-align: center;
  background-color: var(--darkBg-two);
  display: block;
}
@media only screen and (max-width: 991px) {
  .testimonial-slider-wrapper .testimonial-slider.style-four .testimonial-details {
    padding: 30px;
  }
}
.testimonial-slider-wrapper .testimonial-slider.style-four .testimonial-details .avatar-area {
  background: transparent;
  margin-bottom: 10px;
  height: 60px;
  width: 60px;
  margin: auto;
  margin-bottom: 10px;
}
.testimonial-slider-wrapper .testimonial-slider.style-four .testimonial-details .avatar-area .avatar {
  border-radius: 100%;
  height: 100%;
  width: 100%;
}
.testimonial-slider-wrapper .testimonial-slider.style-four .testimonial-details .review-text {
  color: var(--whiteColor);
  margin-bottom: 30px;
}
.testimonial-slider-wrapper .testimonial-slider.style-four .testimonial-details .star {
  color: var(--primaryColor);
}
@media only screen and (max-width: 991px) {
  .testimonial-slider-wrapper.style-two .testimonial-pagination {
    bottom: 40% !important;
    right: 0 !important;
  }
}
.testimonial-slider-wrapper.style-two, .testimonial-slider-wrapper.style-three {
  position: relative;
}
.testimonial-slider-wrapper.style-two .testimonial-pagination, .testimonial-slider-wrapper.style-three .testimonial-pagination {
  bottom: 45%;
  left: unset !important;
  right: -22px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: auto;
}
.testimonial-slider-wrapper.style-four .testimonial-pagination {
  position: relative;
  bottom: -30px;
}
.testimonial-slider-wrapper.style-four .testimonial-pagination .swiper-pagination-bullet {
  background-color: var(--whiteColor);
}
.testimonial-slider-wrapper.style-four .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primaryColor);
}

.testimonial-area {
  position: relative;
}
.testimonial-area.style-one, .testimonial-area.style-two {
  background-color: rgb(242, 242, 242);
  background-blend-mode: soft-light;
  padding-bottom: 170px;
  background-image: url("/assets/img/reviews/map-dot-bg.webp");
}
.testimonial-area.style-one img.bg-shape-one, .testimonial-area.style-two img.bg-shape-one {
  opacity: 0.02;
  float: right;
  right: 100px;
  position: absolute;
}
.testimonial-area.style-three img.bg-shape-one {
  height: 64px;
  opacity: 0.02;
  right: -60px;
  top: -100px;
  position: absolute;
}
.testimonial-area.style-four {
  padding-bottom: 140px;
}
.testimonial-area.style-four .ars-heading.style-two {
  max-width: 75%;
  margin: auto;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .testimonial-area.style-four .ars-heading.style-two {
    text-align: left;
    max-width: 100%;
  }
}

.banner-one-area .banner-contents {
  padding: 0 0;
  overflow: hidden;
  height: 780px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .banner-one-area .banner-contents {
    height: auto;
    padding: 80px 0;
  }
}
.banner-one-area .banner-contents .banner-col-right {
  width: 38%;
}
@media only screen and (max-width: 991px) {
  .banner-one-area .banner-contents .banner-col-right {
    display: none;
  }
}
.banner-one-area .banner-contents .banner-col-right {
  background-size: cover;
  background-position: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.banner-one-area .banner-contents .banner-col-right .banner-img-wrapper {
  text-align: right;
  position: relative;
  height: 550px;
  display: flex;
  margin-bottom: 50px;
}
.banner-one-area .banner-contents .banner-col-right .banner-img-wrapper img {
  max-width: 100%;
  height: 550px;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner-one-area .banner-contents .banner-col-left {
  width: 62%;
}
@media only screen and (max-width: 991px) {
  .banner-one-area .banner-contents .banner-col-left {
    width: 100%;
  }
}
.banner-one-area .banner-contents .banner-col-left {
  display: grid;
}
.banner-one-area .banner-contents .banner-col-left .ars-heading {
  position: relative;
  z-index: 10;
}
.banner-one-area .banner-contents .banner-col-left .ars-heading .title {
  margin-bottom: 0;
  font-size: 88px;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-one-area .banner-contents .banner-col-left .ars-heading .title {
    font-size: 66px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-one-area .banner-contents .banner-col-left .ars-heading .title {
    font-size: 40px;
  }
}
.banner-one-area .banner-contents .banner-col-left .ars-heading .title:nth-child(3) {
  margin-left: 190px;
}
@media only screen and (max-width: 991px) {
  .banner-one-area .banner-contents .banner-col-left .ars-heading .title:nth-child(3) {
    margin-left: 0;
  }
}
.banner-one-area .banner-contents .banner-col-left .ars-heading .title img {
  height: 75px;
  margin-top: -10px;
  filter: saturate(0.5);
}
.banner-one-area .banner-contents .banner-col-left .ars-heading .shape-wrapper.shape-one-wrapper {
  margin-left: 10px;
}
.banner-one-area .banner-contents .banner-col-left .ars-heading .shape-wrapper.shape-one-wrapper img {
  height: 70px;
}
@media only screen and (max-width: 991px) {
  .banner-one-area .banner-contents .banner-col-left .ars-heading .shape-wrapper.shape-one-wrapper img {
    height: 43px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-one-area .banner-contents .banner-col-left .ars-heading .shape-wrapper.shape-one-wrapper img {
    height: 53px;
  }
}
.banner-one-area .banner-contents .banner-col-left .ars-heading .shape-wrapper.shape-two-wrapper {
  margin-right: 10px;
}
.banner-one-area .banner-contents .banner-col-left .ars-heading .shape-wrapper.shape-two-wrapper img {
  height: 70px;
}
@media only screen and (max-width: 991px) {
  .banner-one-area .banner-contents .banner-col-left .ars-heading .shape-wrapper.shape-two-wrapper img {
    height: 43px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-one-area .banner-contents .banner-col-left .ars-heading .shape-wrapper.shape-two-wrapper img {
    height: 53px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-one-area .banner-contents .banner-col-left .ars-heading .shape-wrapper {
    display: none;
  }
}
.banner-one-area .banner-contents .banner-col-left p.desc {
  margin-top: 15px;
}
.banner-one-area .banner-contents .banner-col-left .hero-botttom {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 991px) {
  .banner-one-area .banner-contents .banner-col-left .hero-botttom {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: flex-start;
  }
}

.banner-two-area {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .banner-two-area {
    padding: 50px 0;
  }
}
.banner-two-area .banner-contents {
  padding: 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .banner-two-area .banner-contents .row {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
.banner-two-area .banner-contents .banner-col-left {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .banner-two-area .banner-contents .banner-col-left {
    width: 100%;
  }
}
.banner-two-area .banner-contents .banner-col-left {
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-two-area .banner-contents .banner-col-left {
    padding-right: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-two-area .banner-contents .banner-col-left {
    padding-right: 0;
  }
}
.banner-two-area .banner-contents .banner-col-left .ars-heading {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
.banner-two-area .banner-contents .banner-col-left .ars-heading .title {
  margin-bottom: 35px;
  font-size: 60px;
  line-height: 1.2;
}
@media only screen and (max-width: 1199px) {
  .banner-two-area .banner-contents .banner-col-left .ars-heading .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-two-area .banner-contents .banner-col-left .ars-heading .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-two-area .banner-contents .banner-col-left .ars-heading .title {
    font-size: 32px;
  }
}
.banner-two-area .banner-contents .banner-col-left .ars-heading .counter-with-avatars {
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .banner-two-area .banner-contents .banner-col-left .ars-heading .counter-with-avatars {
    margin-left: 0;
    gap: 4px;
  }
  .banner-two-area .banner-contents .banner-col-left .ars-heading .counter-with-avatars img {
    height: 37px;
    width: 37px;
  }
  .banner-two-area .banner-contents .banner-col-left .ars-heading .counter-with-avatars .counter-info span.title {
    font-size: 18px !important;
  }
  .banner-two-area .banner-contents .banner-col-left .ars-heading .counter-with-avatars .counter-info .subtitle {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-two-area .banner-contents .banner-col-left .ars-heading .counter-with-avatars img {
    height: 40px;
    width: 40px;
  }
}
.banner-two-area .banner-contents .banner-col-left .ars-heading .counter-with-avatars .counter-info span.title {
  font-size: 23px;
  margin-bottom: 0;
}
.banner-two-area .banner-contents .banner-col-left .hero-botttom {
  display: flex;
  align-items: center;
  gap: 80px;
}
.banner-two-area .banner-contents .banner-col-right {
  width: 50%;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .banner-two-area .banner-contents .banner-col-right {
    width: 100%;
  }
}
.banner-two-area .banner-contents .banner-col-right {
  position: relative;
}
.banner-two-area .banner-contents .banner-col-right .banner-img-wrapper {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.banner-two-area .banner-contents .banner-col-right .banner-img-wrapper img.hero-banner-two {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-two-area .banner-contents .banner-col-right .ars-video-button-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.banner-three-area {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .banner-three-area {
    padding: 60px 0;
  }
}
.banner-three-area .overlay-bg {
  background-image: url("/assets/img/hero-three/banner-bg-three.jpg");
  background-size: contain;
  opacity: 0.1;
}
@media only screen and (max-width: 991px) {
  .banner-three-area .contents {
    padding: 30px 0;
  }
}
.banner-three-area .banner-col-right-contents {
  position: relative;
}
.banner-three-area .banner-col-right-contents .banner-img-wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.banner-three-area .banner-col-right-contents .banner-img-wrapper img.hero-banner-three {
  max-width: 100%;
  height: 200px;
}
.banner-three-area .banner-img-wrapper-two {
  margin-top: 100px;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: start;
}
.banner-three-area .banner-img-wrapper-two img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.banner-three-area .ars-video-button-wrapper {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner-three-area .ars-video-button-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .banner-three-area .ars-video-button-wrapper .video-play-button {
    width: 137px;
    height: 137px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-four-area.ars-section-gap {
    padding: 60px 0;
  }
}
.banner-four-area .ars-heading .title {
  font-size: 70px;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .banner-four-area .ars-heading .title {
    font-size: 42px;
  }
  .banner-four-area .ars-heading {
    padding-bottom: 20px;
  }
}
.banner-four-area .contents-bottom .ars-video-button-wrapper .ars-video-icon {
  margin-left: 0;
}
.banner-four-area .contents-bottom .ars-video-button-wrapper .ars-video-icon .video-play-button {
  transform: translate(0%, -50%);
}
.banner-four-area .contents-bottom img {
  height: 70px;
}
@media only screen and (max-width: 991px) {
  .banner-four-area .contents-bottom {
    flex-direction: column-reverse;
    align-items: flex-start !important;
  }
  .banner-four-area .contents-bottom .ars-video-button-wrapper {
    margin-top: 20px;
  }
}
.banner-four-area .banner-col-right-contents img.hero-shape-one {
  height: 390px;
  float: right;
  margin-top: -20px;
}
@media only screen and (max-width: 991px) {
  .banner-four-area .banner-col-right-contents {
    margin-top: 80px;
  }
  .banner-four-area .banner-col-right-contents img.hero-shape-one {
    height: 300px;
    float: left;
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1rem));
  }
}
.ars-marquee-slider_wrapper.marquee-style--style-1 .marquee-wrapper, .ars-marquee-slider_wrapper.marquee-style--style-2 .marquee-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--primaryColor);
  transform: rotate(1.5deg);
}
.ars-marquee-slider_wrapper.marquee-style--style-1 .marquee-wrapper.marquee-fade, .ars-marquee-slider_wrapper.marquee-style--style-2 .marquee-wrapper.marquee-fade {
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0));
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0));
}
.ars-marquee-slider_wrapper.marquee-style--style-1 .marquee-wrapper .marquee-items, .ars-marquee-slider_wrapper.marquee-style--style-2 .marquee-wrapper .marquee-items {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  animation: scroll 50s linear infinite;
}
.ars-marquee-slider_wrapper.marquee-style--style-1 .marquee-wrapper .marquee-items .marquee-item, .ars-marquee-slider_wrapper.marquee-style--style-2 .marquee-wrapper .marquee-items .marquee-item {
  display: flex;
  align-items: center;
  padding: 30px 20px 30px 20px;
  gap: 10px;
}
.ars-marquee-slider_wrapper.marquee-style--style-1 .marquee-wrapper .marquee-items .marquee-item .icon svg, .ars-marquee-slider_wrapper.marquee-style--style-2 .marquee-wrapper .marquee-items .marquee-item .icon svg {
  width: 1rem;
  height: auto;
  fill: var(--secondaryColor);
}
.ars-marquee-slider_wrapper.marquee-style--style-1 .marquee-wrapper .marquee-items .marquee-item .title, .ars-marquee-slider_wrapper.marquee-style--style-2 .marquee-wrapper .marquee-items .marquee-item .title {
  margin: 0;
  transition: all 0.3s ease-in-out;
  color: var(--secondaryColor);
}
.ars-marquee-slider_wrapper.marquee-style--style-1 .marquee-wrapper:nth-child(2), .ars-marquee-slider_wrapper.marquee-style--style-2 .marquee-wrapper:nth-child(2) {
  margin-top: -50px;
  transform: rotate(-1.5deg);
  background: var(--secondaryColor);
}
.ars-marquee-slider_wrapper.marquee-style--style-1 .marquee-wrapper:nth-child(2) .marquee-items, .ars-marquee-slider_wrapper.marquee-style--style-2 .marquee-wrapper:nth-child(2) .marquee-items {
  animation-direction: reverse;
}
.ars-marquee-slider_wrapper.marquee-style--style-1 .marquee-wrapper:nth-child(2) .marquee-item .title, .ars-marquee-slider_wrapper.marquee-style--style-2 .marquee-wrapper:nth-child(2) .marquee-item .title {
  color: #ffffff;
}
.ars-marquee-slider_wrapper.marquee-style--style-1 .marquee-wrapper:nth-child(2) .marquee-item .icon svg, .ars-marquee-slider_wrapper.marquee-style--style-2 .marquee-wrapper:nth-child(2) .marquee-item .icon svg {
  fill: #fff;
}
.ars-marquee-slider_wrapper.marquee-style--style-1 .marquee-wrapper:hover .marquee-items, .ars-marquee-slider_wrapper.marquee-style--style-2 .marquee-wrapper:hover .marquee-items {
  animation-play-state: paused;
}
.ars-marquee-slider_wrapper.marquee-style--style-2 .marquee-wrapper {
  transform: unset;
}
.ars-marquee-slider_wrapper.marquee-style--style-2 .marquee-wrapper:nth-child(2) {
  margin-top: 0;
  transform: unset;
}

.marques-area {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .marques-area {
    display: none;
  }
}

.site-breadcrumb {
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 180px 0;
}
.site-breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.site-breadcrumb .breadcrumb-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.site-breadcrumb .breadcrumb-inner .page-title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.site-breadcrumb .breadcrumb-inner .page-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.site-breadcrumb .breadcrumb-inner .page-list li {
  font-size: 16px;
  color: #fff;
}
.site-breadcrumb .breadcrumb-inner .page-list li:not(:last-child)::after {
  content: "/";
  margin: 0 10px;
  color: #fff;
}
.site-breadcrumb .breadcrumb-inner .page-list li a {
  color: #fff;
  text-decoration: none;
}
.site-breadcrumb .breadcrumb-inner .page-list li a:hover {
  text-decoration: underline;
}
.site-breadcrumb.blogs-breadcrumb {
  background: url(img/blogs/blogs-breadcrumb.jpg) no-repeat center;
}
.site-breadcrumb.projects-breadcrumb {
  background: url(img/portfolio/projects-breadcrumb.jpg) no-repeat center;
}
.site-breadcrumb.services-breadcrumb {
  background: url(img/services/services-breadcrumb.jpg) no-repeat center;
  background-position: 50% 75%;
}
.site-breadcrumb.service-details-breadcrumb {
  background: url(img/services/service-details-breadcrumb.jpg) no-repeat center;
  background-position: 50% 38%;
}
.site-breadcrumb.about-us-breadcrumb {
  background: url(img/hero-three/3man.jpg) no-repeat center;
  background-position: 50% 15%;
  background-size: cover;
}
.site-breadcrumb.contact-breadcrumb {
  background: url(img/contact/contact-breadcrumb.jpg) no-repeat center;
  background-position: 50% 15%;
  background-size: cover;
}
.site-breadcrumb.team-breadcrumb {
  background: url(img/hero-three/3man.jpg) no-repeat center;
  background-position: 50% 15%;
  background-size: cover;
}
.site-breadcrumb.testimonial-breadcrumb {
  background: url(img/portfolio/portfolio-12.webp) no-repeat center;
  background-position: 50% 40%;
  background-size: cover;
}
.site-breadcrumb.faq-breadcrumb {
  background: url(img/portfolio/portfolio-11.webp) no-repeat center;
  background-position: 50% 15%;
  background-size: cover;
}

.error-area {
  height: calc(100vh - 100px);
  align-content: center;
}

.blogs .blog-single {
  border-radius: 5px;
  overflow: hidden;
}
.blogs .blog-single .title {
  transition: var(--transition);
}
.blogs .blog-single .title:hover {
  color: var(--primaryColor);
}
.blogs .blog-single .blog-thumbnail {
  border-radius: 5px;
  overflow: hidden;
}
.blogs .blog-single .blog-thumbnail img {
  max-width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blogs.style-two .blog-single {
  background: var(--grayBg);
}
.blogs.style-three .blog-details, .blogs.style-four .blog-details {
  position: relative;
}
.blogs.style-three .blog-metas, .blogs.style-four .blog-metas {
  position: absolute;
  background: var(--whiteColor);
  padding: 5px 15px;
  position: absolute;
  left: 50%;
  top: -51px;
  transform: translateX(-50%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 14px;
}
.blogs.style-four .blog-details {
  position: inherit;
}
.blogs.style-four .blog-metas {
  top: 0;
  transform: translateX(-50%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: var(--darkBg-two);
}

.blog-area.style-one {
  background-color: var(--grayBg);
}

.blog-pagination {
  text-align: center;
  margin-top: 40px;
}
.blog-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.blog-pagination ul li {
  margin: 0 5px;
}
.blog-pagination ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--whiteColor);
  border: 1px solid var(--whiteColor);
  color: var(--bodyColor);
  border-radius: 100% !important;
  text-decoration: none;
}
.blog-pagination ul li a:hover, .blog-pagination ul li a.active {
  background: var(--secondaryColor) !important;
  color: var(--whiteColor) !important;
}

.blog-details .entry-thumbnail {
  margin-bottom: 20px;
}
.blog-details .entry-thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.blog-details .entry-meta {
  margin-bottom: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.blog-details .entry-meta li {
  list-style: none;
  font-size: 14px;
  color: var(--darkWhite);
  margin-right: 15px;
  position: relative;
  padding-left: 20px;
}
.blog-details .entry-meta li:first-child {
  padding-left: 0;
}
.blog-details .entry-meta li a {
  color: var(--darkWhite);
  text-decoration: none;
}
.blog-details .entry-meta li a:hover {
  text-decoration: underline;
}
.blog-details .gallery {
  margin-bottom: 20px;
}
.blog-details .gallery img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}
.blog-details blockquote {
  margin: 20px 0;
  font-style: italic;
  color: var(--darkWhite);
  background: var(--whiteColor);
  border-radius: 5px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  position: relative;
  padding: 15px 15px 15px 90px;
}
.blog-details blockquote::before {
  content: "";
  height: 60px;
  width: 60px;
  min-width: 60px;
  display: inline-block;
  background: url("../assets/img/icon/quotation-mark-right-icon.svg") no-repeat center center/contain;
  position: absolute;
  left: 15px;
}
.blog-details .entry-footer {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-details .entry-footer .tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.blog-details .entry-footer .tags ul li {
  list-style: none;
  margin-right: 10px;
  font-size: 14px;
}
.blog-details .entry-footer .tags ul li a {
  text-decoration: none;
  background: var(--whiteColor);
  padding: 5px 10px;
  transition: all 0.3s ease;
  border-radius: 30px;
}
.blog-details .entry-footer .tags ul li a:hover {
  text-decoration: none;
  color: var(--whiteColor);
  background: var(--secondaryColor);
}
.blog-details .entry-footer .share ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.blog-details .entry-footer .share ul li {
  margin-right: 10px;
  font-size: 14px;
}
.blog-details .entry-footer .share ul li a {
  color: var(--darkWhite);
  text-decoration: none;
}
.blog-details .entry-footer .share ul li a:hover {
  text-decoration: underline;
}
.blog-details .comments-area {
  margin-top: 40px;
}
.blog-details .comments-area ul.comment-list {
  padding: 0;
  margin: 0;
}
.blog-details .comments-area ul.comment-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  list-style: none;
}
.blog-details .comments-area ul.comment-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-details .comments-area ul.comment-list li .comment-author {
  height: 80px;
  width: 80px;
  min-width: 80px;
}
.blog-details .comments-area ul.comment-list li .comment-author img {
  border-radius: 100%;
  height: 100%;
  width: 100%;
  max-width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details .comments-area ul.comment-list li .comment-body {
  display: flex;
  gap: 20px;
}
.blog-details .comments-area ul.comment-list li .comment-body .comment-meta {
  margin-bottom: 10px;
}
.blog-details .comments-area ul.comment-list li .comment-body .comment-meta .comment-author {
  font-weight: 600;
  color: var(--bodyColor);
  margin-right: 10px;
}
.blog-details .comments-area ul.comment-list li .comment-body .comment-meta .comment-date {
  font-size: 14px;
  color: var(--darkWhite);
}
.blog-details .comments-area ul.comment-list li .comment-body .comment-content {
  border-bottom: 1px solid var(--bodyColor);
  padding-bottom: 20px;
}
.blog-details .comments-area ul.comment-list li .comment-body .comment-content p {
  margin: 0;
  color: var(--darkWhite);
}
.blog-details .comments-area ul.comment-list li:nth-last-of-type(1) .comment-body .comment-content {
  border-bottom: none;
}
.blog-details .comments-area ul.comment-list li ul.children {
  margin-top: 20px;
  margin-left: 20px;
}
.blog-details .comments-area .comment-respond {
  margin-top: 40px;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.blog-details .comments-area .comment-respond label {
  display: none;
}
.blog-details .comments-area .comment-respond input#submit {
  background: var(--primaryColor);
  margin-top: 10px;
  padding: 10px 35px 10px 35px;
}
.blog-details .comments-area .comment-respond input#submit:hover {
  background: var(--secondaryColor);
  color: var(--whiteColor);
}
.blog-details .comments-area .comment-respond .comment-form p {
  margin: 10px 0 0;
}
.blog-details .comments-area .comment-respond .comment-form p.comment-form-email {
  margin-top: 20px;
}
.blog-details .comments-area .comment-respond .comment-form .comment-notes {
  margin-top: 0;
}
.blog-details .comments-area .comment-respond .comment-form textarea {
  resize: none;
  width: 100%;
  border: 1px solid var(--borderColor);
  border-radius: 5px;
  padding: 10px;
}
.blog-details .comments-area .comment-respond .comment-form input[type=email],
.blog-details .comments-area .comment-respond .comment-form input[type=text] {
  margin-bottom: 10px;
  width: 100%;
  border-radius: 5px;
}

.portfolio-grid-wrapper .portfolio-single {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.portfolio-grid-wrapper .portfolio-single .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.7098039216);
  opacity: 0;
  transition: var(--transition);
}
.portfolio-grid-wrapper .portfolio-single .portfolio-thumbnail {
  height: 500px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.portfolio-grid-wrapper .portfolio-single .portfolio-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.portfolio-grid-wrapper .portfolio-single .details-btn {
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: bottom;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: var(--transition);
}
.portfolio-grid-wrapper .portfolio-single:hover .overlay {
  display: block;
  height: 500px;
  opacity: 1;
  transition: var(--transition);
  bottom: 0;
}
.portfolio-grid-wrapper .portfolio-single:hover .details-btn {
  opacity: 1;
}
.portfolio-grid-wrapper.style-two .portfolio-single, .portfolio-grid-wrapper.style-three .portfolio-single {
  border-radius: 0;
}
.portfolio-grid-wrapper.style-two .portfolio-single .portfolio-thumbnail, .portfolio-grid-wrapper.style-three .portfolio-single .portfolio-thumbnail {
  border-radius: 10px;
  overflow: hidden;
}
.portfolio-grid-wrapper.style-three .portfolio-single {
  border-radius: 10px;
}
.portfolio-grid-wrapper.style-three .portfolio-single .portfolio-thumbnail {
  height: 300px;
  display: block;
}
.portfolio-grid-wrapper.style-three .portfolio-single .portfolio-title {
  transition: var(--transition);
}
.portfolio-grid-wrapper.style-three .portfolio-single .portfolio-title:hover {
  color: var(--primaryColor);
}

.footer-cta {
  margin-top: -250px;
  margin-bottom: 100px;
  background-color: var(--secondaryColor);
  border-radius: 15px;
  position: relative;
}
.footer-cta .cta-desc,
.footer-cta .cta-title {
  color: var(--whiteColor);
}
.footer-cta .cta-image {
  height: auto;
  width: 100%;
}
.footer-cta.style-two {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.footer-cta.style-two .cta-title {
  font-size: 96px;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .footer-cta.style-two {
    padding: 10px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-cta {
    padding: 40px;
  }
  .footer-cta .cta-image-wrapper {
    display: none;
  }
  .footer-cta .cta-title {
    position: relative;
    z-index: 2;
    font-size: 43px !important;
  }
  .footer-cta .ars-btn {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .profle-with-rating {
    padding: 15px;
  }
}
.profle-with-rating .rating {
  color: var(--secondaryColor);
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.profle-with-rating .profile-share {
  display: flex;
  align-items: center;
  justify-content: center;
}
.profle-with-rating .profile-share a {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.profle-with-rating .profile-share a:nth-child(1) {
  z-index: 5;
}
.profle-with-rating .profile-share a:nth-child(2) {
  margin-left: -12px;
  z-index: 4;
}
.profle-with-rating .profile-share a:nth-child(3) {
  margin-left: -12px;
  z-index: 3;
}
.profle-with-rating .profile-share a:nth-child(4) {
  margin-left: -12px;
  z-index: 2;
}
.profle-with-rating .profile-share a img {
  border-radius: 50%;
  border: 2px solid var(--color-white);
  transition: 0.5s;
  transform: scale(1);
}
@media only screen and (max-width: 575px) {
  .profle-with-rating .profile-share a img {
    max-width: 100% !important;
  }
}
.profle-with-rating .profile-share a:hover {
  z-index: 6;
}
.profle-with-rating .profile-share a:hover img {
  transform: translateY(-3px) scale(1.1);
  border: 2px solid var(--color-primary);
}

.counter-with-avatars {
  display: flex;
  align-items: center;
  gap: 15px;
}
.counter-with-avatars .avatars img {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  border: 2px solid #ffffff;
}
.counter-with-avatars .avatars img:not(:first-child) {
  margin-left: -18px;
}
.counter-with-avatars .counter-info {
  display: block;
}
.counter-with-avatars .counter-info span {
  line-height: 1;
}
.counter-with-avatars .counter-info span.title {
  font-family: var(--titleFont);
  color: var(--titleColor);
  font-weight: bold;
  font-size: 23px;
  display: block;
}

.back-to-top-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  background: var(--secondaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--bs-box-shadow-sm);
}

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

.back-to-top-wrap svg {
  color: var(--primaryColor);
  border-radius: 50%;
}

.instagram-imgs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.instagram-imgs .img {
  position: relative;
  display: block;
  width: calc(33.3% - 14px);
  height: 110px;
  flex-grow: 1;
  margin: 20px 7px 0;
}
.instagram-imgs .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.help-card {
  padding: 40px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primaryColor), var(--whiteColor));
  color: var(--secondaryColor);
}
.help-card h3 {
  color: var(--secondaryColor);
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  z-index: 1;
  position: relative;
}

.phone-number {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 2;
  position: relative;
}

.sub-text {
  color: var(--secondaryColor);
  font-size: 14px;
  z-index: 2;
  position: relative;
}

h3 {
  font-weight: 700;
  z-index: 2;
  position: relative;
}

.about-us-area.style-one {
  z-index: 2;
  background-color: var(--grayBg);
}
.about-us-area .ars-feature-list {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 991px) {
  .about-us-area .ars-feature-list {
    grid-template-columns: 100%;
  }
}
.about-us-area .col-left {
  padding-right: 70px;
}
@media only screen and (max-width: 991px) {
  .about-us-area .col-left {
    padding-right: 10px;
    order: 1;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-area .col-right {
    order: 3;
  }
  .about-us-area .col-middle {
    order: 2;
  }
}
.about-us-area .about-inner {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-us-area .about-inner {
    margin-bottom: 20px;
  }
}
.about-us-area .about-thumb {
  border-radius: 10px;
}
.about-us-area .about-thumb img {
  max-width: 102%;
}
.about-us-area .about-thumb.thumb-one {
  position: absolute;
  overflow: hidden;
  height: 27%;
  width: 50%;
  right: -30px;
  bottom: 30px;
  z-index: 2;
  border: 6px solid var(--primaryColor);
}
@media only screen and (max-width: 991px) {
  .about-us-area .about-thumb.thumb-one {
    display: none;
  }
}
.about-us-area .about-thumb.thumb-two {
  height: 90%;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.about-us-area .about-thumb.thumb-two img {
  max-width: 100%;
  border-radius: 10px;
}
.about-us-area .profle-with-rating {
  animation: jump-2 6s linear infinite;
  position: absolute;
  top: 0;
  right: -30px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--whiteColor);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.0901960784);
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 991px) {
  .about-us-area .profle-with-rating {
    right: 10px;
  }
}
.about-us-area.style-two {
  background-color: var(--grayBg);
}
.about-us-area.style-two .col-left {
  padding-right: 20px;
}
.about-us-area.style-two .col-right {
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  .about-us-area.style-two .col-right {
    padding-left: 15px;
  }
}
.about-us-area.style-two .col-right .icon-boxes .single-icon-box .icon svg {
  border: 1px solid var(--secondaryColor);
  border-radius: 100%;
}
.about-us-area.style-two .col-right .icon-boxes .single-icon-box .icon svg rect {
  fill: transparent;
}
.about-us-area.style-two .col-right .icon-boxes .single-icon-box .icon svg path {
  fill: var(--secondaryColor);
}
.about-us-area.style-three {
  background-color: var(--grayBg);
}
.about-us-area.style-three .col-left {
  padding-right: 20px;
}
.about-us-area.style-three .col-left .about-thumb.thumb-two img {
  margin-top: -100px;
}
.about-us-area.style-three .col-right {
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  .about-us-area.style-three .col-right {
    padding-left: 15px;
  }
}
.about-us-area.style-three .col-right {
  align-content: center;
}
.about-us-area.style-three .col-right .icon-boxes .single-icon-box .icon svg {
  border: 1px solid var(--secondaryColor);
  border-radius: 100%;
}
.about-us-area.style-three .col-right .icon-boxes .single-icon-box .icon svg rect {
  fill: transparent;
}
.about-us-area.style-three .col-right .icon-boxes .single-icon-box .icon svg path {
  fill: var(--secondaryColor);
}
.about-us-area.style-four {
  position: relative;
}
.about-us-area.style-four .about-thumb-wrapper {
  height: 460px;
  overflow: hidden;
  border-radius: 10px;
}
.about-us-area.style-four .about-thumb-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .about-us-area.style-four .about-thumb-wrapper {
    height: auto;
  }
}
.about-us-area.style-four .spin-btn {
  position: absolute;
  right: 100px;
  bottom: -50px;
}
@media only screen and (max-width: 991px) {
  .about-us-area.style-four .spin-btn {
    display: none;
  }
}
.about-us-area.style-four .shape-one {
  position: absolute;
  right: 0;
  top: -120px;
  opacity: 0.2;
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .about-us-area .marques-area {
    display: none;
  }
}

/* Billing Toggle */
.ars-pricing-toggle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 48px;
}

.ars-pricing-toggle-label {
  font-size: 15px;
  font-weight: 600;
  color: var(--bodyColor);
  cursor: pointer;
  transition: color 0.3s;
}

.ars-pricing-toggle-label.active {
  color: var(--titleColor);
}

.ars-pricing-badge-save {
  background: var(--primaryColor);
  color: var(--secondaryColor);
  font-size: 11px;
  font-weight: 700;
  border-radius: 20px;
  padding: 3px 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  vertical-align: middle;
}

/* toggle switch */
.ars-pricing-switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
}

.ars-pricing-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ars-pricing-switch .ars-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: var(--secondaryColor);
  border-radius: 34px;
  transition: 0.3s;
}

.ars-pricing-switch .ars-slider::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: var(--primaryColor);
  border-radius: 50%;
  transition: 0.3s;
}

.ars-pricing-switch input:checked + .ars-slider::before {
  transform: translateX(24px);
}

/* Card Base */
.ars-pricing-single {
  background: #ffffff;
  border: 1.5px solid var(--borderColor);
  border-radius: 20px;
  padding: 40px 36px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ars-pricing-single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--borderColor);
  transition: background 0.35s;
}

.ars-pricing-single:hover,
.ars-pricing-single.ars-featured {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(18, 18, 18, 0.1);
  border-color: var(--primaryColor);
}

.ars-pricing-single:hover::before,
.ars-pricing-single.ars-featured::before {
  background: var(--primaryColor);
}

/* Featured (dark) card */
.ars-pricing-single.ars-featured {
  background: var(--secondaryColor);
  border-color: var(--primaryColor);
  color: var(--whiteColor);
}

.ars-pricing-single.ars-featured .ars-pricing-plan-name,
.ars-pricing-single.ars-featured .ars-pricing-amount,
.ars-pricing-single.ars-featured .ars-pricing-period,
.ars-pricing-single.ars-featured .ars-pricing-desc,
.ars-pricing-single.ars-featured .ars-feature-item {
  color: var(--whiteColor);
}

.ars-pricing-single.ars-featured .ars-feature-item .ars-fi-icon {
  background: rgba(201, 243, 29, 0.15);
  color: var(--primaryColor);
}

.ars-pricing-single.ars-featured .ars-pricing-divider {
  border-color: rgba(255, 255, 255, 0.12);
}

/* Popular Badge */
.ars-pricing-popular-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  background: var(--primaryColor);
  color: var(--secondaryColor);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-radius: 20px;
  padding: 5px 14px;
  line-height: 1;
}

/* Plan Header */
.ars-pricing-plan-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--grayBg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--secondaryColor);
  margin-bottom: 20px;
  transition: background 0.3s, color 0.3s;
}

.ars-pricing-single.ars-featured .ars-pricing-plan-icon {
  background: rgba(201, 243, 29, 0.15);
  color: var(--primaryColor);
}

.ars-pricing-single:not(.ars-featured):hover .ars-pricing-plan-icon {
  background: var(--primaryColor);
  color: var(--secondaryColor);
}

.ars-pricing-plan-name {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--bodyColor);
  margin-bottom: 12px;
}

.ars-pricing-amount {
  font-size: 52px;
  font-weight: 800;
  color: var(--titleColor);
  line-height: 1;
  letter-spacing: -1px;
}

.ars-pricing-amount sup {
  font-size: 22px;
  font-weight: 700;
  vertical-align: top;
  margin-top: 10px;
  display: inline-block;
}

.ars-pricing-period {
  font-size: 14px;
  color: var(--bodyColor);
  font-weight: 500;
  margin-left: 4px;
}

.ars-pricing-desc {
  font-size: 14px;
  color: var(--bodyColor);
  line-height: 1.7;
  margin-top: 14px;
  margin-bottom: 0;
}

.ars-pricing-divider {
  border: 0;
  border-top: 1.5px solid var(--borderColor);
  margin: 28px 0;
}

/* Feature list */
.ars-pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  flex: 1;
}

.ars-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  color: var(--titleColor);
  font-weight: 500;
  padding: 7px 0;
}

.ars-feature-item .ars-fi-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(18, 18, 18, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--secondaryColor);
  flex-shrink: 0;
  transition: background 0.3s;
}

.ars-feature-item.ars-unavailable {
  opacity: 0.4;
}

.ars-feature-item.ars-unavailable .ars-fi-icon {
  background: transparent;
  border: 1.5px dashed currentColor;
}

/* CTA Button */
.ars-pricing-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
  min-height: 52px;
  padding: 0 28px;
  gap: 10px;
  transition: all 0.3s ease;
  border: 2px solid var(--secondaryColor);
  background: transparent;
  color: var(--secondaryColor);
  margin-top: auto;
}

.ars-pricing-cta-btn:hover {
  background: var(--secondaryColor);
  color: var(--whiteColor);
}

.ars-pricing-single.ars-featured .ars-pricing-cta-btn {
  background: var(--primaryColor);
  border-color: var(--primaryColor);
  color: var(--secondaryColor);
}

.ars-pricing-single.ars-featured .ars-pricing-cta-btn:hover {
  background: #b4db10;
  border-color: #b4db10;
  color: var(--secondaryColor);
}

.ars-pricing-cta-btn i {
  font-size: 13px;
  transition: transform 0.3s;
}

.ars-pricing-cta-btn:hover i {
  transform: translateX(4px);
}

/* Annual prices: hidden by default */
.ars-price-annual {
  display: none;
}

.ars-price-monthly {
  display: inline;
}

body.ars-annual-billing .ars-price-annual {
  display: inline;
}

body.ars-annual-billing .ars-price-monthly {
  display: none;
}

/*----Headers & Footer Style----*/
@media only screen and (max-width: 991px) {
  .site-navbar {
    padding: 10px 0;
  }
}
.site-navbar .navbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-navbar .navbar-row .logo-area img {
  height: 39px;
  width: auto;
}
@media only screen and (max-width: 991px) {
  .site-navbar .navbar-row .logo-area img {
    height: 20px;
  }
}
.site-navbar .navbar-row ul.menu.ars-desktop-menu {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media only screen and (max-width: 991px) {
  .site-navbar .navbar-row ul.menu.ars-desktop-menu {
    display: none;
  }
}
.site-navbar .navbar-row ul.menu.ars-desktop-menu > .menu-item > .menu-link {
  padding: 35px 0;
}
.site-navbar .navbar-row ul.menu.ars-desktop-menu .menu-item {
  list-style: none;
  margin: 0;
}
.site-navbar .navbar-row ul.menu.ars-desktop-menu .menu-item .menu-link {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  color: var(--secondaryColor);
  background: none;
  text-decoration: none;
  transition: var(--transition);
}
.site-navbar .navbar-row ul.menu.ars-desktop-menu .menu-item .menu-link:hover {
  color: var(--primaryColor);
}
.site-navbar .navbar-row ul.menu.ars-desktop-menu .menu-item.menu-item-has-children {
  position: relative;
}
.site-navbar .navbar-row ul.menu.ars-desktop-menu .menu-item.menu-item-has-children > .menu-link {
  position: relative;
}
.site-navbar .navbar-row ul.menu.ars-desktop-menu .menu-item.menu-item-has-children > .menu-link:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.8rem;
  font-weight: 900;
  margin: 0;
  padding: 0;
  border: none;
}
.site-navbar .navbar-row ul.menu.ars-desktop-menu .menu-item.menu-item-has-children .sub-menu {
  background: #ffffff;
  list-style-type: none;
  position: absolute;
  left: -20px;
  top: 100%;
  z-index: 999;
  min-width: 250px;
  opacity: 0;
  visibility: hidden;
  padding: 20px 0;
  margin-top: 15px;
  border: none;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.site-navbar .navbar-row ul.menu.ars-desktop-menu .menu-item.menu-item-has-children .sub-menu .menu-item .menu-link {
  padding: 5px 25px;
  border-bottom: 1px solid var(--borderColor);
}
.site-navbar .navbar-row ul.menu.ars-desktop-menu .menu-item.menu-item-has-children .sub-menu .menu-item .menu-link:hover {
  padding-left: 35px;
}
.site-navbar .navbar-row ul.menu.ars-desktop-menu .menu-item.menu-item-has-children .sub-menu .menu-item:last-child .menu-link {
  border-bottom: none;
}
.site-navbar .navbar-row ul.menu.ars-desktop-menu .menu-item.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.site-navbar .navbar-row .ars-offcanvas-toggle {
  cursor: pointer;
}
.site-navbar .navbar-row .ars-mobile-menu-toggle {
  display: none;
}
@media only screen and (max-width: 991px) {
  .site-navbar .navbar-row .ars-mobile-menu-toggle {
    display: block;
  }
}
.site-navbar .navbar-row .ars-site-offcanvas-toggle {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  border: none;
  box-shadow: none;
  outline: none;
  margin-left: 15px;
  background: #ffffff;
}
.site-navbar .navbar-row .ars-offcanvas-area#ars_mobile_menu_offcanvas {
  display: none;
}
@media only screen and (max-width: 991px) {
  .site-navbar .navbar-row .ars-offcanvas-area#ars_mobile_menu_offcanvas {
    display: block;
  }
}
.site-navbar .navbar-row .ars-offcanvas-area .ars-offcanvas-sidebar {
  position: fixed;
  z-index: 9999;
  width: 80%;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  padding: 46px 30px 50px 30px;
  font-size: 1.15em;
  transform: translate3d(520px, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  max-width: 460px;
  overflow-y: auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.site-navbar .navbar-row .ars-offcanvas-area .ars-offcanvas-sidebar .ars-offcanvas-close {
  position: absolute;
  left: 0;
  top: 0px;
  background: var(--primaryColor);
  color: #fff;
  padding: 6px 6px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  line-height: 26px;
  cursor: pointer;
}
.site-navbar .navbar-row .ars-offcanvas-area .ars-offcanvas-sidebar .ars-offcanvas-close svg {
  height: 100%;
  width: 100%;
  fill: #fff;
}
.site-navbar .navbar-row .ars-offcanvas-area .ars-offcanvas-sidebar ul.menu .menu-item {
  list-style: none;
  margin: 0;
}
.site-navbar .navbar-row .ars-offcanvas-area .ars-offcanvas-sidebar ul.menu .menu-item .menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  color: var(--secondaryColor);
  background: none;
  text-decoration: none;
  transition: var(--transition);
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}
.site-navbar .navbar-row .ars-offcanvas-area .ars-offcanvas-sidebar ul.menu .menu-item.menu-item-has-children {
  position: relative;
}
.site-navbar .navbar-row .ars-offcanvas-area .ars-offcanvas-sidebar ul.menu .menu-item.menu-item-has-children > .menu-link {
  position: relative;
}
.site-navbar .navbar-row .ars-offcanvas-area .ars-offcanvas-sidebar ul.menu .menu-item.menu-item-has-children > .menu-link:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.8rem;
  font-weight: 900;
  margin: 0;
  padding: 0;
  border: none;
}
.site-navbar .navbar-row .ars-offcanvas-area .ars-offcanvas-sidebar ul.menu .menu-item.menu-item-has-children .sub-menu {
  display: none;
}
.site-navbar .navbar-row .ars-offcanvas-area.opened .overlay {
  position: fixed;
  width: 100%;
  background: #000;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 9999;
  visibility: visible;
  transform: translate3d(100%, 0, 0);
  right: 100%;
}
.site-navbar .navbar-row .ars-offcanvas-area.opened .ars-offcanvas-sidebar {
  transform: translate3d(0, 0, 0);
  transition: transform 0.8s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
}

header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
header.sticky-menu {
  background-color: var(--whiteColor);
  animation: 400ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 2px 20px rgba(25, 25, 25, 0.1);
  border-radius: 0;
  position: fixed;
  top: 0;
  left: 0;
}
header.sticky-menu .nav-item .sub-menu {
  margin-top: 35px !important;
}
header.sticky-menu .nav-item:hover > .sub-menu {
  margin-top: 25px !important;
}
header .site-topbar {
  display: none;
  padding: 7px 0;
  background: var(--primaryColor);
}
header .site-topbar .topbar-inner {
  display: flex;
  justify-content: space-between;
}
header .site-topbar .topbar-inner .topbar-col-left {
  display: flex;
  gap: 20px;
}
header .site-topbar .topbar-inner .topbar-col-left .feature-list-item {
  color: var(--whiteColor);
}
header .site-topbar .topbar-inner .topbar-col-right {
  color: var(--whiteColor);
}
header .site-topbar .topbar-inner .topbar-col-right .social-icons a {
  color: var(--whiteColor);
}
header .site-navbar {
  margin: auto;
  border-bottom: 1px solid var(--borderColor);
}
@media only screen and (max-width: 991px) {
  header .site-navbar .nav-col-right {
    display: none;
  }
}
header.header-four .site-navbar {
  border-color: rgba(255, 255, 255, 0.0509803922);
}
header.header-four .site-navbar ul.menu.ars-desktop-menu .menu-item .menu-link {
  color: var(--whiteColor);
}
header.header-four .site-navbar ul.menu.ars-desktop-menu .menu-item .menu-link:hover {
  color: var(--primaryColor);
}
header.header-four .site-navbar ul.menu.ars-desktop-menu .menu-item.menu-item-has-children .sub-menu {
  background: var(--darkBg-two);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
header.header-four .site-navbar .ars-site-offcanvas-toggle {
  background: transparent;
}
header.header-four .site-navbar .ars-site-offcanvas-toggle svg rect {
  fill: var(--whiteColor);
}

.footer-area .footer-logo img {
  width: 180px;
}
.footer-area .footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 25px;
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-menu ul {
    justify-content: center;
  }
}
.footer-area .footer-menu ul .menu-item .menu-link {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--titleColor);
  transition: var(--transition);
}
.footer-area .footer-menu ul .menu-item .menu-link:hover {
  color: var(--primaryColor);
}
.footer-area .footer-menu.right-menu ul {
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-menu.right-menu ul {
    justify-content: center;
  }
}
.footer-area .social-icons {
  gap: 16px;
}
.footer-area .social-icons a {
  color: var(--secondaryColor);
  transition: var(--transition);
}
.footer-area .social-icons a:hover {
  scale: 1.5;
}
.footer-area .social-icons.style-one {
  margin-top: 20px;
  justify-content: center;
}
.footer-area .social-icons.style-one a {
  font-size: 30px;
}
.footer-area .social-icons.style-two {
  margin-top: 15px;
}
.footer-area .social-icons.style-two a {
  font-size: 23px;
}
.footer-area.style-one {
  position: relative;
}
.footer-area.style-one .footer-contents {
  z-index: 2;
  position: relative;
}
.footer-area.style-one .footer-contents .footer-widget-title {
  font-size: 64px;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .footer-area.style-one .footer-contents .footer-widget-title {
    font-size: 36px;
  }
}
.footer-area.style-one .footer-contents .footer-top {
  max-width: 50%;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .footer-area.style-one .footer-contents .footer-top {
    max-width: 100%;
  }
}
.footer-area.style-one .footer-contents .footer-middle {
  border-top: 1px solid #d5d5d5;
  padding: 30px 0;
}
.footer-area.style-one .overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/footer/footer-bg-three.png);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: 50% 87%;
  background-repeat: no-repeat;
  z-index: -1;
  filter: grayscale(1);
  opacity: 0.1;
}
.footer-area.style-two .footer-top.ars-section-gap {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .footer-area.style-two .footer-col {
    margin-bottom: 30px;
  }
}
.footer-area.style-three {
  background-color: var(--grayBg);
  margin-top: 100px;
}
.footer-area.style-four {
  color: var(--whiteColor);
}
.footer-area.style-four .footer-logo img {
  width: 200px;
}
.footer-area.style-four .footer-menu ul .menu-item .menu-link {
  color: var(--whiteColor);
}
.footer-area.style-four .footer-menu ul .menu-item .menu-link:hover {
  color: var(--primaryColor);
}
.footer-area.style-four .social-icons a {
  color: var(--whiteColor);
}
.footer-area.style-four .footer-subscription button {
  background-color: var(--darkWhite);
}
.footer-subscription button {
  background-color: var(--secondaryColor);
}
.footer-subscription button:hover {
  background-color: var(--primaryColor);
}
.footer-subscription button:hover svg {
  fill: var(--secondaryColor);
}

.contact-area p {
  margin-bottom: 0;
}
.contact-area .heading {
  font-size: 48px;
  font-weight: 600;
}
.contact-area .subtext {
  margin-bottom: 30px;
}
.contact-area .contact-box {
  padding: 40px;
  border-radius: 8px;
}
.contact-area .form-control {
  border: none;
  border-bottom: 1px solid var(--borderColor);
  border-radius: 0;
  background: transparent;
  margin-bottom: 20px;
  padding-left: 0;
}
.contact-area .form-control:focus {
  box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
}
.contact-area .btn-custom {
  background: var(--secondaryColor);
  color: var(--whiteColor);
  padding: 12px;
  border-radius: 0;
  width: 100%;
}
.contact-area .btn-custom:hover {
  background: var(--primaryColor);
  color: var(--secondaryColor);
}
.contact-area .info-title {
  font-weight: 600;
}
.contact-area .location-card {
  background: rgba(255, 255, 255, 0.05);
  margin-top: 20px;
  border-radius: 6px;
}
.contact-area .form-message {
  text-align: center;
}
.contact-area .form-message.success {
  color: var(--successColor);
}
.contact-area .form-message.error {
  color: var(--dangerColor);
}

.form-control {
  box-shadow: none !important;
}

.ars-widgets .widget-box {
  border-radius: 4px;
}

.ars-widgets .form-control:focus {
  border-color: var(--secondaryColor);
}

.ars-widgets .form-control::-moz-placeholder {
  color: #999;
}

.ars-widgets .form-control::placeholder {
  color: #999;
}

.ars-widgets .search-group {
  position: relative;
  margin-top: 15px;
}

.ars-widgets .search-group .form-control {
  border: 1px solid rgba(153, 153, 153, 0.2);
  min-height: 50px;
  padding: 15px;
  margin: 0;
}

.ars-widgets .search-group .search-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
  background-color: transparent;
  border: 0;
}