/**
 * Stylesheet:  style.css
 * Theme:       Allicater | Catering App & Marketplace
 * Version:     2.0
 * Author:     	Allicater
 * 
 */
/* 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. Project Details 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 */
.g-6 {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .g-6 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .g-6 {
    --bs-gutter-x: 34px;
    --bs-gutter-y: 34px;
  }
}

.custom-container {
  margin: 0 44px;
  max-width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .custom-container {
    margin: 0 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-container {
    margin: 0 auto;
  }
}

.swip {
  height: 28px;
  overflow: hidden;
}
.swip .title-wrapper {
  transition: all 0.5s ease-out;
}
.swip .title-1 {
  transform-origin: right center;
  transform: rotate(0deg);
  display: block;
}
.swip .title-2 {
  transform-origin: left center;
  transform: rotate(0deg);
  display: block;
}

* {
  margin: 0;
  border: 0;
  outline: none;
}

html,
body {
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: #47494f;
  vertical-align: baseline;
  line-height: 30px;
  font-smoothing: antialiased;
}

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

.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  padding: 20px;
  z-index: 1000;
}

.cookie-consent-banner a {
  color: #ffd700;
}

#cookieConsentBanner {
  display: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: "DM Sans", sans-serif;
  color: #161616;
  font-style: normal;
  transition: all 0.5s ease-out;
}

h1 {
  font-size: 67px;
  line-height: 74px;
  font-weight: 500;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 46px;
    line-height: 60px;
  }
}

h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  h2 {
    font-size: 38px;
    line-height: 50px;
  }
}

h3 {
  font-size: 38px;
  line-height: 46px;
  font-weight: 500;
}

h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}

h5 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

label {
  color: #47494f;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

button {
  cursor: pointer;
  transition: all 0.5s ease-out;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a,
.button {
  text-decoration: none;
  transition: all 0.5s ease-out;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus {
  color: #161616;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

a,
button {
  color: #FFCC7E;
  outline: medium none;
  transition: all 0.5s ease-out;
}
a:hover,
button:hover {
  color: #161616;
  transition: all 0.5s ease-out;
}

.blue-stuff {
  background-color: #d7ffde!important;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #FFCC7E;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #FFCC7E;
  text-shadow: none;
  color: #fff;
}

textarea:focus,
input:focus {
  outline: none;
}

.background-black {
  background-color: rgb(57, 61, 72);
}

.bg-light-black {
  background-color: rgb(49, 55, 63);
}

.background-blue {
  background-color: #0066D9;
}

.bg-dark-blue {
  background-color: rgb(14, 49, 81);
}

.background-light-blue {
  background-color: #FFCC7E;
}

.background-skye {
  background-color: lightblue;
}

.background-gray {
  background-color: #eef5f8;
}

.background-light-gray {
  background-color: #f3f7fc;
}

.page-bg {
  background-color: #161616;
}

.page-area {
  padding-top: 136px;
  padding-bottom: 124px;
}

.blog-area {
  padding-top: 0px;
  padding-bottom: 104px;
}

.blog-thumb-container {
  width: 80px; height: 80px; flex-shrink: 0;
}

.blog-thumb-img {
  width: 100%; height: 100%; object-fit: cover;
}

@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: #c7cdda;
}

code {
  color: rgb(255, 103, 49);
}

.theme-btn,
.wp-block-loginout a,
input.theme-btn {
  display: inline-flex;
  color: #161616;
  padding: 9px 20px;
  background-color: #FFCC7E;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
  z-index: 1;
  gap: 12px;
  border-radius: 10px;
  overflow: hidden;
}
.theme-btn i,
.wp-block-loginout a i,
input.theme-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #FFCC7E;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.theme-btn:hover,
.wp-block-loginout a:hover,
input.theme-btn:hover {
  color: #000;
  background-color: #FFCC7E;
  transition: all 0.5s ease-out;
}
.theme-btn:hover .swip .title-wrapper,
.wp-block-loginout a:hover .swip .title-wrapper,
input.theme-btn:hover .swip .title-wrapper {
  transform: translateY(-30px);
}
.theme-btn:focus,
.wp-block-loginout a:focus,
input.theme-btn:focus {
  color: #FFCC7E;
}
.theme-btn.simple-btn,
.wp-block-loginout a.simple-btn,
input.theme-btn.simple-btn {
  padding-left: 36px;
  padding-right: 36px;
}
.theme-btn.style-2,
.wp-block-loginout a.style-2,
input.theme-btn.style-2 {
  border: 2px solid #161616;
  background-color: transparent;
}
.theme-btn.style-2:hover,
.wp-block-loginout a.style-2:hover,
input.theme-btn.style-2:hover {
  background-color: #161616;
  color: #ffffff;
}

.wp-block-loginout a {
  position: relative;
}
.wp-block-loginout a:after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background-color: #FFCC7E;
  color: #fff;
  font-size: 16px;
}

.contact-form-btn {
  justify-content: center;
  width: 100%;
  display: block;
  line-height: 42px;
}
.contact-form-btn .icon {
  float: right;
}

input.theme-btn {
  display: inline-block !important;
  width: inherit !important;
  border: 0 !important;
}

/* 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: 600;
  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: #FFCC7E;
  border: none;
  padding: 10px 40px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.5s ease-out;
}
.post-password-form input[type=submit]:hover {
  background-color: #fbeabd;
}

/* Table */
table {
  margin-bottom: 20px;
  width: 100%;
}
table caption {
  border: 1px solid #dfe2e9;
  padding: 6px 10px;
  border-top: 0;
}
table th,
table td {
  background-color: transparent;
  border: 1px solid #dfe2e9;
  text-align: center;
  padding: 8px;
  transition: 0.3s;
}
table th#today,
table td#today {
  background: #FFCC7E;
  color: #ffffff;
}
table th#today a,
table td#today a {
  color: #ffffff;
}

.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 #dfe2e9 !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;
  margin: 32px 0;
  background-color: #FFCC7E;
  position: relative;
  z-index: 1;
  padding: 32px 40px;
  border-radius: 12px;
  color: #161616;
}
blockquote p {
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  margin-top: 0 !important;
  padding: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  blockquote {
    padding-left: 30px;
  }
}
blockquote footer {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.wp-block-pullquote {
  border-top: 5px solid #FFCC7E !important;
  border-bottom: 5px solid #FFCC7E !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 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;
}
.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: #FFCC7E !important;
}

.wp-block-button {
  margin-bottom: 10px;
}

.wp-block-archives select,
.wp-block-categories select {
  height: 50px;
  width: 200px;
  border: 1px solid #ddd;
  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 {
  justify-content: space-between;
  display: flex;
}
nav.wp-calendar-nav a {
  color: #47494f;
}
nav.wp-calendar-nav a:hover {
  color: #FFCC7E;
}

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

.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: rgb(223, 226, 233);
  border-radius: 3px !important;
  background-color: transparent !important;
  transform: scale(1);
  transition: 0.3s;
  position: relative !important;
  padding: 0 !important;
  cursor: pointer;
  margin-top: 0 !important;
  display: flex;
  align-self: center;
  flex-shrink: 0;
  box-shadow: none !important;
}

input[type=radio]::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  transition: 0.3s;
  transform: scale(0);
  background-color: #FFCC7E;
  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%;
  transition: 0.3s;
  transform: scale(0);
  background-color: #FFCC7E;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
  transform: scale(1);
  box-sizing: inherit !important;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  border-color: #FFCC7E !important;
}

.wpcf7-form-control {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  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: #ffffff;
}
.zoom-instagram-widget p a {
  color: rgb(255, 103, 49);
}
.zoom-instagram-widget ul {
  list-style: none;
}
.zoom-instagram-widget ul li {
  color: #ffffff;
}

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-1133 .page-content .comment-respond {
  margin-top: 78px;
  display: inline-block;
  width: 100%;
}
.page-template-default.page-id-3 .page-area {
  padding-top: 128px;
}

.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: #ffffff !important;
}
.post-template-default.postid-1149 .blog-details-wrapper .latest-comments li .comments-box .comments-text p {
  margin-bottom: 0;
}
.post-template-default.postid-555 .blog-details-wrapper .single-post-item .post-content .gallery {
  margin-top: 20px;
}

.error-404.not-found {
  margin-top: -20px;
  margin-bottom: 40px;
}
.error-404.not-found .error-content .error-btn-bh {
  margin-top: 20px;
}

@keyframes MovefadeUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.MovefadeUp {
  animation-name: MovefadeUp;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@keyframes animatelinebar {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(25px);
  }
}
@keyframes slideUpIn {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(40px);
  }
}
@keyframes MoveLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes MoveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes ZoomInOut {
  0% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes Animated3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes Animated4 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes UpToDown {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 9999999;
  right: 0;
  bottom: 0;
}

#preloader-status {
  width: 110px;
  height: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loading-container {
  height: 100%;
}

.loading-container div {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  float: left;
  margin: 0 3px;
  background-color: #FFCC7E;
  animation: grow 2s linear infinite alternate;
}

.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;
  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;
  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;
  animation-delay: 0.6s;
}
@keyframes grow {
  0% {
    -webkit-transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
  }
  75% {
    -webkit-transform: scale(1);
    background: #ffffff;
  }
  100% {
    -webkit-transform: scale(0);
    background: #ffffff;
  }
}
.scrollup-wrapper {
  position: fixed;
  right: 40px;
  bottom: 20px;
  z-index: 9999;
}

.scrollup-btn {
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 26px;
  color: #161616;
  text-decoration: none;
  width: 50px;
  height: 50px;
  background-color: #FFCC7E;
  border-radius: 50px;
  align-items: center;
  cursor: pointer;
}
.scrollup-btn i {
  margin-top: -3px;
  display: block;
}

.header-area {
  z-index: 999;
  position: relative;
}
.header-area.style-2 {
  margin-bottom: 0;
  background-color: #dcffe2;
}

.header-top {
  background-color: #FFCC7E;
}
@media (max-width: 991px) {
  .header-top {
    display: none;
  }
}
.header-top .header-top-info {
  display: flex;
  gap: 0 24px;
}
@media (max-width: 1199px) {
  .header-top .header-top-info {
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header-top .header-top-info {
    padding-bottom: 10px;
  }
}
.header-top .header-contact-info {
  display: flex;
  align-items: center;
  gap: 0 24px;
  padding: 6px 0;
  flex-wrap: wrap;
}
.header-top .header-contact-info span {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
.header-top .header-contact-info span:first-child:before {
  display: none;
}
.header-top .header-contact-info span:before {
  background-color: rgb(255, 255, 255);
  opacity: 0.361;
  width: 1px;
  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: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
@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: 18px;
  font-family: "DM Sans", sans-serif;
  color: #ffffff;
  margin-bottom: -100px;
  display: inline-block;
  font-weight: 700;
  z-index: 2;
}
.header-top .header-top-btn a:hover:before {
  transition: all 0.5s ease-out;
  background-color: #1eae98;
}
.header-top .header-top-btn a:before {
  position: absolute;
  content: "";
  border-radius: 0 0 10px 10px;
  background-color: rgb(255, 103, 49);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease-out;
}
.header-top .social-profile {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: flex-end;
}
.header-top .social-profile a {
  font-size: 16px;
  color: #ffffff;
  transition: 0.3s;
  transform: scale(1);
}
.header-top .social-profile a:hover {
  transition: all 0.5s ease-out;
  transform: scale(1.4);
  color: #1eae98;
}

.header-menu-area {
  width: 100%;
  z-index: 999;
  transition: all 0.4s ease 0s;
  background-color: transparent;
}
.header-menu-area.sticky-header {
  width: 100%;
  z-index: 999;
  transition: all 0.4s ease 0s;
}
.header-menu-area.sticky_menu {
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
  background: #fff;
}
.header-menu-area.sticky_menu .logo {
  height: 84px;
}
.header-menu-area.sticky_menu .logo:before {
  display: none;
}
.header-menu-area.sticky_menu .logo .standard-logo {
  display: none;
}
.header-menu-area.sticky_menu .logo .sticky-logo {
  display: block;
}
.header-menu-area.sticky_menu .logo .sticky-logo img {
  width: 170px;
  transition: all 0.5s ease-out;
}
.header-menu-area.sticky_menu .main-menu > ul > li > a {
  padding-top: 24px;
  padding-bottom: 24px;
}
.header-menu-area .logo {
  position: relative;
  z-index: 999;
  height: 90px;
  display: flex;
  align-items: center;
  margin-left: -3px;
}
@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;
  }
}
@media only screen and (max-width: 1199px) {
  .header-menu-area .logo .standard-logo {
    display: none;
  }
}
.header-menu-area .logo .standard-logo img {
  transition: all 0.5s ease-out;
}
.header-menu-area .logo .sticky-logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-menu-area .logo .sticky-logo {
    width: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-menu-area .logo .sticky-logo {
    display: block;
  }
}
.header-menu-area .logo .sticky-logo img {
  transition: all 0.5s ease-out;
}
.header-menu-area .logo .retina-logo {
  display: none;
}

.main-menu ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.main-menu ul li {
  display: inline-block;
  padding: 0;
  position: relative;
}
.main-menu ul li.active {
  position: relative;
}
.main-menu ul li.active > a {
  color: #333;
}
.main-menu ul li.dropdown > a {
  padding-right: 32px;
}
.main-menu ul li.dropdown > a:after {
  visibility: visible;
  transform: scale(1);
}
.main-menu ul li.dropdown .dropdown > a:before {
  visibility: visible;
  transform: scale(1);
}
.main-menu ul li ul.submenu li.active > a {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.main-menu ul li ul.submenu li.active > a:after {
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  z-index: -1;
}
.main-menu ul li a {
  display: block;
  padding: 17px 10px;
  text-decoration: none;
  text-transform: capitalize;
  position: relative;
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
.main-menu ul li a:after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
  font-weight: 500;
  margin-left: auto;
  position: absolute;
  right: 12px;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.5s ease-out;
}
.main-menu ul li a:hover {
  color: #1be63f;
}
.main-menu ul li a:hover:after {
  border-color: #1be63f;
  transform: rotate(180deg);
}
.main-menu ul li:hover > ul {
  visibility: visible;
  transition: all 300ms ease;
  opacity: 1;
  transform: scaleY(1);
}
.main-menu ul li ul li:hover ul {
  visibility: visible;
  top: -2px;
}
.main-menu ul ul {
  background-color: #ffffff;
  left: 4px;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  z-index: 99999;
  transition: all 300ms ease;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
  transform-origin: top;
  transform: scaleY(0);
  padding: 16px 30px 15px;
  border-radius: 4px;
  border: 1px solid #ebeeee;
}
.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 0;
  color: #161616;
  border-bottom: 1px solid #f5f5f5;
  margin-left: 0;
  font-size: 16px;
}
.main-menu ul ul li a:before {
  position: absolute;
  left: 0;
  content: "\f068";
  font-size: 12px;
  font-family: "Font Awesome 6 Pro";
  visibility: hidden;
  transform: scale(0);
  transition: all 0.5s ease-out;
}
.main-menu ul ul li a:hover {
  color: #161616;
  padding-left: 20px;
}
.main-menu ul ul li a:hover:before {
  visibility: visible;
  transform: scale(1);
}
.main-menu ul ul li:last-child a {
  border-bottom: 0px;
}
.main-menu ul ul ul {
  left: 100%;
  opacity: 0;
  border-top: 0px;
  transition: all 0.5s ease-out;
}

