/**
 * Stylesheet:  style.css
 * Theme:       Clenify - Cleaning Service HTML5 Template
 * Version:     1.0
 * Author:     	BoomDevs
 *
 */
/* Table of contents
=========================
1.Preloader
2.Scrollup
4.Nav Menu CSS
3.Slider Section
5.Info Card
6.Icon Card
7. About Image Card
8. About Info Card
9. Promotional Card
10. Video Popup Card
11. Counter Card
12. Process Step Card
13. Testimonial Card
14. Accordion Card
15. Client Logo Card
16. Post Card
17. Skill Progress Card
18. Price Card
19. Call To Action Card
20. Title Card
21. Breadcrumb
22. Paginations
23. Timeline Card
24. Case Studies Page
25. Sidebar
26. Comment List
27. Comment Form
28. Team member
29. Portfolio
30. About Page
31. Contact Page
32. Pricing Page
33. Service Page
34. Team Page
35. Blog Page
36. Footer

===========================*/
/* Theme Default CSS */
:root{
  --primary-color: #2ab97e;
  --secondary-color: #0e3440;
  --orange-color: #fedb5c;
  --blue-color: #2ab97e;
  --light-blue-color: #0c2e71;
  --sky-color: #2ab97e;
  --text-color: #5e6f92;
  --white: #ffffff;
  --white-50: #bfc5cb;
  --white-100: #c7cdda;
  --black: #1c2325;
  --black-50: #2c3237;
  --black-100: #424b6a;
  --black-200: #31373f;
  --black-300: #778196;
  --black-400: #abb2c1;
  --gray: #31373f;
  --gray-50: #E9F5F6FF;
  --gray-100: #f3f4f8;
  --gray-200: #f5f5f5;
  --gray-300: #CED9DAFF;
  --gray-400: #e7eaec;
  --border: #ced5e0;

  --text-primary: #4566d4;
  --text-gray-light: #6a6c73;
  --body-font: 'Roboto', sans-serif;
  --heading-font: 'Poppins', sans-serif;
  --font-awesome: "Font Awesome 6 Pro";
  --icomoon: "icomoon";

  --font-size-60px: 60px;
  --font-size-30px: 30px;
  --font-size-28px: 28px;
  --font-size-24px: 24px;
  --font-size-20px: 20px;
  --font-size-18px: 18px;
  --font-size-16px: 16px;
  --font-size-14px: 14px;
  --font-size-12px: 12px;

  --line-height-42px: 42px;
  --line-height-36px: 36px;
  --line-height-30px: 30px;
  --line-height-24px: 24px;
  --line-height-18px: 18px;
  --line-height-16px: 16px;
  --line-height-14px: 14px;
  --line-height-12px: 12px;

}
* {
  margin: 0;
  border: 0;
  outline: none;
}

html,
body {
  height: 100%;
  font-size: var(--font-size-18px);
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--text-color);
  vertical-align: baseline;
  line-height: var(--line-height-30px);
  direction: ltr;
}

p {
  margin: 0 0 15px;
}

img {
  max-width: 100%;
  height: auto;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: var(--heading-font);
  color: var(--secondary-color);
  font-style: normal;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

h1 {
  font-size: 120px;
  line-height: 132px;
  font-weight: 500;
}

h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
}

h3 {
  font-size: 36px;
  line-height: 43px;
  font-weight: 500;
}

h4 {
  font-size: var(--font-size-30px);
  line-height: var(--line-height-42px);
  font-weight: 500;
}

h5 {
  font-size: var(--font-size-24px);
  line-height: var(--line-height-36px);
  font-weight: 500;
}

h6 {
  font-size: var(--font-size-18px);
  line-height: var(--line-height-30px);
  font-weight: 500;
}

label {
  color: var(--text-color);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a,
.button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus {
  color: var(--primary-color);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

a,
button {
  color: var(--primary-color);
  outline: medium none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a:hover,
button:hover {
  color: #ff6731;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: var(--primary-color);
  text-shadow: none;
  color: #fff;
}

::selection {
  background: var(--primary-color);
  text-shadow: none;
  color: #fff;
}

textarea:focus,
input:focus {
  outline: none;
}

.background-black {
  background-color: rgb(27, 37, 56);
}

.bg-light-black {
  background-color: rgb(49, 55, 63);
}

.background-blue {
  background-color: var(--primary-color);
}

.bg-dark-blue {
  background-color: rgb(14, 49, 81);
}

.background-light-blue {
  background-color: var(--light-blue-color);
}

.background-skye {
  background-color: var(--primary-color);
}

.background-gray {
  background-color: #f0f4fa;
}

.background-light-gray {
  background-color: #f3f7fc;
}

.page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-bg .page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-area {
  padding-top: 136px;
  padding-bottom: 124px;
}

.blog-area {
  padding-top: 144px;
  padding-bottom: 104px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-area {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-area {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.blog-grid {
  padding-top: 120px;
  padding-bottom: 96px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-grid {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-grid {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .page-area,
  .blog-area {
    padding-top: 100px;
    padding-bottom: 52px;
  }
}
@media (max-width: 767px) {
  .page-area,
  .blog-area {
    padding-top: 70px;
    padding-bottom: 22px;
  }
}
.page-area .page-links,
.blog-area .page-links {
  margin-bottom: 20px;
}

.border-radius-12 {
  border-radius: 12px;
}

.text-white-100 {
  color: var(--white-100);
}

code {
  color: var(--orange-color);
}

.theme-btn,
.wp-block-loginout a,
input.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: var(--orange-color);
  color: var(--black);
  padding: 18px 48px;
  text-align: center;
  font-weight: 500;
  font-family: var(--heading-font);
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .theme-btn,
  .wp-block-loginout a,
  input.theme-btn {
    padding: 15px 34px;
    gap: 30px;
    font-size: 16px;
    line-height: normal;
  }
}
.theme-btn:before,
.wp-block-loginout a:before,
input.theme-btn:before {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 0;
  background-color: var(--primary-color);
  content: "";
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.theme-btn:hover,
.wp-block-loginout a:hover,
input.theme-btn:hover {
  color: var(--black);
}
.theme-btn:hover:before,
.wp-block-loginout a:hover:before,
input.theme-btn:hover:before {
  height: 350%;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  background-color: transparent;
}
.theme-btn:focus,
.wp-block-loginout a:focus,
input.theme-btn:focus {
  color: var(--white);
}
.theme-btn.simple-btn,
.wp-block-loginout a.simple-btn,
input.theme-btn.simple-btn {
  padding: 15px 36px;
}
.theme-btn.simple-btn.arrow-position-left,
.wp-block-loginout a.simple-btn.arrow-position-left,
input.theme-btn.simple-btn.arrow-position-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wp-block-loginout a {
  position: relative;
}

.contact-form-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  display: block;
  line-height: var(--line-height-42px);
}
.contact-form-btn .icon {
  float: right;
}

input.theme-btn {
  display: inline-block !important;
  width: inherit !important;
  border: 0 !important;
}

.slider-arrow-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
}
.slider-arrow-btn-wrapper a {
  width: 53px;
  height: 78px;
  border-radius: 50px;
  background-color: transparent;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(2, 24, 93, 0.06);
  box-shadow: 0px 12px 24px 0px rgba(2, 24, 93, 0.06);
  font-size: var(--font-size-24px);
  color: var(--white);
  border: 2px solid var(--orange-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-arrow-btn-wrapper a {
    width: 60px;
    height: 60px;
  }
}
.slider-arrow-btn-wrapper a:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 12px !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 15px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 540px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 720px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px !important;
  }
}

@media (max-width: 1399px) {
  .shape {
    display: none;
  }
}

/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-245 {
  margin-bottom: 245px;
}

.mb-250 {
  margin-bottom: 250px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-21 {
  padding-top: 21px;
}

.pt-22 {
  padding-top: 22px;
}

.pt-23 {
  padding-top: 23px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-86 {
  padding-top: 85px;
}

.pt-87 {
  padding-top: 85px;
}

.pt-88 {
  padding-top: 85px;
}

.pt-89 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-250 {
  padding-top: 250px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-21 {
  padding-bottom: 21px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pb-23 {
  padding-bottom: 23px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 35px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 35px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/** padding top & bottom **/
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.py-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.py-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.py-145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.py-155 {
  padding-top: 155px;
  padding-bottom: 155px;
}

.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.py-165 {
  padding-top: 165px;
  padding-bottom: 165px;
}

.py-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.py-175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.py-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.py-185 {
  padding-top: 185px;
  padding-bottom: 185px;
}

.py-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.py-195 {
  padding-top: 195px;
  padding-bottom: 195px;
}

.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.py-205 {
  padding-top: 205px;
  padding-bottom: 205px;
}

.py-210 {
  padding-top: 210px;
  padding-bottom: 210px;
}

.py-215 {
  padding-top: 215px;
  padding-bottom: 215px;
}

.py-220 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.py-225 {
  padding-top: 225px;
  padding-bottom: 225px;
}

.py-230 {
  padding-top: 230px;
  padding-bottom: 230px;
}

.py-235 {
  padding-top: 235px;
  padding-bottom: 235px;
}

.py-240 {
  padding-top: 240px;
  padding-bottom: 240px;
}

.py-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}

.py-260 {
  padding-top: 260px;
  padding-bottom: 260px;
}

.py-270 {
  padding-top: 270px;
  padding-bottom: 270px;
}

.py-280 {
  padding-top: 280px;
  padding-bottom: 280px;
}

.py-290 {
  padding-top: 290px;
  padding-bottom: 290px;
}

.py-300 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.py-310 {
  padding-top: 310px;
  padding-bottom: 310px;
}

.py-320 {
  padding-top: 320px;
  padding-bottom: 320px;
}

.py-330 {
  padding-top: 330px;
  padding-bottom: 330px;
}

.py-340 {
  padding-top: 340px;
  padding-bottom: 340px;
}

.py-350 {
  padding-top: 350px;
  padding-bottom: 350px;
}

/** padding left & right **/
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.px-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.px-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.px-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.px-105 {
  padding-left: 105px;
  padding-right: 105px;
}

.px-110 {
  padding-left: 110px;
  padding-right: 110px;
}

.px-115 {
  padding-left: 115px;
  padding-right: 115px;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.px-125 {
  padding-left: 125px;
  padding-right: 125px;
}

.px-130 {
  padding-left: 130px;
  padding-right: 130px;
}

.px-135 {
  padding-left: 135px;
  padding-right: 135px;
}

.px-140 {
  padding-left: 140px;
  padding-right: 140px;
}

.px-145 {
  padding-left: 145px;
  padding-right: 145px;
}

.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.px-155 {
  padding-left: 155px;
  padding-right: 155px;
}

.px-160 {
  padding-left: 160px;
  padding-right: 160px;
}

.px-165 {
  padding-left: 165px;
  padding-right: 165px;
}

.px-170 {
  padding-left: 170px;
  padding-right: 170px;
}

.px-175 {
  padding-left: 175px;
  padding-right: 175px;
}

.px-180 {
  padding-left: 180px;
  padding-right: 180px;
}

.px-185 {
  padding-left: 185px;
  padding-right: 185px;
}

.px-190 {
  padding-left: 190px;
  padding-right: 190px;
}

.px-195 {
  padding-left: 195px;
  padding-right: 195px;
}

.px-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.px-205 {
  padding-left: 205px;
  padding-right: 205px;
}

.px-210 {
  padding-left: 210px;
  padding-right: 210px;
}

.px-215 {
  padding-left: 215px;
  padding-right: 215px;
}

.px-220 {
  padding-left: 220px;
  padding-right: 220px;
}

.px-225 {
  padding-left: 225px;
  padding-right: 225px;
}

.px-230 {
  padding-left: 230px;
  padding-right: 230px;
}

.px-235 {
  padding-left: 235px;
  padding-right: 235px;
}

.px-240 {
  padding-left: 240px;
  padding-right: 240px;
}

.px-250 {
  padding-left: 250px;
  padding-right: 250px;
}

.px-260 {
  padding-left: 260px;
  padding-right: 260px;
}

.px-270 {
  padding-left: 270px;
  padding-right: 270px;
}

.px-280 {
  padding-left: 280px;
  padding-right: 280px;
}

.px-290 {
  padding-left: 290px;
  padding-right: 290px;
}

.px-300 {
  padding-left: 300px;
  padding-right: 300px;
}

.px-310 {
  padding-left: 310px;
  padding-right: 310px;
}

.px-320 {
  padding-left: 320px;
  padding-right: 320px;
}

.px-330 {
  padding-left: 330px;
  padding-right: 330px;
}

.px-340 {
  padding-left: 340px;
  padding-right: 340px;
}

.px-350 {
  padding-left: 350px;
  padding-right: 350px;
}

/* WordPress Core
===================*/
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 25px;
}

ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
  padding-left: 20px;
}

/* Protected Post Type */
.post-password-form label {
  width: 100%;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.post-password-form input[type=password] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 12px 20px;
  border: 1px solid #E4E4F2;
  width: 100%;
}
.post-password-form input[type=submit] {
  background-color: var(--primary-color);
  border: none;
  padding: 10px 40px;
  color: var(--white);
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.post-password-form input[type=submit]:hover {
  background-color: var(--secondary-color);
}

.textwidget p {
  color: #abb2c1;
}

.textwidget p > strong {
  color: var(--white);
}

/* Table */
table {
  margin-bottom: 20px;
  width: 100%;
}
table caption {
  border: 1px solid #dfe2e9;
  padding: 6px 10px;
  border-top: 0;
  color: #abb2c1;
}
table th,
table td {
  background-color: transparent;
  border: 1px solid #abb2c1;
  text-align: center;
  padding: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #abb2c1;
}
table th#today,
table td#today {
  background: var(--primary-color);
  color: var(--white);
}
table th#today a,
table td#today a {
  color: var(--white);
}

.page-content .size-full.alignright {
  margin-bottom: 15px;
  margin-top: 20px;
}
.page-content figure.wp-caption.aligncenter {
  margin-top: 40px;
}
.page-content dl, .page-content ol, .page-content ul {
  margin-bottom: 11px;
}
.page-content .comment-respond {
  margin-top: 78px;
  margin-bottom: 20px;
}
.page-content .latest-comments .comment-respond {
  margin-bottom: 40px;
}
.page-content .post-comments {
  margin-top: 80px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*
 Caption
============================*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 14px;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

/*
 Galleries
============================*/
.gallery {
  margin-bottom: 10px;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.size-thumbnail {
  margin-bottom: 20px;
}

img.emoji {
  width: 15px;
  height: 15px;
}

/*
 Alignments
============================*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

/*
 Block Unit Test Widget
============================*/
.wp-block-search__input {
  border: 1px solid #ced9da !important;
}

.wp-block-search__button {
  margin-left: 0 !important;
}

.wp-block-social-links {
  padding-left: 0 !important;
}
.wp-block-social-links li {
  padding-top: 0 !important;
}

.single-post-item.format-quote blockquote {
  padding: 45px;
}
@media (max-width: 767px) {
  .single-post-item.format-quote blockquote {
    padding: 35px;
  }
}

blockquote {
  overflow: hidden;
  padding: 30px 12px;
  margin: 40px 0;
  position: relative;
  z-index: 1;
  padding-left: 60px;
  background-color: #e9f5f6;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  blockquote {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  blockquote {
    padding-left: 30px;
  }
}
blockquote p {
  font-family: var(--body-font);
  font-size: 21px;
  color: var(--text-color);
  line-height: initial;
  font-weight: 400;
  margin: 0 !important;
  font-style: italic;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  blockquote p {
    font-size: var(--font-size-18px);
    line-height: initial;
  }
}
blockquote p a {
  color: var(--primary-color);
  text-decoration: underline;
}
blockquote footer {
  font-family: var(--heading-font);
  font-size: var(--font-size-18px);
  font-weight: 500;
  text-transform: capitalize;
  color: var(--black);
  margin-top: 20px;
}
blockquote footer span {
  color: #8e9cb9;
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 400;
  text-transform: none;
}

.wp-block-group.has-background p,
.wp-block-columns.has-background p,
.wp-block-columns .has-background p {
  color: var(--secondary-color);
}

.wp-block-quote, blockquote {
  border-left: solid 5px var(--primary-color);
}

.wp-block-pullquote {
  border-top: 5px solid var(--primary-color) !important;
  border-bottom: 5px solid var(--primary-color) !important;
  background-color: #eef5f8;
}

.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
  margin-top: 10px;
  display: block;
}

.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
  margin-left: 10px;
}

.wp-block-column:not(:last-child) {
  margin-right: 10px;
}

.wp-block-column:nth-child(2n+1) {
  margin-right: 10px;
}

.post-content > .alignwide {
  margin-left: 0;
  margin-right: 0;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
}

.post-content h2.has-small-font-size {
  line-height: 24px;
}
.post-content h2.has-medium-font-size {
  line-height: var(--line-height-30px);
}
.post-content h2.has-large-font-size {
  line-height: 48px;
}
.post-content p.has-large-font-size {
  font-size: 36px;
  line-height: 1.2;
}
.post-content .wp-block-search {
  margin-bottom: 15px;
}
.post-content .wp-block-file {
  margin-top: 20px;
  margin-bottom: 20px;
}
.post-content .wp-block-group__inner-container p {
  margin-top: 0 !important;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #fff;
  background: var(--primary-color) !important;
}

.wp-block-button {
  margin-bottom: 10px;
}

.wp-block-archives select,
.wp-block-categories select {
  height: 66px;
  width: 200px;
  border: 1px solid #ced9da;
  padding: 0 10px;
  margin-bottom: 10px;
}

.wp-block-latest-comments {
  padding-left: 0 !important;
}

.wp-block-cover p.wp-block-cover-text,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #fff !important;
}

.wp-block-cover-text a {
  color: #fff;
}

.wp-block-rss {
  padding-left: 0 !important;
}

.widget .wp-block-archives-dropdown,
.widget .wp-block-categories-dropdown,
.widget .wp-block-loginout,
.widget .wp-block-social-links,
.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select,
.widget.widget_search .search-form,
.widget.widget_tag_cloud .tagcloud,
.widget .wp-block-tag-cloud {
  margin-bottom: 6px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-title {
  display: inline-block;
  width: 100%;
}

nav.wp-calendar-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav.wp-calendar-nav a {
  color: var(--text-color);
}
nav.wp-calendar-nav a:hover {
  color: var(--primary-color);
}

.blog-search-content .search-form input {
  width: 50%;
}
@media (max-width: 991px) {
  .blog-search-content .search-form input {
    width: 100%;
  }
}

/* Search Widget */
.search-form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.search-form button {
  width: 62px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wp-block-search__no-button.wp-block-search input {
  border-radius: 6px;
}

.wp-block-search {
  margin-bottom: -2px;
}

.wp-block-search,
.search-form {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.wp-block-search .wp-block-search__inside-wrapper,
.search-form .wp-block-search__inside-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
}
.wp-block-search label,
.search-form label {
  font-size: var(--font-size-24px);
  display: block;
  line-height: var(--line-height-30px);
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--secondary-color);
  font-family: var(--heading-font);
}
.wp-block-search input,
.search-form input {
  border: 1px solid #ced9da;
  padding: 0 25px;
  height: 66px;
  width: 100%;
  color: #abb0ba;
  font-size: var(--font-size-18px);
  border-radius: 6px 0 0 6px;
}
.wp-block-search button,
.search-form button {
  color: var(--white);
  padding: 0 20px;
  position: relative;
  right: 0;
  background-color: var(--primary-color);
  top: 0;
  height: auto;
  border-radius: 0 6px 6px 0;
  line-height: 0;
  border: 0;
  margin-left: 0 !important;
}

/*
 Media
============================*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

figure.wp-block-embed {
  overflow: hidden;
}

.comment-respond.style-two .wpcf7-form .wpcf7-not-valid-tip {
  color: #d9c0b8 !important;
}
.comment-respond .wpcf7-form .wpcf7-not-valid {
  border-color: #dc3232 !important;
}
.comment-respond .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 16px;
  margin-top: 5px;
}
.comment-respond .wpcf7-form.sent .wpcf7-response-output {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #72DC60;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  background: #F4FFF5;
  border: 1px solid #CDF5C8 !important;
  border-radius: 10px;
}
.comment-respond .wpcf7-form.invalid .wpcf7-response-output {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #dc3232;
  padding: 15px 20px;
  text-align: center;
  position: relative;
  background: #FFF7F7;
  border: 1px solid #FED8D8 !important;
  border-radius: 10px;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  width: 22px !important;
  height: 22px !important;
  border-color: #e3e4e5;
  border-radius: 6px !important;
  background-color: #e3e4e5 !important;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative !important;
  padding: 0 !important;
  cursor: pointer;
  margin-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input[type=radio]::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: var(--primary-color);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

input[type=checkbox]::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='8' viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.44899 7.76355C3.36328 7.84971 3.24641 7.89784 3.12495 7.89784C3.00349 7.89784 2.88662 7.84971 2.80091 7.76355L0.213156 5.17534C-0.0554271 4.90676 -0.0554271 4.47134 0.213156 4.20321L0.537198 3.87917C0.805781 3.61059 1.24074 3.61059 1.50932 3.87917L3.12495 5.4948L7.49057 1.12917C7.75916 0.860589 8.19457 0.860589 8.4627 1.12917L8.78674 1.45321C9.05532 1.7218 9.05532 2.15721 8.78674 2.42534L3.44899 7.76355Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: var(--primary-color);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  border-color: var(--primary-color) !important;
}

.wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0;
  gap: 10px;
}
.wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 400;
}

.logged-in .comment-respond textarea {
  margin-bottom: 12px;
}

.zoom-instagram-widget p {
  color: var(--white);
}
.zoom-instagram-widget p a {
  color: var(--primary-color);
}
.zoom-instagram-widget ul {
  list-style: none;
}
.zoom-instagram-widget ul li {
  color: var(--white);
}

/* Recent Comment List Block Widget & Latest Post Widget Block */
.has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  font-weight: 500;
  color: #abb2c1;
}
.has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link,
.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link {
  font-weight: 500;
}

.wp-block-latest-comments li.wp-block-latest-comments__comment,
.wp-block-latest-posts li.wp-block-latest-comments__comment {
  margin-bottom: 0;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments li .wp-block-latest-posts__post-title,
.wp-block-latest-posts li .wp-block-latest-comments__comment-meta,
.wp-block-latest-posts li .wp-block-latest-posts__post-title {
  line-height: var(--line-height-30px);
  font-weight: 400;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date,
.wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date {
  font-size: 14px !important;
  margin-bottom: 10px;
  position: relative;
  color: #abb2c1;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
.wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before,
.wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
.wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before {
  content: "\f274";
  font-family: "Font Awesome 6 Pro";
  padding-right: 8px;
}
.wp-block-latest-comments li a,
.wp-block-latest-posts li a {
  color: var(--black);
}
.wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .wp-block-latest-comments li a.wp-block-latest-comments__comment-link,
.wp-block-latest-posts li a.wp-block-latest-comments__comment-author,
.wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
  display: inline !important;
  text-transform: capitalize;
  line-height: var(--line-height-30px);
  font-weight: 400;
}
.wp-block-latest-comments li a:hover,
.wp-block-latest-posts li a:hover {
  color: var(--primary-color);
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-posts li .wp-block-latest-comments__comment-excerpt p {
  font-size: 16px;
  line-height: var(--line-height-30px);
  margin: 0;
}

body.admin-bar .header-menu-area.sticky_menu {
  top: 30px;
}
@media (max-width: 600px) {
  body.admin-bar .header-menu-area.sticky_menu {
    top: 0;
  }
}

.page-template-default.page-id-146 .page-content p:last-child {
  margin-bottom: 10px;
}
.page-template-default.page-id-156 .page-content-wrapper .page-content > p {
  margin-bottom: 10px;
}
.page-template-default.page-id-1133 .page-content .comment-respond {
  margin-top: 78px;
  display: inline-block;
  width: 100%;
}
.page-template-default.page-id-3 .page-area {
  padding-top: 120px;
}
.page-template-default.page-id-3 .page-area .page-content {
  margin-top: -9px;
}

.post-template-default.postid-163 .blog-details-wrapper .single-post-item .post-content {
  margin-bottom: 34px;
}
.post-template-default.postid-150 .blog-details-wrapper .single-post-item .post-content {
  margin-bottom: 34px;
}
.post-template-default.postid-150 .blog-details-wrapper .single-post-item .post-content .wp-block-group.is-layout-constrained:last-child {
  border: 1px solid #000;
}
.post-template-default.postid-51 .blog-details-wrapper .single-post-item .post-content {
  margin-bottom: 25px;
}
.post-template-default.postid-51 .blog-details-wrapper .single-post-item .post-content p:last-child {
  margin-bottom: 0;
}
.post-template-default.postid-1163 .blog-details-wrapper .single-post-item .post-content .wp-caption, .post-template-default.postid-568 .blog-details-wrapper .single-post-item .post-content .wp-caption {
  margin-top: 20px;
}
.post-template-default.postid-1785 .blog-details-wrapper .single-post-item .post-content .wp-block-button__link {
  color: var(--white) !important;
}
.post-template-default.postid-555 .blog-details-wrapper .single-post-item .post-content .gallery {
  margin-top: 20px;
}
.post-template-default.postid-1786 .blog-details-wrapper .single-post-item .post-title {
  margin-bottom: 20px;
}
.post-template-default.postid-1780 .blog-details-wrapper .single-post-item .wp-block-button {
  margin-top: 20px;
  margin-bottom: 40px;
}

.error-404.not-found {
  margin-top: -20px;
  margin-bottom: 40px;
}
.error-404.not-found .error-content .error-btn-bh {
  margin-top: 20px;
}

@-webkit-keyframes MovefadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes MovefadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.MovefadeUp {
  -webkit-animation-name: MovefadeUp;
  animation-name: MovefadeUp;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes animatelinebar {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}
@keyframes animatelinebar {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}
@-webkit-keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(40px);
  }
}
@keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@-webkit-keyframes MoveLeftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@keyframes MoveLeftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@-webkit-keyframes MoveUpDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes MoveUpDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes Animated3 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes Animated3 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes Animated4 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@keyframes Animated4 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@-webkit-keyframes UpToDown {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes UpToDown {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--white);
  z-index: 9999999;
  right: 0;
  bottom: 0;
}

#preloader-status {
  width: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loading-container div {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  float: left;
  margin: 0 3px;
  background-color: var(--primary-color);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.loading-container .ball1 {
  z-index: 1;
  -moz-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation: grow 4.4s infinite ease-in-out;
}

.loading-container .ball2 {
  -moz-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading-container .ball3 {
  -moz-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loading-container .ball4 {
  -moz-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
  }
  75% {
    -webkit-transform: scale(1);
    background: var(--white);
  }
  100% {
    -webkit-transform: scale(0);
    background: var(--white);
  }
}
.scrollup-wrapper {
  position: fixed;
  right: 40px;
  bottom: 20px;
  z-index: 9999;
}

.scrollup-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 26px;
  color: var(--white);
  text-decoration: none;
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  border-radius: 50px;
  border: 2px solid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.scrollup-btn i {
  margin-top: -3px;
  display: block;
}

/* WP Admin Bar*/
body.admin-bar .header-area.style-2 {
  top: 30px;
}
body.admin-bar .header-area .header-menu-wrapper.sticky-header.sticky_menu {
  top: 30px;
}
@media (max-width: 600px) {
  body.admin-bar .header-area .header-menu-wrapper.sticky-header.sticky_menu {
    top: 0;
  }
}

.header-area.style-1 .header-menu-area {
  position: absolute;
  background-color: transparent;
}
@media (max-width: 991px) {
  .header-area.style-1 .header-menu-area {
    position: unset;
  }
}
.header-area.style-1 .header-menu-area .main-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--primary-color);
  border-radius: 12px;
  width: 100%;
}
@media (max-width: 991px) {
  .header-area.style-1 .header-menu-area .main-menu-wrapper {
    background-color: transparent !important;
    border: 0;
  }
}
@media (max-width: 991px) {
  .header-area.style-1 .header-menu-area .main-menu-wrapper .main-menu {
    display: none !important;
  }
}
.header-area.style-1 .header-menu-area .main-menu-wrapper .header-btn .cta-btn {
  display: none;
}
.header-area.style-1 .header-menu-area .main-menu-wrapper .header-btn .btn-wrapper {
  display: none;
}
.header-area.style-1 .header-menu-area .main-menu-wrapper .header-btn .search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white);
  font-size: var(--font-size-18px);
  font-weight: 700;
  width: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 0 6px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .header-area.style-1 .header-menu-area .main-menu-wrapper .header-btn .search-btn {
    display: none;
  }
}
.header-area.style-1 .header-menu-area .header-menu-wrapper .inner-wrapper {
  padding: 0;
}
@media (max-width: 991px) {
  .header-area.style-1 .header-menu-area .header-menu-wrapper .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
.header-area.style-1 .header-menu-area .header-menu-wrapper.style-2 {
  visibility: visible;
  opacity: 0;
}
.header-area.style-1 .header-menu-area .header-menu-wrapper.sticky_menu {
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  -webkit-box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  .header-area.style-1 .header-menu-area .header-menu-wrapper.sticky_menu {
    margin: 0;
    border-radius: 0;
    padding: 0 35px;
    -webkit-transition: none;
    transition: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-area.style-1 .header-menu-area .header-menu-wrapper.sticky_menu {
    padding: 0 16px;
  }
}
.header-area.style-1 .header-menu-area .header-menu-wrapper.sticky_menu.style-2 {
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-area.style-1 .header-menu-area .header-menu-wrapper.sticky_menu .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px;
}
@media (max-width: 991px) {
  .header-area.style-1 .header-menu-area .header-menu-wrapper.sticky_menu .inner-wrapper {
    padding: 0;
  }
}
.header-area.style-1 .header-menu-area .header-menu-wrapper.sticky_menu .main-menu-wrapper {
  background-color: transparent;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 8px;
}
.header-area.style-1 .header-menu-area .header-menu-wrapper.sticky_menu .main-menu-wrapper .search-btn {
  color: var(--black);
}
.header-area.style-1 .header-menu-area .header-menu-wrapper.sticky_menu .main-menu-wrapper .header-btn {
  margin-left: 0;
}
.header-area.style-1 .header-menu-area .header-menu-wrapper.sticky_menu .logo-wrapper {
  display: block;
}
.header-area.style-1 .header-menu-area .header-menu-wrapper.sticky_menu .logo {
  height: 100%;
}
@media (max-width: 991px) {
  .header-area.style-1 .header-menu-area .header-menu-wrapper.sticky_menu .logo {
    height: 80px;
  }
}
.header-area.style-1 .header-menu-area .header-menu-wrapper.sticky_menu .logo:before {
  display: none;
}
.header-area.style-1 .header-menu-area .header-menu-wrapper.sticky_menu .logo .standard-logo {
  display: none;
}
.header-area.style-1 .header-menu-area .header-menu-wrapper.sticky_menu .logo .sticky-logo {
  display: block;
}
.header-area.style-1 .header-menu-area .header-menu-wrapper.sticky_menu .logo .sticky-logo img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-area.style-1 .header-menu-area .header-menu-wrapper.sticky_menu .main-menu ul li a {
  color: #393d48;
  padding: 35px 30px;
  border-left: none;
  -webkit-transition: none;
  transition: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.style-1 .header-menu-area .header-menu-wrapper.sticky_menu .main-menu ul li a {
    padding: 35px 16px;
  }
}
.header-area.style-1 .header-menu-area .header-menu-wrapper.sticky_menu .main-menu ul li ul li a {
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .header-area.style-1 .header-menu-area .header-menu-wrapper .logo .standard-logo {
    display: none;
  }
}

.header-top {
  background-color: var(--secondary-color);
}
@media (max-width: 991px) {
  .header-top {
    display: none;
  }
}
.header-top .header-top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
}
.header-top .header-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 24px;
  padding: 6px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-top .header-contact-info span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
}
.header-top .header-contact-info span:first-child:before {
  display: none;
}
.header-top .header-contact-info span:before {
  background-color: #667490;
  width: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 12px;
  content: "";
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-top .header-contact-info span:before {
    display: none;
  }
}
.header-top .header-contact-info span.contact-info-item {
  gap: 0 10px !important;
}
.header-top .header-contact-info span a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-top .header-top-btn {
    display: none;
  }
}
.header-top .header-top-btn a {
  position: relative;
  padding: 12px 46px;
  font-size: var(--font-size-18px);
  font-family: var(--heading-font);
  color: var(--white);
  margin-bottom: -100px;
  display: inline-block;
  font-weight: 500;
  z-index: 2;
}
.header-top .header-top-btn a:hover:before {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: var(--primary-color);
}
.header-top .header-top-btn a:before {
  position: absolute;
  content: "";
  border-radius: 0 0 10px 10px;
  background-color: var(--orange-color);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-top .social-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 6px 0;
}
.header-top .social-profile a {
  font-size: var(--font-size-18px);
  color: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.header-top .social-profile a:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  color: var(--orange-color);
}

.header-top-bottom-area {
  padding: 30px 0;
}
.header-top-bottom-area.has-nav-menu {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .header-top-bottom-area {
    display: none;
  }
}
.header-top-bottom-area .header-top-bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
.header-top-bottom-area .header-top-bottom-wrapper .logo-wrapper .logo .sticky-logo {
  display: none;
}
.header-top-bottom-area .header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin: 0;
}
@media (max-width: 1199px) {
  .header-top-bottom-area .header-btn {
    gap: 8px;
  }
}
@media (max-width: 1199px) {
  .header-top-bottom-area .header-btn {
    gap: 8px;
  }
}
.header-top-bottom-area .header-btn .cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  align-items:center;
}
.header-top-bottom-area .header-btn .cta-btn .icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--primary-color);
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid var(--orange-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-top-bottom-area .header-btn .cta-btn .icon:hover {
  background-color: var(--orange-color);
  color: var(--black);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-top-bottom-area .header-btn .cta-btn .btn-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-top-bottom-area .header-btn .cta-btn .btn-content .title {
  font-size: 16px;
  color: var(--text-color);
}
.header-top-bottom-area .header-btn .cta-btn .btn-content .sub-title {
  font-size: var(--font-size-18px);
  color: var(--black);
  font-family: var(--heading-font);
  font-weight: 500;
}
@media (max-width: 1199px) {
  .header-top-bottom-area .header-btn .cta-btn .btn-content .sub-title {
    font-size: 16px;
  }
}
.header-top-bottom-area .header-btn .cta-btn .btn-content .sub-title a {
  color: var(--black);
}
.header-top-bottom-area .header-btn .cta-btn .btn-content .sub-title a:hover {
  color: var(--primary-color);
}
.header-top-bottom-area .header-btn .btn-wrapper {
  margin-left: 20px;
}
.header-top-bottom-area .header-btn .search-btn-wrapper {
  display: none;
}

.header-menu-area {
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: var(--white);
}
.header-menu-area.sticky-header {
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.header-menu-area .header-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
  margin-top: -30px;
}
@media (max-width: 991px) {
  .header-menu-area .header-menu-wrapper {
    margin-top: 0;
  }
}
.header-menu-area .header-menu-wrapper .logo-wrapper {
  display: none;
}
@media (max-width: 991px) {
  .header-menu-area .header-menu-wrapper .logo-wrapper {
    display: block;
  }
}
.header-menu-area .logo {
  position: relative;
  z-index: 999;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu-area .logo {
    height: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-menu-area .logo {
    height: 80px;
  }
}
.header-menu-area .logo .retina-logo {
  display: none;
}

.main-menu ul {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  line-height: initial;
}
.main-menu ul li {
  display: inline-block;
  padding: 0;
  position: relative;
}
.main-menu ul li ul.submenu li.active > a {
  position: relative;
  z-index: 2;
  color: var(--black) !important;
  background-color: var(--orange-color);
}
.main-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 17px 48px 16px 48px;
  text-decoration: none;
  text-transform: capitalize;
  position: relative;
  color: var(--white);
  font-family: var(--heading-font);
  font-size: var(--font-size-18px);
  font-weight: 500;
  border-right: 1px solid rgba(255, 255, 255, 0.361);
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li a {
    padding: 18px 28px;
  }
}
.main-menu ul li:hover > ul {
  visibility: visible;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.main-menu ul li ul li:hover ul {
  visibility: visible;
  top: -2px;
}
.main-menu ul ul {
  background-color: var(--white);
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main-menu ul ul li {
  float: none;
  width: 210px;
}
.main-menu ul ul li ul {
  visibility: hidden;
}
.main-menu ul ul li i {
  float: right;
}
.main-menu ul ul li a {
  line-height: 120%;
  padding: 10px 20px;
  color: var(--secondary-color);
  border-bottom: 1px solid var(--gray-200);
  margin-left: 0;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu ul ul li a:hover {
  background-color: var(--orange-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu ul ul li:last-child a {
  border-bottom: 0px;
}
.main-menu ul ul ul {
  left: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  border-top: 0;
}
.main-menu > ul > li.active {
  position: relative;
}
.main-menu > ul > li.active > a:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 53px;
  background-color: var(--orange-color);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.animation {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slideUpIn {
  -webkit-animation-name: slideUpIn;
  animation-name: slideUpIn;
}

.header-btn {
  margin-left: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 1399px) {
  .header-btn {
    display: none;
  }
}
.header-btn .icon-wrapper {
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  padding: 4px;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 103, 49, 0.1);
  box-shadow: 0 0 0 0 rgba(255, 103, 49, 0.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-btn .icon-wrapper .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background: rgb(227, 0, 8);
  background: linear-gradient(45deg, rgb(227, 0, 8) 0%, rgb(250, 174, 0) 100%);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-btn .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-btn .content-wrapper span {
  display: inline-block;
  width: 100%;
  color: var(--text-color);
}
.header-btn .content-wrapper .text {
  font-family: var(--heading-font);
  font-size: var(--font-size-18px);
  font-weight: 500;
  color: var(--secondary-color);
  line-height: 22px;
}
.header-btn .content-wrapper .text a {
  color: var(--secondary-color);
}
@media only screen and (max-width: 1199px) {
  .header-btn {
    display: none;
  }
}

.search-form-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.search-form-wrapper.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.search-form-wrapper .search-form-inner {
  width: 768px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}
.search-form-wrapper .search-form-inner .search-content-filed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.search-form-wrapper .search-form-inner .search-content-filed .search-close {
  cursor: pointer;
  font-size: var(--font-size-30px);
  color: var(--white);
}
.search-form-wrapper .search-form-inner .search-form {
  background: var(--white);
  -webkit-box-shadow: 0px 30px 70px rgba(208, 225, 242, 0.3);
  box-shadow: 0px 30px 70px rgba(208, 225, 242, 0.3);
  border-radius: 50px;
  padding: 15px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.search-form-wrapper .search-form-inner .search-form .search-form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-form-wrapper .search-form-inner .search-form .search-form-input .search-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form-wrapper .search-form-inner .search-form .search-form-input button.submit-search-btn {
  padding: 15px 24px !important;
}
.search-form-wrapper .search-form-inner .search-form input[type=search] {
  margin-top: 0 !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 12px !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-area.style-2 {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  .header-area.style-2 {
    position: unset;
  }
}
.header-area.style-2.has-header-top {
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-area.style-2.has-header-top .header-menu-wrapper {
  margin-top: -36px;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  .header-area.style-2.has-header-top .header-menu-wrapper {
    margin-top: 0;
    background-color: var(--white);
  }
}
.header-area.style-2.has-header-top .logo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-area.style-2 .header-top {
  background-color: var(--primary-color);
  padding-top: 4px;
  padding-bottom: 40px;
}
.header-area.style-2 .header-top .header-contact-info a {
  color: var(--white);
}
.header-area.style-2 .header-top .header-contact-info a:hover {
  color: var(--orange-color);
}
.header-area.style-2 .header-top .header-contact-info span:before {
  background-color: var(--white);
}
.header-area.style-2 .header-menu-area {
  background-color: transparent;
}
.header-area.style-2 .logo {
  width: 292px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 96px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.style-2 .logo {
    height: 100px;
    width: 200px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-area.style-2 .logo {
    height: 80px;
    width: 200px;
  }
}
.header-area.style-2 .logo .sticky-logo {
  display: none;
}
.header-area.style-2 .header-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--white);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  .header-area.style-2 .header-menu-wrapper {
    border: 0;
    border-radius: 0;
    margin-top: 0;
  }
}
.header-area.style-2 .header-menu-wrapper.sticky_menu {
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  -webkit-box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  margin: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
@media (max-width: 991px) {
  .header-area.style-2 .header-menu-wrapper.sticky_menu {
    margin: 0;
    padding: 0;
  }
}
.header-area.style-2 .header-menu-wrapper.sticky_menu .logo {
  height: 96px;
}
.header-area.style-2 .header-menu-wrapper.sticky_menu .logo:before {
  display: none;
}
.header-area.style-2 .header-menu-wrapper.sticky_menu .logo .standard-logo {
  display: none;
}
.header-area.style-2 .header-menu-wrapper.sticky_menu .logo .sticky-logo {
  display: block;
}
.header-area.style-2 .header-menu-wrapper.sticky_menu .logo .sticky-logo img {
  width: 170px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-area.style-2 .header-menu-wrapper.sticky_menu .main-menu ul li.active > a:after {
  bottom: 20px;
}
.header-area.style-2 .header-menu-wrapper.sticky_menu .main-menu ul li ul li a {
  padding: 10px 20px;
}
.header-area.style-2 .header-menu-wrapper.sticky_menu .inner-wrapper {
  background-color: transparent;
}
.header-area.style-2 .header-menu-wrapper.sticky_menu .header-wrapper .main-menu-wrapper .header-btn {
  margin-left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-area.style-2 .header-menu-wrapper .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--white);
  border-radius: 12px;
  padding: 0;
}
@media (max-width: 991px) {
  .header-area.style-2 .header-menu-wrapper .inner-wrapper {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
}
.header-area.style-2 .header-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .header-area.style-2 .header-wrapper {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header-area.style-2 .header-wrapper .social-profile {
  gap: 28px;
}
.header-area.style-2 .header-wrapper .social-profile a .fa-facebook {
  color: #1877f2;
}
.header-area.style-2 .header-wrapper .social-profile a .fa-twitter {
  color: #1da1f2;
}
.header-area.style-2 .header-wrapper .social-profile a .fa-linkedin-in {
  color: #0a66c2;
}
.header-area.style-2 .header-wrapper .social-profile a .fa-youtube {
  color: #ff0000;
}
.header-area.style-2 .header-wrapper .main-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
}
.header-area.style-2 .header-wrapper .main-menu-wrapper .header-btn {
  margin-left: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-area.style-2 .header-wrapper .main-menu-wrapper .header-btn .search-btn-wrapper {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.header-area.style-2 .header-wrapper .main-menu-wrapper .header-btn .search-btn {
  color: #000000;
}
.header-area.style-2 .header-wrapper .main-menu-wrapper .header-btn .theme-btn {
  padding: 9px 37px;
  font-size: 16px;
}
.header-area.style-2 .header-wrapper .main-menu-wrapper .main-menu ul li a {
  color: #393d48;
  padding: 35px 24px;
  border-left: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.style-2 .header-wrapper .main-menu-wrapper .main-menu ul li a {
    padding: 35px 16px;
  }
}
.header-area.style-2 .header-wrapper .main-menu-wrapper .main-menu ul li.active {
  position: relative;
}
.header-area.style-2 .header-wrapper .main-menu-wrapper .main-menu ul li.active > a:after {
  top: unset;
  bottom: 0;
  height: 3px;
  -webkit-transform: none;
  transform: none;
  width: 100%;
  left: 1px;
  background-color: var(--primary-color);
}
.header-area.style-2 .header-wrapper .main-menu-wrapper .main-menu ul ul li a {
  padding: 10px 20px;
}
.header-area .header-contact-info a:hover {
  color: var(--orange-color);
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--secondary-color);
  border-top: 1px solid #dfe2e9;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.5;
  font-weight: 500;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  border: 1px solid #dfe2e9 !important;
  height: 30px;
  width: 30px;
  line-height: var(--line-height-30px);
  color: var(--secondary-color);
  line-height: var(--line-height-30px);
  top: 0;
  font-weight: 400;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li.dropdown-opened a.mean-expand.mean-clicked {
  background-color: var(--primary-color);
  border-color: var(--primary-color) !important;
}

.mean-container .mean-nav ul li.dropdown-opened a.mean-expand.mean-clicked i {
  color: var(--white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: var(--white);
}

.mobile-menu-bar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mobile-menu-bar a i {
  color: var(--secondary-color);
  font-size: 22px;
}

.menu-sidebar-area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background-color: var(--white);
  overflow-y: scroll;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}
@media (max-width: 560px) {
  .menu-sidebar-area {
    width: 375px;
  }
}
.menu-sidebar-area .menu-sidebar-logo {
  display: inline-block;
  width: 180px;
}
.menu-sidebar-area .menu-sidebar-wrapper {
  position: relative;
  padding: 40px;
}
.menu-sidebar-area.active {
  right: 0;
}
.menu-sidebar-area .menu-sidebar-close {
  position: absolute;
  top: 35px;
  right: 45px;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  height: 45px;
  width: 45px;
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 50%;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn:hover {
  background-color: var(--primary-color);
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .menu-sidebar-title {
  margin-bottom: 5px;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 24px;
  padding: 6px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  width: 100%;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span.contact-info-item {
  gap: 0 10px !important;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span a:hover {
  color: var(--primary-color);
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile {
  margin-top: 20px;
  border-top: 1px solid #dfe2e9;
  width: 100%;
  padding-top: 20px;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile a {
  color: var(--secondary-color);
  font-size: 22px;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile a:hover {
  color: var(--primary-color);
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.body-overlay.active {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: pointer;
}

.slider-area {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.slider-area.style-1 .shape {
  position: absolute;
  z-index: 5;
  -webkit-animation: zoomInOut 3s infinite;
  animation: zoomInOut 3s infinite;
}
.slider-area.style-1 .shape.one {
  width: 80px;
  height: 80px;
  top: 70px;
  left: 70px;
}
.slider-area.style-1 .shape.two {
  top: 180px;
  left: 40%;
}
.slider-area.style-1 .shape.three {
  width: 20px;
  height: 20px;
  top: 160px;
  right: 240px;
}
.slider-area.style-1 .shape.four {
  width: 22px;
  height: 22px;
  bottom: 190px;
  left: 70px;
}
.slider-area.style-1 .shape.five {
  bottom: 220px;
  right: 180px;
}
.slider-area.style-1 .slider-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #205666;
}
.slider-area.style-1 .slick-arrow {
  position: absolute;
  top: 50%;
  right: 36px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  z-index: 999;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 77px;
  height: 52px;
  border-radius: 50px;
  background-color: transparent;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(2, 24, 93, 0.06);
  box-shadow: 0px 12px 24px 0px rgba(2, 24, 93, 0.06);
  font-size: var(--font-size-24px);
  color: var(--white);
  border: 2px solid var(--orange-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 1;
}
.slider-area.style-1 .slick-arrow.prev-btn {
  margin-top: -45px;
}
.slider-area.style-1 .slick-arrow.prev-btn a i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.slider-area.style-1 .slick-arrow.next-btn {
  margin-top: 45px;
}
.slider-area.style-1 .slick-arrow.next-btn a i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-1 .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
.slider-area.style-1 .slick-arrow:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.slider-area .single-slider-wrapper.slick-active .slider-short-title,
.slider-area .single-slider-wrapper.slick-active .slider-title,
.slider-area .single-slider-wrapper.slick-active .slider-short-desc,
.slider-area .single-slider-wrapper.slick-active .slider-btn-wrapper {
  -webkit-animation-name: MovefadeUp;
  animation-name: MovefadeUp;
  -webkit-animation-fill-mode: both;
}
.slider-area .single-slider-wrapper.slick-active .slider-short-title {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.slider-area .single-slider-wrapper.slick-active .slider-title {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.slider-area .single-slider-wrapper.slick-active .slider-short-desc {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.slider-area .single-slider-wrapper.slick-active .slider-btn-wrapper {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.slider-area .single-slider-wrapper .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 46px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  flex-direction: column;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .slider-area .single-slider-wrapper .slick-dots {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 100px;
    top: unset;
    left: unset;
    right: unset;
    -webkit-transform: none;
    transform: none;
    padding: 0;
  }
}
.slider-area .single-slider-wrapper .slick-dots li {
  display: inline-block;
  line-height: 0;
  outline: 1px solid transparent;
  border: 4px solid transparent;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-area .single-slider-wrapper .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 11px;
  height: 11px;
  background-color: #c3e4de;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-area .single-slider-wrapper .slick-dots li button:hover {
  background-color: var(--orange-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-area .single-slider-wrapper .slick-dots li.slick-active {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  outline: 1px solid var(--orange-color);
}
.slider-area .single-slider-wrapper .slick-dots li.slick-active button {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-area .single-slider {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 890px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area .single-slider {
    height: 730px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .slider-area .single-slider {
    height: 620px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider {
    height: 940px;
    padding: 0;
    padding-top: 70px;
  }
}
.slider-area .single-slider .slider-overlay {
  background-color: #085294;
  opacity: 0.61;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider-area .single-slider .slider-content-wrapper {
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content {
    text-align: center;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-title {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 21px;
  color: var(--primary-color);
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-title {
    font-size: var(--font-size-18px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-title {
    font-size: 16px;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 90px;
  color: var(--white);
  line-height: 100px;
  margin-bottom: 30px;
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-title span {
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: var(--font-size-60px);
    line-height: 64px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
  font-size: var(--font-size-24px);
  color: var(--white);
  line-height: var(--line-height-36px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
    font-size: var(--font-size-18px);
    line-height: var(--line-height-30px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
    font-size: var(--font-size-18px);
    line-height: var(--line-height-30px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-short-desc {
    font-size: var(--font-size-18px);
    line-height: var(--line-height-30px);
  }
}
.slider-area .single-slider .slider-content-wrapper .slider-content .slider-btn-wrapper {
  margin-top: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-btn-wrapper {
    margin-top: 30px;
  }
}
.slider-area .single-slider .slider-image {
  text-align: right;
  position: relative;
}
.slider-area .single-slider .slider-image .image-1,
.slider-area .single-slider .slider-image .image-2 {
  position: absolute;
  width: 630px;
  height: 300px;
  -webkit-transform: rotate(310deg);
  transform: rotate(310deg);
  border-radius: 300px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 1399px) {
  .slider-area .single-slider .slider-image .image-1,
  .slider-area .single-slider .slider-image .image-2 {
    width: 530px;
    height: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider .slider-image .image-1,
  .slider-area .single-slider .slider-image .image-2 {
    width: 500px;
    height: 207px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-image .image-1,
  .slider-area .single-slider .slider-image .image-2 {
    width: 500px;
    height: 207px;
    display: none;
  }
}
.slider-area .single-slider .slider-image .image-1 {
  top: -100%;
  left: -5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area .single-slider .slider-image .image-1 {
    top: -100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider .slider-image .image-1 {
    left: -17%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider .slider-image .image-1 {
    top: -134%;
    left: -16%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-image .image-1 {
    top: -134%;
    left: -16%;
  }
}
.slider-area .single-slider .slider-image .image-1 img {
  position: relative;
  bottom: 0px;
  left: -190px;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-310deg);
  transform: rotate(-310deg);
}
.slider-area .single-slider .slider-image .image-2 {
  bottom: -105%;
  right: -4%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area .single-slider .slider-image .image-2 {
    bottom: -104%;
  }
}
@media (max-width: 1199px) {
  .slider-area .single-slider .slider-image .image-2 {
    bottom: -113%;
    right: -17%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider .slider-image .image-2 {
    bottom: -152%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-image .image-2 {
    bottom: -135%;
  }
}
.slider-area .single-slider .slider-image .image-2 img {
  height: 100%;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  position: relative;
  bottom: 90px;
  right: -270px;
}
.slider-area .single-slider .slider-image .slider-image-inner {
  position: relative;
  -webkit-transform: rotate(308deg);
  transform: rotate(308deg);
  border-radius: 300px;
  width: 770px;
  height: 430px;
  overflow: hidden;
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area .single-slider .slider-image .slider-image-inner {
    width: 670px;
    height: 355px;
  }
}
@media (max-width: 1199px) {
  .slider-area .single-slider .slider-image .slider-image-inner {
    width: 570px;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider .slider-image .slider-image-inner {
    width: 470px;
    height: 240px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-image .slider-image-inner {
    width: 350px;
    height: 415px;
    border-radius: 12px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.slider-area .single-slider .slider-image .slider-image-inner img {
  position: absolute;
  z-index: -1;
  width: 750px;
  height: 750px;
  top: -200px;
  right: 40px;
  -webkit-transform: rotate(51deg);
  transform: rotate(51deg);
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  .slider-area .single-slider .slider-image .slider-image-inner img {
    top: -217px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-image .slider-image-inner img {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-image {
    -webkit-animation: none;
    animation: none;
    right: unset;
    text-align: center;
  }
}
@media (max-width: 1799px) {
  .slider-area .single-slider .slider-image {
    width: auto;
    margin-top: inherit;
  }
}

.slider-area.style-3 {
  position: relative;
}
.slider-area.style-3 .slider-control-btn-wrapper {
  width: 100%;
  right: 0;
}
.slider-area.style-3 .slider-control-btn-wrapper .slider-arrow-btn-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 70px;
}
.slider-area.style-3 .slider-control-btn-wrapper .slider-arrow-btn-wrapper a {
  width: 77px;
  height: 52px;
}
.slider-area.style-3 .slider-nav {
  width: 78px;
  height: 53px;
  border-radius: 50px;
  background-color: transparent;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(2, 24, 93, 0.06);
  box-shadow: 0px 12px 24px 0px rgba(2, 24, 93, 0.06);
  font-size: var(--font-size-24px);
  color: var(--white);
  border: 2px solid var(--orange-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .slider-nav {
    width: 60px;
    height: 60px;
  }
}
.slider-area.style-3 .slider-nav:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.slider-area.style-3 .slider-nav.prev-btn {
  left: 55px;
}
.slider-area.style-3 .slider-nav.next-btn {
  right: 55px;
}
.slider-area.style-3 .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 20px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  margin-bottom: 0;
  list-style: none;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .slider-area.style-3 .slick-dots {
    bottom: 30px;
  }
}
.slider-area.style-3 .slick-dots li {
  font-size: 0;
}
.slider-area.style-3 .slick-dots li.slick-active button {
  width: 48px;
}
.slider-area.style-3 .slick-dots li button {
  width: 18px;
  height: 12px;
  border-radius: 20px;
}
.slider-area.style-3 .single-slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 924px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .slider-area.style-3 .single-slider {
    height: 580px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .single-slider {
    height: 810px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-3 .single-slider {
    height: 810px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-3 .single-slider {
    height: 750px;
    padding-top: 108px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area.style-3 .single-slider {
    height: 780px;
  }
}
.slider-area.style-3 .single-slider .slider-overlay {
  background-color: var(--secondary-color);
  opacity: 0.6;
}
.slider-area.style-3 .single-slider .slider-content-wrapper {
  text-align: center;
}
.slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-short-title {
  color: var(--white);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-btn-wrapper .theme-btn {
    padding: 15px 34px;
    line-height: normal;
  }
}

.info-card-wrapper {
  position: relative;
}

.info-card {
  background: var(--white);
  padding: 50px 40px 56px 40px;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0 5px 60px 0 rgba(2, 24, 93, 0.08);
  box-shadow: 0 5px 60px 0 rgba(2, 24, 93, 0.08);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 991px) and (max-width: 1399px) {
  .info-card {
    padding: 30px 20px;
  }
}
.info-card:hover {
  margin-top: -5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card:hover .image-wrapper .overlay {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.72;
}
.info-card:hover .image-wrapper img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card:hover .icon img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card .info-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}
.info-card .divider:before {
  content: "";
  position: absolute;
  background-color: rgb(94, 111, 146);
  opacity: 0.2;
  right: 0;
  height: 80%;
  width: 1px;
  top: 45px;
}
.info-card .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.info-card .image-wrapper img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card .image-wrapper .overlay {
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.info-card .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 54px;
  height: 50px;
}
.info-card .icon img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card .content-wrapper {
  position: relative;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.info-card .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  padding-bottom: 25px;
  border-bottom: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.info-card .title-wrapper .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: 78px;
  background: transparent;
}
.info-card .title-wrapper .title {
  font-size: var(--font-size-24px);
  line-height: var(--line-height-30px);
  font-weight: 500;
  margin: 0;
  color: var(--secondary-color);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .info-card .title-wrapper .title {
    font-size: 23px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-card .title-wrapper .title {
    font-size: 21px;
  }
}
.info-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.info-card .content .desc {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-size: var(--font-size-18px);
  line-height: var(--line-height-30px);
  font-weight: 400;
  margin: 0;
  color: var(--text-color);
}
.info-card .content .read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.info-card .content .read-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  font-size: 16px;
  line-height: var(--line-height-36px);
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
  color: var(--secondary-color);
}
.info-card .content .read-more a .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--orange-color);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  color: var(--primary-color);
  z-index: 2;
}
.info-card .content .read-more a .icon:before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid transparent;
  border-radius: 50px;
  background-image: linear-gradient(white, white), linear-gradient(65deg, #e30008 0%, #faae00 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card .content .read-more a .icon i {
  color: var(--primary-color);
  font-size: 16px;
}
.info-card .content .read-more a:hover {
  margin-left: 5px;
  color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card .content .read-more a:hover .icon:before {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card .content .read-more a:hover .icon i {
  color: var(--white);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-card {
    background-color: var(--white);
    -webkit-box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    margin-bottom: 28px;
    padding: 20px;
  }
  .info-card .divider:before {
    display: none;
  }
  .info-card .title-wrapper {
    gap: 20px;
    padding-bottom: 15px;
  }
  .info-card .content {
    gap: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-card {
    background-color: var(--white);
    -webkit-box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    margin-bottom: 28px;
    padding: 30px;
  }
  .info-card .divider {
    display: none;
  }
  .info-card .content .read-more a .icon {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info-card .title-wrapper {
    gap: 20px;
    padding-bottom: 15px;
  }
  .info-card .title-wrapper .title {
    font-size: var(--font-size-18px);
  }
  .info-card .content {
    gap: 26px;
  }
  .info-card .content .desc {
    font-size: 16px;
    line-height: 26px;
  }
  .info-card .content .read-more a .icon {
    width: 25px;
    height: 25px;
  }
}

.info-card.style-2 {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .info-card.style-2 {
    margin-bottom: 60px;
  }
}
.info-card.style-2 .title-wrapper .icon {
  width: unset;
  height: unset;
}

.info-card.style-3 {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-card.style-3 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-card.style-3 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .info-card.style-3 {
    margin-bottom: 60px !important;
  }
}
.info-card.style-3:hover {
  margin-top: 0;
}
.info-card.style-3:hover .title-wrapper .icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card.style-3 .content-right {
  text-align: right;
}
.info-card.style-3 .content-right .title-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .info-card.style-3 .title-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.info-card.style-3 .title-wrapper .icon {
  width: unset;
  height: unset;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.info-card.style-3 .title-wrapper .icon i {
  font-size: 58px;
  color: var(--primary-color);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .info-card.style-3 .title-wrapper .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .info-card.style-3 .content {
    text-align: center;
  }
}

.after-before-image {
  text-align: center;
}
.after-before-image .after-before-image-inner {
  display: inline-block;
  width: 480px;
  height: 480px;
  border-radius: 500px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .after-before-image .after-before-image-inner {
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .after-before-image .after-before-image-inner {
    width: 100%;
    height: auto;
  }
}
.after-before-image .after-before-image-inner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.icon-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--white);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 40px;
  margin-bottom: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card {
    gap: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .icon-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
  }
}
.icon-card:hover .icon {
  background-color: var(--orange-color);
  color: var(--black);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.icon-card:hover .icon img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.icon-card .icon {
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--primary-color);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: var(--white);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.icon-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card .content {
    gap: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card .content {
    gap: 15px;
  }
}
.icon-card .content .title {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: var(--font-size-24px);
  line-height: var(--line-height-36px);
  color: var(--secondary-color);
  margin-bottom: 0;
}
.icon-card .content .desc {
  font-family: var(--body-font);
  font-size: var(--font-size-18px);
  line-height: var(--line-height-30px);
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 0;
}
.icon-card .content .desc a {
  color: var(--text-color);
}

.icon-card.style-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-three {
    gap: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .icon-card.style-three {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.icon-card.style-three:hover .icon {
  background-color: var(--orange-color);
  color: var(--black);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.icon-card.style-three .icon {
  width: 97px;
  height: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--primary-color);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 38px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-three .icon {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card.style-three .icon {
    width: 70px;
    height: 70px;
  }
}
.icon-card.style-three .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card.style-three .content {
    gap: 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card.style-three .content .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-three .content .title {
    font-size: 20px;
    line-height: var(--line-height-30px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card.style-three .content .desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-three .content .desc {
    font-size: 16px;
  }
}

.icon-card.style-four {
  padding: 0;
  gap: 25px;
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card.style-four {
    text-align: center;
  }
}
.icon-card.style-four .icon {
  width: 90px;
  height: 90px;
  background: var(--orange-color);
  border-radius: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white);
  font-size: var(--font-size-24px);
}
.icon-card.style-four .icon i {
  font-size: var(--font-size-28px);
  color: var(--black);
}
.icon-card.style-four .content {
  gap: 10px;
}

.icon-card.style-five {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.icon-card.style-five:hover .icon-wrapper .icon {
  color: var(--orange-color);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.icon-card.style-five .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.icon-card.style-five .icon-wrapper .icon {
  background-color: transparent;
  border-radius: unset;
  width: unset;
  height: unset;
  font-size: 48px;
  color: var(--primary-color);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.icon-card.style-five .icon-wrapper .title {
  font-size: var(--font-size-24px);
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .icon-card.style-five .icon-wrapper .title {
    line-height: var(--line-height-30px);
  }
}

.icon-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 20px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 0 80px;
  }
}
.icon-card-wrapper .icon-card {
  width: 50%;
  padding: 0;
  gap: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .icon-card-wrapper .icon-card {
    width: unset;
  }
}
.icon-card-wrapper .icon-card:hover .icon {
  color: var(--orange-color);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .icon-card-wrapper .icon-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.icon-card-wrapper .icon-card .icon {
  background: none;
  font-size: 70px;
  color: var(--primary-color);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.icon-card-wrapper .icon-card .content {
  gap: 4px;
}
.icon-card-wrapper .icon-card .content .title {
  font-size: 21px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .icon-card-wrapper .icon-card .content .title {
    text-align: center;
  }
}

.service-card {
  position: relative;
  width: 100%;
  height: 382px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 5px 60px 0px rgba(2, 24, 93, 0.12);
  box-shadow: 0px 5px 60px 0px rgba(2, 24, 93, 0.12);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-card:hover {
  background-color: var(--white);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-card:hover .image img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service-card:hover .content-wrapper {
  padding-bottom: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-card:hover .content-wrapper .icon {
  background-color: var(--primary-color);
  color: var(--white);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-card:hover .content-wrapper .title {
  color: var(--black);
}
.service-card:hover .content-wrapper .short-desc {
  color: var(--text-color);
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-card:hover .content-wrapper .read-more {
  background-color: var(--orange-color);
  color: var(--black) !important;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-card:hover .content-wrapper .btn-wrapper a {
  color: var(--primary-color);
}
.service-card .image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.service-card .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
}
.service-card .content-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px 50px 70px 50px;
  background-color: var(--white);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 1399px) {
  .service-card .content-wrapper {
    padding: 40px 30px 60px 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-card .content-wrapper {
    padding: 34px 40px 60px 40px;
  }
}
.service-card .content-wrapper .icon {
  width: 72px;
  height: 72px;
  font-size: 35px;
  background-color: var(--orange-color);
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 47px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 1199px) {
  .service-card .content-wrapper .icon {
    right: 30px;
  }
}
.service-card .content-wrapper .title {
  font-size: var(--font-size-24px);
  font-weight: 500;
  color: var(--black);
  line-height: var(--line-height-30px);
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-card .content-wrapper .title {
    font-size: 22px;
  }
}
.service-card .content-wrapper .short-desc {
  max-width: 300px;
  color: var(--text-color);
  font-size: var(--font-size-18px);
  font-weight: 400;
  font-family: var(--body-font);
  visibility: hidden;
  opacity: 0;
  margin-bottom: -100%;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-card .content-wrapper .btn-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--primary-color);
  font-size: var(--font-size-18px);
  font-family: var(--body-font);
  gap: 10px;
  font-weight: 500;
}

.service-card.style-2 {
  border: 1px solid #c9cfdc;
  background-color: var(--white);
  margin-bottom: 2px;
}
.service-card.style-2 .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 30px 45px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-card.style-2 .content-wrapper {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-card.style-2 .content-wrapper {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-card.style-2 .content-wrapper {
    padding: 30px;
  }
}
.service-card.style-2 .content-wrapper .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}
.service-card.style-2 .content-wrapper .icon {
  position: unset;
  -webkit-transform: unset;
  transform: unset;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: transparent;
}
.service-card.style-2 .content-wrapper .read-more {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--orange-color);
  color: var(--black);
  font-size: 16px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-card.style-2 .content-wrapper .title {
  color: var(--black);
  margin-bottom: 20px;
}

.service-slider-wrapper .slick-arrow {
  display: none !important;
}
.service-slider-wrapper .slick-list {
  margin: 0 -12px;
}
.service-slider-wrapper .slick-list .slick-slide {
  margin: 0 12px;
}

.about-image-card .main-img-wrapper {
  text-align: left;
}
.about-image-card .main-img-wrapper .main-img-inner {
  position: relative;
  display: inline-block;
  width: 100%;
}
.about-image-card .main-img-wrapper .main-img-inner > img {
  border-radius: 12px;
}
.about-image-card .main-img-wrapper .main-img-inner .main-image {
  position: relative;
  width: 425px;
  height: 375px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-card .main-img-wrapper .main-img-inner .main-image {
    width: 320px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card .main-img-wrapper .main-img-inner .main-image {
    width: 300px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card .main-img-wrapper .main-img-inner .main-image {
    width: 200px !important;
    height: 330px;
  }
}
.about-image-card .main-img-wrapper .main-img-inner .main-image .image-main {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: -28%;
}
@media (max-width: 1399px) {
  .about-image-card .main-img-wrapper .main-img-inner .main-image .image-main {
    margin-left: 0;
  }
}
.about-image-card .main-img-wrapper .main-img-inner .main-image .image-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.about-image-card .img-card-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about-image-card .img-card-wrapper img {
  border-radius: 12px;
}
.about-image-card .img-card-wrapper .year,
.about-image-card .img-card-wrapper .title {
  font-size: var(--font-size-18px);
  color: var(--white);
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.about-image-card .img-card-wrapper .year {
  position: relative;
  font-size: var(--font-size-60px);
  line-height: 80px;
}
@media (max-width: 650px) {
  .about-image-card .img-card-wrapper .year {
    font-size: 48px;
    line-height: 52px;
  }
}
.about-image-card .img-card-wrapper .year .text {
  font-size: var(--font-size-30px);
  line-height: inherit;
  position: absolute;
  top: -15px;
  right: -20px;
}
.about-image-card .img-card-wrapper .title {
  font-size: var(--font-size-18px);
  line-height: 26px;
}
@media (max-width: 650px) {
  .about-image-card .img-card-wrapper .title {
    font-size: 16px;
  }
}
.about-image-card .img-card-wrapper.image-one {
  top: 55px;
  right: -40px;
  border-radius: 6px;
  width: 96px;
  height: 96px;
  background-color: var(--primary-color);
  -webkit-animation: MoveUpDown 2s linear infinite alternate;
  animation: MoveUpDown 2s linear infinite alternate;
}
@media (max-width: 650px) {
  .about-image-card .img-card-wrapper.image-one {
    right: 0;
  }
}
.about-image-card .img-card-wrapper.image-two {
  bottom: -60px;
  right: 50px;
  border-radius: 6px;
  width: 120px;
  height: 120px;
  background-color: var(--orange-color);
  -webkit-animation: MoveLeftRight 2s linear infinite alternate;
  animation: MoveLeftRight 2s linear infinite alternate;
}
@media (max-width: 650px) {
  .about-image-card .img-card-wrapper.image-two {
    bottom: 0;
    width: 100px;
    height: 100px;
  }
}
.about-image-card .img-card-wrapper.image-three {
  bottom: -239px;
  left: -15px;
  border-radius: 12px;
  width: 184px;
  height: 184px;
  z-index: 2;
  background-color: var(--primary-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-card .img-card-wrapper.image-three {
    bottom: -210px;
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card .img-card-wrapper.image-three {
    bottom: -200px;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card .img-card-wrapper.image-three {
    bottom: -215px;
    left: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card .img-card-wrapper.image-three {
    left: 0;
    bottom: -175px;
    width: 150px;
    height: 150px;
  }
}
.about-image-card .img-card-wrapper.image-four {
  right: 0;
  border-radius: 25px;
  width: 450px;
  height: 445px;
  position: relative;
  margin-left: auto;
  margin-top: -80px;
  z-index: 1;
  padding: 18px;
  background-color: #f0f4fa;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-card .img-card-wrapper.image-four {
    width: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card .img-card-wrapper.image-four {
    width: 80%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card .img-card-wrapper.image-four {
    width: 70%;
    height: 325px;
    margin-top: -130px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card .img-card-wrapper.image-four {
    width: 80%;
  }
}
.about-image-card .img-card-wrapper.image-four img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-image-card .img-card-wrapper.image-four .circle-shape {
  width: 220px;
  height: 220px;
  background-color: var(--orange-color);
  border-radius: 12px;
  position: absolute;
  top: -250px;
  right: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-card .img-card-wrapper.image-four .circle-shape {
    width: 180px;
    height: 200px;
    top: -200px;
    margin: 0;
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card .img-card-wrapper.image-four .circle-shape {
    right: 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card .img-card-wrapper.image-four .circle-shape {
    right: 18px;
    top: -230px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card .img-card-wrapper.image-four .circle-shape {
    width: 170px;
    height: 170px;
    right: 20px;
    top: -175px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card .img-card-wrapper.image-four .circle-shape {
    width: 90px;
    height: 130px;
    top: -130px;
  }
}

.about-image-card.style-two .main-img-wrapper {
  text-align: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-two .main-img-wrapper {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card.style-two .main-img-wrapper {
    text-align: center;
  }
}
.about-image-card.style-two .main-img-wrapper .main-img-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.about-image-card.style-two .main-img-wrapper .main-img-inner .image {
  position: relative;
  height: 682px;
  width: 496px;
  background-color: #e3eeee;
  border-radius: 12px;
  margin-right: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-two .main-img-wrapper .main-img-inner .image {
    width: 100%;
    height: 450px;
  }
}
.about-image-card.style-two .main-img-wrapper .main-img-inner .image img {
  position: absolute;
  top: 0;
  right: -20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-two .main-img-wrapper .main-img-inner .image img {
    right: 0;
  }
}
.about-image-card.style-two .main-img-wrapper .video-popup-card {
  width: 336px;
  height: 442px;
  padding: 8px;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--white);
  left: -95px;
  overflow: visible;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-card.style-two .main-img-wrapper .video-popup-card {
    top: 68%;
    left: -50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-two .main-img-wrapper .video-popup-card {
    left: 77px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card.style-two .main-img-wrapper .video-popup-card {
    left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-two .main-img-wrapper .video-popup-card {
    top: 83%;
    left: 0;
    width: 100%;
    height: 240px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-image-card.style-two .main-img-wrapper .video-popup-card {
    height: 160px;
  }
}
.about-image-card.style-two .main-img-wrapper .video-popup-card .video-popup-image {
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
}
.about-image-card.style-two .main-img-wrapper .video-popup-card .video-popup-btn {
  left: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-two .main-img-wrapper .video-popup-card .video-popup-btn {
    left: 50%;
    top: 0;
  }
}
.about-image-card.style-two .main-img-wrapper .video-popup-card .video-popup-btn a {
  width: 115px;
  height: 115px;
  background-color: var(--primary-color);
  -webkit-animation: none;
  animation: none;
}
.about-image-card.style-two .main-img-wrapper .video-popup-card .video-popup-btn a i {
  font-size: 50px;
}

.about-image-card.style-four {
  width: 100%;
  height: 100%;
  padding-right: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card.style-four {
    height: 400px;
    padding: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-four {
    height: 300px;
    padding: 0;
  }
}
.about-image-card.style-four .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-image-card.style-four .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-info-card .about-info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 33px;
}
.about-info-card .about-info-content .section-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
}
.about-info-card .about-info-content .section-title .title {
  margin-bottom: 0;
}
.about-info-card .about-info-content .sub-title p,
.about-info-card .about-info-content .text p,
.about-info-card .about-info-content .quote-text p {
  margin-bottom: 0;
}
.about-info-card .about-info-content .sub-title {
  font-weight: 500;
}
.about-info-card .about-info-content .list-item-wrapper ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.about-info-card .about-info-content .list-item-wrapper ul li {
  font-family: var(--body-font);
  color: var(--text-color);
  font-weight: 400;
  font-size: var(--font-size-18px);
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card .about-info-content .list-item-wrapper ul li {
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.about-info-card .about-info-content .list-item-wrapper ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card .about-info-content .list-item-wrapper ul li:before {
    margin-top: 6px;
  }
}
.about-info-card .about-info-content .quote-text {
  padding-left: 40px;
  border-left: 6px solid var(--orange-color);
  font-style: italic;
  font-size: 21px;
  color: var(--text-color);
  font-family: var(--body-font);
  line-height: var(--line-height-36px);
}
.about-info-card .about-info-content .quote-text .quote-text-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}
.about-info-card .about-info-content .quote-text .quote-text-meta .divider {
  width: 25px;
  height: 1px;
  background-color: var(--white-50);
}
.about-info-card .about-info-content .quote-text .quote-text-meta .name {
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--secondary-color);
  font-style: normal;
}
.about-info-card .about-info-content .quote-text .quote-text-meta .designation {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
}

.about-info-card.style-two .about-info-content {
  gap: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-info-card.style-two .about-info-content .section-title {
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-info-card.style-two .about-info-content .text {
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-info-card.style-four .about-info-content {
    gap: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-info-card.style-four .about-info-content {
    gap: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card.style-four .about-info-content {
    gap: 20px;
  }
}
.about-info-card.style-four .section-title {
  gap: 5px;
}
.about-info-card.style-four .section-title .title {
  font-size: 48px;
  line-height: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-info-card.style-four .section-title .title {
    font-size: 42px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-info-card.style-four .section-title .title {
    font-size: 36px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card.style-four .section-title .title {
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-info-card.style-four .section-title .title {
    font-size: 25px;
    line-height: var(--line-height-30px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card.style-four .section-title .short-title {
    padding-left: 0;
  }
}
.about-info-card.style-four .list-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-info-card.style-four .list-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card.style-four .list-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }
}
.about-info-card.style-four .list-item-wrapper ul li {
  gap: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-info-card.style-four .list-item-wrapper ul li {
    gap: 10px;
  }
}
.about-info-card.style-four .btn-wrapper .theme-btn {
  padding: 18px 44px;
  border-radius: 50px;
}

.about-user-info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.about-user-info-card .theme-btn {
  padding: 18px 48px;
  line-height: unset;
}
.about-user-info-card .phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-user-info-card .phone-number .icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--primary-color);
  border: 2px solid var(--orange-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-user-info-card .phone-number .icon:hover {
  background-color: var(--orange-color);
  color: var(--black);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-user-info-card .phone-number .content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about-user-info-card .phone-number .content span {
  display: inline-block;
  width: 100%;
}
.about-user-info-card .phone-number .content .text {
  font-family: var(--heading-font);
  font-size: 21px;
  font-weight: 500;
  color: var(--secondary-color);
}
.about-user-info-card .phone-number .content .text a {
  color: var(--secondary-color);
}

.about-user-info-card.style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 58px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-user-info-card.style-2 {
    gap: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-user-info-card.style-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.about-user-info-card.style-2 .quote-text {
  width: 100%;
  padding-left: 40px;
  border-left: 6px solid var(--orange-color);
  font-style: italic;
  font-size: 21px;
  color: var(--text-color);
  font-family: var(--body-font);
  line-height: var(--line-height-36px);
}
.about-user-info-card.style-2 .quote-text p {
  max-width: 600px;
}
.about-user-info-card.style-2 .about-founder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.about-user-info-card.style-2 .about-founder .image {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.about-user-info-card.style-2 .about-founder .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.about-user-info-card.style-2 .about-founder .content-wrapper .title {
  font-size: 21px;
  line-height: var(--line-height-36px);
  margin-bottom: 0;
}
.about-user-info-card.style-2 .about-founder .content-wrapper .sub-title {
  font-family: var(--body-font);
  color: var(--text-color);
  font-weight: 400;
}

.about-video-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-video-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-video-card {
    gap: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .about-video-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about-video-card .video-desc p {
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-video-card .video-desc p {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-video-card .video-desc p {
    font-size: 16px;
  }
}

.video-popup-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 224px;
  height: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .video-popup-card {
    width: 100%;
    height: 250px;
  }
}
.video-popup-card .video-popup-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-popup-card .video-popup-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-popup-card .video-popup-btn a {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  background-color: rgba(42, 185, 126, 0.8);
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video-popup-card .video-popup-btn a i {
  color: var(--white);
  font-size: 16px;
}
.video-popup-card .video-popup-btn a:hover {
  -webkit-animation: none;
  animation: none;
}
.video-popup-card.style-2 {
  width: unset;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 72px;
  gap: 42px;
  border-radius: unset;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-popup-card.style-2 {
    padding: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .video-popup-card.style-2 {
    width: 100%;
    padding: 50px 30px;
  }
}
.video-popup-card.style-2.overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.video-popup-card.style-2 .video-popup-btn {
  position: unset;
  -webkit-transform: unset;
  transform: unset;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-card.style-2 .video-popup-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.video-popup-card.style-2 .video-popup-btn a {
  width: 96px;
  height: 96px;
  background-color: var(--orange-color);
  background-image: none;
}
.video-popup-card.style-2 .content .title {
  color: var(--white);
}
@media (max-width: 991px) {
  .video-popup-card.style-2 .content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-card.style-2 .content .title {
    font-size: var(--font-size-30px);
    line-height: 46px;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .video-popup-card.style-2 .content .title br {
    display: none;
  }
}
.video-popup-card.style-three {
  overflow: visible;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.video-popup-card.style-three .video-popup-image {
  border-radius: 12px;
  overflow: hidden;
}
.video-popup-card.style-three .video-popup-btn {
  left: 0;
}
@media (max-width: 1199px) {
  .video-popup-card.style-three .video-popup-btn {
    left: 50%;
  }
}
.video-popup-card.style-three .video-popup-btn a {
  width: 135px;
  height: 135px;
  background: rgb(227, 0, 8);
  background: linear-gradient(45deg, rgb(227, 0, 8) 0%, rgb(250, 174, 0) 100%);
}
@media (max-width: 767px) {
  .video-popup-card.style-three .video-popup-btn a {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
  .counter-card-wrapper .counter-card {
    margin: 0;
    padding: 50px 0;
  }
}
.counter-card-wrapper:first-child .counter-card {
  border-right: 1px solid #77d0ab;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .counter-card-wrapper:first-child .counter-card {
    border-right: none;
    border-bottom: 1px solid #77d0ab;
  }
}
.counter-card-wrapper:last-child .counter-card {
  border-left: 1px solid #77d0ab;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card-wrapper:last-child .counter-card {
    border-left: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .counter-card-wrapper:last-child .counter-card {
    border-top: 1px solid #77d0ab;
  }
}
.counter-card-wrapper:nth-child(2n+2) .counter-card .counter-item .counter-title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.counter-card-wrapper:nth-child(3n+3) .counter-card .counter-item .counter-title {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.counter-card {
  z-index: 1;
  position: relative;
}
.counter-card .counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: center;
}
.counter-card .counter-item .counter-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .counter-card .counter-item .counter-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.counter-card .counter-item .number {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 72px;
  line-height: 72px;
  text-align: center;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-card .counter-item .number {
    font-size: 48px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card .counter-item .number {
    font-size: 48px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-card .counter-item .number {
    font-size: 42px;
    line-height: 48px;
  }
}
.counter-card .counter-item .number sup {
  font-size: var(--font-size-30px);
  margin-top: -17px;
}
.counter-card .counter-item .title {
  margin: 0;
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 21px;
  line-height: initial;
  color: var(--white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-card .counter-item .title {
    font-size: var(--font-size-18px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card .counter-item .title {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-card .counter-item .title {
    font-size: var(--font-size-18px);
    line-height: 24px;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card .counter-item .title br {
    display: none;
  }
}
.counter-card .counter-item .text {
  margin: 0;
  color: var(--white-100);
}

.counter-card.style-2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.239);
  padding: 60px 0;
}
.counter-card.style-2:hover .counter-icon {
  -webkit-animation: bounce;
  animation: bounce;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.counter-card.style-2 .counter-item .counter-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.counter-card.style-2 .counter-item .counter-title .counter-icon i {
  font-size: 40px;
  color: var(--orange-color);
}
.counter-card.style-2 .counter-item .number {
  font-size: var(--font-size-60px);
  line-height: 60px;
  width: 100px;
}

.process-steps-wrapper {
  padding: 70px 0px 10px 50px;
  background: var(--black-200);
}

.process-step {
  position: relative;
  padding: 60px 30px 34px 30px;
  border-radius: 10px;
  background: var(--white);
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .process-step {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-step {
    padding: 60px 15px 34px 15px;
  }
}
.process-step:hover .count:before {
  -webkit-transform: scale(1) rotateY(360deg);
  transform: scale(1) rotateY(360deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process-step .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--orange-color);
  width: 67px;
  height: 67px;
  border-radius: 50px;
  color: var(--black);
}
.process-step .count span {
  font-size: var(--font-size-24px);
  line-height: var(--line-height-36px);
  font-weight: 500;
}
.process-step .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.process-step .content .title {
  margin: 0;
  font-size: var(--font-size-24px);
  line-height: var(--line-height-36px);
  font-weight: 500;
  color: var(--secondary-color);
}
.process-step .content .desc {
  margin: 0;
  font-size: var(--font-size-18px);
  line-height: var(--line-height-30px);
  font-weight: 400;
  color: var(--text-color);
}

.process-step.style-three {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  padding: 0 30px;
  position: relative;
}
.process-step.style-three:hover .icon {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process-step.style-three:hover .icon .count {
  background-color: var(--primary-color);
  color: var(--white);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .process-step.style-three {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-step.style-three {
    padding: 0;
    gap: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .process-step.style-three {
    padding: 0;
    gap: 24px;
  }
}
.process-step.style-three .icon {
  position: relative;
  width: 184px;
  height: 184px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  -webkit-transform: scale(1.001);
  transform: scale(1.001);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process-step.style-three .icon .count {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  background-color: var(--orange-color);
  color: var(--black);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.process-step.style-three .icon .count span {
  font-size: var(--font-size-18px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-step.style-three .content {
    gap: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-step.style-three .content .desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .process-step.style-three .content .desc {
    max-width: 230px;
  }
}
.process-step.style-three .arrow {
  position: absolute;
  right: -46px;
  top: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-step.style-three .arrow {
    right: -35px;
    top: 85px;
    width: 44px;
  }
}
@media (max-width: 991px) {
  .process-step.style-three .arrow {
    display: none;
  }
}

.testimonial-card {
  padding: 60px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  border-radius: 12px;
  position: relative;
  background-color: var(--white);
  -webkit-box-shadow: 0 2px 20px 0 rgba(2, 24, 93, 0.12);
  box-shadow: 0 2px 20px 0 rgba(2, 24, 93, 0.12);
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .testimonial-card {
    padding: 30px;
  }
}
.testimonial-card:before {
  position: absolute;
  width: 90%;
  height: 100%;
  background-color: var(--white);
  content: "";
  z-index: -1;
  border-radius: 12px;
  bottom: -24px;
  -webkit-box-shadow: 0 2px 24px 0 rgba(2, 24, 93, 0.12);
  box-shadow: 0 2px 24px 0 rgba(2, 24, 93, 0.12);
}
.testimonial-card .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.testimonial-card .content .text {
  margin: 0;
  font-size: 21px;
  line-height: var(--line-height-36px);
  font-weight: 400;
  font-style: italic;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-card .content .text {
    font-size: 16px;
  }
}
.testimonial-card .rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.testimonial-card .rating-wrapper .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial-card .rating-wrapper .rating i {
  color: #ffc000;
}
.testimonial-card .meta-user {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial-card .meta-user .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.testimonial-card .meta-user .user-info .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50px;
  overflow: hidden;
}
.testimonial-card .meta-user .user-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.testimonial-card .meta-user .user-info .info h2 {
  margin: 0;
  font-size: 21px;
  line-height: var(--line-height-30px);
  font-weight: 500;
  color: var(--secondary-color);
}
.testimonial-card .meta-user .user-info .info p {
  margin: 0;
  font-size: 16px;
  line-height: var(--line-height-30px);
  font-weight: 400;
  color: #778196;
}

.testimonial-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 70px;
  padding: 90px 80px 88px 85px;
  background-color: var(--white);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-two {
    padding: 40px 20px !important;
  }
}
@media (max-width: 1199px) {
  .testimonial-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    padding: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-two {
    padding: 50px;
    gap: 40px;
  }
}
.testimonial-two .image-wrapper {
  position: relative;
}
.testimonial-two .image-wrapper .quote-icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--primary-color);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .testimonial-two .image-wrapper .quote-icon {
    width: 60px;
    height: 60px;
    padding: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-two .image-wrapper .quote-icon {
    width: 80px;
    height: 80px;
  }
}
.testimonial-two .image {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .testimonial-two .image {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-two .image {
    width: 260px;
    height: 260px;
  }
}
.testimonial-two .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1199px) {
  .testimonial-two .content-wrapper {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
.testimonial-two .content-wrapper .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1px;
  font-size: var(--font-size-24px);
  color: #ffc000;
}
.testimonial-two .content-wrapper .content {
  color: var(--text-color);
  font-size: var(--font-size-30px);
  font-style: italic;
  line-height: 48px;
}
@media (max-width: 1199px) {
  .testimonial-two .content-wrapper .content {
    font-size: 20px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-two .content-wrapper .content {
    font-size: 22px;
    line-height: var(--line-height-42px);
  }
}
.testimonial-two .content-wrapper .content p {
  margin: 0;
}
.testimonial-two .content-wrapper .user-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.testimonial-two .content-wrapper .user-meta .user-name {
  font-size: var(--font-size-24px);
  font-weight: 500;
  color: var(--black);
}
.testimonial-two .content-wrapper .user-meta .designation {
  font-size: 16px;
  color: var(--text-color);
}

.testimonial-slider-two-wrapper .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 20px;
  z-index: 2;
  margin-bottom: 0;
  list-style: none;
  margin-top: 72px;
}
.testimonial-slider-two-wrapper .slick-dots li {
  font-size: 0;
}
.testimonial-slider-two-wrapper .slick-dots li.slick-active button {
  width: 48px;
}
.testimonial-slider-two-wrapper .slick-dots li button {
  width: 18px;
  height: 12px;
  border-radius: 20px;
}

.testimonial-slider-wrapper {
  position: relative;
}
.testimonial-slider-wrapper .slick-list {
  margin: 0 -12px;
  padding-bottom: 40px;
}
.testimonial-slider-wrapper .slick-list .slick-slide {
  margin: 0 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.testimonial-slider-wrapper .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: -65px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (min-width: 991px) and (max-width: 1280px) {
  .testimonial-slider-wrapper .slick-dots {
    right: -15px;
  }
}
@media (max-width: 991px) {
  .testimonial-slider-wrapper .slick-dots {
    position: unset;
    right: unset;
    top: unset;
    -webkit-transform: inherit;
    transform: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.testimonial-slider-wrapper .slick-dots li {
  display: inline-block;
  line-height: 0;
  outline: 2px solid transparent;
  border: 5px solid transparent;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.testimonial-slider-wrapper .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  background-color: rgb(94, 111, 146);
  opacity: 0.478;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.testimonial-slider-wrapper .slick-dots li.slick-active {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  outline: 2px solid rgb(252, 133, 91);
}
.testimonial-slider-wrapper .slick-dots li.slick-active button {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.testimonial-slider-wrapper button.testimonial-arrow-btn {
  display: none !important;
}
.testimonial-slider-wrapper button.testimonial-arrow-btn.prev-btn {
  left: 30px;
}
.testimonial-slider-wrapper button.testimonial-arrow-btn.next-btn {
  right: 30px;
}
.testimonial-slider-wrapper:before, .testimonial-slider-wrapper:after {
  background: #f3f7fc;
}

.accordion-wrapper .accordion-list-item .accordion-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  padding: 12px 0;
  position: relative;
}
.accordion-wrapper .accordion-list-item .accordion-head:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 12px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-shadow: 0 4px 10px 0 rgba(2, 24, 93, 0.08);
  box-shadow: 0 4px 10px 0 rgba(2, 24, 93, 0.08);
}
.accordion-wrapper .accordion-list-item .accordion-head.collapsed:before {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  background-color: #e3eeee;
  border-radius: 50px;
  color: var(--black);
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.accordion-wrapper .accordion-list-item .accordion-head .accordion-title {
  font-size: var(--font-size-24px);
  line-height: var(--line-height-30px);
  color: var(--white);
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-wrapper .accordion-list-item .accordion-head .accordion-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-wrapper .accordion-list-item .accordion-head .accordion-title {
    font-size: var(--font-size-18px);
    line-height: 24px;
  }
}
.accordion-wrapper .accordion-list-item .accordion-item-body {
  color: var(--white-100);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.accordion-wrapper.style-2 .accordion-list-item .accordion-head .accordion-title {
  color: var(--secondary-color);
}
.accordion-wrapper.style-2 .accordion-list-item .accordion-item-body {
  color: var(--text-color);
  margin-top: 14px;
  padding-left: 7px;
}

.client-logo-wrapper {
  padding: 10px 0;
}
.client-logo-wrapper .client-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.client-logo-wrapper .client-logo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.65;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.client-logo-wrapper .client-logo:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.client-logo-wrapper .client-logo:hover img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.page-header {
  border-left: 4px solid #dfe2e9;
  padding-left: 45px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .page-header {
    padding-left: 30px;
  }
}
.page-header .page-title {
  font-size: 48px;
  line-height: 60px;
}
@media (max-width: 991px) {
  .page-header .page-title {
    font-size: 38px;
    line-height: 48px;
  }
}

.blog-area ol,
.blog-area ul {
  padding-left: 20px;
}
.blog-area ol li,
.blog-area ul li {
  padding-top: 7px;
}

.blog-details-wrapper .comment-respond {
  margin-top: 78px;
  margin-bottom: 40px;
}
.blog-details-wrapper .post-comments {
  margin-top: 70px;
}
.blog-details-wrapper .wp-block-group.has-background .wp-block-button .wp-block-button__link {
  color: var(--white) !important;
}
.blog-details-wrapper .single-post-item {
  border: 0;
  overflow: visible;
}
.blog-details-wrapper .single-post-item iframe {
  width: 100%;
  height: 522px;
}
.blog-details-wrapper .single-post-item .post-meta {
  margin-bottom: 20px;
}
.blog-details-wrapper .single-post-item .post-gallery:hover img {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.blog-details-wrapper .single-post-item .post-thumbnail,
.blog-details-wrapper .single-post-item .post-video,
.blog-details-wrapper .single-post-item .post-gallery,
.blog-details-wrapper .single-post-item .postbox-audio,
.blog-details-wrapper .single-post-item .wp-block-post-featured-image {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 45px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-details-wrapper .single-post-item .post-thumbnail,
  .blog-details-wrapper .single-post-item .post-video,
  .blog-details-wrapper .single-post-item .post-gallery,
  .blog-details-wrapper .single-post-item .postbox-audio,
  .blog-details-wrapper .single-post-item .wp-block-post-featured-image {
    margin-bottom: 30px;
  }
}
.blog-details-wrapper .single-post-item .post-thumbnail:hover img,
.blog-details-wrapper .single-post-item .post-video:hover img,
.blog-details-wrapper .single-post-item .post-gallery:hover img,
.blog-details-wrapper .single-post-item .postbox-audio:hover img,
.blog-details-wrapper .single-post-item .wp-block-post-featured-image:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-details-wrapper .single-post-item .post-thumbnail img,
.blog-details-wrapper .single-post-item .post-video img,
.blog-details-wrapper .single-post-item .post-gallery img,
.blog-details-wrapper .single-post-item .postbox-audio img,
.blog-details-wrapper .single-post-item .wp-block-post-featured-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-details-wrapper .single-post-item .post-content-wrapper {
  padding: 0 0 10px 0;
}
.blog-details-wrapper .single-post-item .post-content {
  margin-bottom: 17px;
  /* Unit Test Data Compatibility Start */
  /* Unit Test Data Compatibility End */
}
.blog-details-wrapper .single-post-item .post-content .wp-block-query .wp-block-post-template {
  padding-left: 0;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-query .wp-block-post-template .wp-block-post {
  margin-bottom: 30px;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-navigation__responsive-container-content .wp-block-page-list {
  padding-left: 0;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-group {
  margin: 15px 0;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-group p {
  margin-bottom: 0;
}
.blog-details-wrapper .single-post-item .post-content p {
  margin-bottom: 20px;
}
.blog-details-wrapper .single-post-item .post-content p img {
  margin: 10px 0;
  border-radius: 12px;
}
.blog-details-wrapper .single-post-item .blog-post-tag .social-share {
  padding-bottom: 20px;
}
.blog-details-wrapper .wp-block-calendar {
  margin-bottom: 30px;
}

.single-post-item {
  background-color: var(--white);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 48px;
  border: 1px solid #ced9da;
  /* Quote Format Post */
  /* Sticky Post */
}
.single-post-item:hover .post-thumbnail img,
.single-post-item:hover .post-video img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-post-item iframe {
  width: 100%;
  height: 522px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item iframe {
    height: 350px;
  }
}
.single-post-item .post-content-wrapper {
  padding: 45px 47px 41px 47px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item .post-content-wrapper {
    padding: 35px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .single-post-item .post-content-wrapper {
    padding: 30px 20px;
  }
}
.single-post-item .post-content-wrapper .read-more {
  margin-top: 30px;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.single-post-item.format-quote .post-content {
  margin: 0;
}
.single-post-item.format-quote blockquote {
  margin: 0;
}
.single-post-item.format-quote blockquote p {
  margin-top: 0;
}
.single-post-item.format-quote blockquote cite a {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--text-color);
  margin-top: 20px;
  font-style: normal;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-post-item.format-quote blockquote cite a:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: var(--primary-color);
}
.single-post-item.sticky {
  border: 2px solid var(--primary-color);
}
.single-post-item.sticky .post-content {
  margin-bottom: 0;
}
.single-post-item.sticky .post-content p {
  margin-bottom: 0;
}
.single-post-item .post-title {
  font-size: 36px;
  line-height: 54px;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item .post-title {
    font-size: var(--font-size-28px);
    line-height: var(--line-height-42px);
    margin-top: 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .single-post-item .post-title {
    font-size: 22px;
    line-height: 34px;
    margin-top: 20px;
  }
}
.single-post-item .post-title:hover a {
  color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-post-item .post-content p {
  margin-top: 17px;
}
.single-post-item .post-content h2,
.single-post-item .post-content h3,
.single-post-item .post-content h4,
.single-post-item .post-content h5,
.single-post-item .post-content h6 {
  margin-bottom: 10px;
}
.single-post-item .post-content p {
  margin-bottom: unset;
}
.single-post-item .single-post-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 15px;
  margin-top: 30px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.single-post-item .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single-post-item .social-share a.facebook {
  color: #1877f2;
}
.single-post-item .social-share a.twitter {
  color: #1da1f2;
}
.single-post-item .social-share a.linkedin {
  color: #1a70c6;
}
.single-post-item .social-share .social-share-title {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--secondary-color);
  margin-right: 5px;
  text-transform: uppercase;
}
.single-post-item .blog-post-tag {
  width: 100%;
  display: inline-block;
}
.single-post-item .blog-post-tag span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--heading-font);
  color: var(--secondary-color);
  margin-bottom: 0;
  margin-right: 30px;
  text-transform: uppercase;
  margin-top: 8px;
  float: left;
}
.single-post-item .blog-post-tag .post-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-post-item .blog-post-tag .post-tag-list a {
  color: var(--text-color);
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 12px 22px;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border: 1px solid var(--white-50);
}
.single-post-item .blog-post-tag .post-tag-list a:hover {
  color: var(--white);
  background: var(--primary-color);
  border-color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-post-item .post-thumbnail,
.single-post-item .post-video {
  position: relative;
  overflow: hidden;
}
.single-post-item .post-thumbnail img,
.single-post-item .post-video img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-post-item .post-thumbnail .popup-video-wrapper,
.single-post-item .post-video .popup-video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-post-item .post-thumbnail .video-btn a,
.single-post-item .post-video .video-btn a {
  width: 70px;
  height: 70px;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  background-color: var(--white);
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single-post-item .post-thumbnail .video-btn a i,
.single-post-item .post-video .video-btn a i {
  color: var(--primary-color);
  font-size: var(--font-size-18px);
}
.single-post-item .post-thumbnail .video-btn a:hover,
.single-post-item .post-video .video-btn a:hover {
  -webkit-animation: none;
  animation: none;
}
.single-post-item button.post-gallery-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  background-color: var(--white);
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
.single-post-item button.post-gallery-btn.prev-btn {
  left: 30px;
}
.single-post-item button.post-gallery-btn.next-btn {
  right: 30px;
}
.single-post-item button.post-gallery-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--secondary-color);
  font-size: 17px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-post-item button.post-gallery-btn:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: var(--primary-color);
}
.single-post-item button.post-gallery-btn:hover i {
  color: var(--white);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-post-item .post-audio iframe {
  width: 100%;
}
.single-post-item .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 2px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item .post-meta {
    row-gap: 10px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .single-post-item .post-meta {
    row-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.single-post-item .post-meta span {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .single-post-item .post-meta span {
    gap: 5px;
  }
}
.single-post-item .post-meta span i {
  color: var(--primary-color);
  font-size: var(--font-size-18px);
}
.single-post-item .post-meta span a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--text-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-post-item .post-meta span a:hover {
  color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-post-item .post-meta span a:hover i {
  color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.author-info {
  background-color: #e9f5f6;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  border-radius: 12px;
  position: relative;
  margin-top: 130px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .author-info {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.author-info .author-thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
}
.author-info .author-thumb img {
  border-radius: 12px;
}
.author-info .author-text .author-meta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.author-info .author-text h3 {
  font-size: var(--font-size-24px);
  font-weight: 500;
  margin-bottom: 10px;
  line-height: var(--line-height-30px);
}
.author-info .author-text .designation {
  font-size: 16px;
  font-style: italic;
  color: #9ba8c3;
  text-transform: capitalize;
}
.author-info .author-text p {
  margin-top: 30px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .author-info .author-text p {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .author-info .author-text p {
    margin-top: 8px;
  }
}
.author-info .author-social-profiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.author-info .author-social-profiles a {
  font-size: 21px;
  color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.author-info .author-social-profiles a i.fa-quora {
  color: #1877f2;
}
.author-info .author-social-profiles a i.fa-linkedin-in {
  color: #0a66c2;
}
.author-info .author-social-profiles a i.fa-youtube {
  color: #ff0000;
}
.author-info .author-social-profiles a:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: var(--primary-color);
}
.author-info .author-post {
  display: block;
  margin-top: 30px;
}
.author-info .author-post .simple-btn {
  font-size: var(--font-size-18px);
  font-weight: 500;
  color: var(--black);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.author-info .author-post .simple-btn i {
  color: var(--orange-color);
}

.blog-post-nav {
  margin: 40px 0;
  background: #fff;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-nav {
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .blog-post-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .blog-post-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 0;
  }
}
.blog-post-nav .divider {
  background-color: rgb(223, 226, 233);
  width: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .blog-post-nav .divider {
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 767px) {
  .blog-post-nav .divider {
    width: 100%;
    height: 1px;
  }
}
.blog-post-nav .post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
  align-items: center;
}
@media (max-width: 374px) {
  .blog-post-nav .post-navigation {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .blog-post-nav .post-navigation {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-post-nav .post-navigation {
    width: 100%;
  }
}
.blog-post-nav .post-navigation:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.blog-post-nav .post-navigation:last-child .text {
  text-align: right;
}
@media (max-width: 374px) {
  .blog-post-nav .post-navigation:last-child .text {
    text-align: left;
  }
}
.blog-post-nav .post-navigation .post-img {
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-post-nav .post-navigation .post-img {
    width: 100px !important;
    height: 100px !important;
  }
}
.blog-post-nav .post-navigation .post-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
}
.blog-post-nav .post-navigation .text {
  width: 100%;
}
.blog-post-nav .post-navigation .text .prev-next-btn {
  font-size: 16px;
  font-family: var(--heading-font);
  text-transform: capitalize;
  font-weight: 500;
  color: var(--black);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid var(--orange-color);
  padding: 4px 16px;
  border-radius: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.blog-post-nav .post-navigation .text .prev-next-btn:hover {
  background-color: var(--orange-color);
  color: var(--white);
}
.blog-post-nav .post-navigation .text .prev-next-btn i {
  color: var(--primary-color);
}
.blog-post-nav .post-navigation .text h4 {
  font-size: 21px;
  margin: 0;
  line-height: var(--line-height-30px);
}

.post-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
}

.post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-card:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.post-card:hover .image:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.post-card:hover .image .btn-link {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.post-card .image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.post-card .image img {
  -webkit-transform: scale(1.001);
  transform: scale(1.001);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.post-card .image:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 36, 55, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
}
.post-card .image .btn-link {
  width: 72px;
  height: 72px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--orange-color);
  color: var(--black);
  font-size: var(--font-size-24px);
  text-decoration: none;
  position: absolute;
  top: 70%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%) scale(0.3);
  transform: translate(-50%, -50%) scale(0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-card .image .btn-link {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card .image .btn-link {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.post-card .image .btn-link i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.post-card .image .btn-link:hover {
  background-color: var(--orange-color);
  color: var(--black);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.post-card .image .btn-link:hover i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.post-card .image .post-cat {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
}
.post-card .image .post-cat a {
  text-transform: uppercase;
  color: var(--white);
  font-size: 12px;
  background-color: var(--primary-color);
  border-radius: 6px;
  padding: 6px 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.post-card .image .post-cat a:hover {
  background-color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.post-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 48px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card .content {
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .post-card .content {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card .content {
    padding: 30px;
  }
}
.post-card .content .btn-wrapper {
  margin-top: 15px;
}
.post-card .content .btn-wrapper .theme-btn {
  padding: 9px 23px;
}
.post-card .content .btn-wrapper .theme-btn i {
  width: 30px;
  height: 30px;
}
.post-card .content .title {
  height: 70px;
  overflow: hidden;
  font-size: var(--font-size-24px);
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card .content .title {
    font-size: var(--font-size-24px);
    line-height: 34px;
    height: unset;
    overflow: visible;
  }
}
.post-card .content .title a:hover {
  color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.post-card .post-cat a {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-card .post-cat a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card .post-cat a {
    font-size: 14px;
  }
}
.post-card .post-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card .post-meta {
    gap: 5px 15px;
  }
}
.post-card .post-meta .single-post-meta {
  color: #8f939b;
  font-size: 16px;
  line-height: var(--line-height-30px);
  font-weight: 400;
  font-family: var(--body-font);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.post-card .post-meta .single-post-meta i {
  color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.post-card .post-meta .single-post-meta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #8f939b;
}
.post-card .post-meta .single-post-meta a:hover {
  color: var(--primary-color);
}
.post-card.style-1 {
  gap: 0;
  border: 1px solid rgb(206, 217, 218);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card.style-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-1 {
    gap: 0;
  }
}
.post-card.style-1 .image {
  width: 290px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card.style-1 .image {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-1 .image {
    width: 100%;
    height: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .post-card.style-1 .image {
    width: 200px;
  }
}

.post-card.style-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 5px 60px 0 rgba(2, 24, 93, 0.1);
  box-shadow: 0 5px 60px 0 rgba(2, 24, 93, 0.1);
  background-color: var(--white);
  overflow: hidden;
  border-radius: 12px;
  padding: 30px;
  border: 1px solid var(--border);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-2 {
    padding: 24px;
  }
}
.post-card.style-2:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-color: transparent;
}
.post-card.style-2 .image {
  border-radius: 12px;
  height: 290px;
}
.post-card.style-2 .image .btn-link {
  background-color: var(--orange-color);
}
.post-card.style-2 .image .btn-link i {
  color: var(--black);
}
.post-card.style-2 .content {
  padding: 0;
}
.post-card.style-2 .content .title {
  height: 64px;
  overflow: hidden;
  margin-bottom: 28px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card.style-2 .content .title {
    height: auto;
  }
}

.post-card.style-3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 48px;
  -webkit-box-shadow: 0 5px 60px 0 rgba(2, 24, 93, 0.1);
  box-shadow: 0 5px 60px 0 rgba(2, 24, 93, 0.1);
  background-color: var(--white);
  overflow: hidden;
  border-radius: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card.style-3 {
    margin-bottom: 24px;
  }
}
.post-card.style-3:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-color: transparent;
}
.post-card.style-3 .image {
  border-radius: 0;
  height: 290px;
}
.post-card.style-3 .image .btn-link {
  background-color: var(--orange-color);
}
.post-card.style-3 .image .btn-link i {
  color: var(--black);
}
.post-card.style-3 .content {
  padding: 30px;
}
@media (max-width: 1399px) {
  .post-card.style-3 .content {
    padding: 24px;
  }
}
.post-card.style-3 .content .post-meta .single-post-meta {
  gap: 20px;
}
@media (max-width: 1399px) {
  .post-card.style-3 .content .post-meta .single-post-meta {
    gap: 10px;
  }
}
.post-card.style-3 .content .title {
  height: 64px;
  overflow: hidden;
  margin-bottom: 28px;
  margin-top: 8px;
}
@media (max-width: 1399px) {
  .post-card.style-3 .content .title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card.style-3 .content .title {
    height: auto;
  }
}

.skill-progressbar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 14px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .skill-progressbar-wrapper {
    width: 100%;
    padding-right: 0;
  }
}

.skill-progressbar .progress-inner-item {
  position: relative;
  margin: 0;
  line-height: inherit;
}
.skill-progressbar .skill-title {
  z-index: 100;
  color: var(--black);
  font-size: var(--font-size-18px);
  font-weight: 500;
  font-family: var(--heading-font);
}
.skill-progressbar .progress-number-count {
  padding: 0 8px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.skill-progressbar .progressbar-number,
.skill-progressbar .progress-number-count {
  font-size: var(--font-size-18px);
  line-height: 41px;
  height: 6px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: none;
  font-family: var(--body-font);
  color: var(--primary-color);
}
.skill-progressbar .progress-content-outter {
  height: 10px;
  background-color: var(--border);
  border-radius: 50px;
  margin-top: 20px;
}
.skill-progressbar .progress-content {
  height: 10px;
  background-color: var(--primary-color);
  width: 0%;
  border-radius: 50px;
  position: relative;
}

.price-card {
  background: white;
  z-index: 2;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.price-card.active .price-header {
  background-color: var(--primary-color);
}
.price-card.active .card-title .title {
  color: var(--white);
}
.price-card.active .card-title .sub-title {
  color: var(--white);
}
.price-card.active .price .price-heading,
.price-card.active .price .price-desc {
  color: var(--white);
}
.price-card .price-header {
  background-color: #e3eeee;
  padding: 50px 48px;
}
@media (max-width: 1399px) {
  .price-card .price-header {
    padding: 40px 30px;
  }
}
.price-card .price-body {
  padding: 48px;
  padding-top: 44px;
  border: 1px solid var(--border);
  border-top: transparent;
  border-radius: 0 0 12px 12px;
}
@media (max-width: 1399px) {
  .price-card .price-body {
    padding: 50px 30px;
  }
}
.price-card .card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.price-card .card-title .sub-title {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: var(--font-size-18px);
  line-height: initial;
  color: var(--text-color);
  margin: 0;
}
.price-card .card-title .title {
  font-weight: 500;
  font-size: 21px;
  line-height: initial;
  color: var(--black);
  font-family: var(--heading-font);
  margin-bottom: 20px;
}
.price-card .card-title .title span {
  padding: 2px;
  border-radius: 4px;
  background-color: var(--orange-color);
  color: var(--black);
  font-family: var(--body-font);
  font-size: 12px;
  font-weight: 400;
  margin-left: 18px;
}
.price-card .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 8px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin-top: 26px;
}
.price-card .price .price-heading {
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 48px;
  line-height: var(--line-height-42px);
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  margin-bottom: 0;
}
.price-card .price .price-heading.first-price {
  display: none;
}
.price-card .price .price-heading.first-price.active {
  display: block;
}
.price-card .price .price-heading.second-price {
  display: none;
}
.price-card .price .price-heading.second-price.active {
  display: block;
}
.price-card .price .price-heading .currency {
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: var(--font-size-24px);
  line-height: var(--line-height-30px);
  text-align: start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.price-card .price .price-heading .under-dot {
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 500;
  font-size: var(--font-size-24px);
  line-height: var(--line-height-30px);
  text-transform: capitalize;
  color: var(--white);
  -ms-flex-item-align: end;
  align-self: end;
}
.price-card .price .price-desc {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 16px;
  line-height: initial;
  text-transform: capitalize;
  color: var(--black);
  margin-bottom: 0;
}
.price-card .list {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.price-card .list .price-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.price-card .list .price-list-item .fa-check {
  color: var(--primary-color);
  font-weight: 400;
  font-size: var(--font-size-18px);
}
.price-card .list .price-list-item .fa-x {
  color: #bbc7cf;
}
.price-card .list .price-list-item .text {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: var(--font-size-18px);
  color: var(--text-color);
  margin: 0;
}
.price-card .theme-btn {
  margin-top: 43px;
}

.switch-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 56px;
}
@media (max-width: 1199px) {
  .switch-wrapper {
    margin-bottom: 42px;
  }
}
.switch-wrapper .first-item, .switch-wrapper .second-item {
  color: var(--black);
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}
.switch-wrapper .switch {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 37px;
  background-color: #D6D6D6;
  border-radius: 50px;
  cursor: pointer;
}
.switch-wrapper .switch.active {
  background-color: var(--primary-color);
}
.switch-wrapper .ball {
  width: 32px;
  height: 32px;
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin: 2.7px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.switch-wrapper .ball.active {
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .switch-wrapper .ball {
    height: 31px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .switch-wrapper .ball {
    height: 31px;
  }
}

.cta-area {
  position: relative;
  margin-bottom: -110px;
  z-index: 99;
}

.cta-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--primary-color);
  padding: 74px;
  border-radius: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .cta-card {
    padding: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-card {
    padding: 36px;
  }
}
.cta-card .image {
  position: absolute;
  right: -75px;
  bottom: 0;
}
@media (max-width: 991px) {
  .cta-card .image {
    position: unset;
  }
}
.cta-card .cta-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cta-card .cta-content-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cta-card .cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cta-card .cta-content .title {
  font-size: 48px;
  color: var(--white);
  line-height: initial;
}
@media (max-width: 1399px) {
  .cta-card .cta-content .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-card .cta-content .title {
    line-height: var(--line-height-42px);
    padding-right: 40px;
  }
}
.cta-card .cta-content .sub-title {
  font-family: var(--body-font);
  color: var(--white);
  font-size: 21px;
  margin-bottom: 0;
}
.cta-card .cta-phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-card .cta-phone-number {
    gap: 12px;
  }
}
.cta-card .cta-phone-number .icon {
  width: 65px;
  height: 65px;
  background-color: var(--orange-color);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--black);
}
.cta-card .cta-phone-number .content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-card .cta-phone-number .content {
    gap: 2px;
  }
}
.cta-card .cta-phone-number .content span {
  display: inline-block;
  width: 100%;
  font-family: var(--heading-font);
  color: var(--white);
  font-weight: 400;
}
.cta-card .cta-phone-number .content .title {
  font-size: var(--font-size-18px);
}
.cta-card .cta-phone-number .content .text {
  font-size: 36px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-card .cta-phone-number .content .text {
    font-size: var(--font-size-24px);
  }
}
.cta-card .cta-phone-number .content .text a {
  color: var(--white);
}

.triangle-shape-card-one {
  width: 200px;
  height: 375px;
  background-color: var(--orange-color);
  -webkit-clip-path: polygon(68% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(80% 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  bottom: -150px;
  right: 0;
  z-index: 2;
  -webkit-animation: MoveUpDown 2s linear infinite alternate;
  animation: MoveUpDown 2s linear infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .triangle-shape-card-one {
    height: 260px;
    bottom: -80px;
  }
}
@media (max-width: 991px) {
  .triangle-shape-card-one {
    width: 150px;
    height: 150px;
    display: none;
  }
}

.triangle-shape-card-two {
  width: 310px;
  height: 290px;
  background-color: var(--primary-color);
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  bottom: -210px;
  right: 0;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .triangle-shape-card-two {
    height: 240px;
    bottom: -100px;
  }
}
@media (max-width: 991px) {
  .triangle-shape-card-two {
    width: 150px;
    height: 150px;
    bottom: -70px;
    display: none;
  }
}

.triangle-shape-card-three {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 99;
  border-top: 550px solid var(--secondary-color);
  border-right: 220px solid transparent;
}
@media (max-width: 630px) {
  .triangle-shape-card-three {
    display: none;
  }
}

.triangle-shape-card-four {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-bottom: 330px solid var(--orange-color);
  border-left: 130px solid transparent;
}
@media (max-width: 650px) {
  .triangle-shape-card-four {
    border-bottom: 190px solid #ff6731;
    border-left: 80px solid transparent;
  }
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 74px;
  gap: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title {
    gap: 40px 5px;
  }
}
@media (max-width: 550px) {
  .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.section-title .sec-content {
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  position: relative;
  margin-bottom: -16px;
  margin-top: -8px;
}
@media (max-width: 550px) {
  .section-title .sec-content {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .sec-content .sec-desc p br {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .sec-content .sec-desc p br {
    display: none;
  }
}
.section-title .short-title {
  font-size: var(--font-size-18px);
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--primary-color);
  position: relative;
}
.section-title .short-title .shape {
  position: absolute;
  left: -35px;
  top: -12px;
  -webkit-animation: zoomInOut 3s infinite ease-in-out;
  animation: zoomInOut 3s infinite ease-in-out;
}
@media (max-width: 1399px) {
  .section-title .short-title .shape {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .short-title .shape {
    left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .short-title {
    font-size: 20px;
    padding-left: 35px;
  }
}
.section-title .title {
  font-size: var(--font-size-60px);
  line-height: 72px;
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--black);
  margin-bottom: 0;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 48px;
    line-height: 62px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .section-title .title {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .title {
    font-size: 32px;
    line-height: var(--line-height-42px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .section-title .title br {
    display: none;
  }
}
.section-title .title span {
  font-weight: 600;
}
.section-title .sec-desc {
  font-size: 21px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--text-color);
  margin-bottom: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.section-title .sec-desc .theme-btn {
  background-color: transparent;
  color: var(--black);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.section-title .sec-desc .theme-btn:hover {
  background-color: var(--primary-color);
  color: var(--white);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section-title .sec-desc .simple-btn {
  font-size: var(--font-size-18px);
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 45px;
}
.section-title .sec-desc .simple-btn i {
  color: var(--primary-color);
}
@media (max-width: 991px) {
  .section-title .sec-desc .simple-btn {
    margin-top: 20px;
  }
}
.section-title .sec-desc .simple-btn:hover {
  color: var(--primary-color);
}
.section-title .sec-desc .simple-btn:hover i {
  color: var(--primary-color);
}
.section-title.two-column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title.two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.two-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.two-column {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-title.two-column .sec-content {
    width: 100%;
  }
}
.section-title.two-column .sec-desc {
  width: 537px;
  font-size: 21px;
  font-family: var(--body-font);
  margin-top: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-title.two-column .sec-desc {
    width: 425px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.two-column .sec-desc {
    width: 440px;
  }
}
@media (max-width: 991px) {
  .section-title.two-column .sec-desc {
    width: 100%;
    margin-top: 16px;
  }
}
.section-title.two-column .sec-desc p {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .section-title.two-column .sec-desc p br {
    display: none;
  }
}
.section-title.two-column .sec-desc .simple-btn, .section-title.two-column .sec-desc a {
  font-size: var(--font-size-18px);
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}
.section-title.two-column .sec-desc .simple-btn i, .section-title.two-column .sec-desc a i {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section-title.two-column .sec-desc .simple-btn:hover, .section-title.two-column .sec-desc a:hover {
  color: var(--primary-color);
}
.section-title.two-column .sec-desc .simple-btn:hover i, .section-title.two-column .sec-desc a:hover i {
  color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.page-breadcrumb-area {
  padding: 127px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .page-breadcrumb-area {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .page-breadcrumb-area {
    padding: 80px 0;
  }
}

.page-heading h3,
.page-heading .page-title {
  font-family: var(--heading-font);
  font-size: 72px;
  text-align: center;
  color: var(--white);
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: 84px;
  font-weight: 500;
}
@media (max-width: 375px) {
  .page-heading h3,
  .page-heading .page-title {
    font-size: 32px;
    line-height: var(--line-height-42px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-heading h3,
  .page-heading .page-title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-heading h3,
  .page-heading .page-title {
    font-size: var(--font-size-60px);
    line-height: 72px;
  }
}

.breadcrumb-wrapper {
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper {
    padding: 0;
  }
}

.breadcrumb-list {
  text-align: center;
}
.breadcrumb-list ul {
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 12px;
}
@media (max-width: 375px) {
  .breadcrumb-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.breadcrumb-list ul li {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white);
}
.breadcrumb-list ul li.active {
  color: var(--orange-color);
}
.breadcrumb-list ul li.active a {
  color: var(--orange-color);
}
.breadcrumb-list ul li a {
  font-family: var(--body-font);
  font-size: 16px;
  text-align: center;
  color: var(--white);
  text-transform: capitalize;
  line-height: var(--line-height-30px);
  font-weight: 400;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.breadcrumb-list ul li a:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: var(--orange-color);
}
.breadcrumb-list ul li:before {
  content: "\f054";
  font-size: 12px;
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.breadcrumb-list ul li:first-child:before {
  display: none;
}
@media (max-width: 375px) {
  .breadcrumb-list ul li:first-child:before {
    display: block !important;
  }
}

.wp-block-query-pagination,
.navigation.posts-navigation,
.comment-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers,
.navigation.posts-navigation .wp-block-query-pagination-numbers,
.comment-navigation .wp-block-query-pagination-numbers {
  width: inherit;
}
.wp-block-query-pagination .nav-links,
.navigation.posts-navigation .nav-links,
.comment-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .nav-next a,
.wp-block-query-pagination .nav-previous a,
.navigation.posts-navigation .wp-block-query-pagination-previous,
.navigation.posts-navigation .wp-block-query-pagination-next,
.navigation.posts-navigation .nav-next a,
.navigation.posts-navigation .nav-previous a,
.comment-navigation .wp-block-query-pagination-previous,
.comment-navigation .wp-block-query-pagination-next,
.comment-navigation .nav-next a,
.comment-navigation .nav-previous a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--text-color);
  background-color: var(--white);
  border-radius: 6px;
  height: 64px;
  padding: 0 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: var(--font-size-18px);
  font-weight: 500;
  border: 1px solid #ced9da;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .wp-block-query-pagination .wp-block-query-pagination-previous,
  .wp-block-query-pagination .wp-block-query-pagination-next,
  .wp-block-query-pagination .nav-next a,
  .wp-block-query-pagination .nav-previous a,
  .navigation.posts-navigation .wp-block-query-pagination-previous,
  .navigation.posts-navigation .wp-block-query-pagination-next,
  .navigation.posts-navigation .nav-next a,
  .navigation.posts-navigation .nav-previous a,
  .comment-navigation .wp-block-query-pagination-previous,
  .comment-navigation .wp-block-query-pagination-next,
  .comment-navigation .nav-next a,
  .comment-navigation .nav-previous a {
    height: 40px;
  }
}
.wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query-pagination .nav-next a:hover,
.wp-block-query-pagination .nav-previous a:hover,
.navigation.posts-navigation .wp-block-query-pagination-previous:hover,
.navigation.posts-navigation .wp-block-query-pagination-next:hover,
.navigation.posts-navigation .nav-next a:hover,
.navigation.posts-navigation .nav-previous a:hover,
.comment-navigation .wp-block-query-pagination-previous:hover,
.comment-navigation .wp-block-query-pagination-next:hover,
.comment-navigation .nav-next a:hover,
.comment-navigation .nav-previous a:hover {
  background: var(--primary-color) !important;
  color: var(--white);
  border-color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.basic-pagination,
.page-links,
.wp-block-query-pagination-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.basic-pagination ul,
.page-links ul,
.wp-block-query-pagination-numbers ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.basic-pagination ul li,
.page-links ul li,
.wp-block-query-pagination-numbers ul li {
  padding-top: 0;
}
.basic-pagination ul .prev span,
.basic-pagination ul .next span,
.page-links ul .prev span,
.page-links ul .next span,
.wp-block-query-pagination-numbers ul .prev span,
.wp-block-query-pagination-numbers ul .next span {
  display: none;
}
.basic-pagination .post-page-numbers,
.page-links .post-page-numbers,
.wp-block-query-pagination-numbers .post-page-numbers {
  background-color: rgba(71, 112, 247, 0.1) !important;
}
.basic-pagination .page-numbers,
.basic-pagination .post-page-numbers,
.page-links .page-numbers,
.page-links .post-page-numbers,
.wp-block-query-pagination-numbers .page-numbers,
.wp-block-query-pagination-numbers .post-page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--text-color);
  background-color: var(--white);
  border-radius: 6px;
  height: 64px;
  width: 64px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: var(--font-size-18px);
  font-weight: 400;
  border: 1px solid #c9cfdc;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .basic-pagination .page-numbers,
  .basic-pagination .post-page-numbers,
  .page-links .page-numbers,
  .page-links .post-page-numbers,
  .wp-block-query-pagination-numbers .page-numbers,
  .wp-block-query-pagination-numbers .post-page-numbers {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.basic-pagination .page-numbers:hover,
.basic-pagination .post-page-numbers:hover,
.page-links .page-numbers:hover,
.page-links .post-page-numbers:hover,
.wp-block-query-pagination-numbers .page-numbers:hover,
.wp-block-query-pagination-numbers .post-page-numbers:hover {
  background: var(--primary-color) !important;
  color: var(--white);
  border-color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.basic-pagination .page-numbers.current,
.basic-pagination .post-page-numbers.current,
.page-links .page-numbers.current,
.page-links .post-page-numbers.current,
.wp-block-query-pagination-numbers .page-numbers.current,
.wp-block-query-pagination-numbers .post-page-numbers.current {
  background: var(--primary-color) !important;
  color: var(--white);
  border-color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nav-tab {
  list-style: none;
  padding-left: 0;
  background-color: var(--white);
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .nav-tab {
    border-radius: 12px;
  }
}
.nav-tab li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  color: var(--black);
  font-family: var(--heading-font);
  font-size: var(--font-size-18px);
  line-height: 24px;
  font-weight: 500;
  padding: 40px;
  width: 100%;
  border-right: 1px solid #ced9da;
  text-align: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .nav-tab li {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-tab li {
    padding: 25px;
    gap: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .nav-tab li {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .nav-tab li .title {
    display: none;
  }
}
.nav-tab li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  visibility: hidden;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.nav-tab li:last-child {
  margin-right: 0;
  border: none;
}
.nav-tab li:last-child::after {
  margin-right: 0;
  border-color: transparent;
}
.nav-tab li.active {
  color: var(--white);
  border-color: transparent;
}
.nav-tab li.active::after {
  visibility: visible;
  width: 100%;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .nav-tab li.active::after {
    width: 106%;
  }
}
.nav-tab li.active .icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav-tab li.active .icon i {
  color: var(--white);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav-tab li .icon {
  position: relative;
  z-index: 99;
}
.nav-tab li .icon i {
  font-size: 35px;
  color: var(--primary-color);
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-tab li .icon i {
    font-size: var(--font-size-30px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .nav-tab li .icon i {
    font-size: 25px;
  }
}
.nav-tab li .title {
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.tab-content img {
  border-radius: 8px;
}
@media (max-width: 575px) {
  .tab-content img {
    width: 100%;
    margin-bottom: 25px;
  }
}

.time-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.time-card-wrapper .time-card-item {
  width: 100%;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.time-card-wrapper .time-card-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.time-card-wrapper .time-card-item:nth-of-type(even) .time-card-time .time-card-date:before {
  left: unset;
  right: 0;
}
.time-card-wrapper .time-card-item::after {
  content: "";
  width: 6px;
  height: 100%;
  right: 0;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  background-color: #cddfe0;
  border-radius: 50px 50px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .time-card-wrapper .time-card-item::after {
    display: none;
  }
}
.time-card-wrapper .time-card-item .time-card-desc {
  width: 424px;
  background-color: var(--white);
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 32px 0 rgba(2, 24, 93, 0.08);
  box-shadow: 0 4px 32px 0 rgba(2, 24, 93, 0.08);
  padding: 46px;
  border-radius: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .time-card-wrapper .time-card-item .time-card-desc {
    padding: 32px;
  }
}
@media (max-width: 450px) {
  .time-card-wrapper .time-card-item .time-card-desc {
    width: 100%;
  }
}
.time-card-wrapper .time-card-item .time-card-desc .title {
  display: block;
  margin-bottom: 20px;
}
.time-card-wrapper .time-card-item .time-card-desc .title h2 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: var(--font-size-24px);
  line-height: initial;
  font-weight: 500;
  color: var(--black);
}
.time-card-wrapper .time-card-item .time-card-desc .desc p {
  margin: 0;
  font-family: var(--body-font);
  font-size: var(--font-size-18px);
  line-height: var(--line-height-30px);
  font-weight: 400;
  color: var(--text-color);
}
.time-card-wrapper .time-card-item .circle-wrapper {
  position: relative;
  width: 248px;
}
.time-card-wrapper .time-card-item .circle-wrapper .time-card-circle {
  position: relative;
}
@media (max-width: 991px) {
  .time-card-wrapper .time-card-item .circle-wrapper .time-card-circle {
    height: 85px;
  }
}
.time-card-wrapper .time-card-item .circle-wrapper .time-card-circle:before {
  content: "";
  min-width: 30px;
  min-height: 30px;
  border-radius: 50px;
  background: var(--orange-color);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.time-card-wrapper .time-card-item .circle-wrapper .time-card-circle:after {
  content: "";
  width: 100%;
  height: 6px;
  right: 0;
  left: 0;
  top: 50%;
  position: absolute;
  background-color: #cddfe0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .time-card-wrapper .time-card-item .circle-wrapper .time-card-circle:after {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 3px;
    height: 100%;
  }
}
.time-card-wrapper .time-card-item .time-card-time .time-card-date {
  color: #6d768a;
  font-size: var(--font-size-18px);
  line-height: var(--line-height-30px);
  font-weight: 400;
  font-family: var(--body-font);
  display: inline-block;
  padding: 9px 35px;
  margin-bottom: 0;
  position: relative;
}
.time-card-wrapper .time-card-item .time-card-time .time-card-date:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-color: var(--primary-color);
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .time-card-wrapper .time-card-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
  }
  .time-card-wrapper .time-card-item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .time-card-wrapper .time-card-item:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-card-wrapper .time-card-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 30px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
  }
  .time-card-wrapper .time-card-item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .time-card-wrapper .time-card-item:after {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .time-card-wrapper .time-card-item {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .time-card-wrapper .time-card-item {
    padding: 30px 8px;
  }
}
.time-card-wrapper .time-card-arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background: var(--orange-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.time-card-wrapper .time-card-arrow i {
  font-size: 16px;
  color: var(--black);
}

.portfolio-filter-area.style-2 {
  padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-filter-area.style-2 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-filter-area.style-2 {
    padding: 80px 0;
  }
}
.portfolio-filter-area.style-2 .btn-wrapper {
  margin-top: 20px;
  text-align: center;
}
.portfolio-filter-area.style-2 .btn-wrapper .theme-btn {
  background-color: transparent;
  border: 2px solid var(--orange-color);
}

.project-page-wrapper {
  padding-top: 144px;
  padding-bottom: 114px;
}
@media (max-width: 991px) {
  .project-page-wrapper {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .project-page-wrapper {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.project-page-wrapper .basic-pagination {
  margin-bottom: 0;
  margin-top: 30px;
}

.project-detail-area {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .project-detail-area {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .project-detail-area {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}
.project-detail-area .project-details-padding-left {
  padding-left: 60px;
}
@media (max-width: 1199px) {
  .project-detail-area .project-details-padding-left {
    padding-left: 12px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .project-detail-area .project-details-padding-left {
    margin-top: 20px;
  }
}
.project-detail-area img {
  border-radius: 12px;
}
@media (max-width: 767px) {
  .project-detail-area .mt-65 {
    margin-top: 45px;
  }
}

.project-gallery-image {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.project-gallery-image.style-1 {
  height: 645px;
}
.project-gallery-image.style-2 {
  height: 309px;
}
.project-gallery-image:hover:before {
  height: 250%;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
  background-color: transparent;
}
.project-gallery-image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.project-gallery-image:before {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.project-gallery-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-details-title {
  font-size: var(--font-size-24px);
  line-height: var(--line-height-30px);
  font-weight: 500;
  color: var(--secondary-color);
  margin: 0;
}

.simillar-project-title h2 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 500;
  color: var(--secondary-color);
  margin: 0;
}
@media (max-width: 767px) {
  .simillar-project-title h2 {
    font-size: var(--font-size-28px);
    line-height: var(--line-height-30px);
  }
}
@media (max-width: 991px) {
  .simillar-project-title {
    margin-bottom: 30px;
  }
}

.project-info-widget {
  background: #ebf4f8;
  padding: 55px 58px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.project-info-widget .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.project-info-widget .info-item h3 {
  margin: 0;
  font-size: var(--font-size-18px);
  line-height: var(--line-height-30px);
  font-weight: 500;
  color: var(--secondary-color);
}
.project-info-widget .info-item p {
  margin: 0;
  font-size: var(--font-size-18px);
  line-height: 24px;
  font-weight: 400;
  color: var(--text-color);
}

.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .list-item {
    margin-bottom: 20px;
  }
}
.list-item .icon {
  width: 54px;
  height: 54px;
  border-radius: 50px;
  background: var(--orange-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .list-item .icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .list-item .icon {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.list-item .icon i {
  color: var(--white);
}
.list-item .text {
  font-size: var(--font-size-18px);
  line-height: var(--line-height-30px);
  font-weight: 500;
  color: var(--text-color);
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .list-item {
    margin-bottom: 20px;
  }
}
.list-item.style-two {
  gap: 18px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 20px;
}
.list-item.style-two .icon {
  background: transparent;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  width: auto;
  height: auto;
}
.list-item.style-two .icon i {
  color: var(--primary-color);
  line-height: var(--line-height-30px);
}
.list-item.style-two .text {
  margin: 0;
  font-weight: 400;
}
.list-item ul {
  padding-left: 0;
}
.list-item ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  padding-top: 10px;
}
.list-item ul li:last-child {
  padding-bottom: 0;
}
.list-item ul li i {
  color: var(--primary-color);
  font-size: 20px;
  position: relative;
  top: 5px;
}

.sidebar {
  padding-left: 13px;
}
@media (max-width: 991px) {
  .sidebar {
    padding-left: 0;
    padding-top: 40px;
  }
}

.page-sidebar {
  margin-bottom: 50px;
  padding-left: 18px;
}

/* Widget */
.widget,
.service-widget {
  background-color: transparent;
  padding: 0;
  border-radius: 8px;
  margin-bottom: 48px;
  /* Widget Instagram Feed */
  /* Widget Title */
  /* Social Widget Block */
  /* Recent Comment List Block Widget & Latest Post Widget Block */
  /* Social Widget */
  /* Select Option  */
  /* Login Widget */
  /* Search Widget */
  /* Tagcloud Widget */
  /* Default Widget */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget,
  .service-widget {
    padding: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .widget,
  .service-widget {
    padding: 20px;
  }
}
.widget:last-child,
.service-widget:last-child {
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget,
  .service-widget {
    padding: 30px;
  }
}
.widget ol,
.widget ul,
.service-widget ol,
.service-widget ul {
  margin-bottom: 0;
}
.widget .widget-instagram-feed,
.service-widget .widget-instagram-feed {
  width: 315px;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .widget .widget-instagram-feed,
  .service-widget .widget-instagram-feed {
    width: 220px;
  }
}
@media (max-width: 374px) {
  .widget .widget-instagram-feed,
  .service-widget .widget-instagram-feed {
    width: 200px;
  }
}
.widget .widget-instagram-feed .single-instagram-feed,
.service-widget .widget-instagram-feed .single-instagram-feed {
  width: 96px;
  height: 96px;
}
.widget .wp-block-heading,
.widget .widget-title,
.widget .wp-block-search__label,
.service-widget .wp-block-heading,
.service-widget .widget-title,
.service-widget .wp-block-search__label {
  font-size: var(--font-size-24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: var(--line-height-30px);
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--secondary-color);
  position: relative;
}
.widget .wp-block-heading:before,
.widget .widget-title:before,
.widget .wp-block-search__label:before,
.service-widget .wp-block-heading:before,
.service-widget .widget-title:before,
.service-widget .wp-block-search__label:before {
  display: none;
  content: "";
  width: 5px;
  height: 18px;
  background-color: var(--primary-color);
  border-radius: 50px;
  margin-right: 11px;
  color: var(--primary-color);
  font-size: var(--font-size-18px);
}
.widget .wp-block-social-links .wp-social-link,
.service-widget .wp-block-social-links .wp-social-link {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.widget .wp-block-social-links .wp-social-link a,
.service-widget .wp-block-social-links .wp-social-link a {
  width: 44px;
  height: 44px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.service-widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.service-widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  font-weight: 500;
}
.widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link,
.widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link,
.service-widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.service-widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link,
.service-widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.service-widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link {
  font-weight: 500;
}
.widget .wp-block-latest-comments li.wp-block-latest-comments__comment,
.widget .wp-block-latest-posts li.wp-block-latest-comments__comment,
.service-widget .wp-block-latest-comments li.wp-block-latest-comments__comment,
.service-widget .wp-block-latest-posts li.wp-block-latest-comments__comment {
  margin-bottom: 0;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta,
.widget .wp-block-latest-comments li .wp-block-latest-posts__post-title,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta,
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-title,
.service-widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta,
.service-widget .wp-block-latest-comments li .wp-block-latest-posts__post-title,
.service-widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta,
.service-widget .wp-block-latest-posts li .wp-block-latest-posts__post-title {
  line-height: var(--line-height-30px);
  font-weight: 400;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.widget .wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date,
.service-widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.service-widget .wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date,
.service-widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.service-widget .wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date {
  font-size: 14px !important;
  margin-bottom: 10px;
  position: relative;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
.widget .wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before,
.service-widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
.service-widget .wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before,
.service-widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
.service-widget .wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before {
  content: "\f274";
  font-family: "Font Awesome 6 Pro";
  padding-right: 8px;
}
.widget .wp-block-latest-comments li a,
.widget .wp-block-latest-posts li a,
.service-widget .wp-block-latest-comments li a,
.service-widget .wp-block-latest-posts li a {
  color: #abb2c1;
}
.widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-link,
.widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-author,
.widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-link,
.service-widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-author,
.service-widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-link,
.service-widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-author,
.service-widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
  display: inline !important;
  text-transform: capitalize;
  line-height: var(--line-height-30px);
  font-weight: 400;
}
.widget .wp-block-latest-comments li a:hover,
.widget .wp-block-latest-posts li a:hover,
.service-widget .wp-block-latest-comments li a:hover,
.service-widget .wp-block-latest-posts li a:hover {
  color: var(--primary-color);
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-excerpt p,
.service-widget .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p,
.service-widget .wp-block-latest-posts li .wp-block-latest-comments__comment-excerpt p {
  font-size: 16px;
  line-height: var(--line-height-30px);
  margin: 0;
}
.widget .social-profile,
.service-widget .social-profile {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget .social-profile,
  .service-widget .social-profile {
    gap: 8px;
  }
}
.widget .social-profile a,
.service-widget .social-profile a {
  width: 60px;
  height: 60px;
  background-color: var(--primary-color);
  color: var(--white);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .widget .social-profile a,
  .service-widget .social-profile a {
    width: 40px;
    height: 40px;
  }
}
.widget .social-profile a.facebook,
.service-widget .social-profile a.facebook {
  background-color: #1877f2;
}
.widget .social-profile a.twitter,
.service-widget .social-profile a.twitter {
  background-color: #1da1f2;
}
.widget .social-profile a.linkedin,
.service-widget .social-profile a.linkedin {
  background-color: #0a66c2;
}
.widget .social-profile a.instagram,
.service-widget .social-profile a.instagram {
  background-color: #405de6;
}
.widget .social-profile a:hover,
.service-widget .social-profile a:hover {
  color: var(--white);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: var(--orange-color);
}
.widget select,
.service-widget select {
  max-width: 100%;
  height: 50px;
  width: 100%;
  border: 1px solid #abb2c1;
  background-color: transparent;
  padding: 0 10px;
  border-radius: 5px;
  color: #abb2c1;
  margin-bottom: 0;
}
.widget .has-login-form .login-username label,
.widget .has-login-form .login-password label,
.service-widget .has-login-form .login-username label,
.service-widget .has-login-form .login-password label {
  margin-bottom: 10px;
}
.widget .has-login-form .login-username input,
.widget .has-login-form .login-password input,
.service-widget .has-login-form .login-username input,
.service-widget .has-login-form .login-password input {
  max-width: 100%;
  height: 50px;
  width: 100%;
  border: 1px solid #abb2c1;
  padding: 0 10px;
  border-radius: 5px;
  color: #abb2c1;
}
.widget .has-login-form .login-remember label,
.service-widget .has-login-form .login-remember label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.widget .has-login-form .login-submit,
.service-widget .has-login-form .login-submit {
  margin-bottom: 0;
}
.widget .has-login-form .login-submit input.button-primary,
.service-widget .has-login-form .login-submit input.button-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: var(--primary-color);
  color: #fff;
  padding: 12px 32px;
  text-align: center;
  font-weight: 500;
  font-family: var(--body-font);
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
}
.widget .search-form,
.service-widget .search-form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.widget .search-form button,
.service-widget .search-form button {
  background-color: var(--primary-color) !important;
  color: var(--black) !important;
  width: 62px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.widget .wp-block-search__no-button.wp-block-search input,
.service-widget .wp-block-search__no-button.wp-block-search input {
  border-radius: 10px;
}
.widget .wp-block-search,
.service-widget .wp-block-search {
  margin-bottom: -2px;
}
.widget .wp-block-search,
.widget .search-form,
.service-widget .wp-block-search,
.service-widget .search-form {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.widget .wp-block-search .wp-block-search__inside-wrapper,
.widget .search-form .wp-block-search__inside-wrapper,
.service-widget .wp-block-search .wp-block-search__inside-wrapper,
.service-widget .search-form .wp-block-search__inside-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
}
.widget .wp-block-search label,
.widget .search-form label,
.service-widget .wp-block-search label,
.service-widget .search-form label {
  font-size: var(--font-size-24px);
  display: block;
  line-height: var(--line-height-30px);
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--secondary-color);
  font-family: var(--heading-font);
}
.widget .wp-block-search input,
.widget .search-form input,
.service-widget .wp-block-search input,
.service-widget .search-form input {
  background-color: transparent;
  border: 1px solid #abb2c1 !important;
  padding: 0 25px;
  height: 60px;
  width: 100%;
  color: #abb2c1;
  font-size: 15px;
  border-radius: 6px 0 0 6px;
}
.widget .wp-block-search button,
.widget .search-form button,
.service-widget .wp-block-search button,
.service-widget .search-form button {
  color: var(--white);
  padding: 0 20px;
  position: relative;
  right: 0;
  background-color: var(--primary-color);
  top: 0;
  height: auto;
  border-radius: 0 6px 6px 0;
  line-height: 0;
  border: 0;
  margin-left: 0 !important;
}
.widget .tagcloud,
.widget .wp-block-tag-cloud,
.service-widget .tagcloud,
.service-widget .wp-block-tag-cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget .tagcloud a,
.widget .wp-block-tag-cloud a,
.service-widget .tagcloud a,
.service-widget .wp-block-tag-cloud a {
  color: #abb2c1;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 12px 22px;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border: 1px solid var(--white-50);
}
.widget .tagcloud a:hover,
.widget .wp-block-tag-cloud a:hover,
.service-widget .tagcloud a:hover,
.service-widget .wp-block-tag-cloud a:hover {
  color: var(--white);
  background: var(--primary-color);
  border-color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget ul,
.widget ol,
.service-widget ul,
.service-widget ol {
  margin-bottom: 0;
  padding-left: 0;
  /* Tag Cloud Widget */
}
.widget ul li,
.widget ol li,
.service-widget ul li,
.service-widget ol li {
  display: block;
  padding: 10px 0;
  color: #abb2c1;
  /* Recent Comment Widget */
}
.widget ul li:first-child,
.widget ol li:first-child,
.service-widget ul li:first-child,
.service-widget ol li:first-child {
  padding-top: 0;
}
.widget ul li:last-child,
.widget ol li:last-child,
.service-widget ul li:last-child,
.service-widget ol li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget ul li.recentcomments .comment-author-link a:before,
.widget ol li.recentcomments .comment-author-link a:before,
.service-widget ul li.recentcomments .comment-author-link a:before,
.service-widget ol li.recentcomments .comment-author-link a:before {
  display: block;
}
.widget ul li.recentcomments a,
.widget ol li.recentcomments a,
.service-widget ul li.recentcomments a,
.service-widget ol li.recentcomments a {
  padding-left: 0;
  display: inline;
}
.widget ul li.recentcomments a:before,
.widget ol li.recentcomments a:before,
.service-widget ul li.recentcomments a:before,
.service-widget ol li.recentcomments a:before {
  display: none;
}
.widget ul li a,
.widget ol li a,
.service-widget ul li a,
.service-widget ol li a {
  color: #abb2c1;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  font-size: var(--font-size-18px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /* RSS Widget */
}
.widget ul li a:hover,
.widget ol li a:hover,
.service-widget ul li a:hover,
.service-widget ol li a:hover {
  color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget ul li a.rsswidget,
.widget ol li a.rsswidget,
.service-widget ul li a.rsswidget,
.service-widget ol li a.rsswidget {
  padding-left: 0;
  font-weight: 500;
  display: block;
}
.widget ul li a.rsswidget:before,
.widget ol li a.rsswidget:before,
.service-widget ul li a.rsswidget:before,
.service-widget ol li a.rsswidget:before {
  display: none;
}
.widget ul li ul,
.widget ol li ul,
.service-widget ul li ul,
.service-widget ol li ul {
  padding-left: 25px;
  padding-top: 10px;
}
.widget ul.wp-tag-cloud li,
.widget ol.wp-tag-cloud li,
.service-widget ul.wp-tag-cloud li,
.service-widget ol.wp-tag-cloud li {
  display: inline-block;
  padding: 0;
  border: 0;
}
.widget ul.wp-tag-cloud li a:before,
.widget ol.wp-tag-cloud li a:before,
.service-widget ul.wp-tag-cloud li a:before,
.service-widget ol.wp-tag-cloud li a:before {
  display: none;
}
.widget.widget_categories ul li, .widget.widget_archive ul li,
.service-widget.widget_categories ul li,
.service-widget.widget_archive ul li {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.widget.widget_categories ul li.cat-item, .widget.widget_archive ul li.cat-item,
.service-widget.widget_categories ul li.cat-item,
.service-widget.widget_archive ul li.cat-item {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.widget.widget_categories ul li a, .widget.widget_archive ul li a,
.service-widget.widget_categories ul li a,
.service-widget.widget_archive ul li a {
  float: left;
}

/* About Info Widget*/
.widget-about-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.widget-about-info .about-desc {
  text-align: left;
}
.widget-about-info .about-desc .about-title {
  font-size: 20px;
}
.widget-about-info .about-image {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.widget-about-info .social-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-top: 30px;
  border-top: 1px solid #ced9da;
  width: 100%;
  margin-top: 10px;
}
.widget-about-info .social-profile a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 44px;
  height: 44px;
  background-color: var(--gray-100);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--secondary-color);
  transition: all 0.5s ease-out;
}
.widget-about-info .social-profile a:hover {
  color: var(--white);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: var(--primary-color);
}

/* Latest Post Widget*/
.has-dates.has-author.wp-block-latest-posts .wp-block-latest-posts__post-title {
  display: inline-block;
  width: 100%;
  font-weight: 500;
}

.widget_rss .wp-block-heading:before,
.widget_rss .widget-title:before {
  display: none;
}
.widget_rss .rss-widget-icon {
  margin-right: 6px;
}
.widget_rss ul li a.rsswidget {
  color: var(--white);
}
.widget_rss ul li a.rsswidget:hover {
  color: var(--primary-color);
}

.wp-block-latest-posts .wp-block-rss__item-title,
.wp-block-rss .wp-block-rss__item-title,
.widget_rss .wp-block-rss__item-title {
  display: inline-block;
  width: 100%;
  font-weight: 500;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-rss__item-publish-date,
.wp-block-rss .wp-block-latest-posts__post-author,
.wp-block-rss .wp-block-rss__item-publish-date,
.widget_rss .wp-block-latest-posts__post-author,
.widget_rss .wp-block-rss__item-publish-date {
  margin-right: 10px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-latest-posts .wp-block-rss__item-publish-date,
.wp-block-latest-posts .wp-block-rss__item-author,
.wp-block-latest-posts .rss-date,
.wp-block-rss .wp-block-latest-posts__post-author,
.wp-block-rss .wp-block-latest-posts__post-date,
.wp-block-rss .wp-block-rss__item-publish-date,
.wp-block-rss .wp-block-rss__item-author,
.wp-block-rss .rss-date,
.widget_rss .wp-block-latest-posts__post-author,
.widget_rss .wp-block-latest-posts__post-date,
.widget_rss .wp-block-rss__item-publish-date,
.widget_rss .wp-block-rss__item-author,
.widget_rss .rss-date {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}
.wp-block-latest-posts .wp-block-latest-posts__post-date:before,
.wp-block-latest-posts .wp-block-rss__item-publish-date:before,
.wp-block-latest-posts .rss-date:before,
.wp-block-rss .wp-block-latest-posts__post-date:before,
.wp-block-rss .wp-block-rss__item-publish-date:before,
.wp-block-rss .rss-date:before,
.widget_rss .wp-block-latest-posts__post-date:before,
.widget_rss .wp-block-rss__item-publish-date:before,
.widget_rss .rss-date:before {
  content: "\f274";
  font-family: "Font Awesome 6 Pro";
  padding-right: 8px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author:before,
.wp-block-latest-posts .wp-block-rss__item-author:before,
.wp-block-rss .wp-block-latest-posts__post-author:before,
.wp-block-rss .wp-block-rss__item-author:before,
.widget_rss .wp-block-latest-posts__post-author:before,
.widget_rss .wp-block-rss__item-author:before {
  content: "\f007";
  font-family: "Font Awesome 6 Pro";
  padding-right: 8px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts .wp-block-rss__item-excerpt,
.wp-block-latest-posts .rssSummary,
.wp-block-rss .wp-block-latest-posts__post-excerpt,
.wp-block-rss .wp-block-rss__item-excerpt,
.wp-block-rss .rssSummary,
.widget_rss .wp-block-latest-posts__post-excerpt,
.widget_rss .wp-block-rss__item-excerpt,
.widget_rss .rssSummary {
  margin-top: 10px;
  margin-bottom: 0;
}

.widget_latest_post ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
  border: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_latest_post ul li {
    gap: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .widget_latest_post ul li {
    gap: 15px;
  }
}
.widget_latest_post ul li:hover .latest-post-thumb img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget_latest_post ul li:last-child {
  margin-bottom: 0;
}
.widget_latest_post ul li a {
  padding-left: 0;
}
.widget_latest_post ul li a:before {
  display: none;
}
.widget_latest_post ul li .latest-post-thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  width: 84px;
  height: 84px;
  border-radius: 6px;
}
.widget_latest_post ul li .latest-post-thumb img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title {
  margin-bottom: 8px;
  font-size: var(--font-size-18px);
  line-height: 24px;
  color: var(--secondary-color);
  font-family: var(--heading-font);
}
.widget_latest_post ul li .latest-post-desc .latest-post-title a {
  font-size: var(--font-size-18px);
  line-height: 24px;
  color: var(--secondary-color);
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: var(--heading-font);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_latest_post ul li .latest-post-desc .latest-post-title a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .widget_latest_post ul li .latest-post-desc .latest-post-title a {
    font-size: 16px;
  }
}
.widget_latest_post ul li .latest-post-desc .latest-post-title a:hover {
  color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget_latest_post ul li .latest-post-desc .latest-post-meta {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  gap: 8px;
  color: var(--text-color);
}

.widget-instagram-feed {
  display: grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
  width: 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .widget-instagram-feed {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 374px) {
  .widget-instagram-feed {
    grid-template-columns: repeat(2, 1fr);
  }
}
.widget-instagram-feed .single-instagram-feed {
  border-radius: 5px;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.widget-instagram-feed .single-instagram-feed:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-instagram-feed .single-instagram-feed img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.widget_promotion {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: var(--black);
}
.widget_promotion .wp-block-heading {
  width: 100%;
  text-align: center;
  color: var(--white);
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 10px;
}
.widget_promotion .secondary-btn {
  display: inline-block;
  background: var(--orange-color);
  color: var(--secondary-color);
  padding: 12px 104px;
  font-weight: 600;
  font-family: var(--body-font);
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}
.widget_promotion .secondary-btn i {
  color: #fff;
  font-size: 16px;
}
.widget_promotion .secondary-btn:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: var(--white);
  border-color: var(--white);
}
.widget_promotion p {
  color: rgba(255, 255, 255, 0.53);
  margin-bottom: 32px;
}

.single-post-item .single-post-meta {
  gap: 32px;
}

.service-sidebar {
  padding-left: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-sidebar {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .service-sidebar {
    margin-top: 70px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-sidebar {
    padding-left: 0;
    margin-top: 56px !important;
  }
}
.service-sidebar .widget:last-child {
  margin-bottom: 0;
}

.widget_service_categories {
  background-color: transparent;
  padding: 0;
}
.widget_service_categories ul li {
  border: 0;
  padding-bottom: 5px !important;
}
.widget_service_categories ul li a {
  background: #ebf4f8;
  border-radius: 8px;
  padding: 21px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--secondary-color);
  font-family: var(--body-font);
  font-size: var(--font-size-18px);
  font-weight: 500;
  width: 100%;
}
.widget_service_categories ul li a i {
  color: var(--primary-color);
  font-size: var(--font-size-30px);
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget_service_categories ul li a {
    padding: 10px;
  }
}
.widget_service_categories ul li a:hover {
  background: var(--primary-color);
  color: var(--white);
}
.widget_service_categories ul li a:hover i {
  color: var(--white);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget_service_categories ul li.active a {
  background: var(--primary-color);
  color: var(--white);
}
.widget_service_categories ul li.active a i {
  color: var(--white);
}

.widget_service_promotion {
  padding: 44px 40px;
  background-color: var(--black);
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget_service_promotion {
    padding: 30px;
  }
}
.widget_service_promotion .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--secondary-color);
  opacity: 0.8;
}
.widget_service_promotion .widget-subtitle {
  position: relative;
  z-index: 0;
}
.widget_service_promotion .widget-subtitle p {
  color: var(--white);
  font-family: var(--heading-font);
  font-size: var(--font-size-18px);
  font-weight: 500;
  margin: 0;
  margin-bottom: 16px;
}
.widget_service_promotion .promotion-card {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget_service_promotion .promotion-card {
    gap: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget_service_promotion .promotion-card {
    gap: 30px;
  }
}
.widget_service_promotion .promotion-card h4 {
  color: var(--white);
  font-size: 36px;
  font-weight: 500;
  margin: 0;
}
.widget_service_promotion .promotion-card p {
  color: #b3d0da;
  font-size: var(--font-size-18px);
  font-weight: 400;
  margin-top: 16px;
}
.widget_service_promotion .promotion-card .secondary-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget_service_promotion .promotion-card .secondary-btn {
    gap: 12px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget_service_promotion .promotion-card .secondary-btn {
    gap: 12px;
  }
}
.widget_service_promotion .promotion-card .secondary-btn .icon {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: var(--orange-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.widget_service_promotion .promotion-card .secondary-btn .icon i {
  color: var(--black);
}
.widget_service_promotion .promotion-card .secondary-btn .btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.widget_service_promotion .promotion-card .secondary-btn .btn-text p {
  margin: 0;
  text-align: start;
  color: var(--white);
  font-family: var(--body-font);
  font-size: var(--font-size-18px);
  line-height: var(--line-height-30px);
  font-weight: 500;
}
.widget_service_promotion .promotion-card .secondary-btn .btn-text h4 {
  margin: 0;
  text-align: start;
  color: var(--white);
  font-family: var(--heading-font);
  font-size: var(--font-size-30px);
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget_service_promotion .promotion-card .secondary-btn .btn-text h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget_service_promotion .promotion-card .secondary-btn .btn-text h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget_service_promotion {
    padding: 44px 25px;
  }
}

.widget_service_brochura {
  padding: 38px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ced9da;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  background-color: var(--white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget_service_brochura {
    padding: 30px;
  }
}
.widget_service_brochura .widget-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.widget_service_brochura .widget-title-wrapper .widget-subtitle {
  color: var(--primary-color);
  font-family: var(--body-font);
  font-size: var(--font-size-18px);
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
.widget_service_brochura .widget-title-wrapper .widget-title {
  color: var(--black);
  font-family: var(--heading-font);
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
}
.widget_service_brochura .widget-title-wrapper .widget-title:before {
  display: none;
}
.widget_service_brochura .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.widget_service_brochura .button-wrapper .btn-text {
  color: var(--black);
  font-family: var(--body-font);
  font-size: var(--font-size-18px);
  line-height: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.widget_service_brochura .button-wrapper .pdf {
  padding: 18px;
  border-radius: 50px;
  background-color: var(--orange-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget_service_brochura .button-wrapper .pdf:hover {
  background-color: var(--primary-color);
  color: var(--white);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget_service_brochura .button-wrapper .doc {
  padding: 18px;
  border-radius: 50px;
  border: 2px solid var(--orange-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget_service_brochura .button-wrapper .doc:hover {
  background-color: var(--primary-color);
  color: var(--white);
  border-color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.comment-respond {
  margin-top: 70px;
}

.blog-coment-title h2,
.blog-coment-title .wp-block-comments-title,
.wp-block-comments h2,
.wp-block-comments .wp-block-comments-title {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 0;
  font-weight: 500;
  margin-top: -10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-coment-title h2,
  .blog-coment-title .wp-block-comments-title,
  .wp-block-comments h2,
  .wp-block-comments .wp-block-comments-title {
    font-size: 32px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-coment-title h2,
  .blog-coment-title .wp-block-comments-title,
  .wp-block-comments h2,
  .wp-block-comments .wp-block-comments-title {
    font-size: 38px;
    line-height: var(--line-height-42px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-coment-title h2,
  .blog-coment-title .wp-block-comments-title,
  .wp-block-comments h2,
  .wp-block-comments .wp-block-comments-title {
    font-size: 42px;
    line-height: 56px;
  }
}

/* Block Comment Start */
.wp-block-comments .wp-block-comment-template {
  padding-left: 0;
}
.wp-block-comments .wp-block-comment-template .wp-block-comment-reply-link {
  margin-top: 15px;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns {
  padding: 50px;
  border: 1px solid #dfe2e9;
  border-radius: 8px;
  margin-bottom: 24px;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-column:first-child {
  -ms-flex-preferred-size: 80px !important;
  flex-basis: 80px !important;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-avatar {
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-avatar img {
  width: 100%;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-author-name a {
  font-size: 21px;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--secondary-color);
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-edit-link a {
  color: var(--primary-color);
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-date a,
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-edit-link a {
  color: #9ba8c3;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-reply-link a {
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color);
  border: 1px solid var(--primary-color);
  padding: 4px 26px;
  display: inline-block;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-reply-link a:hover {
  background-color: var(--primary-color);
  color: var(--white);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* Block Comment End */
.latest-comments .comment-respond {
  margin-top: 30px;
}
.latest-comments li.comment {
  padding: 0;
}
.latest-comments li.comment .comments-box {
  padding-top: 48px;
  padding-bottom: 13px;
  border-top: 1px solid #ced9da;
}
.latest-comments li.comment .children li.comment .comments-box {
  border-top: 1px solid #ced9da;
}
.latest-comments li.comment:first-child .comments-box {
  border-top: 0;
}
.latest-comments li .children {
  padding-left: 0;
}
.latest-comments li .children .comments-box {
  margin-left: 106px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-comments li .children .comments-box {
    margin-left: 0;
  }
}
.latest-comments li .comments-box .comments-avatar {
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-comments li .comments-box .comments-avatar {
    float: inherit;
    margin-bottom: 20px;
  }
}
.latest-comments li .comments-box .comments-avatar img {
  margin-right: 23px;
  width: 90px;
  border-radius: 50%;
}
.latest-comments li .comments-box .comments-text {
  overflow: hidden;
}
.latest-comments li .comments-box .comments-text p {
  font-size: var(--font-size-18px);
  line-height: var(--line-height-30px);
  margin-bottom: 20px;
  color: var(--text-color);
  font-family: var(--body-font);
}
.latest-comments li .comments-box .comments-text .avatar-name {
  margin-bottom: 10px;
  position: relative;
}
.latest-comments li .comments-box .comments-text .avatar-name h5 {
  font-size: var(--font-size-24px);
  margin-bottom: 5px;
  font-weight: 500;
  font-family: var(--heading-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.latest-comments li .comments-box .comments-text .avatar-name span {
  color: #abb0ba;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  font-style: italic;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-comments li .comments-box .comments-text .avatar-name span {
    display: inline-block;
    width: 100%;
  }
}
.latest-comments li .comments-box .comments-text .comment-reply-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  color: var(--secondary-color);
  border: 1px solid var(--orange-color);
  padding: 8px 22px;
  gap: 8px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-comments li .comments-box .comments-text .comment-reply-link {
    position: unset;
    margin-top: 10px;
  }
}
.latest-comments li .comments-box .comments-text .comment-reply-link:hover {
  background-color: var(--orange-color);
  color: var(--black);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.post-comments .latest-comments > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.comments-text > ul, .comments-text > ol {
  margin-bottom: 20px;
}

ul.children {
  list-style: none;
}

.post-comments-form .contacts-message {
  margin-top: 10px;
}

/*Comment Input Filed*/
.post-comments-title .sub-title {
  font-size: var(--font-size-18px);
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--primary-color);
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.post-comments-title h2 {
  font-size: 48px;
  line-height: normal;
  font-weight: 500;
  color: var(--secondary-color);
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-comments-title h2 {
    font-size: var(--font-size-28px);
    margin-bottom: 20px;
  }
}
.post-comments-title h2 small {
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--primary-color);
}

.comment-respond {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .comment-respond {
    padding: 0px;
  }
}
.comment-respond p {
  margin: 0;
}
.comment-respond .section-title {
  margin-bottom: 56px;
}
.comment-respond .contacts-email,
.comment-respond .contacts-name,
.comment-respond .single-input-field {
  margin-bottom: 18px;
}
.comment-respond label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #778196;
  margin-bottom: 12px;
}
.comment-respond .checkbox-field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
  padding: 15px 0;
}
.comment-respond .checkbox-field-wrapper p {
  margin: 0;
}
.comment-respond .checkbox-field-wrapper .single-checkbox-field {
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
}
.comment-respond .comment-form-cookies-consent {
  display: none;
}
.comment-respond input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.comment-respond input,
.comment-respond select {
  padding: 0 20px;
  height: 60px;
  width: 100%;
  color: #778196;
  opacity: 1;
  border: 1px solid #ced9da !important;
  border-radius: 6px;
  font-size: var(--font-size-18px);
  font-weight: 400;
  background-color: var(--white);
  font-family: "Roboto", sans-serif !important;
}
.comment-respond *::-webkit-input-placeholder {
  color: #8e9cb9;
}
.comment-respond *::-moz-placeholder {
  color: #8e9cb9;
  opacity: 1;
}
.comment-respond *:-ms-input-placeholder {
  color: #8e9cb9;
}
.comment-respond *::-ms-input-placeholder {
  color: #8e9cb9;
}
.comment-respond *::placeholder {
  color: #8e9cb9;
}
.comment-respond textarea {
  resize: vertical;
  padding: 20px;
  width: 100%;
  color: #778196;
  border: 1px solid #ced9da !important;
  border-radius: 6px;
  font-size: var(--font-size-18px);
  font-weight: 400;
  background-color: var(--white);
  font-family: "Roboto", sans-serif !important;
  height: 190px;
  margin-bottom: 12px;
}
.comment-respond input:focus,
.comment-respond textarea:focus,
.comment-respond .form-select:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--primary-color) !important;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.comment-respond.style-2 {
  margin: 0;
  background-color: transparent;
  padding: 0;
}
@media (max-width: 991px) {
  .comment-respond.style-2 {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .comment-respond.style-2 .section-title {
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .comment-respond.style-2 .theme-btn {
    padding: 15px 34px;
  }
}
.comment-respond.style-2 .post-comments-title h2 {
  color: var(--black);
  font-size: var(--font-size-60px);
  font-weight: 500;
  margin-bottom: 32px;
}
.comment-respond.style-2 label {
  color: #abb2c1;
}
.comment-respond.style-2 .nice-select:after {
  border-color: transparent transparent var(--white-100) transparent;
}
.comment-respond.style-2 input[type=radio]::before,
.comment-respond.style-2 input[type=checkbox]::before {
  background-color: transparent;
}
.comment-respond.style-2 .single-input-field p {
  margin-bottom: 0;
}
.comment-respond.style-2 .single-input-field input,
.comment-respond.style-2 .single-input-field select,
.comment-respond.style-2 .single-input-field textarea {
  background-color: transparent;
  color: #abb2c1;
  border-color: var(--border) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.comment-respond.style-2 .single-input-field .nice-select {
  color: #abb2c1;
  border-color: var(--border) !important;
  font-family: var(--body-font);
}
.comment-respond.style-2 .single-input-field .contacts-message textarea {
  height: 135px;
  margin-bottom: 0;
}
.comment-respond.style-2 .single-input-field input:focus,
.comment-respond.style-2 .single-input-field textarea:focus,
.comment-respond.style-2 .single-input-field .form-select:focus,
.comment-respond.style-2 .single-input-field .nice-select:focus {
  border-color: var(--primary-color) !important;
}
.comment-respond.style-2 .single-input-field *::-webkit-input-placeholder {
  color: #abb2c1;
}
.comment-respond.style-2 .single-input-field *::-moz-placeholder {
  color: #abb2c1;
  opacity: 1;
}
.comment-respond.style-2 .single-input-field *:-ms-input-placeholder {
  color: #abb2c1;
}
.comment-respond.style-2 .single-input-field *::-ms-input-placeholder {
  color: #abb2c1;
}
.comment-respond.style-2 .single-input-field *::placeholder {
  color: #abb2c1;
}
.comment-respond.style-2 .checkbox-field-wrapper .single-checkbox-field .form-check-input,
.comment-respond.style-2 .checkbox-field-wrapper .wpcf7-list-item .form-check-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3019607843) !important;
}
.comment-respond.style-2 .checkbox-field-wrapper .single-checkbox-field input[type=checkbox],
.comment-respond.style-2 .checkbox-field-wrapper .single-checkbox-field input[type=radio],
.comment-respond.style-2 .checkbox-field-wrapper .wpcf7-list-item input[type=checkbox],
.comment-respond.style-2 .checkbox-field-wrapper .wpcf7-list-item input[type=radio] {
  border-color: rgba(255, 255, 255, 0.3019607843) !important;
}
.comment-respond.style-2 .checkbox-field-wrapper .single-checkbox-field input[type=checkbox]:checked,
.comment-respond.style-2 .checkbox-field-wrapper .single-checkbox-field input[type=radio]:checked,
.comment-respond.style-2 .checkbox-field-wrapper .wpcf7-list-item input[type=checkbox]:checked,
.comment-respond.style-2 .checkbox-field-wrapper .wpcf7-list-item input[type=radio]:checked {
  border-color: var(--primary-color) !important;
}

.team-member-card {
  position: relative;
  width: 100%;
  height: 545px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-member-card {
    height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-member-card {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-member-card {
    height: 450px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .team-member-card {
    height: 450px;
  }
}
.team-member-card:hover .image:before {
  height: 250%;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
  background-color: transparent;
}
.team-member-card:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-member-card:hover .image .social-profile {
  height: 100%;
}
.team-member-card:hover .image .social-profile .icon {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-member-card:hover .image .social-profile .icon .fa-plus {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  margin-left: -17px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-member-card:hover .image .social-profile .icon .fa-minus {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-member-card:hover .image .social-profile .icon-list {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-member-card .image {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.team-member-card .image:before {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.team-member-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.001);
  transform: scale(1.001);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-member-card .image img {
    height: unset;
  }
}
.team-member-card .image .social-profile {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  border-radius: 50px;
  height: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-member-card .image .social-profile .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  background-color: var(--orange-color);
  color: var(--black);
  z-index: 10;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-member-card .image .social-profile .icon .fa-plus {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-right: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-member-card .image .social-profile .icon .fa-minus {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  margin-left: -17px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-member-card .image .social-profile .icon-list {
  padding: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  margin-top: -100px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-member-card .image .social-profile .icon-list a {
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: var(--white);
  background-color: #1877f2;
  border-radius: 50%;
  margin: 8px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-member-card .image .social-profile .icon-list a:hover {
  background-color: var(--black);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-member-card .image .social-profile .icon-list a:nth-child(2) {
  background-color: var(--black);
}
.team-member-card .image .social-profile .icon-list a:nth-child(3) {
  background-color: #0077b5;
}
.team-member-card .content-wrapper {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--white);
  border-radius: 0 12px 0 0;
  width: 70%;
  padding: 30px 30px 0 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-member-card .content-wrapper {
    width: 74%;
  }
}
@media (max-width: 1199px) {
  .team-member-card .content-wrapper {
    width: 91%;
    padding: 0;
    margin: 12px;
    border-radius: 12px;
  }
}
.team-member-card .content-wrapper .shape {
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 12px;
  height: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-member-card .content-wrapper .shape {
    display: block;
  }
}
@media (max-width: 1199px) {
  .team-member-card .content-wrapper .shape {
    display: none;
  }
}
.team-member-card .content-wrapper .shape.left {
  top: -12px;
  left: 0;
}
.team-member-card .content-wrapper .shape.right {
  bottom: 0;
  right: -12px;
}
.team-member-card .content-wrapper .shape svg {
  position: absolute;
  top: 0;
  left: 0;
}
.team-member-card .content-wrapper .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  gap: 15px;
}
@media (max-width: 1199px) {
  .team-member-card .content-wrapper .content {
    padding: 20px 16px;
  }
}
.team-member-card .content-wrapper .content .title {
  font-size: var(--font-size-24px);
  line-height: var(--line-height-30px);
  font-weight: 500;
  color: var(--black);
  font-family: var(--heading-font);
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-member-card .content-wrapper .content .title {
    font-size: var(--font-size-18px);
  }
}
.team-member-card .content-wrapper .content .desc {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: var(--text-color);
  font-family: var(--body-font);
  margin: 0;
}
.team-member-card .content-wrapper .social {
  background: var(--orange-color);
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  width: 94%;
  margin-top: -60px;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-member-card .content-wrapper .social a:hover {
  color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-member-card .content-wrapper .social i {
  color: var(--white);
}
.team-member-card:hover .content-wrapper .content {
  z-index: 1;
}
.team-member-card:hover .content-wrapper .social {
  margin-top: 0;
  z-index: 0;
}

.team-member-slider-wrapper {
  position: relative;
}
.team-member-slider-wrapper .slick-list {
  padding-bottom: 88px;
  margin: 0 -55px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-member-slider-wrapper .slick-list {
    padding-bottom: 25px;
    margin: unset;
  }
}
.team-member-slider-wrapper .slick-list .slick-slide {
  margin: 0 55px;
}
@media (max-width: 1199px) {
  .team-member-slider-wrapper .slick-list .slick-slide {
    margin: 0 14px;
  }
}
.team-member-slider-wrapper .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
.team-member-slider-wrapper .slick-dots li {
  display: inline-block;
  line-height: 0;
  outline: 2px solid transparent;
  border: 5px solid transparent;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-member-slider-wrapper .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  background-color: rgb(94, 111, 146);
  opacity: 0.478;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-member-slider-wrapper .slick-dots li.slick-active {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  outline: 2px solid rgb(252, 133, 91);
}
.team-member-slider-wrapper .slick-dots li.slick-active button {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.portfolio-filter {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 27px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 63px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .portfolio-filter {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-filter {
    gap: 8px;
  }
}
.portfolio-filter li {
  list-style: none;
  font-size: var(--font-size-18px);
  font-weight: 500;
  color: var(--black);
  padding: 4px 10px;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-filter li.active {
  color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-filter li.active {
    background-color: var(--black);
    border-radius: 4px;
    color: var(--white);
  }
}

.portfolio-card {
  background-color: var(--white);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 30px;
}
.portfolio-card:hover .image .content-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-card:hover .image .content-wrapper .content {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-card:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-card .image {
  overflow: hidden;
  position: relative;
}
.portfolio-card .image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%;
}
.portfolio-card .content-wrapper {
  padding: 30px;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: rgba(16, 38, 82, 0.361);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-card .content-wrapper {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-card .content-wrapper {
    padding: 12px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .portfolio-card .content-wrapper {
    padding: 12px;
  }
}
.portfolio-card .content-wrapper .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  background-color: var(--white);
  padding: 18px;
  border-radius: 8px;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-card .content-wrapper .content {
    padding: 12px;
  }
}
.portfolio-card .content-wrapper .content .sub-title {
  color: var(--primary-color);
  font-size: 16px;
  line-height: initial;
  font-weight: 500;
  font-family: var(--body-font);
  display: inline-block;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-card .content-wrapper .content .sub-title {
    margin-bottom: 8px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .portfolio-card .content-wrapper .content .sub-title {
    margin-bottom: 8px;
  }
}
.portfolio-card .content-wrapper .content .title {
  font-size: var(--font-size-30px);
  font-weight: 500;
  line-height: var(--line-height-42px);
  margin-bottom: 0;
  color: var(--black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio-card .content-wrapper .content .title {
    font-size: var(--font-size-24px);
    line-height: var(--line-height-30px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-card .content-wrapper .content .title {
    font-size: 22px;
    line-height: var(--line-height-30px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-card .content-wrapper .content .title {
    font-size: var(--font-size-18px);
    line-height: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-card .content-wrapper .content .title {
    font-size: var(--font-size-24px);
    line-height: var(--line-height-30px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .portfolio-card .content-wrapper .content .title {
    font-size: var(--font-size-18px);
    line-height: 24px;
  }
}
.portfolio-card .content-wrapper .btn-wrapper {
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-card .content-wrapper .btn-wrapper a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  color: var(--black);
  background-color: transparent;
  border: 1px solid var(--orange-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-card .content-wrapper .btn-wrapper a i {
  font-size: 22px;
  line-height: normal;
  font-weight: 700;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-card .content-wrapper .btn-wrapper a i {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .portfolio-card .content-wrapper .btn-wrapper a i {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-card .content-wrapper .btn-wrapper a {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .portfolio-card .content-wrapper .btn-wrapper a {
    width: 45px;
    height: 45px;
  }
}
.portfolio-card .content-wrapper .btn-wrapper a:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
}

.portfolio-card.style-2:hover .image .content-wrapper .content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-card.style-2:hover .image .content-wrapper .btn-wrapper {
  right: 18px;
  top: 18px;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-card.style-2 .content-wrapper {
  padding: 12px;
}
.portfolio-card.style-2 .content-wrapper .content {
  padding: 18px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-card.style-2 .content-wrapper .content .title {
  font-size: 21px;
  line-height: 33px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-card.style-2 .content-wrapper .content .title {
    font-size: 20px;
    line-height: var(--line-height-30px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .portfolio-card.style-2 .content-wrapper .content .title {
    font-size: var(--font-size-18px);
    line-height: 24px;
  }
}
.portfolio-card.style-2 .content-wrapper .btn-wrapper {
  position: absolute;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-card.style-2 .content-wrapper .btn-wrapper a {
  background-color: var(--orange-color);
  border: none;
}
.portfolio-card.style-2 .content-wrapper .btn-wrapper a:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: var(--primary-color);
  color: var(--white);
}

.portfolio-slider-wrapper {
  position: relative;
}
.portfolio-slider-wrapper .slick-list {
  margin: 0 -12px;
}
.portfolio-slider-wrapper .slick-list .slick-slide {
  margin: 0 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-slider-wrapper .slick-list .slick-slide.slick-active {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-slider-wrapper button.portfolio-arrow-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 99;
  background-color: var(--white);
  border: 1px solid var(--orange-color);
  cursor: pointer;
  top: -90px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 991px) {
  .portfolio-slider-wrapper button.portfolio-arrow-btn {
    top: unset;
    bottom: -50px;
  }
}
.portfolio-slider-wrapper button.portfolio-arrow-btn.prev-btn {
  right: 40px;
}
@media (max-width: 991px) {
  .portfolio-slider-wrapper button.portfolio-arrow-btn.prev-btn {
    right: unset;
  }
}
@media (max-width: 767px) {
  .portfolio-slider-wrapper button.portfolio-arrow-btn.prev-btn {
    right: unset;
    left: 10px;
  }
}
.portfolio-slider-wrapper button.portfolio-arrow-btn.next-btn {
  right: 0;
}
@media (max-width: 991px) {
  .portfolio-slider-wrapper button.portfolio-arrow-btn.next-btn {
    right: unset;
    left: 50px;
  }
}
@media (max-width: 767px) {
  .portfolio-slider-wrapper button.portfolio-arrow-btn.next-btn {
    right: 30px;
    left: 50px;
  }
}
.portfolio-slider-wrapper button.portfolio-arrow-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--black);
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-slider-wrapper button.portfolio-arrow-btn:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.portfolio-slider-wrapper button.portfolio-arrow-btn:hover i {
  color: var(--white);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.switch-wrapper.rtl-switch {
  position: fixed;
  top: 270px;
  right: 0;
  z-index: 999;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 0;
  margin: 0;
}
.switch-wrapper.rtl-switch .switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 139px;
  border-radius: 8px;
}
.switch-wrapper.rtl-switch .switch.active {
  background-color: #abb2c1;
}
.switch-wrapper.rtl-switch .switch .ltr,
.switch-wrapper.rtl-switch .switch .rtl {
  position: relative;
  width: auto;
  height: auto;
  padding: 0 15px;
  border-radius: 8px;
  background-color: transparent;
  margin: 4px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-left: 6px;
}
.switch-wrapper.rtl-switch .switch .ltr.active,
.switch-wrapper.rtl-switch .switch .rtl.active {
  background-color: var(--white);
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rtl-btn-wrapper {
  position: fixed;
  top: 200px;
  right: 20px;
  z-index: 999;
}
.rtl-btn-wrapper #theme_toggle {
  width: 78px;
  height: 53px;
  border-radius: 50px;
  background-color: var(--orange-color);
  -webkit-box-shadow: 0px 12px 24px 0px rgba(2, 24, 93, 0.06);
  box-shadow: 0px 12px 24px 0px rgba(2, 24, 93, 0.06);
  font-size: var(--font-size-24px);
  color: var(--black);
  border: 2px solid var(--orange-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rtl-btn-wrapper #theme_toggle {
    width: 60px;
    height: 60px;
  }
}
.rtl-btn-wrapper #theme_toggle:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.portfolio-area.style-1 {
  padding-top: 120px;
  padding-bottom: 96px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area.style-1 {
    padding-top: 100px;
    padding-bottom: 76px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-area.style-1 {
    padding-top: 80px;
    padding-bottom: 56px;
  }
}
.portfolio-area.style-1 .shape {
  position: absolute;
  -webkit-animation: zoomInOut 3s infinite;
  animation: zoomInOut 3s infinite;
}
.portfolio-area.style-1 .shape.one {
  top: 370px;
  right: 120px;
}
@media (max-width: 1399px) {
  .portfolio-area.style-1 .portfolio-wrapper {
    padding-left: 0;
  }
}

.about-us-area.style-1 {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.style-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-us-area.style-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.about-us-area.style-1 .shape {
  position: absolute;
  -webkit-animation: zoomInOut 3s infinite;
  animation: zoomInOut 3s infinite;
}
.about-us-area.style-1 .shape.one {
  width: 60px;
  height: 60px;
  bottom: 50px;
  left: 180px;
}
.about-us-area.style-1 .about-info-card .about-info-content {
  padding-left: 96px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-us-area.style-1 .about-info-card .about-info-content {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-area.style-1 .about-info-card .about-info-content {
    padding-left: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.style-1 .about-info-card .about-info-content {
    padding-left: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-us-area.style-1 .about-info-card .about-info-content {
    padding-left: 12px;
  }
}
@media (max-width: 1199px) {
  .about-us-area.style-1 .about-info-card .about-info-content {
    padding-top: 60px;
  }
}

.counter-up-area.style-1 {
  margin-bottom: -120px;
}
.counter-up-area .counter-card-area {
  background-color: var(--primary-color);
  padding: 68px 80px;
  border-radius: 12px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-up-area .counter-card-area {
    padding: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-up-area .counter-card-area {
    padding: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .counter-up-area .counter-card-area {
    padding: 40px;
  }
}
.counter-up-area .counter-card-area .overlay {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.feature-area.style-1 {
  padding: 120px 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area.style-1 {
    padding-top: 80px;
    padding-bottom: 72px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-1 {
    padding-top: 60px;
    padding-bottom: 52px;
  }
}
.feature-area.style-1 .shape {
  position: absolute;
  -webkit-animation: zoomInOut 3s infinite;
  animation: zoomInOut 3s infinite;
}
.feature-area.style-1 .shape.one {
  top: 170px;
  left: 100px;
}
.feature-area.style-1 .shape.two {
  bottom: 85px;
  right: 160px;
}
.feature-area.style-1 .section-title {
  margin-bottom: 70px;
}

.service-area.style-1 {
  padding-top: 230px;
  padding-bottom: 96px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area.style-1 {
    padding-top: 220px;
    padding-bottom: 76px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-area.style-1 {
    padding-top: 200px;
    padding-bottom: 56px;
  }
}
.service-area.style-1 .shape {
  position: absolute;
  -webkit-animation: zoomInOut 3s infinite;
  animation: zoomInOut 3s infinite;
}
.service-area.style-1 .shape.one {
  bottom: -50px;
  left: 90px;
  -webkit-animation: MoveUpDown 2s linear infinite alternate;
  animation: MoveUpDown 2s linear infinite alternate;
}
.service-area.style-1 .shape.two {
  top: 360px;
  right: 100px;
}
.service-area.style-1 .section-title .sec-desc {
  color: #abb2c1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-area.style-1 .section-title br {
    display: none;
  }
}
.service-area.style-1 .section-title .sec-desc a {
  color: var(--white);
}
.service-area.style-1 .section-title .sec-desc a i {
  color: var(--white);
}
.faq-area.style-1 {
  margin-bottom: -120px;
}
.faq-area.style-1 .section-title {
  margin-bottom: 50px;
}
.faq-area.style-1 .section-title .title {
  font-size: 48px;
  line-height: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area.style-1 .section-title .title {
    font-size: 38px;
    line-height: var(--line-height-42px);
  }
}
.faq-area.style-1 .faq-wrapper {
  background-color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .faq-area.style-1 .faq-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.faq-area.style-1 .faq-wrapper .accordion-wrapper {
  padding: 66px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area.style-1 .faq-wrapper .accordion-wrapper {
    padding: 40px 30px;
  }
}
.faq-area.style-1 .faq-wrapper .image {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 1199px) {
  .faq-area.style-1 .faq-wrapper .image {
    width: 100%;
    height: 450px;
  }
}

.process-step-area {
  background-color: rgb(233, 245, 246);
  padding: 120px 0 96px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 991px) {
  .process-step-area {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .process-step-area {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

.why-choose-us-area {
  padding: 120px 0;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .why-choose-us-area {
    padding-top: 80px;
    padding-bottom: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-us-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.why-choose-us-area .shape {
  position: absolute;
  -webkit-animation: zoomInOut 3s infinite;
  animation: zoomInOut 3s infinite;
}
.why-choose-us-area .shape.one {
  right: 165px;
  top: 120px;
}
.why-choose-us-area .shape.two {
  left: 165px;
  bottom: 120px;
}
.why-choose-us-area .icon-card:hover .icon {
  -webkit-animation: bounce;
  animation: bounce;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.brand-slider-area {
  padding-top: 90px;
  padding-bottom: 110px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .brand-slider-area {
    padding-top: 45px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-slider-area {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.latest-posts-area.style-1 {
  padding-top: 243px;
  padding-bottom: 0;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-posts-area.style-1 {
    padding-top: 196px;
  }
}
.latest-posts-area.style-1 .shape {
  position: absolute;
  -webkit-animation: zoomInOut 3s infinite;
  animation: zoomInOut 3s infinite;
}
.latest-posts-area.style-1 .shape.one {
  width: 20px;
  height: 20px;
  top: 390px;
  right: 160px;
}
.latest-posts-area.style-1 .section-title {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .latest-posts-area.style-1 .section-title {
    margin-bottom: 50px;
  }
}

.testimonial-slider-area.style-1 {
  padding-top: 230px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-1 {
    padding-top: 192px;
  }
}
.testimonial-slider-area.style-1 .shape {
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.testimonial-slider-area.style-1 .shape.one {
  top: 7%;
  right: 15%;
  -webkit-animation: MoveLeftRight 2s linear infinite alternate;
  animation: MoveLeftRight 2s linear infinite alternate;
}
.testimonial-slider-area .testimonial-slider-wrapper {
  margin-top: 0;
  margin-bottom: -150px;
}
.testimonial-slider-area .testimonial-slider-wrapper .slick-arrow {
  display: none !important;
}
.testimonial-slider-area .slider-arrow-btn-wrapper a {
  width: 77px;
  height: 52px;
}

.pricing-area.style-1 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-area.style-1 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pricing-area.style-1 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.about-us-area.style-2 {
  padding-top: 120px;
  padding-bottom: 130px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.style-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-us-area.style-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.about-us-area.style-2 .shape {
  position: absolute;
  -webkit-animation: zoomInOut 3s infinite;
  animation: zoomInOut 3s infinite;
}
.about-us-area.style-2 .shape.one {
  top: 170px;
  left: 300px;
}
.about-us-area.style-2 .shape.two {
  top: 85px;
  right: 70px;
  -webkit-animation: MoveUpDown 2s linear infinite alternate;
  animation: MoveUpDown 2s linear infinite alternate;
}
.about-us-area.style-2 .shape.three {
  bottom: 20px;
  left: 110px;
  -webkit-animation: MoveLeftRight 2s linear infinite alternate;
  animation: MoveLeftRight 2s linear infinite alternate;
}
.about-us-area.style-2 .about-info-card .about-info-content {
  padding-left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-us-area.style-2 .about-info-card .about-info-content {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .about-us-area.style-2 .about-info-card .about-info-content {
    padding-left: 0;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 651px) and (max-width: 767px) {
  .about-us-area.style-2 .about-info-card .about-info-content {
    padding-top: 40px;
  }
}
@media (max-width: 651px) {
  .about-us-area.style-2 .about-info-card .about-info-content {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .about-us-area.style-2 .about-info-card .about-info-content .text {
    padding-right: 120px;
  }
}

.feature-area.style-2 .feature-area-wrapper {
  padding: 80px 93px;
  border-radius: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-area.style-2 .feature-area-wrapper {
    padding: 70px 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .feature-area.style-2 .feature-area-wrapper {
    padding: 70px 50px;
  }
}
@media (max-width: 991px) {
  .feature-area.style-2 .feature-area-wrapper {
    padding: 80px 40px 20px 40px;
  }
}

.progress-area {
  margin-bottom: -76px;
  z-index: 10;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-area {
    margin-bottom: 0;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .progress-area {
    margin-bottom: 0;
  }
}

.feature-area.style-3 {
  padding-top: 196px;
  padding-bottom: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-3 {
    padding: 80px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area.style-3 {
    padding: 100px 0;
  }
}
.feature-area.style-3 .info-card.style-3 {
  margin-bottom: 50px;
}
.feature-area.style-3 .info-card.style-3:last-child {
  margin-bottom: 0;
}

.skill-progressbar-area {
  padding-top: 434px;
  padding-bottom: 120px;
  background-color: var(--light-blue-color);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -314px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .skill-progressbar-area {
    padding-top: 394px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skill-progressbar-area {
    padding-top: 414px;
    padding-bottom: 100px;
  }
}

.portfolio-filter-area {
  padding-top: 120px;
  padding-bottom: 270px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-filter-area {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-filter-area {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
.portfolio-filter-area .shape {
  position: absolute;
  -webkit-animation: zoomInOut 3s infinite;
  animation: zoomInOut 3s infinite;
}
.portfolio-filter-area .shape.one {
  top: 55px;
  left: 70px;
}
.portfolio-filter-area .shape.two {
  top: 290px;
  right: 120px;
  -webkit-animation: MoveUpDown 2s linear infinite alternate;
  animation: MoveUpDown 2s linear infinite alternate;
}
.portfolio-filter-area .shape.three {
  bottom: 340px;
  left: 90px;
  -webkit-animation: MoveLeftRight 2s linear infinite alternate;
  animation: MoveLeftRight 2s linear infinite alternate;
}
.portfolio-filter-area .shape.four {
  bottom: 225px;
  right: 160px;
}
.portfolio-filter-area .section-title.two-column {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .portfolio-filter-area .section-title.two-column {
    margin-bottom: 30px;
  }
}

.counter-up-area.style-2 {
  position: relative;
  background-color: #0c2c36;
  padding-top: 1px;
  padding-bottom: 470px;
}
@media (max-width: 991px) {
  .counter-up-area.style-2 {
    padding-top: 100px;
    padding-bottom: 410px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-up-area.style-2 {
    padding-bottom: 430px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter-up-area.style-2 {
    padding-bottom: 455px;
  }
}
.counter-up-area.style-2 .counter-up-area-inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 12px;
  overflow: hidden;
  margin-top: -180px;
}
@media (max-width: 991px) {
  .counter-up-area.style-2 .counter-up-area-inner {
    margin-top: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-up-area.style-2 {
    padding-top: 80px;
    padding-bottom: 410px;
  }
}
.counter-up-area.style-2 .overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.counter-up-area.style-2 .counter-item-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
}
.counter-up-area.style-2 .counter-item-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2ba271;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-up-area.style-2 .counter-item-wrapper {
    height: 100%;
  }
}
.counter-up-area.style-2 .counter-item-wrapper .counter-card:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .counter-up-area.style-2 .counter-card.style-2 {
    margin-bottom: 0;
  }
}

.why-choose-us-area.style-2 {
  padding-top: 120px;
  padding-bottom: 92px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .why-choose-us-area.style-2 {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-us-area.style-2 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.why-choose-us-area.style-2 .shape {
  position: absolute;
}
.why-choose-us-area.style-2 .shape.one {
  top: 290px;
  left: 80px;
  -webkit-animation: MoveUpDown 2s linear infinite alternate;
  animation: MoveUpDown 2s linear infinite alternate;
}
.why-choose-us-area.style-2 .shape.two {
  top: -55px;
  right: 55px;
  left: unset;
  -webkit-animation: MoveLeftRight 2s linear infinite alternate;
  animation: MoveLeftRight 2s linear infinite alternate;
}
.why-choose-us-area.style-2 .shape.three {
  bottom: 15px;
  right: 175px;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .why-choose-us-area.style-2 .section-title {
    text-align: center;
  }
}

.why-choose-us-image {
  border-radius: 12px;
  overflow: hidden;
}
.why-choose-us-image img {
  border-radius: 12px;
}

.testimonial-slider-area.style-2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #0d1c39;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.testimonial-slider-area.style-2 .image-2 {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1399px) {
  .testimonial-slider-area.style-2 .image-2 {
    display: none;
  }
}
.testimonial-slider-area.style-2 .image-2 img {
  margin-left: 351px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-area.style-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.faq-area.style-2 {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area.style-2 {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area.style-2 {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-area.style-2 {
    padding: 0;
  }
}
.faq-area.style-2 .faq-image {
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-area.style-2 .faq-image {
    width: 44%;
  }
}
@media (max-width: 991px) {
  .faq-area.style-2 .faq-image {
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  .faq-area.style-2 .faq-image {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
}
.faq-area.style-2 .faq-image img {
  height: 100%;
  border-radius: 12px;
}
@media (max-width: 1399px) {
  .faq-area.style-2 .faq-image img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.faq-area.style-2 .faq-image .faq-image-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 28px 48px;
  background-color: var(--primary-color);
  position: absolute;
  right: -48px;
  bottom: 90px;
  border-radius: 8px;
  -webkit-animation: MoveLeftRight 2s linear infinite alternate;
  animation: MoveLeftRight 2s linear infinite alternate;
}
@media (max-width: 1199px) {
  .faq-area.style-2 .faq-image .faq-image-card {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .faq-area.style-2 .faq-image .faq-image-card {
    padding: 20px;
  }
}
.faq-area.style-2 .faq-image .faq-image-card .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--black);
  background-color: var(--orange-color);
}
.faq-area.style-2 .faq-image .faq-image-card .content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.faq-area.style-2 .faq-image .faq-image-card .content span {
  display: inline-block;
  width: 100%;
  color: var(--white);
}
.faq-area.style-2 .faq-image .faq-image-card .content .text {
  font-family: var(--heading-font);
  font-size: 21px;
  font-weight: 500;
  color: var(--white);
}
.faq-area.style-2 .faq-image .faq-image-card .content .text a {
  color: var(--white);
}

.team-area {
  padding: 120px 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-area {
    padding: 80px 0;
  }
}
.team-area .shape {
  position: absolute;
}
.team-area .shape.one {
  top: 0;
  right: 100px;
  -webkit-animation: zoomInOut 4s linear infinite alternate;
  animation: zoomInOut 4s linear infinite alternate;
}
.team-area .shape.two {
  bottom: 190px;
  left: 110px;
  -webkit-animation: zoomInOut 3s linear infinite alternate;
  animation: zoomInOut 3s linear infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-area .section-title .sec-desc {
    width: 470px;
  }
}

.latest-posts-area.style-2 {
  padding-bottom: 96px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-posts-area.style-2 {
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-posts-area.style-2 {
    padding-bottom: 76px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .latest-posts-area.style-2 .section-title .sec-desc br {
    display: none;
  }
}
.latest-posts-area.style-2 .shape {
  position: absolute;
}
.latest-posts-area.style-2 .shape.one {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  top: 50%;
  left: 90px;
  -webkit-animation: MoveUpDown 2s linear infinite alternate;
  animation: MoveUpDown 2s linear infinite alternate;
}
.latest-posts-area.style-2 .shape.two {
  top: 200px;
  right: 160px;
  -webkit-animation: zoomInOut 3s linear infinite alternate;
  animation: zoomInOut 3s linear infinite alternate;
}
.latest-posts-area.style-2 .shape.three {
  bottom: -30px;
  right: 90px;
  -webkit-animation: MoveUpDown 2s linear infinite alternate;
  animation: MoveUpDown 2s linear infinite alternate;
}

.map-area {
  margin-bottom: -120px;
  position: relative;
  z-index: 9;
}
.map-area .map-card iframe {
  width: 100%;
  height: 390px;
  border-radius: 12px;
}

.service-slider-area.style-2 {
  position: relative;
  margin-top: -350px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-slider-area.style-2 {
    margin-top: -330px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-slider-area.style-2 {
    margin-top: -290px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-slider-area.style-2 {
    margin-top: -310px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-slider-area.style-2 {
    margin-top: -352px;
  }
}
.service-slider-area.style-2 .section-title .sec-desc {
  color: #b3d0da;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-slider-area.style-2 .section-title .sec-desc {
    width: 470px;
  }
}
.service-slider-area.style-2 .service-tab-wrapper .nav-tab {
  margin-bottom: 70px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-slider-area.style-2 .service-tab-wrapper .nav-tab {
    margin-bottom: 30px;
  }
}

.about-page-about-us-area {
  padding-top: 140px;
  padding-bottom: 154px;
}
@media (max-width: 991px) {
  .about-page-about-us-area {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .about-page-about-us-area {
    padding: 70px 0;
  }
}
.about-page-about-us-area .about-info-card .about-info-content {
  padding-left: 120px;
}
@media (max-width: 1199px) {
  .about-page-about-us-area .about-info-card .about-info-content {
    padding-left: 0;
    padding-top: 330px;
  }
}
@media (max-width: 767px) {
  .about-page-about-us-area .about-info-card .about-info-content {
    padding-top: 150px;
  }
}
@media (max-width: 650px) {
  .about-page-about-us-area .about-info-card .about-info-content {
    padding-top: 110px;
  }
}

.timeline-area.about-page {
  padding-top: 120px !important;
}

.faq-area.style-3 {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area.style-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area.style-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.faq-area.style-3 .section-title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-area.style-3 .section-title .title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-area.style-3 .section-title .title br {
    display: none;
  }
}
.faq-area.style-3 .section-title .desc {
  margin: 40px 0 0;
}

.testimonial-slider-area.style-3 {
  padding-top: 120px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-area.style-3 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-3 {
    padding-top: 80px;
  }
}
.testimonial-slider-area.style-3 .testimonial-slider-wrapper {
  margin-top: 0;
  margin-bottom: -150px;
}
.testimonial-slider-area.style-3 .slider-nav-prev-btn,
.testimonial-slider-area.style-3 .slider-nav-next-btn {
  width: 77px;
  height: 52px;
  border-radius: 50px;
  background-color: transparent;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(2, 24, 93, 0.06);
  box-shadow: 0px 12px 24px 0px rgba(2, 24, 93, 0.06);
  font-size: var(--font-size-24px);
  color: var(--white);
  border: 2px solid var(--orange-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  right: 25px;
  top: -125px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-3 .slider-nav-prev-btn,
  .testimonial-slider-area.style-3 .slider-nav-next-btn {
    width: 60px;
    height: 60px;
  }
}
.testimonial-slider-area.style-3 .slider-nav-prev-btn:hover,
.testimonial-slider-area.style-3 .slider-nav-next-btn:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.testimonial-slider-area.style-3 .slider-nav-prev-btn {
  right: 125px;
}

.brand-slider-area.style-3 {
  padding: 235px 0 110px;
}
@media (max-width: 991px) {
  .brand-slider-area.style-3 {
    padding: 220px 0 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .brand-slider-area.style-3 {
    padding: 200px 0 80px;
  }
}

.contact-form-area {
  padding: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-form-area {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-area {
    padding: 100px 0;
  }
}
.contact-form-area .contact-info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.contact-form-area .comment-respond {
  padding: 0;
  margin-top: -15px;
  border: 0;
}
@media (max-width: 991px) {
  .contact-form-area .comment-respond {
    margin-top: 50px;
  }
}
.contact-form-area .comment-respond .post-comments-title h2 {
  font-size: 48px;
  line-height: initial;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-form-area .comment-respond .post-comments-title h2 {
    font-size: var(--font-size-28px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-area .comment-respond .post-comments-title h2 {
    font-size: 32px;
  }
}

.contact-map-area {
  padding-bottom: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-map-area {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-map-area {
    padding-bottom: 100px;
  }
}
.contact-map-area .map-widget {
  margin-bottom: -10px;
}
.contact-map-area .map-widget iframe {
  width: 100%;
  height: 470px;
  border-radius: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-map-area .map-widget iframe {
    height: 350px;
  }
}

.service-area.style-2 {
  padding-top: 120px;
  padding-bottom: 96px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-area.style-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area.style-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.service-page-process-step-area {
  background-color: rgb(233, 245, 246);
  padding-top: 120px;
  padding-bottom: 96px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-page-process-step-area {
    padding-top: 80px;
    padding-bottom: 76px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-page-process-step-area {
    padding-top: 100px;
    padding-bottom: 96px;
  }
}

.feature-area .feature-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-radius: 0 12px 12px 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-area .feature-bg {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .feature-area .feature-bg {
    position: relative;
    width: 100%;
    border-radius: 12px;
    margin: 0 auto 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area .feature-bg {
    width: 696px;
    height: 500px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area .feature-bg {
    width: 516px;
    height: 420px;
    margin: 0 auto 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .feature-area .feature-bg {
    padding: 0 12px;
    width: 100%;
  }
}
.feature-area .feature-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .feature-area .feature-bg img {
    position: relative;
    border-radius: 12px;
  }
}
.feature-area .feature-content-wrapper .section-title {
  margin-bottom: 26px;
}
.feature-area .feature-content-wrapper .section-title .title {
  margin-bottom: 17px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .feature-area .feature-content-wrapper .section-title .title {
    font-size: 48px;
    line-height: 60px;
  }
}
.feature-area .feature-content-wrapper .section-title .sec-desc {
  font-size: var(--font-size-18px);
}
.feature-area .feature-content-wrapper .list-item {
  margin-bottom: 0;
}
.feature-area .feature-content-wrapper .list-item ul {
  margin-bottom: 0;
}

.service-details-wrapper {
  padding-top: 120px;
  padding-bottom: 105px;
}
@media (max-width: 991px) {
  .service-details-wrapper {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .service-details-wrapper {
    padding: 70px 0;
  }
}
.service-details-wrapper .details-main {
  padding-left: 25px;
}
@media (max-width: 1199px) {
  .service-details-wrapper .details-main {
    padding-left: 0;
  }
}
.service-details-wrapper .details-main .title {
  margin-bottom: 30px;
}
.service-details-wrapper .details-main img {
  border-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-wrapper .details-main .icon-card {
    gap: 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .service-details-wrapper .details-main .icon-card .title {
    line-height: var(--line-height-30px);
  }
}
.service-details-wrapper .details-main .accordion-list-item {
  margin-bottom: 0;
}
.service-details-wrapper .details-main .list-item {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .service-details-wrapper .details-main .row.mt-55 {
    margin-top: 10px;
  }
}
.service-details-wrapper .details-main .mt-30 {
  margin-top: 0;
}
.service-details-wrapper .details-main .service-feature-img {
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .service-details-wrapper .details-main .service-feature-img {
    margin-bottom: 30px;
  }
}
.service-details-wrapper .faq-title {
  font-size: var(--font-size-30px);
}
.service-details-wrapper .list-section.style-2 .list-item {
  padding-left: 0;
}
.service-details-wrapper .list-section .list-item {
  padding-left: 30px;
}
@media (max-width: 1399px) {
  .service-details-wrapper .list-section .list-item {
    padding-left: 0;
  }
}
.service-details-wrapper .image-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .service-details-wrapper .image-wrapper img {
    width: 100%;
  }
}

.team-page-area {
  padding-top: 59px;
  padding-bottom: 181px;
}
@media (max-width: 991px) {
  .team-page-area {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .team-page-area {
    padding-top: 40px;
    padding-bottom: 55px;
  }
}

.team-space {
  margin-bottom: 24px;
}

.team-details-area {
  padding-top: 130px;
  padding-bottom: 120px;
  padding-left: 210px;
  padding-right: 210px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-details-area {
    padding: 140px 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-details-area {
    padding: 120px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details-area {
    padding: 80px 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-details-area {
    padding: 80px 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .team-details-area {
    padding: 80px 0;
  }
}
.team-details-area .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .team-details-area .image-wrapper {
    height: 600px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-details-area .image-wrapper {
    height: 500px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .team-details-area .image-wrapper {
    height: 400px;
  }
}
.team-details-area .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team-details-area .team-details-wrapper p {
  margin-top: 24px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-details-area .team-details-wrapper p {
    font-size: 16px;
    margin-top: 10;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .team-details-area .team-details-wrapper p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.team-details-area .team-details-wrapper .main-title {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
}
.team-details-area .team-details-wrapper .sub-title {
  font-family: var(--body-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-30px);
  margin-bottom: 20px;
}
.team-details-area .team-details-wrapper .content {
  color: var(--text-color);
  margin-bottom: 30px;
}
.team-details-area .team-details-wrapper .sort-title {
  margin-bottom: 20px;
}
.team-details-area .team-details-wrapper .skill-wrapper {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-details-area .team-details-wrapper .skill-wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .team-details-area .team-details-wrapper .skill-wrapper {
    margin-bottom: 30px;
  }
}
.team-details-area .team-details-wrapper .skill-progress-card {
  display: block;
}
.team-details-area .team-details-wrapper .skill-progress-card .skill-progressbar {
  margin-bottom: 20px;
}
.team-details-area .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: 28px;
}
.team-details-area .social-share a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-details-area .social-share a:hover {
  background-color: var(--black);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.blog-grid-area {
  padding-top: 140px;
  padding-bottom: 144px;
}
@media (max-width: 991px) {
  .blog-grid-area {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .blog-grid-area {
    padding: 70px 0;
  }
}

.blog-load-btn {
  padding: 20px 35px;
  background: var(--orange-color);
  color: var(--white);
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .blog-load-btn {
    margin-top: 0;
  }
}
.blog-load-btn:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.footer .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer .footer-bg .footer-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer .footer-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.footer .footer-sec {
  padding-top: 90px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .footer-sec {
    padding-top: 80px;
  }
}
.footer .widget,
.footer .service-widget {
  padding: 0;
  background-color: transparent;
}
.footer .widget .wp-block-heading,
.footer .service-widget .wp-block-heading {
  color: var(--white);
}
.footer .widget .wp-block-heading:before,
.footer .service-widget .wp-block-heading:before {
  display: none;
}
.footer .widget ul li,
.footer .service-widget ul li {
  border: none;
  color: #abb2c1;
}
.footer .widget ul li a,
.footer .service-widget ul li a {
  color: #abb2c1;
}
.footer .widget select,
.footer .service-widget select {
  background: transparent;
  border: 1px solid #abb2c1;
  color: #abb2c1;
}
.footer .widget .wp-block-search label,
.footer .service-widget .wp-block-search label {
  color: var(--white);
}
.footer .widget .wp-block-tag-cloud a,
.footer .service-widget .wp-block-tag-cloud a {
  color: #abb2c1;
}
.footer .widget .wp-block-archives-dropdown label,
.footer .service-widget .wp-block-archives-dropdown label {
  color: #abb2c1;
}
.footer .widget table td, .footer .widget table th,
.footer .service-widget table td,
.footer .service-widget table th {
  color: #abb2c1;
}
.footer .widget table caption,
.footer .service-widget table caption {
  color: #abb2c1;
}
.footer .widget .wp-block-latest-comments li a,
.footer .service-widget .wp-block-latest-comments li a {
  color: var(--white);
}
.footer .widget .tagcloud a,
.footer .service-widget .tagcloud a {
  color: #abb2c1;
}
.footer .widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.footer .service-widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  color: #abb2c1;
}
.footer .widget .widget_rss ul li a.rsswidget,
.footer .service-widget .widget_rss ul li a.rsswidget {
  color: var(--white);
}
.footer .widget .textwidget p,
.footer .service-widget .textwidget p {
  color: #abb2c1;
}
.footer .widget .textwidget p > strong,
.footer .service-widget .textwidget p > strong {
  color: var(--white);
}
.footer .widget .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p,
.footer .service-widget .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p {
  color: #abb2c1;
}
.footer .widget nav.wp-calendar-nav a,
.footer .service-widget nav.wp-calendar-nav a {
  color: #abb2c1;
}
.footer .widget-menu-wrapper {
  padding: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .widget-menu-wrapper {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .widget-menu-wrapper {
    padding-left: 0;
  }
}

.footer-widget-title {
  font-family: var(--heading-font);
  font-size: 21px;
  line-height: 26px;
  color: var(--white);
  position: relative;
  margin-bottom: 26px;
  font-weight: 500;
}

.footer-widget {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .footer-widget {
    margin-bottom: 50px;
  }
}
.footer-widget ul {
  padding-left: 0;
}
.footer-widget.widget_boomdevs-latest-posts-footer {
  margin-top: -5px;
}
@media (max-width: 767px) {
  .footer-widget.zoom-instagram-widget {
    margin-bottom: 0;
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .footer-widget.widget_boomdevs_contact_info_widget {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .footer-widget .widget-instagram-feed {
    width: 170px;
  }
}
.footer-widget .footer-logo {
  margin-bottom: 30px;
  display: inline-block;
}
.footer-widget p {
  color: #abb2c1;
}
.footer-widget .subscribe-form-wrapper p {
  margin-bottom: 35px;
}
.footer-widget .footer-widget-info {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .footer-widget .footer-widget-info {
    padding-right: 0;
  }
}
.footer-widget .footer-widget-info p {
  color: #abb2c1;
  margin-bottom: 30px;
}
.footer-widget .footer-widget-info .info-form-and-social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
.footer-widget .footer-widget-info .info-form-and-social-icon .subscribe-form-widget {
  border-radius: 6px;
}
.footer-widget .footer-widget-info .info-form-and-social-icon .subscribe-form-widget .single-field input {
  height: 60px;
}
.footer-widget .footer-widget-info .info-form-and-social-icon .social-profile {
  margin-top: 0;
}
.footer-widget .footer-widget-info .social-profile {
  gap: 20px;
  margin-top: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-widget .footer-widget-info .info-form-and-social-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 30px;
  }
}
.footer-widget.widget_nav_menu ul {
  margin-top: -5px;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget.widget_nav_menu li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}
.footer-widget.widget_nav_menu li:last-child {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-widget.widget_nav_menu li a {
  color: #abb2c1;
  text-transform: capitalize;
  font-size: var(--font-size-18px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.footer-widget.widget_nav_menu li a:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: var(--primary-color);
}
.footer-widget .footer-widget-contact p {
  color: #abb2c1;
}
.footer-widget .footer-widget-contact .footer-contact ul {
  list-style: none;
}
.footer-widget .footer-widget-contact .footer-contact ul li {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 24px;
  gap: 20px;
}
.footer-widget .footer-widget-contact .footer-contact ul li:first-child {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-widget .footer-widget-contact .footer-contact ul li:first-child .contact-icon {
  margin-top: 5px;
}
.footer-widget .footer-widget-contact .footer-contact ul li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-icon {
  color: var(--white);
  border-radius: 50px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text {
  color: #abb2c1;
  font-size: var(--font-size-18px);
  line-height: 24px;
  overflow: hidden;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text a:hover span {
  color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text span,
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text p,
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text a {
  color: #abb2c1;
  font-size: var(--font-size-18px);
  line-height: 24px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-widget .widget_latest_post ul li .latest-post-thumb {
  width: 60px;
  height: 60px;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 22px;
  color: var(--white);
  font-weight: 500;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title a {
  font-size: 16px;
  line-height: 22px;
  color: var(--white);
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title a:hover {
  color: var(--primary-color);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-meta {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  gap: 8px;
  color: #abb2c1;
}

.footer-bottom-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer-bottom-menu ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-bottom-menu ul {
    gap: 12px;
  }
}
.footer-bottom-menu ul li a {
  font-size: var(--font-size-18px);
  text-transform: capitalize;
  color: #abb2c1;
  font-family: var(--body-font);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-bottom-menu ul li a:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: var(--primary-color);
}

.footer-bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 40px;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.footer-bottom-wrapper .footer-widget {
  margin-bottom: 0;
}

.footer-bottom-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 40px;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom-area {
  padding: 57px 0;
}
@media (max-width: 991px) {
  .footer-bottom-area {
    padding: 30px 0;
  }
}
.footer-bottom-area .copyright-text p {
  color: #abb2c1;
  margin-bottom: 0;
  font-family: var(--body-font);
  font-size: var(--font-size-18px);
}
.footer-bottom-area .copyright-text p a {
  color: #abb2c1;
  font-weight: 400;
  font-family: var(--body-font);
  font-size: var(--font-size-18px);
}
.footer-bottom-area .copyright-text p a:hover {
  color: var(--primary-color);
}
.footer-bottom-area .credit-text p {
  color: #abb2c1;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  font-family: var(--body-font);
}
.footer-bottom-area .credit-text a {
  color: var(--primary-color);
  font-family: var(--body-font);
}
.footer-bottom-area .social-profile {
  gap: 25px;
}

.subscribe-form-area {
  position: relative;
  z-index: 99;
  margin-bottom: -136px;
}

.subscribe-area {
  background-color: var(--orange-color);
  border-radius: 18px;
  padding: 64px 90px 64px 70px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-area {
    padding: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-area {
    padding: 40px;
  }
}
.subscribe-area .triangle-shape {
  width: 280px;
  height: 280px;
  background-color: var(--primary-color);
  border-radius: 28px;
  position: absolute;
  right: -32px;
  bottom: -80px;
  -webkit-transform: rotate(39deg);
  transform: rotate(39deg);
  z-index: -1;
}
.subscribe-area .shape-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.subscribe-area .shape-bg img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.subscribe-area .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.subscribe-area .content-wrapper .short-title {
  font-size: 21px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 0;
}
.subscribe-area .content-wrapper .subscribe-title {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 60px;
}
@media (max-width: 375px) {
  .subscribe-area .content-wrapper .subscribe-title {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-area .content-wrapper .subscribe-title {
    font-size: 40px;
    line-height: var(--line-height-42px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-area .content-wrapper .subscribe-title {
    font-size: 36px;
    line-height: var(--line-height-42px);
  }
}
.subscribe-area .content-wrapper .text {
  font-size: 22px;
  color: var(--white);
  margin-bottom: 0;
  margin-top: 12px;
}
.subscribe-area .subscribe-inner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-area .subscribe-inner-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.subscribe-area .subscribe-inner-area .subscribe-form-wrapper {
  margin-top: -12px;
}
.subscribe-area .subscribe-inner-area .content-wrapper,
.subscribe-area .subscribe-inner-area .subscribe-form-wrapper {
  width: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-area .subscribe-inner-area .content-wrapper,
  .subscribe-area .subscribe-inner-area .subscribe-form-wrapper {
    width: 100%;
  }
}

.subscribe-form-widget {
  position: relative;
}
.subscribe-form-widget .mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--white);
  border-radius: 6px;
  overflow: hidden;
}
.subscribe-form-widget .single-field {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.subscribe-form-widget .single-field input {
  color: #778196;
  height: 60px;
  padding: 0 30px;
  font-size: var(--font-size-18px);
  border-radius: 6px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe-form-widget .single-field input {
    padding-right: 0;
  }
}
.subscribe-form-widget .single-field *::-webkit-input-placeholder {
  color: #778196;
}
.subscribe-form-widget .single-field *::-moz-placeholder {
  color: #778196;
  opacity: 1;
}
.subscribe-form-widget .single-field *:-ms-input-placeholder {
  color: #778196;
}
.subscribe-form-widget .single-field *::-ms-input-placeholder {
  color: #778196;
}
.subscribe-form-widget .single-field *::placeholder {
  color: #778196;
}
.subscribe-form-widget .submit-btn {
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
  padding: 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
  font-size: var(--font-size-18px);
  font-weight: 500;
}
.subscribe-form-widget .mc4wp-response {
  position: relative;
  top: 15px;
}
.subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-error p, .subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-success p, .subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-notice p {
  color: #fff;
  position: relative;
}

.social-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.social-profile a {
  color: var(--white);
  font-size: var(--font-size-24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.social-profile a:hover {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: var(--primary-color);
}

.map-wodget iframe {
  width: 100%;
  height: 320px;
  border-radius: 12px;
}

.footer-cta-area .footer-cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 190px;
  padding-bottom: 75px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2352941176);
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-cta-area .footer-cta-wrapper {
    padding-bottom: 80px;
  }
}
.footer-cta-area .footer-cta-wrapper .content-wrapper .title {
  color: var(--white);
  font-size: 48px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-cta-area .footer-cta-wrapper .content-wrapper .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-cta-area .footer-cta-wrapper .content-wrapper .title {
    font-size: 38px;
  }
}
.footer-cta-area .footer-cta-wrapper .content-wrapper .sub-title {
  color: #abb2c1;
  font-size: 21px;
}
.footer-cta-area .footer-cta-wrapper .phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-cta-area .footer-cta-wrapper .phone-number .icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--white);
  background-color: var(--primary-color);
  font-size: var(--font-size-24px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-cta-area .footer-cta-wrapper .phone-number .icon:hover {
  background-color: var(--orange-color);
  color: var(--black);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-cta-area .footer-cta-wrapper .phone-number .content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-cta-area .footer-cta-wrapper .phone-number .content span {
  display: inline-block;
  width: 100%;
  font-size: var(--font-size-18px);
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--primary-color);
}
.footer-cta-area .footer-cta-wrapper .phone-number .content .text {
  font-family: var(--heading-font);
  font-size: 36px;
  font-weight: 500;
  color: var(--white);
}
@media (max-width: 1199px) {
  .footer-cta-area .footer-cta-wrapper .phone-number .content .text {
    font-size: var(--font-size-24px);
  }
}
.footer-cta-area .footer-cta-wrapper .phone-number .content .text a {
  color: var(--white);
}

.footer.style-three .footer-sec {
  padding-top: 130px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer.style-three .footer-sec {
    padding-top: 70px;
  }
}
.footer.style-three .footer-sec .footer-widget.widget_nav_menu ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 26px;
  -moz-column-gap: 26px;
  column-gap: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .footer.style-three .footer-sec .footer-widget .footer-widget-info {
    padding-right: 305px !important;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
  .footer.style-three .footer-sec .footer-widget .footer-widget-info {
    padding-right: 500px !important;
    margin-bottom: 50px;
  }
}

.progress-area .circle-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-area .circle-card {
    gap: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .progress-area .circle-card {
    gap: 20px;
  }
}
.progress-area .circle-card .content p {
  color: var(--white);
  margin-bottom: 0;
  font-size: 21px;
  font-family: var(--heading-font);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-area .circle-card .content p {
    font-size: var(--font-size-18px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .progress-area .circle-card .content p {
    font-size: var(--font-size-18px);
  }
}
@media (max-width: 1399px) {
  .progress-area .circle-card .content p br {
    display: none;
  }
}
.progress-area .circle-card .circle_percent {
  margin: 0;
  font-size: 96px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.progress-area .circle-card .circle_percent .percent_text {
  font-size: var(--font-size-24px);
  font-family: var(--heading-font);
  color: var(--white);
}
.progress-area .circle-card .circle_inbox {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: #205666;
}
.progress-area .circle-card .round_per {
  background-color: var(--primary-color);
}
.progress-area .circle-card .percent_more:after {
  background-color: var(--primary-color);
}
.progress-area .progress-area-inner {
  background-color: #205666;
  border-radius: 12px;
  padding: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-area .progress-area-inner {
    padding: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  .progress-area .progress-area-inner {
    padding: 40px;
  }
}

/**
 Custom CSS
 */
.blog-area .widget {
  background-color: #e9f5f6;
  padding: 36px;
  border-radius: 8px;
  margin-bottom: 48px;
}


/**
 Breadcrumb CSS
 */

.breadcrumb-list,
.breadcrumb-list span {
  color:#fff;
}

.breadcrumb-list .current-item {
  color: var(--orange-color);
}