.animation {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.slideUpIn {
  animation-name: slideUpIn;
}

.header-btn {
  margin-left: 26px;
  display: flex;
  align-items: center;
  gap: 31px;
}
@media only screen and (max-width: 1399px) {
  .header-btn {
    
  }
}
.header-btn .header-single-btn {
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.header-btn .header-single-btn .swip {
  height: 28px;
  overflow: hidden;
}
.header-btn .header-single-btn .swip .title-wrapper {
  transition: all 0.5s ease-out;
}
.header-btn .header-single-btn .swip .title-1 {
  transform-origin: right center;
  transform: rotate(0deg);
  display: block;
}
.header-btn .header-single-btn .swip .title-2 {
  transform-origin: left center;
  transform: rotate(0deg);
  display: block;
}
.header-btn .header-single-btn.active {
  border-radius: 50px;
  padding: 16px 40px;
  background-color: #161616;
  color: #ffffff;
}
.header-btn .header-single-btn.active:hover {
  color: #161616;
  background-color: #FFCC7E;
}
.header-btn .header-single-btn:hover .swip .title-wrapper {
  transform: translateY(-32px);
}
@media only screen and (max-width: 1199px) {
  .header-btn {
    display: none;
  }
}

.lang { text-transform: none; font-size: 13px;}

.header-area.style-two.has-header-top .header-menu-area.sticky_menu .logo {
  height: 84px;
  margin-top: inherit;
}
.header-area.style-two.has-header-top .header-menu-area .logo {
  height: 162px;
  margin-top: -42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.style-two.has-header-top .header-menu-area .logo {
    height: 120px;
    margin-top: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.style-two.has-header-top .header-menu-area .logo {
    height: 100px;
    margin-top: inherit;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-area.style-two.has-header-top .header-menu-area .logo {
    height: 80px;
    margin-top: inherit;
  }
}
.header-area.style-two .header-top .header-top-btn a {
  margin-bottom: inherit;
  padding: 6px 46px;
}
.header-area.style-two .header-top .header-top-btn a:hover:before {
  transition: all 0.5s ease-out;
  background-color: #1eae98;
}
.header-area.style-two .header-top .header-top-btn a:before {
  border-radius: 0;
  transform: skewX(-20deg);
  transition: all 0.5s ease-out;
}
.header-area.style-two .header-menu-area .logo:before {
  border-radius: 0;
  transform: skewX(-20deg);
  bottom: 0;
  height: 190px;
}

.header-area.style-three .header-top .header-top-btn a {
  margin-bottom: inherit;
  padding: 6px 30px;
}
.header-area.style-three .header-top .header-top-btn a:before {
  border-radius: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.style-three .header-top .header-top-btn {
    display: none;
  }
}
.header-area.style-three .header-menu-area .logo:before {
  display: none;
}

.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: #161616;
  border-top: 1px solid #dfe2e9;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 22px;
  font-weight: 500;
  position: relative;
}

.mean-container .mean-nav ul li.dropdown a {
  position: relative;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #161616;
  line-height: 30px;
  top: 0;
  font-weight: 400;
  position: absolute;
}
.mean-container .mean-nav ul li a.mean-expand:after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.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: #161616;
  color: #ffffff;
}

.mean-container .mean-nav ul li.dropdown-opened a.mean-expand.mean-clicked i {
  color: #ffffff;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: #ffffff;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  color: #ffffff;
}

.mobile-menu-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu-bar a i {
  color: #161616;
  font-size: 22px;
}

.menu-sidebar-area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background-color: #ffffff;
  overflow-y: scroll;
  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: 40px;
  right: 32px;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  height: 45px;
  width: 45px;
  background-color: transparent;
  color: #161616;
  border-radius: 50%;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn:hover {
  background-color: #FFCC7E;
}
.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: flex;
  align-items: center;
  gap: 0 24px;
  padding: 6px 0;
  flex-wrap: wrap;
  flex-direction: column;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #161616;
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  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: flex;
  align-items: center;
  gap: 10px;
  color: #161616;
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
.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: #161616;
  font-size: 22px;
  border-color: #161616;
  transition: all 0.5s ease-out;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile a:hover {
  color: #ffffff;
  background-color: #161616;
}

.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;
  transition: all 0.5s ease-out;
}
.body-overlay.active {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: pointer;
}

.slider-area {
  overflow: hidden;
  position: relative;
}
.slider-area .social-share-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  z-index: 99;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .social-share-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1499px) {
  .slider-area .social-share-wrapper {
    left: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .slider-area .social-share-wrapper {
    top: unset;
    left: 0;
    transform: unset;
    flex-direction: row;
    position: relative;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .social-share-wrapper {
    top: unset;
    left: 0;
    transform: unset;
    flex-direction: row;
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .slider-area .social-share-wrapper {
    top: unset;
    left: 0;
    transform: unset;
    flex-direction: row;
    position: relative;
  }
}
@media (max-width: 1299px) {
  .slider-area .social-share-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 100px;
  }
}
.slider-area .social-share {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: fixed;
}
@media (max-width: 1299px) {
  .slider-area .social-share {
    flex-direction: row;
    justify-content: flex-start;
    position: unset;
  }
}
.slider-area .social-share a {
  font-size: 24px;
  color: #ffffff;
  transform: scale(1) rotate(-90deg);
  transition: all 0.5s ease-out;
}
@media (max-width: 1299px) {
  .slider-area .social-share a {
    transform: unset;
  }
}
.slider-area .social-share a:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-out;
  color: rgb(255, 103, 49);
}
.slider-area .slider-wrapper .slick-active .slider-short-title,
.slider-area .slider-wrapper .slick-active .slider-title,
.slider-area .slider-wrapper .slick-active .slider-short-desc,
.slider-area .slider-wrapper .slick-active .slider-btn-wrapper {
  animation-name: MovefadeUp;
  -webkit-animation-fill-mode: both;
}
.slider-area .slider-wrapper .slick-active .slider-short-title {
  animation-delay: 0.3s;
  animation-duration: 0.3s;
}
.slider-area .slider-wrapper .slick-active .slider-title {
  animation-delay: 0.5s;
  animation-duration: 0.5s;
}
.slider-area .slider-wrapper .slick-active .slider-short-desc {
  animation-delay: 0.7s;
  animation-duration: 0.7s;
}
.slider-area .slider-wrapper .slick-active .slider-btn-wrapper {
  animation-delay: 0.9s;
  animation-duration: 0.9s;
}
.slider-area .slider-wrapper .slick-dots {
  display: flex;
  gap: 20px;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: 46px;
  transform: translateY(-50%);
  z-index: 2;
  flex-direction: column;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .slider-wrapper .slick-dots {
    display: none !important;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-right: 30px;
    bottom: 70px;
    top: unset;
    left: unset;
    right: unset;
    transform: none;
  }
}
.slider-area .slider-wrapper .slick-dots li {
  display: inline-block;
  line-height: 0;
  outline: 1px solid transparent;
  border: 4px solid transparent;
  border-radius: 50px;
  transition: all 0.5s ease-out;
}
.slider-area .slider-wrapper .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 11px;
  height: 11px;
  background-color: #c3e4de;
  border-radius: 50px;
  position: relative;
  transition: all 0.5s ease-out;
}
.slider-area .slider-wrapper .slick-dots li button:hover {
  background-color: rgb(255, 103, 49);
  transition: all 0.5s ease-out;
}
.slider-area .slider-wrapper .slick-dots li.slick-active {
  transition: all 0.5s ease-out;
  outline: 1px solid rgb(255, 103, 49);
}
.slider-area .slider-wrapper .slick-dots li.slick-active button {
  transition: all 0.5s ease-out;
}
.slider-area button.slider-arrow-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 99;
  background-color: transparent;
  border: 1px solid #dfe2e9;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  display: none !important;
}
.slider-area button.slider-arrow-btn:before {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(-45deg, rgb(227, 0, 8) 0%, rgb(250, 174, 0) 100%);
  content: "";
  transition: all 0.5s ease-out;
  z-index: -1;
}
@media (max-width: 767px) {
  .slider-area button.slider-arrow-btn {
    width: 40px;
    height: 40px;
  }
}
.slider-area button.slider-arrow-btn.prev-btn {
  left: 30px;
}
.slider-area button.slider-arrow-btn.next-btn {
  right: 30px;
}
.slider-area button.slider-arrow-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(255, 103, 49);
  font-size: 21px;
  transition: all 0.5s ease-out;
}
.slider-area button.slider-arrow-btn:hover {
  transition: all 0.5s ease-out;
  border-color: rgb(255, 103, 49);
}
.slider-area button.slider-arrow-btn:hover:before {
  width: 100%;
  transition: all 0.5s ease-out;
}
.slider-area button.slider-arrow-btn:hover i {
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.slider-area .single-slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 918px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .slider-area .single-slider {
    height: 620px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider {
    height: 800px;
  }
}
.slider-area .single-slider .slider-overlay {
  background: linear-gradient(-135deg, rgb(30, 174, 152) 0%, rgb(0, 91, 172) 100%);
  opacity: 0.831;
  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-bottom: 30px;
  }
}
@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: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  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: 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: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 90px;
  color: #ffffff;
  line-height: 100px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .slider-area .single-slider .slider-content-wrapper .slider-content .slider-title {
    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: 24px;
  color: #ffffff;
  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: 18px;
    line-height: 32px;
  }
}
@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: 18px;
    line-height: 32px;
  }
}
@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: 18px;
    line-height: 32px;
  }
}
.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 {
  position: relative;
  z-index: 2;
  width: 860px;
  animation: MoveUpDown 2s linear infinite alternate;
  right: 47px;
  top: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-image.moblile-slider-img {
    left: -30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider .slider-image {
    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-2 {
  position: relative;
}
@media (max-width: 991px) {
  .slider-area.style-2 .social-share {
    display: none;
  }
}
.slider-area.style-2 .single-slider {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-2 .single-slider {
    height: 720px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-2 .single-slider {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .single-slider {
    height: 500px;
  }
}
.slider-area.style-2 .single-slider:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 290px solid #FFCC7E;
  border-left: 117px solid transparent;
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .single-slider:after {
    display: none;
  }
}
.slider-area.style-2 .slider-wrapper .container {
  position: relative;
}
.slider-area.style-2 .slider-wrapper .slider-shape-top-triangle {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1eae98;
  top: 0;
  left: -100%;
  margin-left: -228px;
  transform: skewX(-20deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-2 .slider-wrapper .slider-shape-top-triangle {
    left: -80%;
  }
}
.slider-area.style-2 .slider-wrapper .slider-shape-bottom-left {
  position: absolute;
  width: 215px;
  height: 130px;
  background: #1eae98;
  bottom: 0;
  left: -140px;
  transform: skewX(-22deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-2 .slider-wrapper .slider-shape-bottom-left {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-2 .slider-wrapper .slider-shape-bottom-left {
    display: none;
  }
}
.slider-area.style-2 .slider-wrapper .slider-image {
  position: relative;
  z-index: 2;
  float: right;
  margin-top: inherit;
  animation: MoveLeftRight 2s linear infinite alternate;
  right: -50px;
}
.slider-area.style-2 .slider-wrapper .slider-image img {
  float: right;
}
.slider-area.style-2 .slider-wrapper .slider-image:before {
  position: absolute;
  content: "";
  width: 520px;
  height: 2000px;
  background-color: rgb(255, 103, 49);
  border-radius: 0;
  top: -1000px;
  transform: skewX(-22deg);
  z-index: -1;
  right: -160px;
}

.slider-area.style-3 {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .single-slider {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .slider-area.style-3 .single-slider {
    padding-bottom: 0;
  }
}
.slider-area.style-3 .single-slider .slider-overlay {
  background: linear-gradient(135deg, rgb(30, 174, 152) 0%, rgb(0, 91, 172) 100%);
  opacity: 0.659;
}
.slider-area.style-3 .single-slider .slider-content-wrapper {
  gap: 100px;
  margin-top: -60px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .single-slider .slider-content-wrapper {
    margin-top: inherit;
  }
}
.slider-area.style-3 .single-slider .slider-content-wrapper .slider-content {
  width: 100%;
  text-align: center;
}
.slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-short-title {
  font-size: 36px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-short-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-title {
  font-size: 120px;
  line-height: 132px;
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 78px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 78px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 60px;
    line-height: 72px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area.style-3 .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: 350px) {
  .slider-area.style-3 .single-slider .slider-content-wrapper .slider-content .slider-title {
    font-size: 38px;
    line-height: 50px;
  }
}
.slider-area.style-3 button.slider-arrow-btn {
  display: block !important;
}
.slider-area.style-3 .slider-wrapper .slick-dots {
  display: none !important;
}

.icon-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  transform: rotateX(0deg);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-card {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-card {
    align-items: center;
  }
}
.icon-card:hover {
  transform: rotateX(360deg);
}
.icon-card:hover .icon {
  transform: rotateY(360deg);
  transition: all 0.5s ease-out;
}
.icon-card .icon {
  width: 64px;
  height: 64px;
  display: flex;
  flex-shrink: 0;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  background-color: #bcffca;
}
.icon-card .icon.primary {
  background-color: #FFCC7E;
}

.list-item-wrapper.based ul li {
  align-items: baseline;
}
.icon-card .icon.secondary {
  background-color: #fbeabd;
}
.icon-card .icon i {
  font-size: 30px;
  color: #161616;
}
.icon-card .icon img {
  width: 100%;
  transition: all 0.5s ease-out;
}
.icon-card .content {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media (max-width: 991px) {
  .icon-card .content {
    padding-right: 0;
    text-align: center;
  }
}
.icon-card .content .title, .icon-card .content a {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #161616;
  margin-bottom: 0;
}
.icon-card .content .desc {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
}

.icon-card.style-2 {
  background-color: #ffffff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 32px;
  position: relative;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
  gap: 32px;
  overflow: hidden;
}
.icon-card.style-2 .icon {
  width: 80px;
  height: 80px;
}
.icon-card.style-2 .content {
  align-items: center;
  text-align: center;
  padding-right: 0;
}
.icon-card.style-2 .content .desc {
  font-size: 18px;
  line-height: 32px;
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .icon-card.style-2 .content .desc {
    height: 64px;
    overflow: hidden;
  }
}
.icon-card.style-2 .sketch {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transform: translate(50%, -50%);
  transition: all 0.5s ease-out;
}
.icon-card.style-2:hover .sketch {
  visibility: visible;
  opacity: 1;
  transform: translate(0%, 0%);
}

.icon-card.style-3 {
  background-color: #ffffff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 32px;
  position: relative;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
  gap: 32px;
}
.icon-card.style-3 .icon i {
  font-size: 40px;
}
.icon-card.style-3 .content {
  align-items: center;
  text-align: center;
  padding: 0 16px;
}
.icon-card.style-3 .sketch {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.icon-card.style-3 .contact-info {
  text-align: center;
  border-top: 1px solid #E7E7E7;
  padding-top: 32px;
  width: 100%;
}
.icon-card.style-3 .contact-info h6 {
  color: #1be63f;
}
.icon-card.style-3 .contact-info p a {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #333;
  margin: 0;
}
.icon-card.style-3:hover .sketch {
  visibility: visible;
  opacity: 1;
}

.about-image-card {
  position: relative;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 32px;
}
.about-image-card .sketch {
  position: absolute;
  top: 15%;
  left: -24px;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card .sketch {
    display: none;
  }
}
.about-image-card .main-img {
  animation: MoveLeftRight 2s linear infinite alternate;
}
@media (max-width: 1199px) {
  .about-image-card .main-img {
    animation: unset;
  }
}
.about-image-card .main-img img {
  margin-left: -12px;
  height: 603px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: visible;
}
@media (max-width: 991px) {
  .about-image-card .main-img img {
    height: auto;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card .main-img img {
    margin-left: 0;
  }
}
.about-image-card .team-card {
  position: absolute;
  bottom: 50px;
  left: 0;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
  display: flex;
  flex-direction: column;
  gap: 24px;
  transform: translate(-30%, 0);
  animation: teamMove 2s linear infinite alternate;
}
@keyframes teamMove {
  0% {
    transform: translate(-30%, 0);
  }
  100% {
    transform: translate(-30%, 10%);
  }
}
.about-image-card .team-card h5 {
  margin: 0;
}
@media (max-width: 991px) {
  .about-image-card .team-card {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card .team-card {
    animation: unset !important;
    left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1900px) {
  .about-image-card .team-card {
    bottom: 12px;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .about-image-card .team-card {
    left: 24px;
  }
}
.about-image-card .team-card .users {
  display: flex;
}
.about-image-card .team-card .users span {
  margin-left: -16px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #161616;
}
.about-image-card .team-card .users span:first-child {
  margin-left: 0;
}
.about-image-card .team-card .users span:last-child {
  background-color: #FFCC7E;
}
.about-image-card .collaboration {
  padding: 24px;
  padding-right: 21px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, 50%);
  background-color: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
  animation: collabMove 2s linear infinite alternate;
}
@keyframes collabMove {
  0% {
    transform: translate(50%, 50%);
  }
  100% {
    transform: translate(50%, 65%);
  }
}
@media (max-width: 1199px) {
  .about-image-card .collaboration {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1900px) {
  .about-image-card .collaboration {
    left: 12px;
    transform: translate(50%, 50%);
  }
}
.about-image-card .collaboration p {
  color: #6B6B76;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  display: inline-block;
  margin: 0;
}

.about-image-card.style-2 {
  background-size: cover;
}
.about-image-card.style-2 .main-img img {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card.style-2 .main-img img {
    height: auto;
  }
}
.about-image-card.style-2 .visitor {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-52%, -14%);
  animation: VisitorMove 2s linear infinite alternate;
}
@keyframes VisitorMove {
  0% {
    transform: translate(-52%, 7%);
  }
  100% {
    transform: translate(-52%, 14%);
  }
}
.about-image-card.style-2 .status {
  position: absolute;
  right: 51px;
  top: -7px;
  transform: translate(50%, 50%);
  animation: StatusMove 3s linear infinite alternate;
}
@keyframes StatusMove {
  0% {
    transform: translate(50%, 30%);
  }
  100% {
    transform: translate(50%, 50%);
  }
}
@media (max-width: 1199px) {
  .about-image-card.style-2 .status {
    display: none;
  }
}

.about-image-card.style-3 .visitor {
  position: absolute;
  left: 0;
  bottom: 45px;
  transform: translate(-50%, 0%);
  animation: VisitorMove 2s linear infinite alternate;
}
@keyframes VisitorMove {
  0% {
    transform: translate(-52%, 0%);
  }
  100% {
    transform: translate(-52%, -10%);
  }
}
@media (max-width: 1199px) {
  .about-image-card.style-3 .visitor {
    display: none;
  }
}
.about-image-card.style-3 .status {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, 50%);
  animation: StatusMove 3s linear infinite alternate;
}
@keyframes StatusMove {
  0% {
    transform: translate(50%, 30%);
  }
  100% {
    transform: translate(50%, 50%);
  }
}
@media (max-width: 1199px) {
  .about-image-card.style-3 .status {
    display: none;
  }
}
.about-image-card.style-4 .collaboration.style-2 {
  position: absolute;
  right: 0;
  top: 0;
  left: unset;
  transform: translate(50%, 50%);
  animation: CollMoveTwo 2s linear infinite alternate;
}
@keyframes CollMoveTwo {
  0% {
    transform: translate(50%, 30%);
  }
  100% {
    transform: translate(50%, 50%);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-4 .collaboration.style-2 {
    transform: translate(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card.style-4 .collaboration.style-2 {
    transform: translate(-50%, 50%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-4 .collaboration.style-2 {
    transform: translate(0);
  }
}
.about-image-card.style-4 .team-card.style-2 {
  position: absolute;
  left: 0;
  bottom: 45px;
  top: unset;
  right: unset;
  transform: translate(-27%, 0%);
  animation: TeamMoveTwo 3s linear infinite alternate;
}
@keyframes TeamMoveTwo {
  0% {
    transform: translate(-27%, 0%);
  }
  100% {
    transform: translate(-27%, -10%);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-image-card.style-4 .team-card.style-2 {
    transform: translate(0);
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card.style-4 .team-card.style-2 {
    transform: translate(0);
    bottom: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-card.style-4 .team-card.style-2 {
    transform: translate(0);
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-card.style-4 .main-img {
    display: flex;
    justify-content: center;
  }
}

.about-info-card .section-title .title {
  margin-bottom: 0;
}
.about-info-card .icon-card-wrapper {
  display: flex;
  gap: 52px;
  margin-top: 40px;
  padding-right: 86px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-info-card .icon-card-wrapper {
    gap: 30px;
    padding-right: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
  .about-info-card .icon-card-wrapper {
    flex-wrap: wrap;
    padding: 0 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-info-card .icon-card-wrapper {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-info-card .icon-card-wrapper {
    gap: 12px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1900px) {
  .about-info-card .icon-card-wrapper {
    gap: 20px;
    padding-right: 30px;
  }
}

.about-info-card.style-2 .section-title {
  margin-bottom: 24px;
}
.about-info-card.style-2 .list-item-wrapper {
  margin-bottom: 40px;
}
.about-info-card.style-2 .list-item-wrapper ul {
  margin-bottom: 0;
}

.video-popup-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.video-popup-card .video-popup-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-popup-card .video-popup-image {
  position: relative;
}
.video-popup-card .video-popup-image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #161616;
  opacity: 0.2;
  top: 0;
  left: 0;
}
.video-popup-card .video-popup-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-popup-card.style-two {
  padding: 0;
  margin-bottom: -78px;
  box-shadow: none;
}
@media (max-width: 991px) {
  .video-popup-card.style-two {
    margin-bottom: 80px;
  }
}
.video-popup-card.style-two .video-popup-btn a {
  width: 100px;
  height: 100px;
  background-color: rgba(255, 103, 49, 0.84);
  background-image: none;
}
.video-popup-card.style-three {
  overflow: visible;
  padding: 0;
  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;
  }
}

.video-popup-btn:hover .swip .title-wrapper {
  transform: translateY(-30px);
}
.video-popup-btn:hover .swip .title-1 {
  transform: rotate(0deg);
}
.video-popup-btn:hover .swip .title-2 {
  transform: rotate(0);
}
.video-popup-btn a {
  display: flex;
  align-items: center;
  gap: 16px;
}
.video-popup-btn .icon {
  width: 63px;
  height: 63px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  background-color: #fbeabd;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  animation: ripple 3s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-popup-btn .icon i {
  color: #161616;
  font-size: 24px;
}
.video-popup-btn .icon:hover {
  animation: none;
}
.video-popup-btn .swip {
  height: 28px;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.video-popup-btn .swip .title-wrapper {
  transition: all 0.5s ease-out;
}
.video-popup-btn .swip .title-1 {
  transform-origin: right center;
  transform: rotate(0deg);
  display: block;
}
.video-popup-btn .swip .title-2 {
  transform-origin: left center;
  transform: rotate(0deg);
  display: block;
}
.video-popup-btn .text {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30.6px;
  color: #161616;
}
.video-popup-btn.style-2 .icon {
  background-color: #ffffff;
}
.video-popup-btn.style-3 .icon {
  background-color: #ffffff;
  width: 88px;
  height: 88px;
}

.counter-card {
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
  }
}

.counter-card-wrapper {
  margin: 40px 0;
  display: flex;
  gap: 95px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-card-wrapper {
    gap: 20px;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-card-wrapper {
    justify-content: center;
  }
}

.counter-item {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-item {
    text-align: start;
  }
}
.counter-item .counter-title {
  display: flex;
  align-items: start;
  width: 100%;
  gap: 12px;
  flex-direction: column;
}
@media (max-width: 991px) {
  .counter-item .counter-title {
    align-items: center;
  }
}
.counter-item .number {
  color: #161616;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-item .number {
    font-size: 36px;
    line-height: 40px;
  }
}
.counter-item .title {
  margin: 0;
  color: #333;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}
.counter-item .text {
  margin: 0;
  color: #333;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.counter-up-area.style-2 .counter-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border-bottom: 1px solid #E7E7E7;
  gap: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-up-area.style-2 .counter-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.counter-up-area.style-2 .counter-item {
  text-align: left;
  border-right: 1px solid #E7E7E7;
  padding: 20px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-up-area.style-2 .counter-item {
    border-right: none;
    border-bottom: 1px solid #E7E7E7;
  }
}
.counter-up-area.style-2 .counter-item:last-child {
  border-right: none;
}
.counter-up-area.style-2 .counter-item .counter-title {
  align-items: center;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
}
.process-step .icon-wrapper {
  position: relative;
}
.process-step .icon-wrapper .numeric {
  color: #75fc8d;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 144px;
  font-weight: 800;
  line-height: 172.8px;
  letter-spacing: -2.88px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .process-step .icon-wrapper .numeric {
    transform: translate(70%, 0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-step .icon-wrapper .numeric {
    transform: translate(50%, -38%);
  }
}
.process-step .icon-wrapper .icon {
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
.process-step .icon-wrapper .icon i {
  font-size: 48px;
  color: #161616;
}
.process-step .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}
.process-step .content .desc {
  font-size: 18px;
  line-height: 32px;
  color: #333;
}
.process-step .content .title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #161616;
  margin-bottom: 0;
}
.process-step .content .title a {
  margin-bottom: 0;
}

.testimonial-card {
  padding: 0 60px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
  border-radius: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-card {
    padding: 35px;
  }
}
.testimonial-card .content {
  text-align: center;
}
.testimonial-card .content .text {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  padding: 0 170px;
  color: #333;
}
@media (max-width: 991px) {
  .testimonial-card .content .text {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card .content .text {
    padding: 32px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1900px) {
  .testimonial-card .content .text {
    padding: 64px;
  }
}
.testimonial-card .meta-user {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
}
.testimonial-card .meta-user .image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 66px;
  height: 66px;
  border-radius: 50px;
  overflow: hidden;
}
.testimonial-card .meta-user .user-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-card .meta-user .user-info .info {
  display: flex;
  flex-direction: column;
}
.testimonial-card .meta-user .user-info .info h5 {
  margin: 0;
}
.testimonial-card .meta-user .user-info .info p {
  margin: 0;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #333;
}

.testimonial-card.style-2 {
  padding: 40px 60px;
  border: 1px solid #E7E7E7;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-card.style-2 {
    padding: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1900px) {
  .testimonial-card.style-2 {
    padding: 30px;
  }
}
.testimonial-card.style-2 .sketch {
  position: absolute;
  top: 0;
  right: 0;
}
.testimonial-card.style-2 .meta-user .image {
  border: 2px solid #ffffff;
}
@media only screen and (min-width: 625px) and (max-width: 767px) {
  .testimonial-card.style-2 .meta-user {
    flex-direction: column;
    text-align: center;
  }
}
.testimonial-card.style-2 .icon {
  font-size: 80px;
}
.testimonial-card.style-2 .icon.secondary i {
  color: #fbeabd;
}
.testimonial-card.style-2 .icon.pink i {
  color: #bcffca;
}
.testimonial-card.style-2 .content .text {
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
  color: #333;
}

button.testimonial-arrow-btn {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 99;
  background-color: #ffffff;
  cursor: pointer;
  bottom: 0;
  overflow: hidden;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.05);
}
button.testimonial-arrow-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #161616;
  font-size: 21px;
  transition: all 0.5s ease-out;
}
button.testimonial-arrow-btn:hover {
  transition: all 0.5s ease-out;
  border-color: rgb(255, 103, 49);
  background-color: #FFCC7E;
}
button.testimonial-arrow-btn:hover:before {
  width: 100%;
  transition: all 0.5s ease-out;
}

.testimonial-slider-arrow {
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991px) {
  .testimonial-slider-arrow {
    display: none;
  }
}

.testimonial-slider-wrapper.style-three .slick-list {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .testimonial-slider-wrapper.style-three .slick-list {
    padding-bottom: 30px;
  }
}
.testimonial-slider-wrapper.style-three .slick-list .slick-slide {
  border-radius: 0;
  transition: all 0.5s ease-out;
}
.testimonial-slider-wrapper.style-three .slick-list .slick-slide.slick-active {
  box-shadow: none;
}
@media (max-width: 767px) {
  .testimonial-slider-wrapper.style-three .slick-list .slick-slide.slick-active {
    box-shadow: 1px 8px 44px rgba(20, 20, 43, 0.03);
    border-radius: 12px;
    transition: all 0.5s ease-out;
  }
}
.testimonial-slider-wrapper.style-three .slick-dots {
  margin-top: 20px;
  position: unset;
  padding-left: 0;
  flex-direction: row;
  justify-content: center;
}

.testimonial-slider-wrapper.has-backgorund-slider .slick-dots {
  margin-bottom: 0;
  position: unset;
  padding-left: 0;
  flex-direction: row;
  justify-content: center;
}

.accordion .accordion-item {
  margin-bottom: 24px;
  border-bottom: unset;
  z-index: 1;
  position: relative;
  background-color: transparent;
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-button {
  padding: 28px;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #333;
  box-shadow: 0px 20px 40px 0px rgba(199, 206, 218, 0.2);
}
.accordion .accordion-item .accordion-button.collapsed {
  border-radius: 12px;
}
.accordion .accordion-item .accordion-button:after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  background-image: none;
}
.accordion .accordion-item .accordion-body {
  background-color: #ffffff;
  border-radius: 0 0 12px 12px;
  padding-top: 0;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 12px 12px 0 0;
}

.accordion .accordion-item.style-2 {
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E7E7;
  border-radius: 0;
}
.accordion .accordion-item.style-2:last-child {
  border-bottom: none;
}
.accordion .accordion-item.style-2 .accordion-button {
  padding: 8px 0;
  background-color: transparent;
  box-shadow: none;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  color: #161616;
}
.accordion .accordion-item.style-2 .accordion-button:hover:after {
  background-color: #FFCC7E;
  border-color: #FFCC7E;
}
.accordion .accordion-item.style-2 .accordion-button:hover:not(.collapsed)::after {
  background: #FFCC7E;
}
.accordion .accordion-item.style-2 .accordion-button:after {
  background: unset;
  content: "\f175";
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  border: 1px solid #E7E7E7;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
.accordion .accordion-item.style-2 .accordion-button:not(.collapsed)::after {
  background: unset;
}
.accordion .accordion-item.style-2 .accordion-body {
  padding: 8px 0 0;
}
.accordion .accordion-item.style-2 .accordion-body p {
  margin-bottom: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #333;
}
.accordion .accordion-item.style-2 .accordion-body p:last-child {
  margin-bottom: 0;
}

.client-logo-area.style-1 .client-logo-wrapper {
  display: flex;
  justify-content: center;
}
.client-logo-area.style-1 .client-logo-wrapper .client-logo {
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .client-logo-area.style-1 .client-logo-wrapper .client-logo {
    margin-left: 16px;
  }
}
.client-logo-area.style-1 .client-logo-wrapper .client-logo .client-swip {
  height: 48px;
  overflow: hidden;
}
.client-logo-area.style-1 .client-logo-wrapper .client-logo .client-swip .title-wrapper {
  transition: all 0.5s ease-out;
}
.client-logo-area.style-1 .client-logo-wrapper .client-logo .client-swip .title-1 {
  transform-origin: right center;
  transform: rotate(0deg);
  display: block;
}
.client-logo-area.style-1 .client-logo-wrapper .client-logo .client-swip .title-2 {
  transform-origin: left center;
  transform: rotate(0deg);
  display: block;
}
.client-logo-area.style-1 .client-logo-wrapper .client-logo:hover .client-swip .title-wrapper {
  transform: translateY(-45px);
}
@media (max-width: 991px) {
  .client-logo-area.style-1 .client-logo-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
.client-logo-area.style-1 .client-logo-wrapper .slick-dots {
  display: flex;
  gap: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  margin-top: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .client-logo-area.style-1 .client-logo-wrapper .slick-dots {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    bottom: 0px;
    top: unset;
    left: unset;
    right: unset;
    transform: none;
  }
}
.client-logo-area.style-1 .client-logo-wrapper .slick-dots li {
  display: inline-block;
  line-height: 0;
  outline: 1px solid transparent;
  border: 4px solid transparent;
  border-radius: 50px;
  transition: all 0.5s ease-out;
}
.client-logo-area.style-1 .client-logo-wrapper .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 11px;
  height: 11px;
  background-color: #333;
  border-radius: 50px;
  position: relative;
  transition: all 0.5s ease-out;
}
.client-logo-area.style-1 .client-logo-wrapper .slick-dots li button:hover {
  background-color: rgb(255, 103, 49);
  transition: all 0.5s ease-out;
}
.client-logo-area.style-1 .client-logo-wrapper .slick-dots li.slick-active {
  transition: all 0.5s ease-out;
  outline: 1px solid #161616;
}
.client-logo-area.style-1 .client-logo-wrapper .slick-dots li.slick-active button {
  transition: all 0.5s ease-out;
}
.client-logo-area.style-1.style-2 .client-title {
  text-align: center;
}
.client-logo-area.style-1.style-2 .client-title h5 {
  color: #161616;
  margin-bottom: 0;
}
.client-logo-area.style-1.style-2 .client-logo-wrapper {
  padding: 40px 0;
  margin-top: 40px;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .client-logo-area.style-1.style-2 .client-logo-wrapper {
    gap: 24px;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-logo-area.style-1.style-2 .client-logo-wrapper {
    justify-content: center;
  }
}

.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 {
  padding-right: 38px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-details-wrapper {
    padding-right: 12px;
  }
}
.blog-details-wrapper .comment-respond {
  margin-top: 24px;
}
.blog-details-wrapper .post-comments {
  margin-top: 70px;
}
.blog-details-wrapper .wp-block-group.has-background .wp-block-button .wp-block-button__link {
  color: #ffffff !important;
}
.blog-details-wrapper .single-post-item {
  border: 0;
  overflow: visible;
  padding: 0;
}
.blog-details-wrapper .single-post-item:first-child {
  padding-top: 0;
}
.blog-details-wrapper .single-post-item iframe {
  width: 100%;
  height: 522px;
}
.blog-details-wrapper .single-post-item .post-gallery:hover img {
  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: 24px;
  position: relative;
  padding: 0;
}
@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 {
  transform: scale(1.06);
  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 {
  width: 100%;
  transform: scale(1);
  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 .image-wrapper {
  padding-right: 0;
  overflow: hidden;
  border-radius: 8px;
}
.blog-details-wrapper .single-post-item .post-content .image-wrapper img {
  transform: scale(1.01);
  transition: all 0.5s ease-out;
}
.blog-details-wrapper .single-post-item .post-content .image-wrapper:hover img {
  transform: scale(1.03);
}
.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;
  padding-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-details-wrapper .single-post-item .post-content p {
    margin-bottom: 0;
  }
}
.blog-details-wrapper .single-post-item .post-content p img {
  border-radius: 8px;
}
.blog-details-wrapper .single-post-item .post-content .list-item-wrapper {
  margin-top: 16px;
}
.blog-details-wrapper .single-post-item .blog-post-tag .social-share {
  padding-bottom: 20px;
}
.blog-details-wrapper .wp-block-calendar {
  margin-bottom: 30px;
}

.blog-post {
  padding-right: 28px;
}
@media (max-width: 991px) {
  .blog-post {
    padding-right: 12px;
  }
}

.single-post-item {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 48px;
  border: 1px solid #dfe2e9;
  padding: 32px;
  /* Quote Format Post */
  /* Sticky Post */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item {
    padding: 20px;
  }
}
.single-post-item:hover .post-thumbnail img,
.single-post-item:hover .post-video img,
.single-post-item:hover .post-gallery img,
.single-post-item:hover .post-audio img {
  transform: scale(1.03);
  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 {
  margin-top: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item .post-content-wrapper {
    margin-top: 16px;
  }
}
.single-post-item .post-content-wrapper .read-more {
  margin-top: 30px;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  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: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #47494f;
  margin-top: 20px;
  font-style: normal;
  transition: all 0.5s ease-out;
}
.single-post-item.format-quote blockquote cite a:hover {
  transition: all 0.5s ease-out;
  color: #FFCC7E;
}
.single-post-item.sticky {
  border: 2px solid #FFCC7E;
}
.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: 38px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: -0.76px;
  margin-bottom: 0;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #E7E7E7;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item .post-title {
    font-size: 28px;
    line-height: 42px;
    margin-top: 16px;
  }
}
.single-post-item .post-title:hover a {
  color: #0066D9;
  transition: all 0.5s ease-out;
}
.single-post-item .post-content p {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  padding-right: 42px;
  color: #333;
}
@media (max-width: 991px) {
  .single-post-item .post-content p {
    padding-right: 0;
  }
}
.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: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 23px;
  padding-top: 32px;
  border-top: 1px solid #E7E7E7;
}
.single-post-item .social-share {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.single-post-item .social-share a {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #FFCC7E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post-item .social-share a i {
  color: #161616;
}
.single-post-item .social-share .social-share-title {
  font-size: 16px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  color: #fbeabd;
  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: 700;
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  color: #fbeabd;
  margin-bottom: 0;
  margin-right: 30px;
  text-transform: uppercase;
  margin-top: 8px;
  float: left;
}
.single-post-item .blog-post-tag .post-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.single-post-item .blog-post-tag .post-tag-list a {
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  background-color: #fbeabd;
  padding: 4px 12px;
  background: #FFF0D8;
  border-radius: 8px;
}
.single-post-item .blog-post-tag .post-tag-list a.secondary {
  background-color: #fbeabd;
}
.single-post-item .blog-post-tag .post-tag-list a:hover {
  color: #ffffff;
  background: #FFCC7E;
  border-color: #FFCC7E;
  transition: all 0.5s ease-out;
}
.single-post-item .post-thumbnail,
.single-post-item .post-video,
.single-post-item .post-gallery,
.single-post-item .post-audio {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  border-radius: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item .post-thumbnail,
  .single-post-item .post-video,
  .single-post-item .post-gallery,
  .single-post-item .post-audio {
    padding: 0;
  }
}
.single-post-item .post-thumbnail img,
.single-post-item .post-video img,
.single-post-item .post-gallery img,
.single-post-item .post-audio img {
  width: 100%;
  transform: scale(1);
  border-radius: 16px;
  transition: all 0.5s ease-out;
}
.single-post-item .post-thumbnail .popup-video-wrapper,
.single-post-item .post-video .popup-video-wrapper,
.single-post-item .post-gallery .popup-video-wrapper,
.single-post-item .post-audio .popup-video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-post-item .post-thumbnail .video-btn a,
.single-post-item .post-video .video-btn a,
.single-post-item .post-gallery .video-btn a,
.single-post-item .post-audio .video-btn a {
  width: 70px;
  height: 70px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  background-color: #ffffff;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post-item .post-thumbnail .video-btn a i,
.single-post-item .post-video .video-btn a i,
.single-post-item .post-gallery .video-btn a i,
.single-post-item .post-audio .video-btn a i {
  color: #FFCC7E;
  font-size: 18px;
}
.single-post-item .post-thumbnail .video-btn a:hover,
.single-post-item .post-video .video-btn a:hover,
.single-post-item .post-gallery .video-btn a:hover,
.single-post-item .post-audio .video-btn a:hover {
  animation: none;
}
.single-post-item button.post-gallery-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 99;
  background-color: #ffffff;
  cursor: pointer;
  top: 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%;
  transform: translate(-50%, -50%);
  color: #fbeabd;
  font-size: 17px;
  transition: all 0.5s ease-out;
}
.single-post-item button.post-gallery-btn:hover {
  transition: all 0.5s ease-out;
  background-color: #FFCC7E;
}
.single-post-item button.post-gallery-btn:hover i {
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.single-post-item .post-audio iframe {
  width: 100%;
}
.single-post-item .content-header {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item .content-header {
    gap: 10px;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
}
.single-post-item .content-header .info {
  display: flex;
  gap: 12px;
}
.single-post-item .content-header .info span i {
  font-size: 10px;
  font-family: "Font Awesome 6 Pro";
  color: #333;
}
.single-post-item .content-header .tag-wrapper {
  margin-left: auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item .content-header .tag-wrapper {
    margin-left: 0;
  }
}
.single-post-item .content-header .tag-wrapper .tag {
  padding: 4px 12px;
  background-color: #FFF0D8;
  border-radius: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #161616;
  transition: all 0.5s ease-out;
}
.single-post-item .content-header .tag-wrapper .tag:hover {
  background-color: #161616;
  color: #FFF0D8;
}
.single-post-item .content-header span {
  font-size: 18px;
  font-weight: 400;
  color: #47494f;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}
.single-post-item .content-header span img {
  border-radius: 50%;
}
.single-post-item .content-header span i {
  color: #1eae98;
  font-size: 18px;
}
.single-post-item .content-header span a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #47494f;
  transition: all 0.5s ease-out;
}
.single-post-item .content-header span a:hover {
  color: #FFCC7E;
  transition: all 0.5s ease-out;
}
.single-post-item .content-header span a:hover i {
  color: #FFCC7E;
  transition: all 0.5s ease-out;
}

.author-info {
  background-color: #F6F9FF;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  border-radius: 14px;
  position: relative;
  margin: 40px 0 80px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .author-info {
    text-align: center;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }
}
.author-info .author-thumb {
  flex-shrink: 0;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background-color: #FFCC7E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.author-info .author-thumb img {
  border-radius: 50%;
}
.author-info .author-text .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .author-info .author-text .title-wrapper {
    flex-direction: column;
    gap: 16px;
  }
}
.author-info .author-text h3, .author-info .author-text a {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
}
.author-info .author-text .designation {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.author-info .author-text p {
  margin-top: 8px;
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .author-info .author-text p {
    margin-top: 16px;
  }
}
.author-info .author-social-profiles {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.author-info .author-social-profiles a {
  font-size: 18px;
  color: #161616;
  transition: all 0.5s ease-out;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #161616;
}
.author-info .author-social-profiles a:hover {
  transition: all 0.5s ease-out;
  background-color: #161616;
  color: #ffffff;
}
.author-info .author-post a {
  font-size: 16px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  color: #fbeabd;
  border-bottom: 2px solid rgb(255, 103, 49);
  margin-top: 30px;
  display: inline-block;
}
.author-info .author-post a:hover {
  color: rgb(255, 103, 49);
}

.blog-post-nav {
  margin: 40px 0;
  background: #fff;
  padding: 23px 30px;
  padding-bottom: 22px;
  border-radius: 8px;
  border: 1px solid rgb(223, 226, 233);
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .blog-post-nav {
    flex-direction: column;
    padding: 30px;
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .blog-post-nav {
    flex-direction: column;
    padding: 30px;
    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: flex;
  gap: 20px;
  flex-basis: 0;
  flex-grow: 1;
  width: 50%;
}
@media (max-width: 374px) {
  .blog-post-nav .post-navigation {
    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 {
  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: 96px;
  height: 96px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 374px) {
  .blog-post-nav .post-navigation .post-img {
    width: 100% !important;
    height: 150px !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 span {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  color: #ff5b5b;
}
.blog-post-nav .post-navigation .text h4 {
  font-size: 21px;
  margin: 0;
  line-height: 30px;
  text-transform: capitalize;
}

.post-card {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 56px;
  padding-right: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card {
    padding-right: 0;
  }
}
.post-card:hover .image img {
  transform: scale(1.03);
}
.post-card .image {
  overflow: hidden;
  border-radius: 16px;
}
.post-card .image img {
  width: 100%;
  transition: all 0.5s ease-out;
  transform: scale(1);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card .image img {
    width: 100%;
  }
}
.post-card .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 3;
  gap: 24px;
}
.post-card .content .tag-wrapper {
  display: flex;
  gap: 12px;
}
.post-card .content .tag-wrapper .tag-item {
  padding: 4px 12px;
  border-radius: 8px;
  background: #FFF0D8;
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
.post-card .content .tag-wrapper .tag-item:hover {
  background-color: #161616;
  color: #FFF0D8;
}
.post-card .content .post-meta {
  display: inline-flex;
  gap: 17px;
  align-items: center;
}
.post-card .content .post-meta span {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-card .content .post-meta span a {
  color: #333;
}
.post-card .content .post-meta span:hover {
  color: #0066D9;
}
.post-card .content .post-meta .time i {
  color: #333;
  font-size: 8px;
  margin-right: 4px;
}
.post-card .content .title {
  margin: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E7E7;
  letter-spacing: -0.56px;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .post-card .content .title a {
    height: 71px;
    overflow: hidden;
    display: block;
  }
}
.post-card .content .title:hover a {
  color: #0066D9;
}
.post-card .date {
  margin-bottom: 0;
}
.post-card .date-bottom {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: #778196;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card {
    padding-right: 0;
  }
}

.post-card.style-2 {
  padding: 24px 24px 34px 24px;
  border: 1px solid #E7E7E7;
  border-radius: 16px;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card.style-2 .content {
    gap: 12px;
  }
}
.post-card.style-2 .content .tag-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .post-card.style-2 .content .post-meta {
    flex-direction: column;
    gap: 0;
    align-items: start;
  }
}
.post-card.style-2 .content .title {
  padding-top: 24px;
  padding-bottom: 0;
  border-top: 1px solid #E7E7E7;
  border-bottom: none;
}
.post-card.style-2 .content .post-btn {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration-line: underline;
  color: #333;
}
.post-card.style-2 .content .post-btn:hover {
  color: #FFCC7E;
}
.post-card.style-2:hover {
  box-shadow: 0px 20px 40px 0px rgba(199, 206, 218, 0.2);
}

.price-card-wrapper {
  position: relative;
  z-index: 2;
  padding: 24px;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .price-card-wrapper {
    margin-top: 24px;
  }
}
@media (max-width: 1199px) {
  .price-card-wrapper {
    margin-bottom: 24px;
  }
}
.price-card-wrapper .bg-shape {
  width: 100%;
  height: 230px;
  background-color: #F6F9FF;
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.price-card-wrapper .price-card {
  background: #ffffff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 16px;
  z-index: 3;
  position: relative;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
}
.price-card-wrapper .price-card .shape {
  position: absolute;
  top: 0;
  right: 0;
}
.price-card-wrapper .price-card .card-title {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.price-card-wrapper .price-card .card-title .sub-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #161616;
  margin: 0;
}
.price-card-wrapper .price-card .card-title .price .price-heading {
  display: flex;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1px;
  margin-bottom: 0;
  gap: 8px;
  transition: all 0.5s ease-out;
}
.price-card-wrapper .price-card .card-title .price .price-heading .duration {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
}
.price-card-wrapper .price-card .card-title .price .price-desc {
  margin-top: 32px;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  color: #47494f;
}
.price-card-wrapper .price-card .divider {
  position: relative;
}
.price-card-wrapper .price-card .divider:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #E7E7E7;
}
.price-card-wrapper .price-card .list-item-wrapper {
  margin-top: 0;
}
.price-card-wrapper .price-card .list-item-wrapper ul {
  margin-bottom: 0;
}
.price-card-wrapper .price-card .list-item-wrapper ul li {
  padding-top: 16px;
}
.price-card-wrapper .price-card .list-item-wrapper ul li:first-child {
  padding-top: 0;
}
.price-card-wrapper .price-card .price-btn .theme-btn {
  width: 100%;
  justify-content: center;
}
.price-card-wrapper.active .price-card {
  background-color: #FFCC7E;
}
.price-card-wrapper.active .price-card .divider:before {
  background-color: rgba(71, 71, 71, 0.5);
}
.price-card-wrapper.active .price-card .price-btn .theme-btn {
  background-color: #ffffff;
}
.price-card-wrapper.active .price-card .price-btn .theme-btn:hover {
  background-color: #161616;
}

.triangle-shape-card-one {
  width: 200px;
  height: 375px;
  background-color: rgb(255, 103, 49);
  -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;
  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: #FFCC7E;
  -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;
  transform: translateY(50%);
  z-index: 99;
  border-top: 550px solid #fbeabd;
  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 rgb(255, 103, 49);
  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: inline-flex;
  gap: 10px;
  flex-direction: column;
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  .section-title {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-title.mb-70, .section-title.mb-75 {
    margin-bottom: 50px;
  }
}
.section-title .short-title span {
  border-radius: 8px;
  background: #d7ffde;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  padding: 6px 12px;
  color: #1be63f;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .short-title {
    font-size: 20px;
  }
}
.section-title .title {
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.section-title .title .underline {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}
.section-title .title .underline img {
  position: absolute;
  bottom: -12px;
}
@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: 38px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 439px) {
  .section-title .title br {
    display: none;
  }
}
.section-title .desc {
  font-size: 18px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: #333;
  margin-bottom: 0;
  margin-top: 14px;
  line-height: 32px;
}
.section-title .text {
  margin-bottom: 0;
}

p.desc-bubble { color: #333; font-size: 30px; font-weight: bold; font-family: "Questrial"; padding-bottom: 0; }

.section-title .divider {
  width: 72px;
  height: 6px;
  background-color: #FFCC7E;
  margin-top: 16px;
}
.section-title.style-2 {
  display: flex;
}

.section-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 991px) {
  .section-title-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.section-title-wrapper.style-2 {
  justify-content: center;
}

.page-breadcrumb-area {
  padding: 2px 0;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #dcffe2;
}
.page-breadcrumb-area .shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
@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: "DM Sans", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: center;
  color: #161616;
  margin-bottom: 20px;
}
@media (max-width: 375px) {
  .page-heading h3,
  .page-heading .page-title {
    font-size: 32px;
    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;
  }
}

.breadcrumb-wrapper {
  padding: 0 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper {
    padding: 0;
  }
}

.breadcrumb-list {
  text-align: center;
}
.breadcrumb-list ul {
  margin-bottom: 0;
  padding-left: 0;
  display: inline-flex;
  gap: 0 12px;
}
.breadcrumb-list ul li {
  list-style: none;
  display: inline-flex;
  gap: 0 12px;
  align-items: center;
  color: #ffffff;
}
.breadcrumb-list ul li a {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  text-align: center;
  color: #161616;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
  text-decoration: unset;
  transition: all 0.5s ease-out;
}
.breadcrumb-list ul li a:hover {
  transition: all 0.5s ease-out;
  text-decoration: underline;
}
.breadcrumb-list ul li:before {
  content: "\f054";
  font-size: 12px;
  color: #161616;
  font-family: "Font Awesome 6 Pro";
  display: inline-flex;
}
.breadcrumb-list ul li:first-child:before {
  display: none;
}

.wp-block-query-pagination,
.navigation.posts-navigation,
.comment-navigation {
  display: flex;
  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: 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: flex;
  align-items: center;
  justify-content: center;
  color: #47494f;
  background-color: #ffffff;
  border-radius: 6px;
  height: 53px;
  padding: 0 20px;
  transition: all 0.5s ease-out;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #dfe2e9;
  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: rgb(255, 103, 49) !important;
  color: #ffffff;
  border-color: rgb(255, 103, 49);
  transition: all 0.5s ease-out;
}

.basic-pagination,
.page-links,
.wp-block-query-pagination-numbers {
  display: inline-flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.basic-pagination ul,
.page-links ul,
.wp-block-query-pagination-numbers ul {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 12px;
  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: flex;
  align-items: center;
  justify-content: center;
  color: #161616;
  background-color: #F6F9FF;
  border-radius: 8px;
  height: 48px;
  width: 50px;
  transition: all 0.5s ease-out;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  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: #FFCC7E !important;
  color: #161616;
  border-color: #FFCC7E;
  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: #FFCC7E !important;
  color: #161616;
  border-color: rgb(255, 103, 49);
  transition: all 0.5s ease-out;
}
.basic-pagination .page-numbers.next,
.basic-pagination .post-page-numbers.next,
.page-links .page-numbers.next,
.page-links .post-page-numbers.next,
.wp-block-query-pagination-numbers .page-numbers.next,
.wp-block-query-pagination-numbers .post-page-numbers.next {
  background: #FFCC7E;
}

.nav-tab {
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #dfe2e9;
}
.nav-tab li {
  position: relative;
  display: inline-block;
  margin-right: 50px;
  color: #fbeabd;
  font-family: "DM Sans", sans-serif;
  display: inline-block;
  font-size: 21px;
  line-height: 20px;
  padding: 18px 0;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .nav-tab li {
    margin-right: 26px;
  }
}
@media (max-width: 575px) {
  .nav-tab li {
    padding: 16px 0;
  }
}
.nav-tab li:hover {
  color: rgb(255, 103, 49);
  transition: all 0.5s ease-out;
}
.nav-tab li:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: rgb(255, 103, 49);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
}
@media (max-width: 575px) {
  .nav-tab li {
    width: 100%;
    margin: 0;
  }
}
.nav-tab li:last-child {
  margin-right: 0;
}
.nav-tab li.active {
  color: rgb(255, 103, 49);
}
.nav-tab li.active:before {
  width: 100%;
  visibility: visible;
  opacity: 1;
  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: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f3f7fc;
}
.time-card-wrapper .time-card-item {
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  position: relative;
}
.time-card-wrapper .time-card-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.time-card-wrapper .time-card-item::after {
  content: "";
  width: 3px;
  height: 100%;
  right: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  position: absolute;
  background: #dde4f6;
}
@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: #ffffff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
@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 {
  padding: 6px 0;
  background: rgb(255, 103, 49);
  display: flex;
  justify-content: center;
}
.time-card-wrapper .time-card-item .time-card-desc .title h2 {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 21px;
  line-height: 60px;
  font-weight: 700;
  color: #ffffff;
}
.time-card-wrapper .time-card-item .time-card-desc .desc {
  padding: 40px;
}
.time-card-wrapper .time-card-item .time-card-desc .desc p {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #47494f;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .time-card-wrapper .time-card-item .time-card-desc .desc {
    padding: 20px;
  }
}
.time-card-wrapper .time-card-item .circle-wrapper {
  position: relative;
  width: 248px;
  padding-top: 35px;
}
@media (max-width: 991px) {
  .time-card-wrapper .time-card-item .circle-wrapper {
    padding: 0;
  }
}
.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: 18px;
  min-height: 18px;
  border-radius: 50px;
  background: rgb(255, 103, 49);
  flex-shrink: 0;
  position: absolute;
  z-index: 3;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.time-card-wrapper .time-card-item .circle-wrapper .time-card-circle:after {
  content: "";
  width: 100%;
  height: 3px;
  right: 0;
  left: 0;
  top: 50%;
  position: absolute;
  background: #dde4f6;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .time-card-wrapper .time-card-item .circle-wrapper .time-card-circle:after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3px;
    height: 100%;
  }
}
.time-card-wrapper .time-card-item .time-card-time {
  margin-top: 10px;
}
.time-card-wrapper .time-card-item .time-card-time .time-card-date {
  color: #f3f8fc;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  background-color: #1eae98;
  display: inline-block;
  border-radius: 50px;
  padding: 9px 35px;
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .time-card-wrapper .time-card-item {
    flex-direction: column-reverse;
    padding: 0;
    align-items: center;
    padding-bottom: 30px;
  }
  .time-card-wrapper .time-card-item:nth-of-type(even) {
    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 {
    flex-direction: column-reverse;
    padding: 30px 0;
    align-items: center;
    padding-bottom: 30px;
  }
  .time-card-wrapper .time-card-item:nth-of-type(even) {
    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 {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background: rgb(255, 103, 49);
  display: flex;
  align-items: center;
  justify-content: center;
}
.time-card-wrapper .time-card-arrow i {
  font-size: 16px;
  color: #ffffff;
}

.project-detail-area {
  padding-top: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-detail-area {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-detail-area {
    padding-top: 100px;
  }
}
.project-detail-area .section-title .desc {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .project-detail-area .mt-65 {
    margin-top: 45px;
  }
}
.project-detail-area .image {
  overflow: hidden;
  border-radius: 12px;
}
.project-detail-area .image:hover img {
  transform: scale(1.03);
}
.project-detail-area img {
  transform: scale(1);
  transition: all 0.5s ease-out;
}

.project-details-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #fbeabd;
  margin: 0;
}
.project-details-title.last-item {
  padding-bottom: 56px;
  border-bottom: 1px solid #E7E7E7;
}

.simillar-project-title h2 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  color: #fbeabd;
  margin: 0;
}
@media (max-width: 767px) {
  .simillar-project-title h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .simillar-project-title {
    margin-bottom: 30px;
  }
}

.info-wrapper {
  display: flex;
  gap: 40px;
}

.project-details-title {
  margin-top: 56px;
}
.project-details-title h3, .project-details-title p {
  margin: 0;
}
.project-details-title p {
  margin-top: 16px;
  color: #333;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.image-wrapper {
  display: inline-flex;
  gap: 40px;
  margin-top: 56px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.image-wrapper .image {
  border-radius: 12px;
  overflow: hidden;
}
.image-wrapper .image img {
  transform: scale(1.01);
}
.image-wrapper .image:hover img {
  transform: scale(1.03);
  transition: all 0.5s ease-out;
}

.list-item-wrapper {
  margin-top: 32px;
}
.list-item-wrapper ul {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .list-item-wrapper ul li {
    align-items: start !important;
  }
  .list-item-wrapper ul li:before {
    margin-top: 6px;
  }
}

.project-info-widget {
  padding: 40px 48px 35px 48px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
  border: 1px solid #E7E7E7;
}
@media (max-width: 991px) {
  .project-info-widget {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-info-widget {
    padding: 28px 40px;
  }
}
.project-info-widget .info-item {
  display: flex;
  flex-direction: column;
  padding: 24px 0;
  border-bottom: 1px solid #E7E7E7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-info-widget .info-item {
    padding: 6px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-info-widget .info-item {
    padding: 13px 0;
  }
}
.project-info-widget .info-item:first-child {
  padding-top: 0;
}
.project-info-widget .info-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.project-info-widget .info-item h6 {
  margin: 0;
  color: #161616;
}
.project-info-widget .info-item p {
  margin: 0;
  color: #333;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.more-project-area {
  padding: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .more-project-area {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .more-project-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .more-project-area .section-title-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
.more-project-area .project-card {
  margin-top: 56px;
}

.list-item-wrapper ul {
  padding-left: 0;
}
.list-item-wrapper ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0 8px;
  padding-top: 8px;
  color: #161616;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .list-item-wrapper ul li {
    align-items: start;
  }
}
.list-item-wrapper ul li:last-child {
  padding-bottom: 0;
}
.list-item-wrapper ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  color: #161616;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 50px;
  background: #FFCC7E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .list-item-wrapper ul li:before {
    margin-top: 6px;
  }
}
.list-item-wrapper.style-2 ul li {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.list-item-wrapper.style-2 ul li:before {
  background-color: transparent;
  border: 1px solid #161616;
}

@media (max-width: 991px) {
  .sidebar {
    padding-left: 0;
    padding-top: 40px;
  }
}

.page-sidebar {
  margin-bottom: 50px;
  padding-left: 18px;
}

/* Widget */
.widget {
  background-color: #F6F9FF;
  padding: 32px;
  border-radius: 12px;
  margin-bottom: 40px;
  /* 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 */
}
.widget:last-child {
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget {
    padding: 30px;
  }
}
.widget ol,
.widget ul {
  margin-bottom: 0;
}
.widget .widget-instagram-feed {
  width: 315px;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .widget .widget-instagram-feed {
    width: 220px;
  }
}
@media (max-width: 374px) {
  .widget .widget-instagram-feed {
    width: 200px;
  }
}
.widget .widget-instagram-feed .single-instagram-feed {
  width: 96px;
  height: 96px;
}
.widget .wp-block-heading,
.widget .widget-title,
.widget .wp-block-search__label {
  display: flex;
  align-items: center;
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -0.76px;
  position: relative;
  margin-bottom: 32px;
}
.widget .wp-block-social-links .wp-social-link {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.widget .wp-block-social-links .wp-social-link a {
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  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 {
  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 {
  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 {
  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 {
  line-height: 28px;
  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 {
  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 {
  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 {
  color: #47494f;
}
.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 {
  display: inline !important;
  text-transform: capitalize;
  line-height: 28px;
  font-weight: 400;
}
.widget .wp-block-latest-comments li a:hover,
.widget .wp-block-latest-posts li a:hover {
  color: #FFCC7E;
}
.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 {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.widget .social-profile {
  justify-content: flex-start;
}
.widget .social-profile a {
  width: 60px;
  height: 60px;
  background-color: #FFCC7E;
  color: #ffffff;
  transition: all 0.5s ease-out;
  border-radius: 50px;
  flex-shrink: 0;
  flex-wrap: wrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .widget .social-profile a {
    width: 40px;
    height: 40px;
  }
}
.widget .social-profile a.facebook {
  background-color: #1877f2;
}
.widget .social-profile a.twitter {
  background-color: #1da1f2;
}
.widget .social-profile a.linkedin {
  background-color: #0a66c2;
}
.widget .social-profile a.instagram {
  background-color: #405de6;
}
.widget .social-profile a:hover {
  color: #ffffff;
  transition: all 0.5s ease-out;
  background-color: rgb(255, 103, 49);
}
.widget select {
  max-width: 100%;
  height: 50px;
  width: 100%;
  border: 1px solid transparent;
  padding: 0 10px;
  border-radius: 5px;
  color: #47494f;
  margin-bottom: 0;
}
.widget .has-login-form .login-username label,
.widget .has-login-form .login-password label {
  margin-bottom: 10px;
}
.widget .has-login-form .login-username input,
.widget .has-login-form .login-password input {
  max-width: 100%;
  height: 50px;
  width: 100%;
  border: 1px solid #31373f;
  padding: 0 10px;
  border-radius: 5px;
  color: #47494f;
}
.widget .has-login-form .login-remember label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.widget .has-login-form .login-submit {
  margin-bottom: 0;
}
.widget .has-login-form .login-submit input.button-primary {
  display: inline-flex;
  background: #FFCC7E;
  color: #fff;
  padding: 12px 32px;
  text-align: center;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-size: 16px;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
}
.widget .search-form {
  display: flex !important;
}
.widget .search-form button {
  width: 62px;
  flex-shrink: 0;
}
.widget .wp-block-search__no-button.wp-block-search input {
  border-radius: 10px;
}
.widget .wp-block-search {
  margin-bottom: -2px;
}
.widget .wp-block-search,
.widget .search-form {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 50px;
  background-color: #ffffff;
  border: 1px solid #E7E7E7;
}
.widget .wp-block-search .wp-block-search__inside-wrapper,
.widget .search-form .wp-block-search__inside-wrapper {
  display: flex;
  padding: 0 !important;
}
.widget .wp-block-search label,
.widget .search-form label {
  font-size: 24px;
  display: block;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fbeabd;
  font-family: "DM Sans", sans-serif;
}
.widget .wp-block-search input,
.widget .search-form input {
  background-color: #ffffff;
  padding: 0 25px;
  height: 60px;
  width: 100%;
  color: #47494f;
  font-size: 15px;
}
.widget .wp-block-search button,
.widget .search-form button {
  color: #ffffff;
  padding: 0 20px;
  position: relative;
  right: 0;
  background-color: #161616;
  top: 0;
  height: auto;
  border-radius: 50%;
  line-height: 0;
  border: 0;
  margin-left: 0 !important;
}
.widget .wp-block-search button i,
.widget .search-form button i {
  font-size: 24px;
  color: #ffffff;
}
.widget .tagcloud,
.widget .wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.widget .tagcloud a,
.widget .wp-block-tag-cloud a {
  color: #161616;
  background-color: #ffffff;
  display: flex;
  padding: 4px 12px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  transition: all 0.5s ease-out;
}
.widget .tagcloud a:hover,
.widget .wp-block-tag-cloud a:hover {
  color: #161616;
  background: #FFCC7E;
  border-color: #FFCC7E;
  transition: all 0.5s ease-out;
}
.widget ul,
.widget ol {
  margin-bottom: 0;
  padding-left: 0;
  /* Tag Cloud Widget */
}
.widget ul li,
.widget ol li {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #dfe2e9;
  /* Recent Comment Widget */
}
.widget ul li:first-child,
.widget ol li:first-child {
  padding-top: 0;
}
.widget ul li:last-child,
.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 {
  display: block;
}
.widget ul li.recentcomments a,
.widget ol li.recentcomments a {
  padding-left: 0;
  display: inline;
}
.widget ul li.recentcomments a:before,
.widget ol li.recentcomments a:before {
  display: none;
}
.widget ul li a,
.widget ol li a {
  color: #47494f;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.5s ease-out;
  /* RSS Widget */
}
.widget ul li a:hover,
.widget ol li a:hover {
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
.widget ul li a.rsswidget,
.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 {
  display: none;
}
.widget ul li ul,
.widget ol li ul {
  padding-left: 25px;
  padding-top: 10px;
}
.widget ul.wp-tag-cloud li,
.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 {
  display: none;
}
.widget.widget_categories ul li, .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 {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.widget.widget_categories ul li a, .widget.widget_archive ul li a {
  float: left;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #161616;
}
.widget.widget_contact_us {
  text-align: center;
}
.widget.widget_contact_us .theme-btn {
  margin-top: 32px;
}

/* About Info Widget*/
.widget-about-info {
  display: flex;
  align-items: flex-start;
  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: flex;
  align-items: center;
  gap: 10px;
  padding-top: 30px;
  border-top: 1px solid #dfe2e9;
  width: 100%;
  margin-top: 10px;
}
.widget-about-info .social-profile a {
  transition: all 0.5s ease-out;
  width: 44px;
  height: 44px;
  background-color: #f3f4f8;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fbeabd;
  transition: all 0.5s ease-out;
}
.widget-about-info .social-profile a:hover {
  color: #ffffff;
  transition: all 0.5s ease-out;
  background-color: #FFCC7E;
}

/* 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: #fbeabd;
}
.widget_rss ul li a.rsswidget:hover {
  color: #FFCC7E;
}

.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: flex;
  gap: 20px;
  margin-bottom: 0px;
  align-items: center;
  padding: 32px 0;
}
.widget_latest_post ul li:hover .latest-post-thumb img {
  transform: scale(1.03);
  transition: all 0.5s ease-out;
}
.widget_latest_post ul li:first-child {
  padding-top: 0;
}
.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 {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 6px;
}
.widget_latest_post ul li .latest-post-thumb img {
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
  color: #fbeabd;
  font-family: "DM Sans", sans-serif;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title a {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #161616;
  position: relative;
  text-transform: capitalize;
  transition: all 0.5s ease-out;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title a:hover {
  color: #0066D9;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.widget_latest_post ul li .latest-post-desc .latest-post-meta {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 8px;
  color: #47494f;
}

.widget-instagram-feed {
  display: grid;
  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;
  flex-shrink: 0;
}
.widget-instagram-feed .single-instagram-feed:hover img {
  transform: scale(1.1);
  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;
  transform: scale(1);
  transition: all 0.5s ease-out;
}

.widget_promotion {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #161616;
}
.widget_promotion .wp-block-heading {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 10px;
}
.widget_promotion .secondary-btn {
  display: inline-block;
  background: rgb(255, 103, 49);
  color: #fbeabd;
  padding: 12px 104px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-out;
  font-size: 16px;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}
.widget_promotion .secondary-btn i {
  color: #fff;
  font-size: 16px;
}
.widget_promotion .secondary-btn:hover {
  transition: all 0.5s ease-out;
  background-color: #ffffff;
  border-color: #ffffff;
}
.widget_promotion p {
  color: rgba(255, 255, 255, 0.53);
  margin-bottom: 32px;
}

.single-post-item .single-post-meta {
  gap: 32px;
}

@media (max-width: 1199px) {
  .service-sidebar {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .service-sidebar {
    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: inline-flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  color: #fbeabd;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
}
.widget_service_categories ul li a i {
  color: #1eae98;
  font-size: 24px;
  font-weight: 700;
}
@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: rgb(255, 103, 49);
  color: #ffffff;
}
.widget_service_categories ul li a:hover i {
  color: #ffffff;
}
.widget_service_categories ul li.active a {
  background: rgb(255, 103, 49);
  color: #ffffff;
}
.widget_service_categories ul li.active a i {
  color: #ffffff;
}

.widget_service_promotion {
  padding: 44px 40px;
  text-align: center;
  background-color: #161616;
  position: relative;
  overflow: hidden;
}
.widget_service_promotion .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 91, 172);
  background: linear-gradient(135deg, rgba(0, 91, 172, 0.83) 0%, rgb(30, 174, 152) 100%);
}
.widget_service_promotion .widget-subtitle {
  position: relative;
  z-index: 0;
}
.widget_service_promotion .widget-subtitle p {
  color: rgb(255, 103, 49);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 60px;
  font-weight: 700;
  margin: 0;
}
.widget_service_promotion .promotion-card {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.widget_service_promotion .promotion-card h4 {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin: 0;
}
.widget_service_promotion .promotion-card .secondary-btn {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
}
.widget_service_promotion .promotion-card .secondary-btn .icon {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background: #1eae98;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.widget_service_promotion .promotion-card .secondary-btn .icon i {
  color: #ffffff;
}
.widget_service_promotion .promotion-card .secondary-btn .btn-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.widget_service_promotion .promotion-card .secondary-btn .btn-text p {
  margin: 0;
  text-align: start;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
.widget_service_promotion .promotion-card .secondary-btn .btn-text h4 {
  margin: 0;
  text-align: start;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}
@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 #dfe2e9;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: #ffffff;
}
.widget_service_brochura .widget-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.widget_service_brochura .widget-title-wrapper .widget-subtitle {
  color: rgb(255, 103, 49);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}
.widget_service_brochura .widget-title-wrapper .widget-title {
  color: #fbeabd;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.widget_service_brochura .widget-title-wrapper .widget-title:before {
  display: none;
}
.widget_service_brochura .button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.widget_service_brochura .button-wrapper .btn-text {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.widget_service_brochura .button-wrapper .pdf {
  padding: 18px;
  border-radius: 6px;
  background-image: linear-gradient(45deg, rgb(227, 0, 8) 0%, rgb(250, 174, 0) 100%);
}
.widget_service_brochura .button-wrapper .doc {
  padding: 18px;
  border-radius: 6px;
  background: rgb(0, 91, 172);
  background: linear-gradient(135deg, rgba(0, 91, 172, 0.83) 0%, rgb(30, 174, 152) 100%);
}

.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: 24px;
  line-height: 28px;
  margin-bottom: 30px;
}

/* 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 {
  flex-basis: 80px !important;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-avatar {
  width: 100px;
  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: 700;
  font-family: "DM Sans", sans-serif;
  color: #fbeabd;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-edit-link a {
  color: #FFCC7E;
}
.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: "DM Sans", sans-serif;
}
.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: 700;
  color: #fbeabd;
  border: 1px solid rgb(255, 103, 49);
  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: rgb(255, 103, 49);
  color: #ffffff;
  transition: all 0.5s ease-out;
}

/* Block Comment End */
.latest-comments .comment-respond {
  margin-top: 80px;
}
.latest-comments li .children .comments-box {
  margin-left: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-comments li .children .comments-box {
    margin-left: 0;
  }
}
.latest-comments li .children .children .comments-box {
  margin-left: 100px;
  border-top: 1px solid #D2D2D2;
}
.latest-comments li .comments-box {
  padding: 50px;
  border: 1px solid #dfe2e9;
  border-radius: 8px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .latest-comments li .comments-box {
    padding: 30px;
  }
}
.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: 30px;
  width: 100px;
  border-radius: 50px;
}
.latest-comments li .comments-box .comments-text {
  overflow: hidden;
}
.latest-comments li .comments-box .comments-text p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #47494f;
}
.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: 21px;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.latest-comments li .comments-box .comments-text .avatar-name span {
  color: #9ba8c3;
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
@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: inline-flex;
  align-items: center;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #161616;
  border: 1px solid #161616;
  padding: 4px 26px;
  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: rgb(255, 103, 49);
  color: #ffffff;
  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: 20px;
}

/*Comment Input Filed*/
.post-comments-title .sub-title {
  font-size: 18px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  color: rgb(255, 103, 49);
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.post-comments-title h2 {
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 47px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-comments-title h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.post-comments-title h2 small {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #FFCC7E;
}

.comment-respond {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 18px;
  position: relative;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .comment-respond {
    padding: 30px;
  }
}
.comment-respond p {
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .comment-respond .contacts-email {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .comment-respond .contacts-email {
    margin-left: 0;
  }
}
.comment-respond label {
  display: block;
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 8px;
}
.comment-respond .checkbox-field-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  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: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
.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 24px;
  height: 57px;
  width: 100%;
  color: #778196;
  opacity: 1;
  border: 1px solid #E7E7E7 !important;
  border-radius: 5px;
  font-family: "Questrial", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  background-color: #F6F9FF;
  border-radius: 8px;
}
.comment-respond *::-moz-placeholder {
  color: #A3A3A3;
  opacity: 1;
}
.comment-respond *::placeholder {
  color: #A3A3A3;
}
.comment-respond textarea {
  resize: vertical;
  padding: 20px;
  width: 100%;
  color: #778196;
  border: 1px solid #E7E7E7 !important;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  background-color: #F6F9FF;
  font-family: "Questrial", sans-serif !important;
  height: 144px;
  margin-bottom: 12px;
}
.comment-respond input:focus,
.comment-respond textarea:focus,
.comment-respond .form-select:focus {
  outline: none !important;
  box-shadow: none;
  border-color: #FFCC7E !important;
  transition: all 0.4s ease 0s;
}

.comment-respond.style-two {
  margin: 0;
  background-color: transparent;
  padding: 82px 88px 82px 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-respond.style-two {
    padding: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .comment-respond.style-two {
    padding: 30px;
  }
}
.comment-respond.style-two .post-comments-title h2 {
  color: #ffffff;
}
.comment-respond.style-two label {
  color: #c7cdda;
}
.comment-respond.style-two .nice-select:after {
  border-color: transparent transparent #c7cdda transparent;
}
.comment-respond.style-two input[type=radio]::before,
.comment-respond.style-two input[type=checkbox]::before {
  background-color: transparent;
}
.comment-respond.style-two .single-input-field p {
  margin-bottom: 0;
}
.comment-respond.style-two .single-input-field input,
.comment-respond.style-two .single-input-field select,
.comment-respond.style-two .single-input-field textarea {
  background-color: transparent;
  color: #c7cdda;
  border-color: #739bbf !important;
  box-shadow: none;
}
.comment-respond.style-two .single-input-field .nice-select {
  color: #c7cdda;
  border-color: #739bbf !important;
}
.comment-respond.style-two .single-input-field input:focus,
.comment-respond.style-two .single-input-field textarea:focus,
.comment-respond.style-two .single-input-field .form-select:focus,
.comment-respond.style-two .single-input-field .nice-select:focus {
  border-color: #1eae98 !important;
}
.comment-respond.style-two .single-input-field *::-moz-placeholder {
  color: #c7cdda;
  opacity: 1;
}
.comment-respond.style-two .single-input-field *::placeholder {
  color: #c7cdda;
}
.comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field .form-check-input,
.comment-respond.style-two .checkbox-field-wrapper .wpcf7-list-item .form-check-input {
  background-color: transparent;
  border-color: #739bbf !important;
}
.comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field input[type=checkbox],
.comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field input[type=radio],
.comment-respond.style-two .checkbox-field-wrapper .wpcf7-list-item input[type=checkbox],
.comment-respond.style-two .checkbox-field-wrapper .wpcf7-list-item input[type=radio] {
  border-color: #739bbf !important;
}
.comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field input[type=checkbox]:checked,
.comment-respond.style-two .checkbox-field-wrapper .single-checkbox-field input[type=radio]:checked,
.comment-respond.style-two .checkbox-field-wrapper .wpcf7-list-item input[type=checkbox]:checked,
.comment-respond.style-two .checkbox-field-wrapper .wpcf7-list-item input[type=radio]:checked {
  border-color: #1eae98 !important;
}
.comment-respond.style-three {
  margin: 0;
}
.comment-respond.style-three input,
.comment-respond.style-three select,
.comment-respond.style-three textarea {
  border: 1px solid rgb(223, 226, 233) !important;
  box-shadow: none;
}
.comment-respond.style-three input:focus,
.comment-respond.style-three textarea:focus,
.comment-respond.style-three .form-select:focus,
.comment-respond.style-three .nice-select:focus {
  border-color: #FFCC7E !important;
}

.team-member-card {
  position: relative;
  padding: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #E7E7E7;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.team-member-card:hover {
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
}
.team-member-card:hover .sketch {
  visibility: visible;
  transform: translate(0%, 0%);
  opacity: 1;
}
.team-member-card .sketch {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(50%, -50%);
  transition: all 0.5s ease-out;
}
.team-member-card .image {
  border-radius: 50%;
  margin-bottom: 32px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-member-card .image.blue {
  background-color: #9CD9F1;
}
.team-member-card .image.primary {
  background-color: #FFCC7E;
}
.team-member-card .image.pink {
  background-color: #FFCBDF;
}
.team-member-card .image.green {
  background-color: #92DABB;
}
.team-member-card .content {
  text-align: center;
}
.team-member-card .content .title {
  margin-bottom: 4px;
}
.team-member-card .content .title a:hover {
  color: #0066D9;
}
.team-member-card .content .desc {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  color: #333;
  margin-bottom: 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: flex;
  gap: 24px;
  flex-direction: row;
  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;
  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;
  transition: all 0.5s ease-out;
}
.team-member-slider-wrapper .slick-dots li.slick-active {
  transition: all 0.5s ease-out;
  outline: 2px solid rgb(252, 133, 91);
}
.team-member-slider-wrapper .slick-dots li.slick-active button {
  transition: all 0.5s ease-out;
}

.portfolio-slider-area.style-2 {
  background-color: #dcffe2;
}
.portfolio-slider-area.style-2 .section-title {
  margin-bottom: 56px;
}
.portfolio-slider-area.style-2 .section-title .title {
  margin-bottom: 0;
}
.portfolio-slider-area.style-2 .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
}

.portfolio-slider-wrapper {
  position: relative;
}
.portfolio-slider-wrapper .slick-list {
  margin: 0 -12px;
}
.portfolio-slider-wrapper .slick-list .slick-slide {
  margin: 0 12px;
  transition: all 0.5s ease-out;
}
.portfolio-slider-wrapper .slick-list .slick-slide.slick-active {
  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: #ffffff;
  border: 1px solid rgb(255, 103, 49);
  cursor: pointer;
  top: -90px;
  overflow: hidden;
  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%;
  transform: translate(-50%, -50%);
  color: #fbeabd;
  font-size: 16px;
  transition: all 0.5s ease-out;
}
.portfolio-slider-wrapper button.portfolio-arrow-btn:hover {
  transition: all 0.5s ease-out;
  background: rgb(227, 0, 8);
  background: linear-gradient(45deg, rgb(227, 0, 8) 0%, rgb(250, 174, 0) 100%);
  border-color: rgb(255, 103, 49);
}
.portfolio-slider-wrapper button.portfolio-arrow-btn:hover i {
  color: #ffffff;
  transition: all 0.5s ease-out;
}

.hero-area {
  position: relative;
}
.hero-area .sketch {
  position: absolute;
  top: 50px;
  left: 32px;
  transform: translate(50%, 50%);
  animation: ZoomInOut 2s linear infinite alternate;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area .sketch {
    display: none;
  }
}
.hero-area .sketch-2 {
  position: absolute;
  top: 0;
  right: 50px;
  animation: ZoomInOut 2s linear infinite alternate;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area .sketch-2 {
    display: none;
  }
}
.hero-area .content-wrapper {
  margin-bottom: 47px;
}
@media (max-width: 991px) {
  .hero-area .content-wrapper {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area .video-popup-btn .swip {
    display: none;
  }
}

.about-us-area.style-1 {
  padding: 120px 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .about-us-area.style-1 {
    padding: 144px 0 !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .about-us-area.style-1 {
    padding: 144px 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.style-1 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-us-area.style-1 {
    padding-top: 42px;
    padding: 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.style-1 .about-image-card .main-img {
    transform: translate(15%, 0);
  }
}
.about-us-area.style-1 .about-info-card {
  margin-left: -4px;
}
.about-us-area.style-1 .about-info-card .section-title {
  margin-top: -5px;
}
@media (min-width: 991px) {
  .about-us-area.style-1 .about-info-card .section-title .title br {
    display: none;
  }
}
.about-us-area.style-1 .about-info-card .section-title .desc {
  padding-right: 12px;
  line-height: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-us-area.style-1 .about-info-card .section-title .desc {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .about-us-area.style-1 .about-info-card {
    margin-top: 48px;
  }
}

.portfolio-slider-area.style-1 {
  padding: 121px 0;
  background-color: #FBF8EE;
}
.portfolio-slider-area.style-1 .section-title .title .underline img {
  bottom: 0;
}
.portfolio-slider-area.style-1 .theme-btn {
  margin-right: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-slider-area.style-1 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slider-area.style-1 {
    padding: 100px 0;
  }
}
.portfolio-slider-area.style-1 .section-title .title {
  padding-right: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-slider-area.style-1 .section-title .title {
    padding-right: 0;
  }
}

.testimonial-slider-area {
  padding: 121px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.client-logo-area {
  padding-top: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .client-logo-area {
    padding-top: 100px;
  }
}

.why-choose-area.style-1 {
  padding: 120px 0;
  background-color: #FBF8EE;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .why-choose-area.style-1 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-area.style-1 {
    padding: 100px 0;
  }
}
.why-choose-area.style-1 .sketch {
  position: absolute;
  bottom: 70px;
  right: 104px;
  transform: translate(-50%, -50%);
  animation: WhyChooseLeftRight 2s linear infinite alternate;
}
@keyframes WhyChooseLeftRight {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-40%, -50%);
  }
}
@media (max-width: 991px) {
  .why-choose-area.style-1 .sketch {
    display: none;
  }
}
.why-choose-area.style-1 .about-info-card {
  margin-left: 9px;
  margin-top: 5px;
  margin-right: 9px;
}
.why-choose-area.style-1 .about-info-card .desc {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .why-choose-area.style-1 .about-info-card {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .why-choose-area.style-1 .btn-wrapper {
    text-align: center;
  }
}
.latest-post-area.style-1 {
  padding: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-post-area.style-1 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-post-area.style-1 {
    padding: 100px 0;
  }
}

.faq-area.style-1 {
  padding: 120px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-area.style-1:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/shape/faq-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.faq-area.style-1 .accordion {
  margin-top: 56px;
}
.faq-area.style-1 .accordion .accordion-item {
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area.style-1 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area.style-1 {
    padding: 100px 0;
  }
}

.subscribe-form-area.style-1 {
  padding: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-form-area.style-1 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-form-area.style-1 {
    padding: 100px 0;
  }
}

.client-logo-area.style-1.style-2 {
  padding: 119px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .client-logo-area.style-1.style-2 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-logo-area.style-1.style-2 {
    padding: 100px 0;
  }
}

.service-area.style-2 .service-area-inner .service-btn {
  margin-top: 0 !important;
}
.service-area.style-2 .service-area-inner .icon-card-wrapper .icon-card.style-2 {
  margin: 0;
}

.counter-up-area.style-2 {
  position: relative;
  padding-bottom: 120px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-up-area.style-2 {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-up-area.style-2 {
    padding-bottom: 80px;
  }
}

.portfolio-slider-area.style-2 {
  padding: 120px 0;
}
.portfolio-slider-area.style-2 .section-title .title {
  padding-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-slider-area.style-2 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slider-area.style-2 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-slider-area.style-2 {
    padding: 80px 0;
  }
}

.why-choose-area.style-2 {
  padding: 120px 0;
  background-color: #FBF8EE;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .why-choose-area.style-2 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-area.style-2 {
    padding: 100px 0;
  }
}
.why-choose-area.style-2 .about-info-card {
  margin-top: 6px;
}
.why-choose-area.style-2 .about-info-card .section-title {
  text-align: start;
  align-items: start;
}
.why-choose-area.style-2 .about-info-card .list-item-wrapper {
  margin-top: 0;
}
@media (max-width: 991px) {
  .why-choose-area.style-2 .about-info-card {
    margin-top: 40px;
  }
}

.team-area.style-1 {
  padding: 120px 0;
}
.team-area.style-1 .section-title {
  margin-bottom: 56px;
}
.team-area.style-1 .theme-btn {
  margin-top: 56px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-area.style-1 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area.style-1 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-area.style-1 {
    padding: 80px 0;
  }
  .team-area.style-1 .team-member-card {
    padding: 30px;
  }
}

.appointment-area.style-2 {
  margin-bottom: -261px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-area.style-2 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .appointment-area.style-2 {
    margin-top: 70px;
  }
}
.appointment-area.style-2 .form-image-mr {
  padding-right: 56px !important;
}
.appointment-area.style-2 .form-image-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.appointment-area.style-2 .appointment-area-two-inner {
  margin: 0;
}

.faq-area.style-2 {
  padding: 120px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-area.style-2 .content-wrapper {
  position: relative;
}
@media (max-width: 991px) {
  .faq-area.style-2 .content-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .faq-area.style-2 .content-wrapper .btn-wrapper {
    text-align: center;
  }
}
.faq-area.style-2 .content-wrapper .sketch {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 50%);
}
.faq-area.style-2 .section-title {
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area.style-2 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area.style-2 {
    padding: 100px 0;
  }
}

.brand-slider-area.style-2 {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .brand-slider-area.style-2 {
    padding: 70px 0;
  }
}

.about-us-area.style-2 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@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: 60px;
  }
}

@media (max-width: 991px) {
  .form-image-wrapper {
    height: 350px;
    overflow: hidden;
  }
}
.form-image-wrapper img {
  width: 100%;
}

.latest-posts-area.style-2 {
  padding-top: 104px;
  padding-bottom: 108px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-posts-area.style-2 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .latest-posts-area.style-2 {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.latest-posts-area.style-2 .section-title {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .latest-posts-area.style-2 .section-title {
    margin-bottom: 50px;
  }
}
.latest-posts-area.style-2 .home-two-post-card-padding {
  padding-left: 68px;
}
@media (max-width: 1199px) {
  .latest-posts-area.style-2 .home-two-post-card-padding {
    padding-left: 12px;
  }
}

.team-slider-area.style-1 {
  padding-top: 138px;
  padding-bottom: 144px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-slider-area.style-1 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-slider-area.style-1 {
    padding: 70px 0;
  }
}

.service-slider-area {
  padding-bottom: 144px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service-slider-area {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .service-slider-area .section-title .desc br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-slider-area .section-title .desc br {
    display: none;
  }
}

.why-choose-us-area.style-1 {
  padding-top: 138px;
  padding-bottom: 103px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-us-area.style-1 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .why-choose-us-area.style-1 {
    padding-top: 70px;
    padding-bottom: 34px;
  }
}
.why-choose-us-area.style-1 .section-title {
  padding-right: 100px;
}
@media (max-width: 1399px) {
  .why-choose-us-area.style-1 .section-title {
    padding-right: 12px;
  }
}
@media (max-width: 991px) {
  .why-choose-us-area.style-1 .section-title {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-us-area.style-1 .section-title .title br {
    display: none;
  }
}
.why-choose-us-area.style-1 .icon-card-left-padding {
  padding-left: 134px;
}
@media (max-width: 1399px) {
  .why-choose-us-area.style-1 .icon-card-left-padding {
    padding-left: 12px;
  }
}

.why-choose-area.style-3 {
  padding-bottom: 120px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .why-choose-area.style-3 {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-area.style-3 {
    padding-bottom: 100px;
  }
}
.why-choose-area.style-3 .about-info-card.style-2 .section-title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .why-choose-area.style-3 .about-info-card {
    margin-bottom: 40px;
  }
}

.review-slider-area.style-1 {
  padding: 120px 0;
  padding-bottom: 86px;
  background-color: #dcffe2;
}
.review-slider-area.style-1 .review-card {
  width: 384px !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .review-slider-area.style-1 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review-slider-area.style-1 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .review-slider-area.style-1 {
    padding: 80px 0;
  }
}

.contact-info-area {
  padding-top: 108px;
  padding-bottom: 133px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-info-area {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-area {
    padding: 100px 0;
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .contact-info-area .icon-card.style-3 {
    margin-top: 24px;
  }
}
.contact-info-area .icon-card.style-3 .icon {
  width: 92px;
  height: 92px;
}

.contact-form-area {
  padding: 120px 0;
  background-color: #FBF8EE;
}
@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 .comment-respond {
  margin-left: 26px;
  padding: 40px;
  margin-top: 0;
  border-radius: 12px;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
}
@media (max-width: 991px) {
  .contact-form-area .comment-respond {
    margin-top: 24px;
    margin-left: 0;
  }
}
.contact-form-area .comment-respond textarea {
  margin-bottom: 0;
}
.contact-form-area .comment-respond .g-6 {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-form-area .comment-respond .g-6 {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
  }
}
.contact-form-area .video-popup-card {
  border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .contact-form-area .video-popup-card {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .contact-form-area .video-popup-card .video-popup-image {
    height: 100%;
  }
}
.contact-form-area .video-popup-card img {
  max-height: 601px;
}

.contact-map-area {
  padding-top: 144px;
  padding-bottom: 134px;
}
@media (max-width: 991px) {
  .contact-map-area {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .contact-map-area {
    padding: 70px 0;
  }
}
.contact-map-area .map-wodget iframe {
  height: 380px;
}

.contact-title {
  text-align: center;
}
.contact-title h2 {
  font-size: 48px;
  color: #fbeabd;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-title h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-title h2 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-title h2 {
    font-size: 32px;
    line-height: 30px;
  }
}

.pricing-page-price-card-wrapper {
  background-color: #eef5f8;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 991px) {
  .pricing-page-price-card-wrapper {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .pricing-page-price-card-wrapper {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

.pricing-page-why-choose-us {
  padding-top: 122px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1199px) {
  .pricing-page-why-choose-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .pricing-page-why-choose-us {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}
.pricing-page-why-choose-us .why-choose-card-wrapper {
  padding-left: 110px;
}
@media (max-width: 991px) {
  .pricing-page-why-choose-us .why-choose-card-wrapper {
    padding-left: 0;
  }
}

.faq-area.style-4 {
  padding-top: 218px;
  padding-bottom: 130px;
}
@media (max-width: 1199px) {
  .faq-area.style-4 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area.style-4 {
    padding: 70px 0;
  }
}
.faq-area.style-4 .accordion-wrapper.style-four .accordion-list-item {
  margin-bottom: 0;
}

.pricing-accordion-wrapper {
  padding-left: 120px;
}
@media only screen and (min-width: 991px) and (max-width: 1399px) {
  .pricing-accordion-wrapper {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-accordion-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pricing-accordion-wrapper {
    padding-left: 0;
    margin-top: 30px;
  }
}

.faq-tab {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 0;
  list-style: none;
}
.faq-tab li {
  display: inline-block;
}
.faq-tab li.active a {
  color: #ffffff;
  background: rgb(255, 103, 49);
}
.faq-tab li a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fbeabd;
  border-radius: 6px;
  padding: 26px 35px;
  background: #eef5f8;
  display: inline-block;
  width: 100%;
  transition: all 0.5s ease-out;
}
.faq-tab li a:hover {
  color: #ffffff;
  background: rgb(255, 103, 49);
}

.service-card-area.style-1 {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .service-card-area.style-1 {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .service-card-area.style-1 {
    padding: 80px 0;
  }
}

.process-step-area.style-1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #dcffe2;
}
.process-step-area.style-1 .section-title {
  margin-bottom: 96px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .process-step-area.style-1 .section-title {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-step-area.style-1 .section-title {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .process-step-area.style-1 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-step-area.style-1 {
    padding: 85px 0;
  }
}

.pricing-area.style-1 {
  padding: 120px 0;
}
.pricing-area.style-1 .section-title {
  margin-bottom: 56px;
}
@media (max-width: 1199px) {
  .pricing-area.style-1 .section-title {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pricing-area.style-1 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-area.style-1 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-area.style-1 {
    padding-bottom: 96px;
  }
}

.service-details-wrapper {
  padding: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-details-wrapper {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-wrapper {
    padding: 100px 0;
  }
}
.service-details-wrapper .image-wrapper {
  display: flex;
  gap: 40px;
  margin: 56px 0;
}
.service-details-wrapper .image-wrapper .image {
  border-radius: 12px;
  overflow: hidden;
}

.service-area.style-1.style-2 .service-area-inner .section-title {
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area.style-1.style-2 .service-area-inner .section-title {
    margin-bottom: 32px;
  }
}
.service-area.style-1.style-2 .service-area-inner .icon-card-wrapper {
  margin-left: 0;
}
.service-area.style-1.style-2 .service-area-inner .icon-card-wrapper .g-6 {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-area.style-1.style-2 .service-area-inner .icon-card-wrapper .g-6 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area.style-1.style-2 .service-area-inner .icon-card-wrapper .g-6 {
    --bs-gutter-x: 34px;
    --bs-gutter-y: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-area.style-1.style-2 .service-area-inner .icon-card-wrapper .g-6 {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }
}
.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 {
  padding: 0 37px;
  margin-top: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .team-space {
    padding: 0 10px;
    margin-top: 85px;
  }
}
@media screen and (min-width: 1200px) {
  .team-space {
    margin-top: 85px;
  }
}

.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: rgb(255, 103, 49);
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .blog-load-btn {
    margin-top: 0;
  }
}
.blog-load-btn:hover {
  background-color: #1eae98;
  color: #ffffff;
}

.footer {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #161616;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .footer .mt-50.mb-50 {
    margin: 0;
  }
}
.footer .footer-sec {
  padding-top: 120px;
  position: relative;
}
.footer .footer-sec .ball {
  border-radius: 50%;
  position: absolute;
}
@media only screen and (min-width: 0px) and (max-width: 1700px) {
  .footer .footer-sec .ball {
    display: none;
  }
}
@keyframes zoomInOut {
  0% {
    transform: scale(0.7);
    background-color: #0066D9;
  }
  70% {
    transform: scale(1);
    background-color: #FFCC7E;
  }
  100% {
    transform: scale(1.5);
    background-color: rgb(255, 103, 49);
  }
}
.footer .footer-sec .ball.style-1 {
  width: 13px;
  height: 13px;
  background-color: #0066D9;
  top: 145px;
  left: 180px;
  animation: zoomInOut 2s linear infinite alternate;
}
.footer .footer-sec .ball.style-2 {
  width: 13px;
  height: 13px;
  top: 73px;
  right: 180px;
  background-color: #EA4335;
  animation: zoomInOut 2.5s linear infinite alternate;
}
.footer .footer-sec .ball.style-3 {
  width: 17px;
  height: 17px;
  top: 372px;
  left: 600px;
  background-color: #FFBD3D;
  animation: zoomInOut 3s linear infinite alternate;
}
.footer .footer-sec .ball.style-4 {
  width: 17px;
  height: 17px;
  top: 244px;
  right: 174px;
  background-color: #EA4335;
  animation: zoomInOut 3.5s linear infinite alternate;
}
@media (max-width: 767px) {
  .footer .footer-sec {
    padding-top: 80px;
  }
}
.footer .footer-sec .footer-bottom-border {
  border-bottom: 1px solid #3A3A41;
  padding-bottom: 90px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .footer-sec .footer-bottom-border {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-sec .footer-bottom-border {
    padding-bottom: 70px;
  }
}

.footer-widget-title {
  font-family: "DM Sans", sans-serif;
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  position: relative;
  margin-bottom: 26px;
  font-weight: 500;
}

.footer-widget {
  margin-bottom: 30px;
}
.footer-widget .widget_latest_post ul li {
  padding: 12px 0;
}
.footer-widget .widget_latest_post ul li:first-child {
  padding-top: 0;
}
@media (max-width: 991px) {
  .footer-widget {
    margin-bottom: 50px;
  }
}
.footer-widget ul {
  padding-left: 0;
}
.footer-widget.widget_Allicater-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_Allicater_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-widget-info {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .footer-widget .footer-widget-info {
    padding-right: 0;
  }
}
.footer-widget .footer-widget-info p {
  color: #c7cdda;
  margin-bottom: 30px;
}
.footer-widget .footer-widget-info .footer-logo {
  margin-bottom: 24px;
  display: inline-block;
}
.footer-widget .footer-widget-info .info-form-and-social-icon {
  display: flex;
  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 {
    flex-direction: column;
    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: #ddd;
  text-transform: capitalize;
  font-size: 18px;
  transition: all 0.5s ease-out;
  position: relative;
}
.footer-widget.widget_nav_menu li a:hover {
  transition: all 0.5s ease-out;
  color: #FFCC7E;
}
.footer-widget .footer-widget-contact p {
  color: #c7cdda;
}
.footer-widget .footer-widget-contact .footer-contact ul {
  list-style: none;
}
.footer-widget .footer-widget-contact .footer-contact ul li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  line-height: 24px;
  gap: 20px;
}
.footer-widget .footer-widget-contact .footer-contact ul li:first-child {
  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: #ffffff;
  border-radius: 50px;
  float: left;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text {
  color: #c7cdda;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
}
.footer-widget .footer-widget-contact .footer-contact ul li .contact-text a:hover span {
  color: #FFCC7E;
  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: #c7cdda;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  transition: all 0.5s ease-out;
}
.footer-widget .widget_latest_post ul li .latest-post-thumb {
  width: 70px;
  height: 70px;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 700;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title a {
  font-size: 16px;
  line-height: 22px;
  color: #c7cdda;
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
  transition: all 0.5s ease-out;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title a:hover {
  color: #FFCC7E;
  transition: all 0.5s ease-out;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-meta {
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 8px;
  color: #c7cdda;
}

.footer-bottom-menu ul {
  list-style: none;
  display: flex;
  gap: 0 40px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer-bottom-menu ul {
    justify-content: flex-start;
  }
}
.footer-bottom-menu ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #c7cdda;
  transition: all 0.5s ease-out;
}
.footer-bottom-menu ul li a:hover {
  transition: all 0.5s ease-out;
  color: #FFCC7E;
}

.footer-bottom-area {
  padding: 24px 0;
}
@media (max-width: 991px) {
  .footer-bottom-area {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .footer-bottom-area .copyright-text {
    margin-bottom: 20px;
  }
}
.footer-bottom-area .copyright-text p {
  color: #c7cdda;
  margin-bottom: 0;
}
.footer-bottom-area .copyright-text p a {
  color: #ffffff;
  font-weight: 500;
}
.footer-bottom-area .copyright-text p a:hover {
  color: #FFCC7E;
}
.footer-bottom-area .credit-text p {
  color: #c7cdda;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.footer-bottom-area .credit-text a {
  color: #FFCC7E;
}

.subscribe-form-area {
  position: relative;
  z-index: 99;
}

.subscribe-area {
  border-radius: 18px;
  padding: 80px 49px 80px 43px;
  z-index: 2;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@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 .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subscribe-area .content-wrapper .short-title {
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}
.subscribe-area .content-wrapper .subscribe-title {
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1px;
  margin-bottom: 0;
}
@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: 42px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-area .content-wrapper .subscribe-title {
    font-size: 36px;
    line-height: 42px;
  }
}
.subscribe-area .content-wrapper .text {
  font-size: 18px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  color: #333;
  margin-bottom: 0;
  margin-top: 14px;
  line-height: 32px;
}
.subscribe-area .subscribe-inner-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-area .subscribe-inner-area .section-title .title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-area .subscribe-inner-area {
    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: 100%;
}
@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-area.style-2 {
  padding: 32px;
  background-color: #ffffff;
  margin-left: 34px;
  align-items: unset;
}
@media (max-width: 991px) {
  .subscribe-area.style-2 {
    margin-left: 0;
  }
}
.subscribe-area.style-2 .subscribe-inner-area {
  gap: 32px;
  align-items: unset;
}
.subscribe-area.style-2 .section-title {
  gap: 8px;
}
.subscribe-area.style-2 .section-title .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
  margin-bottom: 0;
}
.subscribe-area.style-2 .section-title .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  margin-top: 0;
}
.subscribe-area.style-2 .mc4wp-form-fields {
  flex-direction: column;
  box-shadow: unset;
  border-radius: unset;
  text-align: center;
  gap: 12px;
}
.subscribe-area.style-2 .mc4wp-form-fields .single-field input {
  border-radius: 50px;
  border: 1px solid #E7E7E7;
  background: #F6F9FF;
  padding: 18px 24px;
  height: auto;
  line-height: 27px;
}
.subscribe-area.style-2 .mc4wp-form-fields .submit-btn {
  background-color: #FFCC7E;
  color: #161616;
  padding: 16px 40px;
  justify-content: center;
  margin: 0;
}

.subscribe-form-widget {
  position: relative;
}
.subscribe-form-widget .mc4wp-form-fields {
  display: flex;
  background-color: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-form-widget .mc4wp-form-fields {
    background-color: transparent;
    flex-direction: column;
    border-radius: 0;
    box-shadow: none;
  }
}
.subscribe-form-widget .single-field {
  flex-grow: 1;
}
.subscribe-form-widget .single-field input {
  color: #778196;
  height: 79px;
  padding: 0 40px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 50px;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-form-widget .single-field input {
    height: 50px;
    border-radius: 24px;
  }
}
.subscribe-form-widget .single-field *::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.subscribe-form-widget .single-field *::placeholder {
  color: #333;
}
.subscribe-form-widget .submit-btn {
  background-color: #161616;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  border-radius: 50px;
  margin: 8px;
}
.subscribe-form-widget .submit-btn:hover .swip .title-wrapper {
  transform: translateY(-30px);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-form-widget .submit-btn {
    font-size: 16px;
    text-align: center;
    justify-content: center;
    margin: 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe-form-widget .submit-btn {
    padding: 6px 20px;
  }
}
.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: flex;
  align-items: center;
  gap: 20px;
}
.social-profile a {
  color: #FFCC7E;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #FFCC7E;
  transition: all 0.5s ease-out;
}
.social-profile a:hover {
  transition: all 0.5s ease-out;
  color: #161616;
  background-color: #FFCC7E;
  border-color: transparent;
}

.map-wodget iframe {
  width: 100%;
  height: 320px;
  border-radius: 12px;
}

.footer.style-two .footer-sec {
  padding-top: 225px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer.style-two .footer-sec {
    padding-top: 180px;
  }
}
.footer.style-two .subscribe-form-wrapper p {
  color: #c7cdda;
  margin-bottom: 30px;
}
.footer.style-two .subscribe-form-wrapper .subscribe-form-widget {
  border-radius: 6px;
}
.footer.style-two .subscribe-form-wrapper .subscribe-form-widget .single-field input {
  height: 60px;
}

.footer-triangle-image-wrapper {
  position: absolute;
  width: 730px;
  top: 0;
  height: 100%;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 781px) and (max-width: 991px) {
  .footer-triangle-image-wrapper {
    width: 120%;
  }
}
@media (max-width: 780px) {
  .footer-triangle-image-wrapper {
    width: 100%;
  }
}

.footer-triangle-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
}
@media only screen and (min-width: 781px) and (max-width: 991px) {
  .footer-triangle-image {
    -webkit-clip-path: polygon(0 0, 100% 0, 57% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 57% 100%, 0 100%);
  }
}
@media (max-width: 780px) {
  .footer-triangle-image {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.footer-triangle-image:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #FFCC7E;
  opacity: 0.9;
  z-index: 1;
}
.footer-triangle-image img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.hero-area {
  padding-top: 40px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin: 0 60px;
  border-radius: 40px;
}
@media (max-width: 1700px) {
  .hero-area {
    margin: 0;
    border-radius: 0;
  }
}
.hero-area .content-wrapper .hero-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area .content-wrapper .hero-title {
    text-align: center;
    gap: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .content-wrapper .hero-title {
    text-align: center;
  }
}
.hero-area .content-wrapper .hero-title .short-title {
  margin-bottom: 12px;
}
.hero-area .content-wrapper .hero-title .short-title span {
  border-radius: 8px;
  background: #d7ffde;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  padding: 6px 12px;
  color: #1be63f;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area .content-wrapper .hero-title .short-title span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area .content-wrapper .hero-title .short-title {
    font-size: 20px;
  }
}
.hero-area .content-wrapper .hero-title .title {
  position: relative;
  font-size: 40px;
  line-height: 1.3;
}
.hero-area .content-wrapper .hero-title .title .underline {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}
.hero-area .content-wrapper .hero-title .title .underline img {
  position: absolute;
  bottom: -12px;
}
.hero-area .content-wrapper .hero-title .desc {
  color: #333;
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
}
.hero-area .content-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .hero-area .content-wrapper .btn-wrapper {
    margin-top: 9px;
    justify-content: center;
  }
}
.hero-area .content-wrapper .btn-wrapper .video-popup-btn .icon {
  box-shadow: 0 0 0 0 rgb(189, 239, 251);
}
.hero-area .hero-image {
  margin-right: -154px;
  position: relative;
  margin-left: -24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area .hero-image {
    margin-left: 0;
  }
}
.hero-area .hero-image .main-img {
  animation: MoveLeftRight 2s linear infinite alternate;
}
.hero-area .hero-image .main-img img {
  min-height: 803px;
}
@media (max-width: 1700px) {
  .hero-area .hero-image .main-img img {
    min-height: auto;
  }
}
@media (max-width: 1900px) {
  .hero-area .hero-image {
    margin-right: 0;
  }
}
.hero-area .hero-image .work-activity {
  position: absolute;
  bottom: 78px;
  left: -41px;
  animation: MoveUpDown 2s linear infinite alternate;
}
.hero-area .hero-image .work-activity img {
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-image .work-activity img {
    transform: scale(0.8);
  }
}
@media (max-width: 767px) {
  .hero-area .hero-image .work-activity {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-image .work-activity {
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-image .work-activity {
    bottom: 24px;
    left: 0;
    animation: unset;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1700px) {
  .hero-area .hero-image .work-activity {
    bottom: 32px;
    left: 0;
    animation: unset;
  }
}
.hero-area .hero-image .profits {
  padding: 24px 20px;
  background-color: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-45%, 150%);
  animation: profitsMove 2s linear infinite alternate;
}
@keyframes profitsMove {
  0% {
    transform: translate(-45%, 130%);
  }
  100% {
    transform: translate(-45%, 150%);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area .hero-image .profits {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-image .profits {
    right: 0;
    top: 0;
    animation: unset;
    transform: unset;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1900px) {
  .hero-area .hero-image .profits {
    animation: unset;
    transform: unset;
  }
}
.hero-area .hero-image .profits .icon {
  width: 55px;
  height: 55px;
  border-radius: 50px;
  background-color: #fbeabd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-area .hero-image .profits .icon i {
  font-size: 30px;
  color: #161616;
}
.hero-area .hero-image .profits .content {
  display: flex;
  flex-direction: column;
}
.hero-area .hero-image .profits .content span {
  margin-bottom: 2px;
  color: #6B6B76;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
.hero-area .hero-image .profits .content h5 {
  margin-bottom: 0;
  line-height: 26px;
}

.hero-area.style-2 {
  padding-top: 116px;
  padding-bottom: 115px;
  background-color: #dcffe2;
  margin: 0;
  border-radius: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area.style-2 {
    padding-bottom: 80px;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area.style-2 {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area.style-2 .sketch {
    top: 50px;
  }
}
.hero-area.style-2 .sketch-2 {
  bottom: 0;
  top: unset;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area.style-2 .sketch-2 {
    transform: translate(0);
  }
}
.hero-area.style-2 .sketch-3 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero-area.style-2 .hero-image {
  margin-right: 0;
  display: flex;
  justify-content: end;
  padding-right: 18px;
  animation: MoveLeftRight 2s linear infinite alternate;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area.style-2 .hero-image {
    padding: 0 12px;
    animation: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area.style-2 .hero-image {
    justify-content: center;
    animation: unset;
  }
}
.hero-area.style-2 .hero-image img {
  border-radius: 16px;
}
.hero-area.style-2 .hero-image .work-activity {
  left: 34px;
  bottom: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area.style-2 .hero-image .work-activity {
    left: 12px;
    bottom: 12px;
    right: 12px;
  }
}
.hero-area.style-2 .hero-image .collaboration {
  padding: 24px;
  padding-right: 21px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, 50%);
  background-color: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
  animation: collabMove 2s linear infinite alternate;
}
@keyframes collabMove {
  0% {
    transform: translate(50%, 50%);
  }
  100% {
    transform: translate(50%, 65%);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1900px) {
  @keyframes collabMove {
    0% {
      transform: translate(0%, 50%);
    }
    100% {
      transform: translate(0%, 65%);
    }
  }
}
@media (max-width: 1199px) {
  .hero-area.style-2 .hero-image .collaboration {
    display: none;
  }
}
.hero-area.style-2 .hero-image .collaboration p {
  color: #6B6B76;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  display: inline-block;
  margin: 0;
}
.hero-area.style-2 .content-wrapper {
  margin-top: 48px;
}
@media (max-width: 991px) {
  .hero-area.style-2 .content-wrapper {
    margin-top: 0;
    margin-bottom: 48px;
  }
}
.hero-area.style-2 .content-wrapper .hero-title p {
  padding-right: 112px;
  color: #333;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-area.style-2 .content-wrapper .hero-title p {
    padding-right: 0;
  }
}
.hero-area.style-2 .content-wrapper .btn-wrapper .video-popup-btn {
  position: relative;
  z-index: 10;
}
.hero-area.style-2 .content-wrapper .btn-wrapper .video-popup-btn .icon {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}

.about-us-area.style-2 .section-title .title {
  margin-bottom: 0;
}
.about-us-area.style-2 .section-title .title .underline img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 206px;
}
.about-us-area.style-2 .video-popup-card {
  margin-top: 56px;
}

.support-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .support-card {
    display: inline-flex;
  }
}
.support-card p {
  padding: 10px 150px;
  border: 1px solid #E7E7E7;
  border-radius: 50px;
  z-index: 3;
  background: #ffffff;
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #333;
}
.support-card p span {
  color: #1be63f;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .support-card p {
    padding: 10px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-card p {
    text-align: center;
  }
}
.support-card:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E7E7E7;
  position: absolute;
}

.portfolio-slider-area.style-1 .portfolio-slider {
  margin-top: 56px;
  margin-left: calc((100% - 1302px) / 2);
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-slider-area.style-1 .portfolio-slider {
    margin-left: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slider-area.style-1 .portfolio-slider {
    margin-left: calc((100% - 720px) / 2);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-slider-area.style-1 .portfolio-slider {
    margin-left: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1900px) {
  .portfolio-slider-area.style-1 .portfolio-slider {
    margin-left: calc((100% - 1140px) / 2);
  }
}
.portfolio-slider-area.style-1 .portfolio-slider .slick-list {
  margin-right: -190px;
}
@media (max-width: 991px) {
  .portfolio-slider-area.style-1 .portfolio-slider .slick-list {
    margin-right: 0px;
  }
}
.portfolio-slider-area.style-1 .portfolio-slider .slick-list .slick-track {
  margin-left: -20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-slider-area.style-1 .portfolio-slider .slick-list .slick-track {
    margin-left: 0;
  }
}
.portfolio-slider-area.style-1 .portfolio-slider .slick-list .slick-track .portfolio-card {
  margin: 0 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-slider-area.style-1 .portfolio-slider .slick-list .slick-track .portfolio-card {
    margin: 0 5px;
  }
}

.portfolio-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.portfolio-card .overlay {
  background: #161616;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
}
.portfolio-card .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.portfolio-card .content .icon {
  transform: scale(0.3);
  transition: all 0.5s ease-out;
}
.portfolio-card .content .icon a {
  width: 88px;
  height: 88px;
  background-color: #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-card .content .icon a i {
  color: #161616;
  font-size: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-card .content .icon a i {
    font-size: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-card .content .icon a {
    width: 66px;
    height: 66px;
  }
}
.portfolio-card .content .text {
  position: absolute;
  left: 24px;
  bottom: 0;
  transform: translateY(0);
  transition: all 0.3s ease-out;
}
.portfolio-card .content .text h4 {
  margin: 0;
  color: #ffffff;
}
.portfolio-card .image img {
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.portfolio-card:hover .overlay {
  visibility: visible;
  opacity: 0.4;
}
.portfolio-card:hover .content {
  visibility: visible;
  opacity: 1;
}
.portfolio-card:hover .content .icon {
  transform: scale(1);
}
.portfolio-card:hover .content .text {
  transform: translateY(-20px);
}
.portfolio-card:hover .image img {
  transform: scale(1.03);
}
.portfolio-card.style-2 .image img {
  width: 100%;
}

.testimonial-slider-area.style-1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonial-slider-area.style-1 .testimonial-slider {
  margin-top: 56px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-1 .testimonial-slider {
    margin-top: 21px;
    margin-bottom: 40px;
  }
}
.testimonial-slider-area.style-1 .testimonial-slider .testimonial-arrow-btn i {
  position: unset;
}
.testimonial-slider-area.style-1 .testimonial-slider .testimonial-arrow-btn.prev-btn {
  position: absolute;
  top: 50%;
  left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-1 .testimonial-slider .testimonial-arrow-btn.prev-btn {
    top: unset;
    bottom: 0;
    right: 50%;
    left: unset;
    transform: translate(0px, 72px);
  }
}
.testimonial-slider-area.style-1 .testimonial-slider .testimonial-arrow-btn.prev-btn .swip {
  height: 20px;
}
.testimonial-slider-area.style-1 .testimonial-slider .testimonial-arrow-btn.prev-btn .swip .title-wrapper {
  display: flex;
  margin-left: 12px;
  gap: 32px;
}
.testimonial-slider-area.style-1 .testimonial-slider .testimonial-arrow-btn.prev-btn:hover .swip .title-wrapper {
  transform: translateX(-54px);
}
.testimonial-slider-area.style-1 .testimonial-slider .testimonial-arrow-btn.next-btn {
  position: absolute;
  top: 50%;
  right: 0;
  margin-left: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-1 .testimonial-slider .testimonial-arrow-btn.next-btn {
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translate(0px, 72px);
  }
}
.testimonial-slider-area.style-1 .testimonial-slider .testimonial-arrow-btn.next-btn .swip {
  height: 20px;
}
.testimonial-slider-area.style-1 .testimonial-slider .testimonial-arrow-btn.next-btn .swip .title-wrapper {
  display: flex;
  margin-left: -40px;
  gap: 32px;
}
.testimonial-slider-area.style-1 .testimonial-slider .testimonial-arrow-btn.next-btn:hover .swip .title-wrapper {
  transform: translateX(54px);
}
.testimonial-slider-area.style-1 .testimonial-slider .slick-dots {
  display: flex;
  gap: 20px;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: 46px;
  transform: translateY(-50%);
  z-index: 2;
  flex-direction: column;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-1 .testimonial-slider .slick-dots {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    bottom: 0px;
    top: unset;
    left: unset;
    right: unset;
    transform: none;
  }
}
.testimonial-slider-area.style-1 .testimonial-slider .slick-dots li {
  display: inline-block;
  line-height: 0;
  outline: 1px solid transparent;
  border: 4px solid transparent;
  border-radius: 50px;
  transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-1 .testimonial-slider .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 11px;
  height: 11px;
  background-color: #333;
  border-radius: 50px;
  position: relative;
  transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-1 .testimonial-slider .slick-dots li button:hover {
  background-color: rgb(255, 103, 49);
  transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-1 .testimonial-slider .slick-dots li.slick-active {
  transition: all 0.5s ease-out;
  outline: 1px solid #161616;
}
.testimonial-slider-area.style-1 .testimonial-slider .slick-dots li.slick-active button {
  transition: all 0.5s ease-out;
}

.testimonial-slider-area.style-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FBF8EE;
}
.testimonial-slider-area.style-2 .section-title {
  margin-bottom: 56px;
}
.testimonial-slider-area.style-2 .slick-active + .slick-active + .slick-active .icon i {
  color: #bcffca;
}
@media (max-width: 1400px) {
  .testimonial-slider-area.style-2 .testimonial-card.style-2.slick-slide {
    margin: 0 20px 80px 20px;
  }
}
.testimonial-slider-area.style-2 .testimonial-card.style-2.slick-slide.slick-center {
  margin-bottom: 80px;
}
.testimonial-slider-area.style-2 .testimonial-card .icon i {
  color: #fbeabd;
}
.testimonial-slider-area.style-2 .testimonial-card.slick-center {
  margin-top: 0 !important;
  background-color: #FFCC7E;
}
.testimonial-slider-area.style-2 .testimonial-card.slick-center .icon i {
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-2 .testimonial-card.slick-slide {
  margin: 98px 20px 0 20px;
  transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-2 .testimonial-slider-two .slick-list {
  padding: 0 !important;
}
.testimonial-slider-area.style-2 .testimonial-slider-two .testimonial-arrow-btn i {
  position: unset;
}
.testimonial-slider-area.style-2 .testimonial-slider-two .testimonial-arrow-btn .swip {
  height: 20px;
}
.testimonial-slider-area.style-2 .testimonial-slider-two .testimonial-arrow-btn:hover .swip .title-wrapper {
  transform: translateY(-20px);
}
.testimonial-slider-area.style-2 .testimonial-slider-two .testimonial-arrow-btn.active {
  background-color: #FFCC7E;
  transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-2 .testimonial-slider-two .testimonial-arrow-btn.prev-btn {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: 24px;
}
.testimonial-slider-area.style-2 .testimonial-slider-two .testimonial-arrow-btn.next-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.testimonial-slider-area.style-2 .testimonial-slider-two .slick-dots {
  display: flex;
  gap: 20px;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: 46px;
  transform: translateY(-50%);
  z-index: 2;
  flex-direction: column;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .testimonial-slider-area.style-2 .testimonial-slider-two .slick-dots {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    bottom: 0px;
    top: unset;
    left: unset;
    right: unset;
    transform: none;
  }
}
.testimonial-slider-area.style-2 .testimonial-slider-two .slick-dots li {
  display: inline-block;
  line-height: 0;
  outline: 1px solid transparent;
  border: 4px solid transparent;
  border-radius: 50px;
  transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-2 .testimonial-slider-two .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 11px;
  height: 11px;
  background-color: #333;
  border-radius: 50px;
  position: relative;
  transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-2 .testimonial-slider-two .slick-dots li button:hover {
  background-color: rgb(255, 103, 49);
  transition: all 0.5s ease-out;
}
.testimonial-slider-area.style-2 .testimonial-slider-two .slick-dots li.slick-active {
  transition: all 0.5s ease-out;
  outline: 1px solid #161616;
}
.testimonial-slider-area.style-2 .testimonial-slider-two .slick-dots li.slick-active button {
  transition: all 0.5s ease-out;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .why-choose-area.style-1 .about-image-card .visitor {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-area.style-1 .about-image-card .visitor {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1700px) {
  .why-choose-area.style-1 .about-image-card .visitor {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .why-choose-area.style-1 .about-image-card .status {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-area.style-1 .about-image-card .status {
    display: none;
  }
}
.why-choose-area.style-2 .about-image-card .main-img img {
  border-radius: 16px;
  overflow: hidden;
}
.why-choose-area.style-3 .about-image-card .main-img img {
  border-radius: 16px;
  overflow: hidden;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ie6nk4");
  src: url("../fonts/icomoon.eot?ie6nk4#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ie6nk4") format("truetype"), url("../fonts/icomoon.woff?ie6nk4") format("woff"), url("../fonts/icomoon.svg?ie6nk4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e91a";
}

.icon-check:before {
  content: "\e919";
}

.icon-euro:before {
  content: "\e917";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-left-arrow:before {
  content: "\e901";
}

.icon-right-arrow:before {
  content: "\e902";
}

.icon-calendar:before {
  content: "\e903";
}

.icon-down-arrow:before {
  content: "\e904";
}

.icon-play:before {
  content: "\e905";
}

.icon-face:before {
  content: "\e906";
}

.icon-troffee:before {
  content: "\e907";
}

.icon-office:before {
  content: "\e908";
}

.icon-user:before {
  content: "\e909";
}

.icon-twitter:before {
  content: "\e90a";
}

.icon-youtube:before {
  content: "\e90b";
}

.icon-quote:before {
  content: "\e918";
}

.icon-box:before {
  content: "\e90c";
}

.icon-colorfilter:before {
  content: "\e90d";
}

.icon-flash:before {
  content: "\e90e";
}

.icon-light:before {
  content: "\e90f";
}

.icon-coffee:before {
  content: "\e910";
}

.icon-box-2:before {
  content: "\e911";
}

.icon-toffee:before {
  content: "\e912";
}

.icon-check-box:before {
  content: "\e913";
}

.icon-phone:before {
  content: "\e914";
}

.icon-help-support:before {
  content: "\e915";
}

.icon-analysis:before {
  content: "\e916";
}

.service-area.style-1 {
  padding: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-area.style-1 {
    padding: 72px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area.style-1 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1900px) {
  .service-area.style-1 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.service-area.style-1 .icon-card-wrapper {
  margin-top: 55px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-area.style-1 .icon-card-wrapper {
    margin-top: 26px;
  }
}
@media (max-width: 1900px) {
  .service-area.style-1 .icon-card-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .service-area.style-1 .icon-card-wrapper .icon-card.style-2 {
    margin-top: 24px;
  }
}

.service-area.style-1.style-2 {
  background-size: cover;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-area.style-1.style-2 {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area.style-1.style-2 {
    padding-bottom: 80px;
  }
}
.service-area.style-1.style-2 .content-wrapper {
  position: relative;
  margin-top: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-area.style-1.style-2 .content-wrapper {
    margin-top: 0;
  }
}
.service-area.style-1.style-2 .content-wrapper .section-title {
  margin-bottom: 42px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-area.style-1.style-2 .content-wrapper .service-btn {
    text-align: center;
    margin-top: 0;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area.style-1.style-2 .content-wrapper .service-btn {
    text-align: center;
  }
}
.service-area.style-1.style-2 .content-wrapper .sketch-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 50%);
  animation: ServiceLeftRight 2s linear infinite alternate;
}
@keyframes ServiceLeftRight {
  0% {
    transform: translate(0, 50%);
  }
  100% {
    transform: translate(15px, 50%);
  }
}
@media (max-width: 1199px) {
  .service-area.style-1.style-2 .content-wrapper .sketch-2 {
    display: none;
  }
}
.service-area.style-1.style-2 .icon-card-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-left: 47px;
  margin-top: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-area.style-1.style-2 .icon-card-wrapper {
    margin-left: 0;
    flex-direction: column;
    gap: 0;
  }
}
.service-area.style-1.style-2 .duo-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-area.style-1.style-2 .duo-wrapper {
    gap: 0;
    width: 100%;
  }
}

.image-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.image-card-wrapper .image-card .section-title {
  text-align: start;
  align-items: start;
}
.image-card-wrapper .image-card:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .image-card-wrapper .image-card:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.image-card-wrapper .image-card:nth-child(even) .image {
  padding-right: 12px;
}
@media (max-width: 991px) {
  .image-card-wrapper .image-card:nth-child(even) .image {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .image-card-wrapper .image-card:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.image-card-wrapper .image-card:nth-child(odd) .image {
  padding-left: 12px;
}
@media (max-width: 991px) {
  .image-card-wrapper .image-card:nth-child(odd) .image {
    padding-left: 0;
  }
}
.image-card-wrapper .image-card .image-inner {
  overflow: hidden;
}

.image-card {
  display: flex;
  align-items: center;
  gap: 64px;
}
.image-card .image-inner {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .image-card {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
@media (max-width: 1900px) {
  .image-card {
    gap: 32px;
  }
}
.image-card .section-title .desc {
  line-height: 32px;
}
.image-card .section-title .list-item-wrapper {
  margin-top: 20px;
}
.image-card .section-title .theme-btn {
  margin-top: 30px;
}
.image-card .image {
  width: 50%;
  height: 100%;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.image-card .image .image-wrapper {
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-card .image {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image-card .image {
    width: 100%;
    padding: 0;
  }
}
.image-card .image:hover img {
  transform: scale(1.03);
}
.image-card .image img {
  width: 100%;
  height: 100%;
  max-height: 608px;
  z-index: 1;
  position: relative;
  transition: all 0.5s ease-out;
}

.review-card {
  display: flex !important;
  flex-direction: column;
  padding: 32px;
  gap: 24px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 24px 64px 0px rgba(199, 206, 218, 0.25);
}
.review-card .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFCC7E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-card .icon i {
  font-size: 24px;
  color: #161616;
}
.review-card .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.review-card .content-wrapper .title-wrapper {
  display: flex;
  flex-direction: column;
}
.review-card .content-wrapper .title-wrapper .year {
  color: #333;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
.review-card .content-wrapper .title-wrapper .title {
  margin: 0;
}
.review-card .content-wrapper .desc {
  margin: 0;
  color: #333;
}

.review-slider {
  margin-top: 8px;
  margin-left: calc((100% - 1320px) / 2);
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .review-slider {
    margin-left: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review-slider {
    margin-left: calc((100% - 720px) / 2);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .review-slider {
    margin-left: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .review-slider {
    margin-left: calc((100% - 1140px) / 2);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1900px) {
  .review-slider {
    margin-left: calc((100% - 1320px) / 2);
  }
}
.review-slider .slick-list {
  margin-right: -80px;
}
@media (max-width: 991px) {
  .review-slider .slick-list {
    margin-right: 0px;
  }
}
.review-slider .slick-list .slick-track {
  padding: 48px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .review-slider .slick-list .slick-track {
    margin-left: 0;
  }
}
.review-slider .slick-list .slick-track .review-card {
  margin: 0 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .review-slider .slick-list .slick-track .review-card {
    margin: 0 5px;
  }
}
.review-slider .testimonial-arrow-btn {
  position: absolute;
  top: -174px;
  display: none !important;
}
.review-slider .testimonial-arrow-btn.next-btn {
  right: 0;
}
.review-slider .testimonial-arrow-btn.prev-btn {
  right: 74px;
}

.review-btn-wrapper {
  display: flex;
  gap: 24px;
}

.review-btn {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 99;
  background-color: #ffffff;
  cursor: pointer;
  bottom: 0;
  overflow: hidden;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}
.review-btn i {
  color: #161616;
  font-size: 21px;
  transition: all 0.5s ease-out;
}
.review-btn .review-swip {
  height: 20px;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.review-btn .review-swip .title-wrapper {
  transition: all 0.5s ease-out;
}
.review-btn .review-swip .title-1 {
  transform-origin: right center;
  transform: rotate(0deg);
  display: block;
}
.review-btn .review-swip .title-2 {
  transform-origin: left center;
  transform: rotate(0deg);
  display: block;
}
.review-btn:hover {
  transition: all 0.5s ease-out;
  border-color: rgb(255, 103, 49);
  background-color: #FFCC7E;
}
.review-btn:hover .review-swip .title-wrapper {
  transform: translateY(-20px);
}
.review-btn:hover:before {
  width: 100%;
  transition: all 0.5s ease-out;
}

.location-area.style-1 {
  padding: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .location-area.style-1 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .location-area.style-1 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .location-area.style-1 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .location-area.style-1 .content-wrapper {
    text-align: center;
  }
}
.location-area.style-1 .accordion {
  margin-top: 32px;
}
.location-area.style-1 .accordion .accordion-item .accordion-body {
  text-align: start;
}
.location-area.style-1 .image {
  border-radius: 16px;
  overflow: hidden;
}
.location-area.style-1 .image img {
  width: 100%;
}

.project-card-wrapper {
  padding: 120px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-card-wrapper {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-card-wrapper {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-card-wrapper {
    padding: 80px 0;
  }
}
.project-card-wrapper .project-btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 56px 0;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .project-card-wrapper .project-btn-wrapper {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.project-card-wrapper .project-btn-wrapper button {
  padding: 8px 32px;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  background-color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .project-card-wrapper .project-btn-wrapper button {
    padding: 8px 24px;
  }
}
.project-card-wrapper .project-btn-wrapper button:hover {
  background-color: #FFCC7E;
}
.project-card-wrapper .project-btn-wrapper button.active {
  background-color: #FFCC7E;
}
.project-card-wrapper .btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
}
@media (max-width: 1199px) {
  .project-card-wrapper .project-card {
    margin-top: 24px;
  }
}

.project-card.style-1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
.project-card.style-1 .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-card.style-1 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .project-card.style-1 .content-wrapper {
    gap: 16px;
  }
}
.project-card.style-1 .content-wrapper .tag-wrapper {
  display: flex;
  gap: 16px;
}
.project-card.style-1 .content-wrapper .tag-wrapper .single-tag {
  padding: 4px 12px;
  border-radius: 8px;
  background-color: #FFCC7E;
  color: #161616;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}
.project-card.style-1 .content-wrapper .tag-wrapper .single-tag.secondary {
  background-color: #fbeabd;
}
.project-card.style-1 .content-wrapper .desc {
  color: #333;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */