/**
 * Stylesheet:  style.css
 * Theme:       EyeWell - Eye Care HTML5 Responsive Template
 * Version:     1.0
 * Author:     	BoomDevs
 * 
 */
/* Table of contents
=========================
1.Preloader
2.Scrollup
4.Nav Menu CSS
3.Slider Section
5.Info Card
6.Icon Card
7. About Image Card
8. About Info Card
9. Promotional Card
10. Video Popup Card
11. Counter Card
12. Process Step Card
13. Testimonial Card
14. Accordion Card
15. Client Logo Card
16. Post Card
17. Skill Progress Card
18. Price Card
19. Call To Action Card
20. Title Card
21. Breadcrumb
22. Paginations
23. Timeline Card
24. 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 */
* {
  margin: 0;
  border: 0;
  outline: none;
}

html,
body {
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #666666;
  vertical-align: baseline;
  line-height: 29px;
  font-smoothing: antialiased;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

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

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

h1 {
  font-size: 70px;
  line-height: 90px;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

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

h5 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

label {
  color: #666666;
  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: #f17732;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

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

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

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

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

::selection {
  background: #f17732;
  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: #03c0b4;
}

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

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

.background-skye {
  background-color: #03c0b4;
}

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

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

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

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

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

.theme-btn-wrapper {
  display: flex;
}

.theme-btn,
.wp-block-loginout a,
input.theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #f17732;
  color: #fff;
  text-align: center;
  z-index: 1;
  padding: 7px 20px;
  transition: all 0.5s ease-out;
  border-radius: 5px;
  overflow: hidden;
  height: auto;
  width: auto;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-transform: capitalize;
}
.theme-btn a,
.wp-block-loginout a a,
input.theme-btn a {
  color: #ffffff;
}
.theme-btn i,
.wp-block-loginout a i,
input.theme-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
.theme-btn:hover,
.wp-block-loginout a:hover,
input.theme-btn:hover {
  color: #fff;
  background-color: #111821;
}
.theme-btn:focus,
.wp-block-loginout a:focus,
input.theme-btn:focus {
  color: #ffffff;
}
.theme-btn.style-three,
.wp-block-loginout a.style-three,
input.theme-btn.style-three {
  padding: 7px 20px;
}
.theme-btn.style-three:hover,
.wp-block-loginout a.style-three:hover,
input.theme-btn.style-three:hover {
  transition: all 0.5s ease-out;
  background: #ffffff !important;
  color: #f17732;
}
.theme-btn.style-three:hover i,
.wp-block-loginout a.style-three:hover i,
input.theme-btn.style-three:hover i {
  transition: all 0.5s ease-out;
  color: #f17732;
}
.theme-btn.style-two,
.wp-block-loginout a.style-two,
input.theme-btn.style-two {
  background-color: #111821;
  padding: 15px 20px;
}
.theme-btn.style-two a,
.wp-block-loginout a.style-two a,
input.theme-btn.style-two a {
  display: flex;
  align-items: center;
  color: #ffffff;
  gap: 6px;
}
.theme-btn.style-two:hover,
.wp-block-loginout a.style-two:hover,
input.theme-btn.style-two:hover {
  background-color: #ffffff;
  color: #111821;
}
.theme-btn.style-two:hover a,
.wp-block-loginout a.style-two:hover a,
input.theme-btn.style-two:hover a {
  color: #111821 !important;
}
.theme-btn.style-two:hover a i,
.wp-block-loginout a.style-two:hover a i,
input.theme-btn.style-two:hover a i {
  color: #111821;
  transition: all 0.5s ease-out;
}

.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: #f17732;
  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 --*/
.custom-container {
  max-width: 100%;
  margin: 0 140px;
}
@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 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-container {
    margin: 0 60px;
  }
}

.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: #f17732;
  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: #03c0b4;
}

/* 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: #f17732;
  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: 40px 0;
  position: relative;
  z-index: 1;
  padding-left: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  blockquote {
    padding-left: 30px;
  }
}
blockquote p {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #5e6f92;
  line-height: 32px;
  font-weight: 400;
  font-style: italic;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  blockquote p {
    font-size: 18px;
    line-height: 28px;
  }
}
blockquote p a {
  color: #f17732;
  text-decoration: underline;
}
blockquote footer {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: #03c0b4;
  margin-top: 20px;
}

.wp-block-quote,
blockquote {
  background-color: #111821;
  border-radius: 20px;
  padding: 55px 38px 60px 175px;
  padding-left: 175px;
  font-family: "iconmoon" !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wp-block-quote,
  blockquote {
    padding: 20px;
    padding-left: 20px;
    padding-top: 100px;
  }
}
.wp-block-quote:before,
blockquote:before {
  content: "\e922";
  font-family: "icomoon" !important;
  font-size: 96px;
  line-height: 80px;
  position: absolute;
  left: 35px;
  bottom: 50%;
  transform: translateY(50%);
  color: #f17732;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wp-block-quote:before,
  blockquote:before {
    top: 0;
    line-height: 62px;
    transform: translate(100%, 20%);
    left: 20px;
  }
}
.wp-block-quote p,
blockquote p {
  margin-top: 0 !important;
  color: #666666;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .wp-block-quote p,
  blockquote p {
    font-size: 16px;
    line-height: 26px;
  }
}

.wp-block-pullquote {
  border-top: 5px solid #f17732 !important;
  border-bottom: 5px solid #f17732 !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: #f17732 !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: #666666;
}
nav.wp-calendar-nav a:hover {
  color: #f17732;
}

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

.wpcf7-form .wpcf7-not-valid {
  border-color: red !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form.sent .wpcf7-response-output {
  font-weight: 500;
  font-size: 14px;
  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;
}
.wpcf7-form.invalid .wpcf7-response-output {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #ff5353;
  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: #f17732;
  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: #f17732;
  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: #f17732 !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: #f17732;
}
.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;
}

@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 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;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon81e6.eot?87nhg9");
  src: url("../fonts/icomoon81e6.eot?87nhg9#iefix") format("embedded-opentype"), url("../fonts/icomoon81e6.ttf?87nhg9") format("truetype"), url("../fonts/icomoon81e6.woff?87nhg9") format("woff"), url("../fonts/icomoon81e6.svg?87nhg9#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-left-arrow:before {
  content: "\e923";
}

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

.icon-Vector:before {
  content: "\e922";
}

.icon-right-arrow1:before {
  content: "\e921";
}

.icon-video:before {
  content: "\e920";
}

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

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

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

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

.icon-contact-lens:before {
  content: "\e904";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-doctor-1:before {
  content: "\e913";
}

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

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

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

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

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

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

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

.icon-linkedin:before {
  content: "\e91b";
}

.icon-medical-1:before {
  content: "\e91c";
}

.icon-placeholder-1:before {
  content: "\e91d";
}

.icon-price-tag-1:before {
  content: "\e91e";
}

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

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 9999999;
  right: 0;
  bottom: 0;
}

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

.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: #ffffff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  background-color: #f17732;
  border-radius: 50px;
  border: 2px solid;
  outline: 2px dashed #f17732;
  align-items: center;
  cursor: pointer;
}
.scrollup-btn i {
  margin-top: -3px;
  display: block;
}

.header-top {
  background-color: #111821;
}
.header-top.style-2 {
  padding: 0 20px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 991px) {
  .header-top {
    display: none;
  }
}
.header-top .header-top-info {
  display: flex;
  gap: 0 24px;
  justify-content: space-between;
  width: 100%;
}
.header-top .header-contact-info {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 12px 0;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top .header-contact-info {
    flex-direction: column;
    align-items: start;
    gap: 4px;
  }
}
.header-top .header-contact-info span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}
.header-top .header-contact-info span i {
  font-size: 20px;
  line-height: 20px;
  color: #f17732;
}
.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: "";
  transform: skewX(-15deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .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-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}
@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: "Jost", 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: #03c0b4;
}
.header-top .header-top-btn a:before {
  position: absolute;
  content: "";
  border-radius: 0 0 10px 10px;
  background-color: #f17732;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease-out;
}
.header-top .social-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top .social-wrapper {
    flex-direction: column;
    gap: 0;
    align-items: start;
    padding: 8px 0;
  }
}
.header-top .social-wrapper .time {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-top .social-wrapper .time i {
  color: #f17732;
  font-size: 20px;
  line-height: 20px;
}
.header-top .social-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top .social-profile {
    margin-top: 4px;
  }
}
.header-top .social-profile a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out;
}
.header-top .social-profile a i {
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}
.header-top .social-profile a:hover {
  background-color: #f17732;
}

.header-menu-area {
  width: 100%;
  z-index: 999;
  transition: all 0.4s ease 0s;
  background-color: #ffffff;
  box-shadow: 0px 4px 60px 0px rgba(209, 209, 209, 0.25);
}
.header-menu-area.sticky-header {
  width: 100%;
  z-index: 999;
  transition: all 0.4s ease 0s;
}
.header-menu-area .header-menu-wrapper {
  display: flex;
  justify-content: space-between;
}
.header-menu-area.sticky_menu {
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.05);
  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.active > a:after {
  bottom: 20px;
}
.header-menu-area.sticky_menu .main-menu ul li a {
  transition: all 0.5s ease-out;
  padding: 24px;
}
@media (min-width: 1700px) {
  .header-menu-area.sticky_menu .main-menu ul li a {
    padding: 30px 44px;
  }
}
.header-menu-area.sticky_menu .main-menu ul li ul li a {
  padding: 10px 20px;
}
.header-menu-area .logo {
  position: relative;
  z-index: 999;
  height: 90px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu-area .logo {
    height: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-menu-area .logo {
    height: 80px;
  }
}
@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;
}

.header-menu-area.style-2.sticky_menu .main-menu ul li > a {
  padding: 30px;
}
.header-menu-area.style-2.sticky_menu .main-menu ul ul li a {
  padding: 10px 20px;
}

.main-menu.style-2 ul li > a {
  padding: 30px;
}
.main-menu.style-2 ul li > a:before {
  right: 12px;
}
.main-menu.style-2 ul li ul li a {
  padding: 10px 20px;
}
.main-menu.style-2 ul ul {
  left: 12px;
}
.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: #f17732;
}
.main-menu ul li.active > a:before {
  color: #f17732;
}
.main-menu ul li.dropdown > a:before {
  visibility: visible;
}
.main-menu ul li.dropdown:hover > a {
  color: #f17732;
}
.main-menu ul li.dropdown:hover > a:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 400;
  color: #f17732;
}
.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:before {
  color: #f17732;
}
.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;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.5s ease-out;
  position: relative;
  color: #111821;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 500;
  padding: 24px;
}
@media (min-width: 1700px) {
  .main-menu ul li a {
    padding: 30px 44px;
  }
}
.main-menu ul li a:before {
  position: absolute;
  content: "+";
  display: inline-block;
  padding: 0;
  margin-top: -15px;
  top: 50%;
  color: #111821;
  visibility: hidden;
  font-size: 16px;
  line-height: 30px;
  right: 8px;
}
@media (min-width: 1700px) {
  .main-menu ul li a:before {
    right: 27px;
  }
}
.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: 24px;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  z-index: 99999;
  transition: all 300ms ease;
  border-top: 2px solid #f17732;
  box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  transform-origin: top;
  transform: scaleY(0);
}
.main-menu ul ul li {
  float: none;
  width: 210px;
}
.main-menu ul ul li ul {
  visibility: hidden;
}
.main-menu ul ul li i {
  float: right;
}
.main-menu ul ul li a {
  line-height: 120%;
  padding: 10px 20px;
  color: #111821;
  border-bottom: 1px solid #f5f5f5;
  margin-left: 0;
  font-size: 16px;
}
.main-menu ul ul li a:hover {
  background-color: #f17732;
  color: #ffffff;
}
.main-menu ul ul li:last-child a {
  border-bottom: 0px;
}
.main-menu ul ul ul {
  left: 100%;
  transition: all 0.3s ease 0s;
  opacity: 0;
  border-top: 0px;
  border-top: 2px solid #f17732;
}

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

.slideUpIn {
  animation-name: slideUpIn;
}

.header-btn {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 1399px) {
  .header-btn {
    display: none;
  }
}
.header-btn .icon-wrapper .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}
.header-btn .content-wrapper {
  display: flex;
  flex-direction: column;
}
.header-btn .content-wrapper .title {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 29px;
}
.header-btn .content-wrapper .title span {
  width: 100%;
  color: #03c0b4;
}
.header-btn .content-wrapper .text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.header-btn .content-wrapper .text a {
  color: #666666;
}
@media only screen and (max-width: 1199px) {
  .header-btn {
    display: none;
  }
}

.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: #03c0b4;
}
.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;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #fff;
  overflow-x: hidden;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  margin-top: 20px;
}

.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 {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li ul {
  list-style: none;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  float: left;
  padding: 10px 30px;
  margin: 0;
  text-align: left;
  color: #111821;
  border-top: 1px solid #ebecee;
  text-decoration: none;
}
.mean-container .mean-nav ul li a:hover {
  color: #f17732;
}

.mean-container .mean-nav ul li a.mean-expand {
  line-height: 30px;
  color: #111821;
  width: 42px;
  height: 42px;
  padding: 0 !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #ebecee;
}

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

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav ul li.dropdown-opened a.mean-expand.mean-clicked {
  background-color: #111821;
  border-color: #111821 !important;
}

.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;
  height: 100%;
}
.mobile-menu-bar a i {
  color: #111821;
  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: 35px;
  right: 45px;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 45px;
  width: 45px;
  background-color: #03c0b4;
  color: #ffffff;
  border-radius: 50%;
}
.menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn:hover {
  background-color: #111821;
}
.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: #666666;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", 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: #666666;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span a:hover {
  color: #111821;
}
.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: #111821;
  font-size: 22px;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile a:hover {
  color: #03c0b4;
}

.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 .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: #f17732;
  transition: all 0.5s ease-out;
}
.slider-area .slider-wrapper .slick-dots li.slick-active {
  transition: all 0.5s ease-out;
  outline: 1px solid #f17732;
}
.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 #f6f7f5;
  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: #f17732;
  font-size: 21px;
  transition: all 0.5s ease-out;
}
.slider-area button.slider-arrow-btn:hover {
  transition: all 0.5s ease-out;
  border-color: #f17732;
}
.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-inner {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 811px;
  margin: 30px 40px;
  border-radius: 20px;
}
.slider-area .single-slider-inner:after {
  content: "";
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
@media screen and (min-width: 1200px) {
  .slider-area .single-slider-inner:after {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 700px;
    margin: 0px 0px -10px 0px;
    border-radius: 0px;
  }
}
.slider-area .single-slider-inner .slider-container {
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-area .single-slider-inner .slider-container {
    padding: 0px;
  }
}
.slider-area .single-slider-inner .slider-bottom-icon1 {
  position: absolute;
  bottom: 0;
  left: 188px;
  z-index: 20;
}
.slider-area .single-slider-inner .slider-bottom-icon2 {
  position: absolute;
  width: 264px;
  height: 279px;
  bottom: 0;
  transform: translate(74%, 56%);
  opacity: 80;
}
.slider-area .single-slider-inner .slider-bottom-text {
  font-family: "Jost", sans-serif;
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 10px;
  margin-bottom: 199px;
  letter-spacing: 19px;
}
.slider-area .single-slider-inner .slider-bottom-text .text {
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 17px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.15);
  font-size: 199px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider-inner .slider-bottom-text {
    padding: 40px;
    text-align: center;
    margin-bottom: 0px;
  }
  .slider-area .single-slider-inner .slider-bottom-text .text {
    -webkit-text-stroke-width: 10px;
    font-size: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider-inner .slider-bottom-text {
    bottom: 0;
    right: 0;
    padding: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .slider-area .single-slider-inner .slider-bottom-text .text {
    -webkit-text-stroke-width: 6px;
    font-size: 60px;
  }
}
.slider-area .single-slider-inner .slider-top-icon-frame {
  position: absolute;
  width: 84px;
  height: 84px;
  top: 0px;
  background: #f17732;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
@media (min-width: 1600px) {
  .slider-area .single-slider-inner .slider-top-icon-frame {
    transform: translate(-126%, -105%);
  }
}
@media screen and (max-width: 1600px) {
  .slider-area .single-slider-inner .slider-top-icon-frame {
    transform: translate(0%, -120%);
  }
}
.slider-area .single-slider-inner .slider-top-icon-frame i {
  color: #ffffff;
  font-size: 26px;
  transform: rotate(-15deg);
}
.slider-area .single-slider-inner .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-inner .slider-content-wrapper {
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider-inner .slider-content-wrapper {
    width: 100%;
    left: 0px;
  }
}
.slider-area .single-slider-inner .slider-content-wrapper .slider-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.slider-area .single-slider-inner .slider-content-wrapper .slider-content .slider-short-title {
  font-family: "Jost", sans-serif;
  color: #f17732;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 3.2px;
  text-align: left;
  padding-left: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider-inner .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-inner .slider-content-wrapper .slider-content .slider-short-title {
    font-size: 16px;
  }
}
.slider-area .single-slider-inner .slider-content-wrapper .slider-content .slider-title {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 70px;
  color: #111821;
  line-height: 100px;
  letter-spacing: 0em;
  text-align: left;
  line-height: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .slider-area .single-slider-inner .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-inner .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-inner .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-inner .slider-content-wrapper .slider-content .slider-title {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
.slider-area .single-slider-inner .slider-content-wrapper .slider-content .slider-title span {
  color: #f17732;
}
.slider-area .single-slider-inner .slider-content-wrapper .slider-content .slider-short-desc {
  width: 636px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #111821;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .single-slider-inner .slider-content-wrapper .slider-content .slider-short-desc {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .single-slider-inner .slider-content-wrapper .slider-content .slider-short-desc {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider-inner .slider-content-wrapper .slider-content .slider-short-desc {
    width: 100%;
  }
}
.slider-area .single-slider-inner .slider-content-wrapper .slider-content .slider-btn-wrapper {
  margin-top: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider-inner .slider-content-wrapper .slider-content .slider-btn-wrapper {
    margin-top: 30px;
  }
}
.slider-area .single-slider-inner .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-inner .slider-image.moblile-slider-img {
    left: -30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .slider-area .single-slider-inner .slider-image {
    animation: none;
    right: unset;
    text-align: center;
  }
}
@media (max-width: 1799px) {
  .slider-area .single-slider-inner .slider-image {
    width: auto;
    margin-top: inherit;
  }
}

.home-slider.style-2 .single-slider .single-slider-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-slider.style-2 .single-slider .single-slider-inner {
    flex-direction: row;
    height: 650px;
  }
}
@media (max-width: 1399px) {
  .home-slider.style-2 .single-slider .single-slider-inner {
    flex-direction: row;
    height: 600px;
  }
}
@media (min-width: 1400px) {
  .home-slider.style-2 .single-slider .single-slider-inner {
    flex-direction: row;
    height: 811px;
  }
}
.home-slider.style-2 .single-slider.slick-active .slider-text-container .hero-title .slider-title, .home-slider.style-2 .single-slider.slick-active .slider-text-container .hero-title .tag, .home-slider.style-2 .single-slider.slick-active .slider-text-container .hero-title .slider-short-desc {
  animation-name: MovefadeUp;
  -webkit-animation-fill-mode: both;
}
.home-slider.style-2 .single-slider.slick-active .slider-text-container .hero-title .slider-title {
  animation-delay: 0.3s;
  animation-duration: 0.3s;
}
.home-slider.style-2 .single-slider.slick-active .slider-text-container .hero-title .tag {
  animation-delay: 0.5s;
  animation-duration: 0.5s;
}
.home-slider.style-2 .single-slider.slick-active .slider-text-container .hero-title .slider-short-desc {
  animation-delay: 0.7s;
  animation-duration: 0.7s;
}
.home-slider.style-2 .single-slider .slick-active .slider-short-title,
.home-slider.style-2 .single-slider .slick-active .slider-title,
.home-slider.style-2 .single-slider .slick-active .slider-short-desc,
.home-slider.style-2 .single-slider .slick-active .slider-btn-wrapper {
  animation-name: MovefadeUp;
  -webkit-animation-fill-mode: both;
}
.home-slider.style-2 .single-slider .slick-active .slider-short-title {
  animation-delay: 0.3s;
  animation-duration: 0.3s;
}
.home-slider.style-2 .single-slider .slick-active .slider-title {
  animation-delay: 0.5s;
  animation-duration: 0.5s;
}
.home-slider.style-2 .single-slider .slick-active .slider-short-desc {
  animation-delay: 0.7s;
  animation-duration: 0.7s;
}
.home-slider.style-2 .single-slider .slick-active .slider-btn-wrapper {
  animation-delay: 0.9s;
  animation-duration: 0.9s;
}
.home-slider.style-2 .single-slider .hero-title {
  z-index: 5;
  position: relative;
  margin-left: 9px;
}
.home-slider.style-2 .single-slider .hero-title .slider-title {
  padding-top: 15px;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-slider.style-2 .single-slider .hero-title .slider-title {
    font-size: 38px;
    line-height: 20px;
  }
  .home-slider.style-2 .single-slider .hero-title .slider-title span {
    font-size: 26px;
  }
}
.home-slider.style-2 .single-slider .hero-title .tag {
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
}
@media (max-width: 1199px) {
  .home-slider.style-2 .single-slider .hero-title .tag {
    font-size: 39px;
  }
}
.home-slider.style-2 .single-slider .hero-title .slider-short-desc {
  padding-top: 18px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}
.home-slider.style-2 .single-slider .hero-title .slider-btn-wrapper {
  margin-top: 27px;
}
.home-slider.style-2 .single-slider .hero-title .slider-btn-wrapper .theme-btn {
  background: #111821;
}
.home-slider.style-2 .single-slider .hero-title .slider-btn-wrapper .theme-btn:hover {
  background: #ffffff;
  color: #111821;
}
.home-slider.style-2 .single-slider .slider-image {
  width: 100%;
  order: 1;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.home-slider.style-2 .single-slider .slider-image img {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .home-slider.style-2 .single-slider .slider-image {
    width: 50%;
    order: 2;
  }
}
.home-slider.style-2 .single-slider .slider-text-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 176px;
  padding-bottom: 190px;
  background: #f17732;
  order: 2;
  display: none;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .home-slider.style-2 .single-slider .slider-text-wrapper {
    width: 50%;
    order: 1;
    display: block;
  }
}
.home-slider.style-2 .single-slider .slider-text-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.home-slider.style-2 .single-slider .slider-text-container:after {
  content: "";
  background: #111821;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
@media screen and (min-width: 1200px) {
  .home-slider.style-2 .single-slider .slider-text-container:after {
    display: none;
  }
}
.home-slider.style-2 .single-slider .slider-text-container .slider-top-icon-frame {
  position: absolute;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #111821;
  width: 84px;
  height: 84px;
  border-radius: 100px;
}
.home-slider.style-2 .single-slider .slider-text-container .slider-top-icon-frame i {
  color: #ffffff;
  font-size: 24px;
}
@media (min-width: 1200px) {
  .home-slider.style-2 .single-slider .slider-text-container .slider-top-icon-frame {
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    display: flex;
  }
}
@media (max-width: 1199px) {
  .home-slider.style-2 .single-slider .slider-text-container .slider-top-icon-frame {
    display: none;
  }
}
.home-slider.style-2 button.post-gallery-btn {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  top: 90%;
  bottom: 70%;
  transform: translateY(-50%);
  overflow: hidden;
  display: none !important;
}
.home-slider.style-2 button.post-gallery-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 17px;
  transition: all 0.5s ease-out;
}
.home-slider.style-2 button.post-gallery-btn:hover {
  transition: all 0.5s ease-out;
}
.home-slider.style-2 button.post-gallery-btn:hover i {
  color: #ffffff;
  transition: all 0.5s ease-out;
}
@media screen and (min-width: 767px) {
  .home-slider.style-2 button.post-gallery-btn {
    top: 50%;
    bottom: 50%;
    display: block !important;
  }
}
.home-slider.style-2 .top-shape {
  position: absolute;
  top: 30px;
  right: 51.2%;
}
.home-slider.style-2 .top-shape img {
  width: 280px;
  height: 246px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-slider.style-2 .top-shape {
    right: 0%;
    z-index: 10;
  }
}
.home-slider.style-2 .bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-slider.style-2 .bottom-shape img {
  width: 269px;
  height: 325px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-slider.style-2 .bottom-shape {
    z-index: 10;
  }
}
.home-slider.style-2 .slider-arrow-btn {
  position: relative;
  bottom: 0;
  right: 0;
  margin-bottom: 30px;
  z-index: 20;
  margin-right: 30px;
}
.home-slider.style-2 .slider-arrow-btn.prev-btn {
  position: absolute;
  margin-right: 100px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #ffffff;
}
.home-slider.style-2 .slider-arrow-btn.prev-btn i {
  color: #778196;
}
.home-slider.style-2 .slider-arrow-btn.next-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #f17732;
}
.home-slider.style-2 .slider-arrow-btn.next-btn i {
  color: #ffffff;
}

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

.video-popup-btn a {
  width: 100px;
  height: 100px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  animation: ripple 3s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f28546;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-popup-btn a {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .video-popup-btn a {
    width: 50px;
    height: 50px;
  }
}
.video-popup-btn a i {
  color: #ffffff;
  font-size: 24px;
}
.video-popup-btn a:hover {
  animation: none;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-wrapper {
    padding: 0px 20px;
  }
}
.accordion-wrapper .accordion-all-list-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.accordion-wrapper .accordion-list-item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  cursor: pointer;
}
.accordion-wrapper .accordion-list-item.open .accordion-item-body {
  border-top: 1px solid rgba(255, 255, 255, 0.19);
  opacity: 1;
  overflow: visible;
}
.accordion-wrapper .accordion-list-item.open .accordion-head .icon:before {
  content: "\f068";
}
.accordion-wrapper .accordion-list-item .accordion-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  cursor: pointer;
  flex-direction: row;
  position: relative;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.accordion-wrapper .accordion-list-item .accordion-head .accordion-title {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  padding-bottom: 23px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-wrapper .accordion-list-item .accordion-head .accordion-title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion-wrapper .accordion-list-item .accordion-head .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.accordion-wrapper .accordion-list-item .accordion-head .icon {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
  position: relative;
  font-size: 24px;
  margin-bottom: 22px;
}
.accordion-wrapper .accordion-list-item .accordion-head .icon:before {
  position: absolute;
  content: "+";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Pro";
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-wrapper .accordion-list-item .accordion-head {
    gap: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-wrapper .accordion-list-item .accordion-head {
    gap: 8px;
  }
}
.accordion-wrapper .accordion-list-item .accordion-item-body {
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-wrapper .accordion-list-item .accordion-item-body p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-wrapper .accordion-list-item {
    padding: 0px;
  }
}
.accordion-wrapper .accordion-list-item:last-child {
  border-bottom: none;
}
.accordion-wrapper.style-1 .accordion-item-body {
  color: #ffffff;
}
.accordion-wrapper.style-1 .accordion-list-item .accordion-title {
  color: #ffffff;
}
.accordion-wrapper.style-1 .accordion-list-item .accordion-item-body {
  color: #ffffff;
}
.accordion-wrapper.style-1 .icon {
  color: #ffffff;
}
.accordion-wrapper.style-2 {
  flex-direction: row;
  gap: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-wrapper.style-2 {
    flex-direction: column;
    gap: 24px;
  }
}
.accordion-wrapper.style-2 .accordion-list-item {
  border: none;
}
.accordion-wrapper.style-2 .accordion-list-item.open .accordion-item-body {
  border: none;
}
.accordion-wrapper.style-2 .accordion-title {
  color: #111821;
}
.accordion-wrapper.style-2 .accordion-item-body {
  color: #111821;
}
.accordion-wrapper.style-2 .icon {
  color: #778196;
}

.consultation-form {
  position: relative;
  background: #111821;
  border-radius: 20px 20px 0px 0px;
  padding: 20px 20px 48px 20px;
  z-index: 10;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .consultation-form {
    margin-top: 16px;
    margin-left: 21px;
    margin-right: 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .consultation-form {
    border-radius: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .consultation-form {
    border-radius: 0px;
  }
}
.consultation-form .base-area {
  background: linear-gradient(to top, #111821, #f17732);
  border-image-slice: 1;
  border-radius: 20px 20px 0 0;
  padding: 2px;
  overflow: hidden;
}
.consultation-form .base-area .base-inner-area {
  background-color: #111821;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.consultation-form .base-area p {
  font-family: "Jost", sans-serif;
  margin-top: 38px;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  color: #ffffff;
}
.consultation-form .base-area p span {
  font-family: "Jost", sans-serif;
  color: #f17732;
}
.consultation-form .base-area .appointment-form .form-box {
  margin-left: 33px;
  margin-right: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.consultation-form .base-area .appointment-form .form-box .form-btn .theme-btn {
  display: flex;
  justify-content: center;
  background: #f17732;
  width: 100%;
  height: 59px;
}
.consultation-form .base-area .appointment-form .form-box .form-btn .theme-btn:hover {
  background: #ffffff;
  color: #f17732;
}

.appointment-area.style-1 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  overflow: hidden;
  padding-top: 178px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-area.style-1 {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .appointment-area.style-1 {
    padding-top: 0px;
  }
}
.appointment-area.style-1:after {
  content: "";
  background: rgba(2, 10, 39, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  .appointment-area.style-1:after {
    display: none;
  }
}
.appointment-area.style-1 img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.appointment-area.style-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.appointment-area.style-2 .feature-shape {
  position: absolute;
  top: 40px;
  left: 50px;
  z-index: -99;
}
@media (max-width: 1199px) {
  .appointment-area.style-2 .feature-shape {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-area.style-2 .fun-fact-area {
    border-radius: 0px;
  }
  .appointment-area.style-2 .container {
    padding: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .appointment-area.style-2 .fun-fact-area {
    border-radius: 0px;
  }
  .appointment-area.style-2 .container {
    padding: 0px;
  }
}
.appointment-area.style-2 p {
  font-family: "Jost", sans-serif;
  margin-top: 38px;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  color: #ffffff;
}
.appointment-area.style-2 p span {
  font-family: "Jost", sans-serif;
  color: #f17732;
}
.appointment-area.style-2 .appointment-form {
  height: 100%;
}
.appointment-area.style-2 .appointment-form .form-box {
  margin: 60px 30px 30px 30px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.appointment-area.style-2 .appointment-form .form-box .form-btn {
  width: 100%;
}
.appointment-area.style-2 .appointment-form .form-box .form-btn .theme-btn {
  display: flex;
  justify-content: center;
  background: #f17732;
  width: 100%;
  height: 59px;
}
.appointment-area.style-2 .appointment-form .form-box .form-btn .theme-btn:hover {
  background: #ffffff;
  color: #f17732;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-area.style-2 .appointment-form .form-box {
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .appointment-area.style-2 .appointment-form .form-box {
    flex-direction: column;
    gap: 30px;
  }
}
.appointment-area .title-border1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1px;
  margin-bottom: 4px;
}
.appointment-area .title-border1 p {
  background: rgba(223, 223, 223, 0.2);
  width: 416px;
  height: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-area .title-border1 p {
    background: #DFDFDF;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .appointment-area .title-border1 p {
    background: #DFDFDF;
    width: 250px;
  }
}
.appointment-area .title-border2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1px;
  margin-bottom: 43px;
}
.appointment-area .title-border2 p {
  background: rgba(223, 223, 223, 0.2);
  width: 349px;
  height: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .appointment-area .title-border2 p {
    background: #DFDFDF;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .appointment-area .title-border2 p {
    background: #DFDFDF;
    width: 200px;
  }
}

::-moz-placeholder {
  color: #778196;
  opacity: 1;
}

::placeholder {
  color: #778196;
  opacity: 1;
}

.input-box {
  width: 100%;
  position: relative;
}
.input-box input {
  width: 100%;
  border-radius: 5px;
  padding: 15px 26px 16px 25px;
  background: rgba(223, 223, 223, 0.05);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #778196;
}
.input-box i {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 30px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-us-area.style-1 {
    padding: 80px 15px 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.style-1 {
    padding: 80px 30px 80px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-area.style-1 {
    padding: 100px 0;
  }
}
.about-us-area.style-1 .image-wrapper {
  display: flex;
  justify-content: start;
  padding-left: 6px;
}
.about-us-area.style-1 .image-wrapper .image {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  margin-top: 8px;
}
@media (max-width: 991px) {
  .about-us-area.style-1 .image-wrapper .image {
    flex-shrink: 1;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .about-us-area.style-1 .image-wrapper .image {
    flex-shrink: 1;
  }
}
.about-us-area.style-1 .image-wrapper .image img {
  z-index: 5;
  position: relative;
  border-radius: 20px;
}
.about-us-area.style-1 .image-wrapper .image .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-88px, -50px);
  width: 196px;
  height: 200px;
  background-color: #f6f6f6;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .about-us-area.style-1 .image-wrapper .image .shape-1 {
    transform: translate(-66px, -50px);
    width: 136px;
    height: 140px;
  }
}
.about-us-area.style-1 .image-wrapper .image .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(74px, -91px);
  width: 206px;
  height: 217px;
  background-image: url("../images/shapes/shape-12.png");
  background-size: cover;
}
@media (max-width: 767px) {
  .about-us-area.style-1 .image-wrapper .image .shape-2 {
    transform: translate(24px, -76px);
    width: 146px;
    height: 146px;
  }
}
.about-us-area.style-1 .image-wrapper .image .video-btn-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(40px, 40px);
  background-color: #f17732;
  border-radius: 20px;
  padding: 20px 18px 20px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 196px;
  height: 200px;
}
.about-us-area.style-1 .image-wrapper .image .video-btn-wrapper i {
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 767px) {
  .about-us-area.style-1 .image-wrapper .image .video-btn-wrapper {
    width: 136px;
    height: 140px;
    padding: 12px;
    transform: translate(24px, 40px);
  }
}
.about-us-area.style-1 .image-wrapper .image .video-btn-wrapper .text {
  margin: 0;
  text-align: center;
  color: #ffffff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .about-us-area.style-1 .image-wrapper .image .video-btn-wrapper .text br {
    display: none;
  }
}
.about-us-area.style-1 .image-wrapper .water-text {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  margin-bottom: 30px;
}
.about-us-area.style-1 .image-wrapper .water-text h1 {
  text-align: start;
  color: #f6f6f6;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 11.55px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .about-us-area.style-1 .image-wrapper .water-text h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
.about-us-area.style-1 .section-desc {
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .about-us-area.style-1 .section-desc br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .about-us-area.style-1 .content-wrapper {
    margin-top: 64px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-us-area.style-1 .content-wrapper {
    padding-left: 48px;
  }
}
.about-us-area.style-1 .content-wrapper .banner {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin-top: 30px;
  margin-bottom: 35px;
}
@media (max-width: 500px) {
  .about-us-area.style-1 .content-wrapper .banner {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 500px) {
  .about-us-area.style-1 .content-wrapper .banner .image {
    width: 100%;
  }
  .about-us-area.style-1 .content-wrapper .banner .image img {
    width: 100%;
  }
}
.about-us-area.style-1 .content-wrapper .banner .image img {
  border-radius: 5px;
}
.about-us-area.style-1 .content-wrapper .banner .content {
  border-left: 1px solid #dfdfdf;
  margin-left: 40px;
  padding-left: 40px;
}
.about-us-area.style-1 .content-wrapper .banner .content span {
  color: #f17732;
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 500px) {
  .about-us-area.style-1 .content-wrapper .banner .content {
    margin-left: 0;
    margin-top: 24px;
    padding: 0;
    border: none;
  }
}
@media (max-width: 767px) {
  .about-us-area.style-1 .content-wrapper .banner .content br {
    display: none;
  }
}
.about-us-area.style-1 .content-wrapper .list-section {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about-us-area.style-1 .content-wrapper .list-section {
    flex-direction: column-reverse;
    gap: 24px;
    align-items: start;
  }
}
.about-us-area.style-1 .content-wrapper .list-section .list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-us-area.style-1 .content-wrapper .list-section .list-wrapper .list-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-us-area.style-1 .content-wrapper .list-section .list-wrapper .list-item i {
  font-size: 30px;
  color: #f17732;
  line-height: 30px;
}
.about-us-area.style-1 .content-wrapper .list-section .list-wrapper .list-item p {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #666666;
}
.about-us-area.style-1 .content-wrapper .list-section .tag-wrapper {
  width: 154px;
  height: 154px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: drop-shadow(0px 4px 60px rgba(157, 157, 157, 0.25));
  padding: 10px;
  flex-shrink: 0;
}
.about-us-area.style-1 .content-wrapper .list-section .tag-wrapper .tag-inner {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: url("../images/about/circle.png");
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.about-us-area.style-1 .content-wrapper .list-section .tag-wrapper .tag-inner h2 {
  color: #f17732;
  margin: 0;
}
.about-us-area.style-1 .content-wrapper .list-section .tag-wrapper .tag-inner p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #111821;
}
.about-us-area.style-1 .content-wrapper .content-bottom {
  margin-top: 23px;
  display: inline-flex;
  gap: 66px;
}
@media (max-width: 767px) {
  .about-us-area.style-1 .content-wrapper .content-bottom {
    flex-direction: column;
    gap: 30px;
  }
}
.about-us-area.style-1 .content-wrapper .content-bottom .read-more a {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  padding: 15px 20px;
  background-color: black;
  border-radius: 5px;
  color: #ffffff;
}
.about-us-area.style-1 .content-wrapper .content-bottom .read-more a p {
  font-weight: 600;
}
.about-us-area.style-1 .content-wrapper .content-bottom .read-more a:hover {
  background-color: #f17732;
}
.about-us-area.style-1 .content-wrapper .content-bottom .contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.about-us-area.style-1 .content-wrapper .content-bottom .contact .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #03c0b4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-area.style-1 .content-wrapper .content-bottom .contact .icon i {
  font-size: 36px;
  line-height: 35px;
  color: #ffffff;
}
.about-us-area.style-1 .content-wrapper .content-bottom .contact .text p {
  font-size: 12px;
  font-weight: 400;
  color: #111821;
}
.about-us-area.style-1 .content-wrapper .content-bottom .contact .text p span {
  color: #03c0b4;
}
.about-us-area.style-1 .content-wrapper .content-bottom .contact .text h6 {
  color: #666666;
}

@media (max-width: 991px) {
  .about-us-area.style-2 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-area.style-2 {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .about-us-area.style-2 .content-wrapper {
    margin-top: 36px;
  }
}
.about-us-area.style-2 .content-wrapper .about-list {
  display: flex;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .about-us-area.style-2 .content-wrapper .about-list {
    flex-direction: column;
    gap: 24px;
  }
}
.about-us-area.style-2 .content-wrapper .about-list .list-wrapper {
  display: flex;
  gap: 30px;
  flex-direction: column;
  padding-right: 11px;
}
@media (max-width: 1199px) {
  .about-us-area.style-2 .content-wrapper .about-list .list-wrapper {
    gap: 20px;
  }
}
.about-us-area.style-2 .content-wrapper .about-list .list-wrapper .list-item {
  display: flex;
  align-items: center;
  gap: 30px;
  cursor: pointer;
}
.about-us-area.style-2 .content-wrapper .about-list .list-wrapper .list-item:hover .icon {
  background-color: #f17732;
}
@media (max-width: 1199px) {
  .about-us-area.style-2 .content-wrapper .about-list .list-wrapper .list-item {
    gap: 20px;
  }
  .about-us-area.style-2 .content-wrapper .about-list .list-wrapper .list-item h4 br {
    display: none;
  }
}
.about-us-area.style-2 .content-wrapper .about-list .list-wrapper .list-item .icon {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #111821;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out;
}
.about-us-area.style-2 .content-wrapper .about-list .list-wrapper .list-item .icon i {
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .about-us-area.style-2 .content-wrapper .about-list .list-wrapper .list-item .icon {
    flex-shrink: 0;
  }
}
.about-us-area.style-2 .content-wrapper .about-list .divider {
  width: 2px;
  border-right: 1px solid #03c0b4;
  margin: 0 36px;
}
@media (max-width: 1199px) {
  .about-us-area.style-2 .content-wrapper .about-list .divider {
    margin: 24px 0;
    width: 100%;
    height: 1px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1439px) {
  .about-us-area.style-2 .content-wrapper .about-list .divider {
    margin: 0 14px 0 0;
  }
}
.about-us-area.style-2 .content-wrapper .about-list .list-desc {
  display: flex;
  flex-direction: column;
  gap: 58px;
  align-items: center;
}
.about-us-area.style-2 .content-wrapper .about-list .list-desc p {
  line-height: 29px;
}
@media (max-width: 1199px) {
  .about-us-area.style-2 .content-wrapper .about-list .list-desc {
    gap: 20px;
    align-items: start;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1439px) {
  .about-us-area.style-2 .content-wrapper .about-list .list-desc {
    gap: 28px;
  }
}
.about-us-area.style-2 .content-wrapper .section-desc {
  margin-top: 30px;
}
.about-us-area.style-2 .image-wrapper {
  position: relative;
  padding-left: 60px;
}
.about-us-area.style-2 .image-wrapper .certificate {
  position: absolute;
  bottom: 10px;
  left: 112px;
  width: 196px;
  height: 200px;
  background-color: #111821;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #ffffff;
  border-radius: 20px;
  z-index: 5;
}
@media (max-width: 767px) {
  .about-us-area.style-2 .image-wrapper .certificate {
    width: 146px;
    height: 150px;
    gap: 0;
    left: 20px;
  }
}
.about-us-area.style-2 .image-wrapper .certificate i {
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 767px) {
  .about-us-area.style-2 .image-wrapper .certificate i {
    font-size: 30px;
    line-height: 30px;
  }
}
.about-us-area.style-2 .image-wrapper .certificate p {
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 767px) {
  .about-us-area.style-2 .image-wrapper .certificate p br {
    display: none;
  }
}
.about-us-area.style-2 .image-wrapper .certificate h3 {
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 767px) {
  .about-us-area.style-2 .image-wrapper .certificate h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1439px) {
  .about-us-area.style-2 .image-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

.blog-post-area.style-1 {
  padding: 140px 0 140px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .blog-post-area.style-1 {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-area.style-1 {
    padding: 100px 0;
  }
}
.blog-post-area.style-1 .sidebar {
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 4px 60px 0px rgba(220, 220, 220, 0.25);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .blog-post-area.style-1 .sidebar {
    padding: 16px;
  }
}
.blog-post-area.style-1 .sidebar .sidebar-btn {
  margin-top: 20px;
}
.blog-post-area.style-1 .sidebar .sidebar-btn a {
  border-radius: 5px;
  padding: 15px 20px;
  display: flex;
  background-color: #f17732;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
}

.counter-area {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  overflow: hidden;
  height: auto;
}
.counter-area:after {
  content: "";
  background: #f17732;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
@media (min-width: 1450px) {
  .counter-area .side-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    overflow: hidden;
    height: auto;
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 10;
    width: 314px;
    margin-right: 31px;
    bottom: 0;
  }
}
.counter-area .book-appointment-area {
  position: relative;
  z-index: 20;
  margin-top: 82px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 74px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area .book-appointment-area {
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    margin-bottom: 60px;
    padding: 0px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area .book-appointment-area {
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    margin-bottom: 40px;
    padding: 0px 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-area .book-appointment-area {
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    margin-bottom: 20px;
    padding: 0px 10px;
  }
}
.counter-area .book-appointment-area .book-appointment-time-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.counter-area .book-appointment-area .book-appointment-time-desc .time-icon {
  flex-shrink: 0;
  height: 110px;
  width: 110px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.12);
}
.counter-area .book-appointment-area .book-appointment-time-desc .time-icon i {
  font-size: 60px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area .book-appointment-area .book-appointment-time-desc .time-icon {
    height: 84px;
    width: 84px;
  }
  .counter-area .book-appointment-area .book-appointment-time-desc .time-icon i {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area .book-appointment-area .book-appointment-time-desc .time-icon {
    height: 84px;
    width: 84px;
  }
  .counter-area .book-appointment-area .book-appointment-time-desc .time-icon i {
    font-size: 32px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-area .book-appointment-area .book-appointment-time-desc .time-icon {
    height: 84px;
    width: 84px;
  }
  .counter-area .book-appointment-area .book-appointment-time-desc .time-icon i {
    font-size: 32px;
  }
}
.counter-area .book-appointment-area .book-appointment-time-desc .title-desc {
  max-width: 606px;
  width: 100%;
}
.counter-area .book-appointment-area .book-appointment-time-desc .title-desc p {
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-area .book-appointment-area .book-appointment-time-desc {
    flex-direction: column;
    justify-content: left;
    align-items: start;
    row-gap: 10px;
  }
}
.counter-area .book-appointment-area .book-appointment-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 60px;
}
.counter-area .book-appointment-area .book-appointment-btn .appointment-btn {
  background: #111821;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  border-radius: 5px;
  transition: all 0.5s ease-out;
}
.counter-area .book-appointment-area .book-appointment-btn .appointment-btn:hover {
  background: #ffffff;
  color: #f17732;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-area .book-appointment-area .book-appointment-btn {
    justify-content: start;
    align-items: start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area .book-appointment-area .book-appointment-btn {
    justify-content: start;
    align-items: start;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .counter-area .book-appointment-area .book-appointment-btn {
    justify-content: start;
    align-items: start;
    margin-bottom: 20px;
  }
}

.fun-fact-content {
  position: relative;
  z-index: 20;
}
.fun-fact-content .shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 206px;
  height: 217px;
  transform: translate(50%, 50%);
}
@media (max-width: 991px) {
  .fun-fact-content .shape-1 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .fun-fact-content .shape-1 {
    transform: translate(0, 50%);
  }
}
.fun-fact-content .fun-fact-area {
  position: relative;
  top: 0;
  height: auto;
  background: rgba(17, 24, 33, 0.9);
  border-radius: 0px 0px 20px 20px;
  padding: 0px 40px 40px 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .fun-fact-content .fun-fact-area {
    padding: 0px 20px 20px 20px;
  }
}
.fun-fact-content .fun-fact-area .fun-fact-box {
  position: relative;
  height: auto;
  border-radius: 0px 0px 20px 20px;
  border: 1px solid #31373f;
  border-top: 1px solid #111821;
}
.fun-fact-content .fun-fact-area .fun-fact-box .top-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.fun-fact-content .fun-fact-area .fun-fact-box .bottom-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 20px;
}
.fun-fact-content .fun-fact-area .fun-fact-box .counter-items-box {
  padding: 53px 96px 54px 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fun-fact-content .fun-fact-area .fun-fact-box .counter-items-box {
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fun-fact-content .fun-fact-area .fun-fact-box .counter-items-box {
    padding: 40px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .fun-fact-content .fun-fact-area .fun-fact-box .counter-items-box {
    padding: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .fun-fact-content .fun-fact-area .fun-fact-box .counter-items-box .single-item {
    width: 100%;
  }
}
.fun-fact-content .fun-fact-area .fun-fact-box .counter-items-box .single-item .single-item-content {
  display: flex;
  gap: 17px;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .fun-fact-content .fun-fact-area .fun-fact-box .counter-items-box .single-item .single-item-content {
    width: 100%;
    justify-content: space-between;
  }
}
.fun-fact-content .fun-fact-area .fun-fact-box .counter-items-box .single-item .single-item-content .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .fun-fact-content .fun-fact-area .fun-fact-box .counter-items-box .single-item .single-item-content .content {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.fun-fact-content .fun-fact-area .fun-fact-box .counter-items-box .single-item .single-item-content .content .counter {
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fun-fact-content .fun-fact-area .fun-fact-box .counter-items-box .single-item .single-item-content .content .counter {
    font-size: 58px;
  }
}
.fun-fact-content .fun-fact-area .fun-fact-box .counter-items-box .single-item .single-item-content .content .content-title {
  flex: 50%;
  color: #f17732;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fun-fact-content .fun-fact-area .fun-fact-box .counter-items-box .single-item .single-item-content .content .content-title {
    font-size: 14px;
  }
}

.eye-care-skill-area {
  position: relative;
  padding-top: 140px;
}
@media (max-width: 991px) {
  .eye-care-skill-area {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eye-care-skill-area {
    padding: 100px 0;
  }
}
.eye-care-skill-area .area-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.eye-care-skill-area .image-wrapper {
  position: relative;
  display: flex;
  align-items: end;
}
.eye-care-skill-area .image-wrapper img {
  position: relative;
  z-index: 5;
  border-radius: 10px;
}
.eye-care-skill-area .image-wrapper .shape-1 {
  flex-shrink: 0;
  right: 69px;
  top: 31px;
  position: absolute;
  z-index: 0;
}
@media (max-width: 767px) {
  .eye-care-skill-area .image-wrapper .shape-1 {
    right: 0;
    top: 0;
  }
}
.eye-care-skill-area .image-wrapper .child-img {
  flex-shrink: 0;
  margin-bottom: 25px;
  margin-left: -86px;
  z-index: 10;
  position: relative;
}
@media (max-width: 1439px) {
  .eye-care-skill-area .image-wrapper .child-img {
    flex-shrink: 1;
    margin-left: -98px;
  }
}
@media (max-width: 991px) {
  .eye-care-skill-area .content-wrapper {
    margin-top: 48px;
  }
}
@media (max-width: 991px) {
  .eye-care-skill-area .content-wrapper .section-title {
    padding-right: 40px;
  }
}
.eye-care-skill-area .section-desc {
  margin-top: 30px;
}

.faq-area {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  overflow: hidden;
}
.faq-area:after {
  content: "";
  background: #111821;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.faq-area.style-2 {
  background: #ffffff;
}
.faq-area.style-2:after {
  content: "";
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-area {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area {
    height: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area {
    background-attachment: fixed;
    height: auto;
  }
}
.faq-area .top-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.faq-area .faq-area-content {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
  gap: 192px;
  width: 100%;
  margin-left: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-area .faq-area-content {
    gap: 80px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area .faq-area-content {
    gap: 60px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area .faq-area-content {
    gap: 60px;
    margin-left: 0px;
  }
}
.faq-area .faq-area-content .faq-counter-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.faq-area .faq-area-content .top-counter-area {
  gap: 70px;
  display: flex;
  align-items: center;
}
.faq-area .faq-area-content .bottom-counter-area {
  display: flex;
  margin-left: 132px;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area .faq-area-content .bottom-counter-area {
    margin-left: 100px;
  }
}
.faq-area .faq-area-content .faq-counter-wrapper .top-counter-area .single-expert {
  position: relative;
  width: 199px;
  height: 199px;
}
.faq-area .faq-area-content .faq-counter-wrapper .top-counter-area .single-expert .bottom-icon {
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(50%);
  z-index: 10;
  margin-right: 7px;
  margin-bottom: 2px;
}
.faq-area .faq-area-content .faq-counter-wrapper .top-counter-area .single-expert .bottom-icon i {
  z-index: 20;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 50px;
  height: 50px;
  background: white;
  font-size: 30px;
  color: #f17732;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area .faq-area-content .faq-counter-wrapper .top-counter-area .single-expert .bottom-icon {
    margin-left: 10px;
    top: 0;
    transform: translateY(80%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area .faq-area-content .faq-counter-wrapper .top-counter-area .single-expert {
    width: 180px;
    height: 180px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area .faq-area-content .faq-counter-wrapper .top-counter-area .single-expert {
    width: 140px;
    height: 140px;
  }
}
.faq-area .faq-area-content .faq-counter-wrapper .bottom-counter-area {
  margin-right: 6px;
  margin-top: 44px;
}
.faq-area .faq-area-content .faq-counter-wrapper .bottom-counter-area .single-expert {
  position: relative;
  width: 199px;
  height: 199px;
}
.faq-area .faq-area-content .faq-counter-wrapper .bottom-counter-area .single-expert .top-icon {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  margin-top: 4px;
  margin-right: 6px;
}
.faq-area .faq-area-content .faq-counter-wrapper .bottom-counter-area .single-expert .top-icon i {
  z-index: 20;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: white;
  font-size: 30px;
  color: #f17732;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area .faq-area-content .faq-counter-wrapper .bottom-counter-area .single-expert .top-icon {
    margin-left: 10px;
    bottom: 0;
    transform: translateY(80%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area .faq-area-content .faq-counter-wrapper .bottom-counter-area .single-expert {
    width: 180px;
    height: 180px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area .faq-area-content .faq-counter-wrapper .bottom-counter-area .single-expert {
    width: 140px;
    height: 140px;
  }
}
.faq-area .faq-area-content .single-expert-content {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: #f17732;
  border-radius: 100%;
}
.faq-area .faq-area-content .single-expert-content .content {
  text-align: center;
}
.faq-area .faq-area-content .single-expert-content .content .counter {
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 66px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area .faq-area-content .single-expert-content .content .counter {
    font-size: 48px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area .faq-area-content .single-expert-content .content .counter {
    font-size: 24px;
    line-height: 24px;
  }
}
.faq-area .faq-area-content .single-expert-content .content .content-title {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area .faq-area-content .single-expert-content .content .content-title {
    font-size: 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area .faq-area-content .single-expert-content .content {
    line-height: 16px;
  }
}
.faq-area .faq-area-content .accordion-wrapper .section-title h1 {
  color: #ffffff;
}
.faq-area .faq-area-content .accordion-wrapper .accordion-title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area .faq-area-content {
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-area .faq-area-content {
    flex-direction: column;
  }
}

.feature-area.style-1 {
  padding: 10px 0;
  position: relative;
}
.feature-area.style-1 .feature-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -99;
  flex-shrink: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-1 .feature-shape {
    height: 120px;
    width: 120px;
    transform: translate(0%, -50%);
  }
}
.feature-area.style-1 .feature-container {
  position: relative;
  border-radius: 20px;
  padding: 60px 30px;
  background: #ffffff;
  box-shadow: 0px 4px 60px 0px rgba(211, 211, 211, 0.25);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-1 .feature-container {
    padding: 40px 16px;
  }
}
.feature-area.style-1 .feature-container .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  transform: translate(-57%, -75%);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-1 .feature-container .shape-1 {
    z-index: 20;
    transform: translate(-18%, -83%);
  }
}
.feature-area.style-1 .feature-container .title {
  text-align: center;
  margin-bottom: 40px;
  color: #111821;
}
.feature-area.style-1 .feature-container .feather-item-wrapper {
  display: flex;
  gap: 45px;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-area.style-1 .feature-container .feather-item-wrapper {
    gap: 12px;
  }
}
.feature-area.style-1 .feature-container .feather-item-wrapper .feature-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  gap: 27px;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-area.style-1 .feature-container .feather-item-wrapper .feature-item {
    gap: 12px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  .feature-area.style-1 .feature-container .feather-item-wrapper .feature-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
}
.feature-area.style-1 .feature-container .feather-item-wrapper .feature-item .icon-wrapper {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 2px solid #03c0b4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-1 .feature-container .feather-item-wrapper .feature-item .icon-wrapper {
    width: 65px;
    height: 65px;
    gap: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-area.style-1 .feature-container .feather-item-wrapper .feature-item .icon-wrapper {
    width: 70px;
    height: 70px;
    gap: 10px;
  }
}
.feature-area.style-1 .feature-container .feather-item-wrapper .feature-item .icon-wrapper .count {
  width: 25px;
  height: 25px;
  background-color: #666666;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -25%);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-1 .feature-container .feather-item-wrapper .feature-item .icon-wrapper .count {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-area.style-1 .feature-container .feather-item-wrapper .feature-item .icon-wrapper .count {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}
.feature-area.style-1 .feature-container .feather-item-wrapper .feature-item .icon-wrapper i {
  font-size: 40px;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-1 .feature-container .feather-item-wrapper .feature-item .icon-wrapper i {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-area.style-1 .feature-container .feather-item-wrapper .feature-item .content h4 {
    font-size: 22px;
    line-height: 29px;
  }
}
.feature-area.style-1 .feature-container .feather-item-wrapper .feature-item .content p {
  margin-top: 7px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-1 .feature-container .feather-item-wrapper .feature-item .content p {
    margin-top: 0;
  }
}
.feature-area.style-1 .feature-container .feather-item-wrapper .feature-item:hover .icon-wrapper {
  transition: all 0.5s ease-out;
  background: #f17732;
  border-color: #f17732;
}
.feature-area.style-1 .feature-container .feather-item-wrapper .feature-item:hover .icon-wrapper i {
  color: #fff;
}
.feature-area.style-1 .feature-container .feather-item-wrapper .feature-item:hover .icon-wrapper .count {
  background-color: #111821;
}
.feature-area.style-1 .feature-container .feather-item-wrapper .feature-item.active .icon-wrapper {
  transition: all 0.5s ease-out;
  background: #f17732;
  border-color: #f17732;
}
.feature-area.style-1 .feature-container .feather-item-wrapper .feature-item.active .icon-wrapper i {
  color: #fff;
}
.feature-area.style-1 .feature-container .feather-item-wrapper .feature-item.active .icon-wrapper .count {
  background-color: #111821;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area.style-1 .feature-container .feather-item-wrapper .feature-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .feature-area.style-1 .feature-container .feather-item-wrapper .feature-item .icon-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area.style-1 .feature-container .feather-item-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .feature-area.style-1 .feature-container .feather-item-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}

.testimonial-area.style-1 {
  position: relative;
}
.testimonial-area.style-1 .shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .testimonial-area.style-1 .section-desc {
    margin-top: 24px;
  }
}
@media (max-width: 1399px) {
  .testimonial-area.style-1 .section-desc br {
    display: none;
  }
}
.testimonial-area.style-1 .testimonial-card-wrapper {
  margin-top: 60px;
}
.testimonial-area.style-1 .testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.testimonial-area.style-1 .testimonial-card .desc-wrapper {
  padding: 53px 43px 30px 43px;
  background-color: #f4f5f7;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.testimonial-area.style-1 .testimonial-card .desc-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/shapes/testimonial-shape.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial-area.style-1 .testimonial-card .desc-wrapper .icon i {
  font-size: 96px;
  line-height: 71px;
  color: #f17732;
}
.testimonial-area.style-1 .testimonial-card .desc-wrapper .desc {
  margin-top: 18px;
}
.testimonial-area.style-1 .testimonial-card .desc-wrapper .user-img {
  margin-top: 20px;
  flex-shrink: 0;
  padding: 5px;
  border-radius: 100%;
  background-color: #ffffff;
  width: 100px;
  height: 100px;
}
.testimonial-area.style-1 .testimonial-card .desc-wrapper .user-img img {
  border-radius: 100%;
  z-index: 5;
  position: relative;
}
.testimonial-area.style-1 .testimonial-card .meta-info {
  text-align: center;
  margin-top: 10px;
}
.testimonial-area.style-1 .testimonial-card .meta-info .desc {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #666666;
}

.skill-progressbar-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 31px;
  margin-top: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .skill-progressbar-wrapper {
    width: 100%;
    padding-right: 0;
  }
}

.skill-progressbar .progress-inner-item {
  position: relative;
  margin: 0;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.skill-progressbar .skill-title {
  z-index: 100;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #111821;
}
.skill-progressbar .progress-number-count {
  padding: 0 8px;
}
.skill-progressbar .progressbar-number,
.skill-progressbar .progress-number-count {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  height: auto;
  letter-spacing: 0px;
  text-transform: none;
  font-family: "Jost", sans-serif;
  color: #111821;
}
.skill-progressbar .progress-content-outter {
  height: 10px;
  background-color: #e7eaec;
  overflow: hidden;
  margin-top: 5px;
}
.skill-progressbar .progress-content {
  height: 10px;
  background-color: #f17732;
  width: 0%;
  transform: skewX(-25deg);
  margin-left: -5px;
}

.call-to-action-area {
  position: relative;
  margin-bottom: -110px;
  z-index: 99;
}

.call-to-action-card {
  display: flex;
  background-color: #03c0b4;
  padding: 68px 50px;
  border-radius: 12px;
  align-items: center;
  gap: 60px;
}
@media (max-width: 991px) {
  .call-to-action-card {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .call-to-action-card {
    align-items: flex-start;
  }
}
.call-to-action-card .image {
  flex-shrink: 0;
}
@media (max-width: 1399px) {
  .call-to-action-card .image {
    width: 200px;
  }
}
.call-to-action-card .content {
  position: relative;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .call-to-action-card .content {
    padding-left: 0;
  }
}
.call-to-action-card .content .title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .call-to-action-card .content .title {
    font-size: 18px;
    line-height: 32px;
  }
}
.call-to-action-card .content:before {
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 1px;
  background-color: #6fcbbd;
}
@media (max-width: 991px) {
  .call-to-action-card .content:before {
    display: none;
  }
}
.call-to-action-card .btn-wrapper {
  flex-shrink: 0;
}

.section-title {
  display: flex;
  gap: 22px;
  flex-direction: column;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .section-title.mb-70, .section-title.mb-75 {
    margin-bottom: 50px;
  }
}
.section-title .short-title .tag {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
  padding: 4px 12px;
  box-shadow: 0px 4px 40px 0px rgba(166, 166, 166, 0.25);
  border-radius: 5px;
  background-color: #ffffff;
}
.section-title .short-title .tag i {
  color: #f17732;
  font-size: 18px;
  line-height: 31px;
}
.section-title .short-title .tag p {
  font-weight: 600;
  color: #666666;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .short-title .tag {
    font-size: 20px;
  }
}
.section-title .title {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  font-family: "Jost", sans-serif;
  color: #111821;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-title .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 439px) {
  .section-title .title br {
    display: none;
  }
}
.section-title .title span {
  color: #f17732;
  display: inline-block;
}
.section-title .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  font-family: "Poppins", sans-serif;
  color: #666666;
  margin-bottom: 0;
}
.section-title .text {
  margin-bottom: 0;
}
.section-title .divider {
  width: 72px;
  height: 6px;
  background-color: #f17732;
  margin-top: 16px;
}

.page-breadcrumb-area {
  padding-top: 127px;
  padding-bottom: 194px;
  margin: 30px 40px 0 40px;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .page-breadcrumb-area {
    padding: 100px 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-breadcrumb-area {
    padding: 80px 12px;
    margin: 20px 0 0 0;
    border-radius: 0;
  }
}

.page-overlay {
  background: rgb(247, 247, 245);
  background: linear-gradient(90deg, rgb(247, 247, 245) 0%, rgba(247, 247, 245, 0.7679446779) 100%);
  opacity: 0.6;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.page-heading h3,
.page-heading .page-title {
  font-family: "Jost", sans-serif;
  font-size: 70px;
  text-align: start;
  color: #111821;
  margin-bottom: 10px;
  text-transform: capitalize;
  line-height: 90px;
  font-weight: 700;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-heading h3,
  .page-heading .page-title {
    font-size: 38px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-heading h3,
  .page-heading .page-title {
    font-size: 60px;
    line-height: 72px;
  }
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper {
    padding: 0;
  }
}

.breadcrumb-list ul {
  margin-bottom: 0;
  padding-left: 0;
  display: inline-flex;
  gap: 0 9px;
}
.breadcrumb-list ul li {
  list-style: none;
  display: inline-flex;
  gap: 0 16px;
  align-items: center;
  color: #ffffff;
}
.breadcrumb-list ul li.active {
  color: #666666;
}
.breadcrumb-list ul li.active a {
  color: #666666;
}
.breadcrumb-list ul li a {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  color: #111821;
  text-transform: capitalize;
  margin-bottom: 0;
  transition: all 0.5s ease-out;
}
.breadcrumb-list ul li a:hover {
  transition: all 0.5s ease-out;
  color: #111821;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .breadcrumb-list ul li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-list ul li a {
    font-size: 20px;
  }
}
.breadcrumb-list ul li:before {
  content: "\f054";
  font-size: 12px;
  color: #666666;
  font-family: "Font Awesome 6 Pro";
  display: inline-flex;
}
.breadcrumb-list ul li:first-child:before {
  color: transparent;
  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: #666666;
  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 #f6f7f5;
  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: #f17732 !important;
  color: #ffffff;
  border-color: #f17732;
  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;
  padding-top: 78px;
}
@media (max-width: 991px) {
  .basic-pagination,
  .page-links,
  .wp-block-query-pagination-numbers {
    padding-top: 0;
  }
}
.basic-pagination ul,
.page-links ul,
.wp-block-query-pagination-numbers ul {
  display: inline-flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  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: #666666;
  background-color: #f2f4f5;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  transition: all 0.5s ease-out;
  font-size: 14px;
  font-weight: 600;
  line-height: 29px;
  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: #f17732 !important;
  color: #ffffff;
  border-color: #f17732;
  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: #03c0b4 !important;
  color: #ffffff;
  border-color: #f17732;
  transition: all 0.5s ease-out;
}

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

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

/* Widget */
.widget {
  background-color: #ffffff;
  padding: 40px 10px 40px 40px;
  border-radius: 20px;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 60px 0px rgba(220, 220, 220, 0.25);
  /* 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.widget_search {
  padding: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget.widget_search {
    padding: 24px;
  }
}
.widget.widget_search .search-form {
  margin-bottom: 0;
}
.widget.widget_tag_cloud .tagcloud {
  margin-bottom: 0;
}
.widget.widget_newsletter {
  padding: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget.widget_newsletter {
    padding: 24px;
  }
}
.widget.widget_newsletter .widget-newsletter .input-field {
  padding-bottom: 0;
}
.widget:last-child {
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget {
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget {
    padding: 24px;
  }
}
.widget ol,
.widget ul {
  margin-bottom: 0;
}
.widget .widget-instagram-feed {
  width: 100%;
}
.widget .widget-instagram-feed .single-instagram-feed {
  width: 100px;
  height: 100px;
}
.widget .wp-block-heading,
.widget .widget-title,
.widget .wp-block-search__label {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #111821;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget .wp-block-heading,
  .widget .widget-title,
  .widget .wp-block-search__label {
    font-size: 22px;
  }
}
.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: #666666;
}
.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: #f17732;
}
.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: #f17732;
  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: #f17732;
}
.widget .widget-newsletter .desc {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.widget .widget-newsletter .input-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #666666;
  padding-bottom: 8px;
  padding-top: 0;
  margin-top: 15px;
}
.widget .widget-newsletter .input-field input {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
}
.widget .widget-newsletter .input-field .submit-btn i {
  color: #111821;
  font-size: 30px;
  line-height: 30px;
}
.widget .widget-newsletter .input-field ::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.widget .widget-newsletter .input-field ::placeholder {
  color: #666666;
  opacity: 1;
}
.widget .widget-newsletter .input-field :-ms-input-placeholder {
  color: #666666;
}
.widget .widget-newsletter .input-field ::-ms-input-placeholder {
  color: #666666;
}
.widget select {
  max-width: 100%;
  height: 50px;
  width: 100%;
  border: 1px solid transparent;
  padding: 0 10px;
  border-radius: 5px;
  color: #666666;
  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 #f6f6f6;
  padding: 0 10px;
  border-radius: 5px;
  color: #666666;
}
.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: #f17732;
  color: #fff;
  padding: 12px 32px;
  text-align: center;
  font-weight: 500;
  font-family: "Poppins", 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;
}
.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: #03c0b4;
  font-family: "Jost", sans-serif;
}
.widget .wp-block-search input,
.widget .search-form input {
  border-radius: 10px;
  background-color: #f2f4f5;
  padding: 0 25px;
  height: 60px;
  width: 100%;
  color: #111821;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
.widget .wp-block-search ::-moz-placeholder, .widget .search-form ::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.widget .wp-block-search ::placeholder,
.widget .search-form ::placeholder {
  color: #666666;
  opacity: 1;
}
.widget .wp-block-search :-ms-input-placeholder,
.widget .search-form :-ms-input-placeholder {
  color: #666666;
}
.widget .wp-block-search ::-ms-input-placeholder,
.widget .search-form ::-ms-input-placeholder {
  color: #666666;
}
.widget .wp-block-search button,
.widget .search-form button {
  color: #ffffff;
  padding: 0 20px;
  position: relative;
  right: 0;
  background-color: #f17732;
  top: 0;
  height: auto;
  border-radius: 0 6px 6px 0;
  line-height: 0;
  border: 0;
  margin-left: 0 !important;
}
.widget .tagcloud,
.widget .wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
.widget .tagcloud a,
.widget .wp-block-tag-cloud a {
  color: #111821;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 29px;
  padding: 0 10px;
  border-radius: 3px;
  background: rgba(3, 192, 180, 0.19);
  transition: all 0.5s ease-out;
}
.widget .tagcloud a:hover,
.widget .wp-block-tag-cloud a:hover {
  color: #ffffff;
  background: #111821;
  border-color: #111821;
  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: 0;
  border-bottom: 1px solid #f6f7f5;
  /* 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: #666666;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  font-size: 18px;
  transition: all 0.5s ease-out;
  /* RSS Widget */
}
.widget ul li a:hover,
.widget ol li a:hover {
  color: #f17732;
  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;
}

/* 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 #f6f7f5;
  width: 100%;
  margin-top: 10px;
}
.widget-about-info .social-profile a {
  transition: all 0.5s ease-out;
  width: 44px;
  height: 44px;
  background-color: #f4f5f7;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #03c0b4;
  transition: all 0.5s ease-out;
}
.widget-about-info .social-profile a:hover {
  color: #ffffff;
  transition: all 0.5s ease-out;
  background-color: #f17732;
}
/* 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: #03c0b4;
}
.widget_rss ul li a.rsswidget:hover {
  color: #f17732;
}

.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: 14px;
  margin-bottom: 24px;
  border: 0;
  align-items: center;
}
.widget_latest_post ul li:hover .latest-post-thumb img {
  transform: scale(1.05);
  transition: all 0.5s ease-out;
}
.widget_latest_post ul li:last-child {
  margin-bottom: 0;
}
.widget_latest_post ul li a {
  padding-left: 0;
}
.widget_latest_post ul li a:before {
  display: none;
}
.widget_latest_post ul li .latest-post-thumb {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
}
.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: #111821;
  font-family: "Jost", sans-serif;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #111821;
  position: relative;
  text-transform: capitalize;
  transition: all 0.5s ease-out;
  font-family: "Jost", sans-serif;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title a:hover {
  color: #666666;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget_latest_post ul li .latest-post-desc .latest-post-title a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_latest_post ul li .latest-post-desc .latest-post-title a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .widget_latest_post ul li .latest-post-desc .latest-post-title a {
    font-size: 16px;
  }
}
.widget_latest_post ul li .latest-post-desc .latest-post-meta {
  font-size: 12px;
  font-weight: 400;
  line-height: 29px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5e6f92;
}
.widget_latest_post ul li .latest-post-desc .latest-post-meta i {
  color: #f17732;
  font-size: 16px;
  line-height: 15px;
}

.widget-instagram-feed {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  grid-gap: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .widget-instagram-feed {
    gap: 4px;
  }
}
.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: #111821;
}
.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: #f17732;
  color: #03c0b4;
  padding: 12px 104px;
  font-weight: 600;
  font-family: "Poppins", 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;
}

.team-area {
  position: relative;
  padding-bottom: 170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-area {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area {
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-area {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.team-area .shape-1 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: 268px;
  z-index: -2;
  overflow: hidden;
  height: 100%;
}
.team-area .shape-2 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: 268px;
  margin-bottom: 140px;
  z-index: -2;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-area .section-title {
    padding: 10px;
  }
}
.team-area .card-wrapper {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 4px 60px 0px rgba(220, 220, 220, 0.25);
  overflow: hidden;
}
.team-area .card-wrapper .single-card-inner {
  padding: 30px;
  padding-bottom: 0px;
  flex-shrink: 0;
  transition: all 0.5s ease-out;
}
.team-area .card-wrapper .single-card-inner .designation {
  display: inline-flex;
  padding: 5px 12px;
  justify-content: center;
  color: #f17732;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 40px 0px rgba(166, 166, 166, 0.25);
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 14px;
}
.team-area .card-wrapper .single-card-inner .designation i.icon-Frame {
  color: #f17732;
}
.team-area .card-wrapper .single-card-inner .content h4 {
  font-family: "Jost", sans-serif;
  text-align: start;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
.team-area .card-wrapper .single-card-inner .content .degree {
  margin-top: 5px;
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
.team-area .card-wrapper .single-card-inner .content .location {
  display: flex;
  gap: 15px;
  margin-top: 19px;
  align-items: center;
  flex-shrink: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-area .card-wrapper .single-card-inner .content .location {
    width: 100%;
    justify-content: start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area .card-wrapper .single-card-inner .content .location {
    justify-content: start;
  }
}
.team-area .card-wrapper .single-card-inner .content .location p {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}
.team-area .card-wrapper .single-card-inner .content .location i.icon-pin-2 {
  padding-top: 4px;
  font-size: 25px;
}
.team-area .card-wrapper .single-card-inner .middle-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.team-area .card-wrapper .single-card-inner .middle-img-wrapper .icon-list {
  visibility: hidden;
  margin-top: 10px;
  background-color: #f17732;
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 0;
  margin-bottom: 18px;
  left: -100%;
  width: 140px;
  height: 40px;
  flex-shrink: 0;
  align-items: center;
  border-radius: 0 50px 50px 0;
  overflow: hidden;
  padding-left: 12px;
  transition: all 0.5s ease-out;
}
.team-area .card-wrapper .single-card-inner .middle-img-wrapper .icon-list li {
  padding: 5.8px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-area .card-wrapper .single-card-inner .middle-img-wrapper .icon-list li i {
  color: #ffffff;
  font-size: 12px;
}
.team-area .card-wrapper .single-card-inner .team-img-wrapper img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.team-area .card-wrapper .single-card-inner:hover .icon-list {
  visibility: visible;
  left: 0;
}
.team-area .card-wrapper .single-card-inner:hover .icon-list::after {
  visibility: hidden;
}
.team-area .card-wrapper .single-card-inner:hover .team-img-wrapper img {
  transform: scale(1.03);
}
.team-area .card-bottom {
  margin-top: 28px;
  border-top: 1px solid lightgrey;
  display: flex;
  align-items: center;
}
.team-area .card-btn {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  width: 50%;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 29px;
  color: #666666;
  padding: 12px;
  padding-left: 36px;
}
@media (max-width: 1199px) {
  .team-area .card-btn {
    padding-left: 22px;
  }
}
.team-area .card-btn:last-child {
  border-left: 1px solid #dfdfdf;
}
.team-area .card-btn i {
  color: #f17732;
  font-size: 20px;
  line-height: 20px;
  transition: all 0.5s ease-out;
}
.team-area .card-btn:hover {
  background-color: #f17732;
  color: #ffffff;
}
.team-area .card-btn:hover i {
  transition: all 0.5s ease-out;
  color: #ffffff;
}

.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: "Jost", sans-serif;
  color: #03c0b4;
}
.wp-block-comments .wp-block-comment-template li .wp-block-columns .wp-block-comment-edit-link a {
  color: #f17732;
}
.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: "Poppins", 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: #03c0b4;
  border: 1px solid #f17732;
  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: #f17732;
  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 #f6f7f5;
  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: #666666;
}
.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: "Jost", 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: "Poppins", 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: #03c0b4;
  border: 1px solid #f17732;
  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: #f17732;
  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: 10px;
}

/*Comment Input Filed*/
.post-comments-title .sub-title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #111821;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.post-comments-title h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: #111821;
}
@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: "Poppins", sans-serif;
  color: #f17732;
}

.comment-form {
  margin-top: 40px;
}

.comment-respond {
  background-color: #ffffff;
  padding: 60px 30px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 4px 60px 0px rgba(220, 220, 220, 0.25);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .comment-respond {
    padding: 30px;
  }
}
.comment-respond p {
  margin: 0;
}
.comment-respond .contacts-email,
.comment-respond .contacts-name,
.comment-respond .single-input-field {
  margin-bottom: 30px;
}
.comment-respond label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #778196;
  margin-bottom: 12px;
}
.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: "Poppins", 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 {
  height: 34px;
  width: 100%;
  color: #778196;
  opacity: 1;
  border-bottom: 1px solid #03c0b4 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 29px;
  background-color: #ffffff;
  color: #666666;
}
.comment-respond *::-moz-placeholder {
  color: #778196;
  opacity: 1;
}
.comment-respond *::placeholder {
  color: #778196;
}
.comment-respond textarea {
  resize: vertical;
  width: 100%;
  color: #666666;
  border-bottom: 1px solid #03c0b4 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  background-color: #ffffff;
  height: 87px;
  margin-bottom: 18px;
}
.comment-respond input:focus,
.comment-respond textarea:focus,
.comment-respond .form-select:focus {
  outline: none !important;
  box-shadow: none;
  border-color: #111821 !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: #03c0b4 !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: #03c0b4 !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: #f17732 !important;
}

.cta-area {
  padding-bottom: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area {
    height: 450px;
  }
}
.cta-area .book-appointment-area {
  margin-top: 36px;
  padding: 194px 0 1px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .book-appointment-area {
    padding: 100px 0 1px 0px;
  }
}
.cta-area .book-appointment-area .book-appointment-time-desc {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .book-appointment-area .book-appointment-time-desc {
    display: flex;
    margin-top: 35px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area .book-appointment-area .book-appointment-time-desc {
    gap: 20px !important;
  }
}
.cta-area .book-appointment-area .book-appointment-time-desc .time-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  border-radius: 94px;
  background: rgba(255, 255, 255, 0.12);
}
.cta-area .book-appointment-area .book-appointment-time-desc .time-icon i {
  font-size: 60px;
  color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area .book-appointment-area .book-appointment-time-desc .time-icon i {
    font-size: 30px;
    color: #ffffff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .book-appointment-area .book-appointment-time-desc .time-icon i {
    font-size: 40px;
    color: #ffffff;
  }
}
.cta-area .book-appointment-area .book-appointment-time-desc .title-desc {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .book-appointment-area .book-appointment-time-desc .title-desc {
    justify-content: start;
  }
}
.cta-area .book-appointment-area .book-appointment-time-desc .title-desc p {
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area .book-appointment-area .book-appointment-time-desc .title-desc p {
    line-height: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-area .book-appointment-area .book-appointment-time-desc .title-desc p br {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area .book-appointment-area .book-appointment-time-desc .title-desc p {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .book-appointment-area .book-appointment-time-desc .title-desc p {
    font-size: 30px;
  }
}
.cta-area .book-appointment-area .book-appointment-btn {
  display: flex;
  justify-content: end;
}
.cta-area .book-appointment-area .book-appointment-btn .appointment-btn {
  background: #111821;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  border-radius: 5px;
  transition: all 0.5s ease-out;
}
.cta-area .book-appointment-area .book-appointment-btn .appointment-btn:hover {
  background: #ffffff;
  color: #f17732;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .book-appointment-area .book-appointment-btn {
    justify-content: start;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cta-area .book-appointment-area .book-appointment-btn {
    justify-content: start;
    margin-top: 10px;
  }
}
.cta-area .book-appointment-area .book-appointment-btn a {
  color: #ffffff;
}
.cta-area .book-appointment-area .book-appointment-btn .ApoitBtn {
  background-color: #111821;
  display: inline-flex;
  padding: 15px 20px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.cta-area .book-appointment-area .book-appointment-btn .ApoitBtn i {
  color: #ffffff;
}

.portfolio-style-two {
  background-color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 30px;
}
.portfolio-style-two:hover .image .content-wrapper {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-out;
}
.portfolio-style-two:hover .image .content-wrapper .content .content-inner {
  margin-bottom: 0;
  transition: all 0.5s ease-out;
}
.portfolio-style-two:hover .image .content-wrapper .content .btn {
  right: 0;
  transition: all 0.5s ease-out;
}
.portfolio-style-two:hover .image img {
  transform: scale(1.1);
  transition: all 0.5s ease-out;
}
.portfolio-style-two .image {
  overflow: hidden;
  position: relative;
}
.portfolio-style-two .image img {
  transform: scale(1);
  transition: all 0.5s ease-out;
  width: 100%;
}
.portfolio-style-two .content-wrapper {
  padding: 12px;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.portfolio-style-two .content-wrapper .content {
  display: flex;
  flex-direction: row;
  height: 100%;
  gap: 10px;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.portfolio-style-two .content-wrapper .content .content-inner {
  width: 100%;
  background-color: #005bac;
  opacity: 0.9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 18px 10px;
  margin-bottom: -100%;
  transition: all 0.5s ease-out;
}
.portfolio-style-two .content-wrapper .content .sub-title {
  color: #f17732;
  font-size: 16px;
  line-height: 36px;
  font-weight: 700;
}
.portfolio-style-two .content-wrapper .content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0;
  color: #ffffff;
}
.portfolio-style-two .content-wrapper .content .btn {
  position: absolute;
  top: 0;
  right: -100%;
  flex-shrink: 0;
  padding: 0;
  transition: all 0.5s ease-out;
}
.portfolio-style-two .content-wrapper .content .btn a {
  display: inline-flex;
  width: 60px;
  height: 60px;
  background-color: #f17732;
  border-radius: 50px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out;
}
.portfolio-style-two .content-wrapper .content .btn a:hover {
  transition: all 0.5s ease-out;
  background-color: #f17732;
  color: #ffffff;
}

.portfolio-slider-wrapper {
  position: relative;
}
.portfolio-slider-wrapper .slick-list {
  margin: 0 -12px;
}
.portfolio-slider-wrapper .slick-list .slick-slide {
  margin: 0 60px;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-slider-wrapper .slick-list .slick-slide {
    margin: 0 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slider-wrapper .slick-list .slick-slide {
    margin: 0 16px;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .portfolio-slider-wrapper .slick-list .slick-slide {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-slider-wrapper .slick-list .slick-slide {
    margin: 0 20px;
  }
}
.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 #f17732;
  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: #03c0b4;
  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: #f17732;
}
.portfolio-slider-wrapper button.portfolio-arrow-btn:hover i {
  color: #ffffff;
  transition: all 0.5s ease-out;
}

.portfolio-slider-area.style-1 .img-content-wrapper {
  position: relative;
  overflow: hidden;
}
.portfolio-slider-area.style-1 .img-content-wrapper .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  background-color: rgba(241, 119, 50, 0.85);
  visibility: hidden;
  opacity: 0;
  display: flex;
  gap: 170px;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  transition: all 0.5s ease-out;
}
@media (max-width: 1199px) {
  .portfolio-slider-area.style-1 .img-content-wrapper .content {
    gap: 116px;
  }
}
.portfolio-slider-area.style-1 .img-content-wrapper .content a {
  position: relative;
  transition: all 0.5s ease-out;
  transform: scale(0);
}
.portfolio-slider-area.style-1 .img-content-wrapper .content a i {
  color: #ffffff;
  font-size: 80px;
}
.portfolio-slider-area.style-1 .img-content-wrapper .content .content-title {
  color: #fff;
  position: relative;
  transition: all 0.5s ease-out;
}
.portfolio-slider-area.style-1 .img-content-wrapper .content .content-title h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}
.portfolio-slider-area.style-1 .img-content-wrapper .content .content-title span {
  color: #ffffff;
}
.portfolio-slider-area.style-1 .img-content-wrapper .img-wrapper img {
  width: 100%;
}
.portfolio-slider-area.style-1 .img-content-wrapper:hover .content {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-out;
}
.portfolio-slider-area.style-1 .img-content-wrapper:hover .content a {
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.portfolio-slider-area.style-1 .img-content-wrapper:hover .content .content-title {
  transform: translate(0px, -40px);
}

.portfolio-slider-area.style-2 .portfolio-container {
  max-width: 100%;
  margin: 0 120px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-slider-area.style-2 .portfolio-container {
    margin: 0 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slider-area.style-2 .portfolio-container {
    margin: 0 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-slider-area.style-2 .portfolio-container {
    margin: 0 60px;
  }
}
.portfolio-slider-area.style-2 .portfolio-title-area {
  width: 528px;
  height: 161px;
  border-radius: 5px;
  text-align: center;
  margin: 50px auto 0px;
  z-index: 99;
}
.portfolio-slider-area.style-2 .portfolio-title-area .span {
  color: #f17732;
}
.portfolio-slider-area.style-2 .portfolio-title-area h4 {
  color: #111821;
  font-family: "Jost", sans-serif;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  padding: 20px 0;
}
.portfolio-slider-area.style-2 .portfolio-title-area .portfolio-top {
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 209px;
  height: 39px;
  background-color: #ffffff;
  margin: auto;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0px 4px 40px 0px rgba(166, 166, 166, 0.25);
}
.portfolio-slider-area.style-2 .portfolio-title-area .portfolio-top i.icon-Frame {
  color: #f17732;
}
.portfolio-slider-area.style-2 .img-content-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.9s ease-in-out !important;
}
.portfolio-slider-area.style-2 .img-content-wrapper .content a i {
  font-size: 65px;
}
.portfolio-slider-area.style-2 .img-content-wrapper.slick-center {
  margin-top: 135px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-slider-area.style-2 .img-content-wrapper.slick-center {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slider-area.style-2 .img-content-wrapper.slick-center {
    margin-top: 0;
  }
}
.portfolio-slider-area.style-2 .img-content-wrapper.slick-center .content {
  visibility: visible;
  transition: all 0.5s ease-out;
  opacity: 1;
}
.portfolio-slider-area.style-2 .img-content-wrapper.slick-center .content a {
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.portfolio-slider-area.style-2 .img-content-wrapper.slick-center .content .content-title {
  transform: translate(0, -40px);
}
.portfolio-slider-area.style-2 .img-content-wrapper .slider_icon {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 50px;
  gap: 20px;
}
.portfolio-slider-area.style-2 .img-content-wrapper .slider_icon img {
  padding: 15px;
  border-radius: 50px;
}
.portfolio-slider-area.style-2 .img-content-wrapper .slider_icon .box-white {
  box-shadow: 0px 4px 50px rgba(151, 151, 151, 0.25);
}
.portfolio-slider-area.style-2 .img-content-wrapper .slider_icon .box-primary {
  background-color: #f17732;
}
.portfolio-slider-area.style-2 .img-content-wrapper:hover .content {
  visibility: visible;
  transition: all 0.5s ease-out;
  opacity: 1;
}
.portfolio-slider-area.style-2 .slider-area {
  padding-top: 85px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-slider-area.style-2 .slider-area {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slider-area.style-2 .slider-area {
    padding: 50px 0 0;
  }
}
.portfolio-slider-area.style-2 .slider-area .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 24px 0;
  z-index: 10;
}
@media only screen and (min-width: 991px) and (max-width: 1399px) {
  .portfolio-slider-area.style-2 .slider-area .button-wrapper {
    position: absolute;
    left: 42%;
  }
}
@media only screen and (min-width: 1400px) {
  .portfolio-slider-area.style-2 .slider-area .button-wrapper {
    left: 47%;
    position: absolute;
  }
}
.portfolio-slider-area.style-2 .slider-area .button-wrapper .single-custom-btn button {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #ffffff;
  box-shadow: 0px 4px 50px rgba(151, 151, 151, 0.25);
}
.portfolio-slider-area.style-2 .slider-area .button-wrapper .single-custom-btn button i {
  color: #666666;
}
.portfolio-slider-area.style-2 .slider-area .button-wrapper .single-custom-btn.right button {
  background-color: #f17732;
}
.portfolio-slider-area.style-2 .slider-area .button-wrapper .single-custom-btn.right button i {
  color: #ffffff;
}
.portfolio-slider-area.style-2 .slider-area .portfolio-slider-wrapper {
  position: relative;
}
.portfolio-slider-area.style-2 .slider-area .portfolio-slider-wrapper .slick-list {
  padding: 0 !important;
}
.portfolio-slider-area.style-2 .slider-area .portfolio-slider-wrapper .prev-btn,
.portfolio-slider-area.style-2 .slider-area .portfolio-slider-wrapper .next-btn {
  display: none !important;
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  z-index: 99;
  background-color: #ffffff;
  box-shadow: 0px 4px 50px rgba(151, 151, 151, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-slider-area.style-2 .slider-area .portfolio-slider-wrapper .prev-btn i,
.portfolio-slider-area.style-2 .slider-area .portfolio-slider-wrapper .next-btn i {
  color: #f17732;
}
.portfolio-slider-area.style-2 .slider-area .portfolio-slider-wrapper .prev-btn:hover,
.portfolio-slider-area.style-2 .slider-area .portfolio-slider-wrapper .next-btn:hover {
  background-color: #f17732;
}
.portfolio-slider-area.style-2 .slider-area .portfolio-slider-wrapper .prev-btn:hover i,
.portfolio-slider-area.style-2 .slider-area .portfolio-slider-wrapper .next-btn:hover i {
  color: #ffffff;
}
.portfolio-slider-area.style-2 .slider-area .portfolio-slider-wrapper .prev-btn {
  left: 44.5%;
}
.portfolio-slider-area.style-2 .slider-area .portfolio-slider-wrapper .prev-btn i {
  color: #666666;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slider-area.style-2 .slider-area .portfolio-slider-wrapper .prev-btn {
    left: 40%;
    top: -60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-slider-area.style-2 .slider-area .portfolio-slider-wrapper .prev-btn {
    left: 30%;
  }
}
.portfolio-slider-area.style-2 .slider-area .portfolio-slider-wrapper .next-btn {
  left: 50%;
  background-color: #f17732;
}
.portfolio-slider-area.style-2 .slider-area .portfolio-slider-wrapper .next-btn i {
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-slider-area.style-2 .slider-area .portfolio-slider-wrapper .next-btn {
    left: 50%;
    top: -60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-slider-area.style-2 .slider-area .portfolio-slider-wrapper .next-btn {
    left: 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 350px) {
  .portfolio-slider-area.style-2 .slider-area .portfolio-slider-wrapper .next-btn {
    left: 50%;
  }
}

.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-details-wrapper .comment-respond {
  margin-top: 78px;
}
.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;
  margin-bottom: 40px;
}
.blog-details-wrapper .single-post-item iframe {
  width: 100%;
  height: 522px;
}
.blog-details-wrapper .single-post-item .post-meta {
  margin-bottom: 20px;
}
.blog-details-wrapper .single-post-item .post-gallery:hover img {
  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;
  position: relative;
  padding: 30px;
}
@media only screen and (min-width: 0px) and (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;
    padding: 12px;
  }
}
.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 {
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.blog-details-wrapper .single-post-item .post-content-wrapper {
  padding: 0 30px 49px 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-details-wrapper .single-post-item .post-content-wrapper {
    padding: 12px;
  }
}
.blog-details-wrapper .single-post-item .post-content {
  /* Unit Test Data Compatibility Start */
  /* Unit Test Data Compatibility End */
}
.blog-details-wrapper .single-post-item .post-content .wp-block-query .wp-block-post-template {
  padding-left: 0;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-query .wp-block-post-template .wp-block-post {
  margin-bottom: 30px;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-navigation__responsive-container-content .wp-block-page-list {
  padding-left: 0;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-group {
  margin: 15px 0;
}
.blog-details-wrapper .single-post-item .post-content .wp-block-group p {
  margin-bottom: 0;
}
.blog-details-wrapper .single-post-item .post-content .image-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 30px;
}
.blog-details-wrapper .single-post-item .post-content p img {
  margin: 20px 0;
  border-radius: 8px;
}
.blog-details-wrapper .single-post-item .post-testimonial {
  padding: 55px 38px;
  background-color: #111821;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
.blog-details-wrapper .single-post-item .post-testimonial .testimonial-desc P {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #ffffff;
}
.blog-details-wrapper .wp-block-calendar {
  margin-bottom: 30px;
}

.single-post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
  background-color: #ffffff;
  box-shadow: 0px 4px 60px 0px rgba(220, 220, 220, 0.25);
  border-radius: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-meta {
    flex-direction: column;
    align-items: start;
    padding: 15px 20px;
    gap: 10px;
  }
}
.single-post-meta .blog-post-tag {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-meta .blog-post-tag {
    gap: 12px;
  }
}
.single-post-meta .blog-post-tag .title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.single-post-meta .blog-post-tag .post-tag-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-meta .blog-post-tag .post-tag-list {
    flex-wrap: wrap;
  }
}
.single-post-meta .blog-post-tag .post-tag-list a {
  color: #111821;
  font-size: 12px;
  font-weight: 400;
  line-height: 29px;
}
.single-post-meta .social-share {
  display: flex;
  align-items: center;
  gap: 20px;
}
.single-post-meta .social-share .social-share-title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.single-post-meta .social-share .social-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-post-meta .social-share .social-list a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post-meta .social-share .social-list a i {
  color: #666666;
  font-size: 16px;
  line-height: 15px;
}

.single-post-item {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 60px;
  box-shadow: 0px 4px 60px 0px rgba(220, 220, 220, 0.25);
  /* Quote Format Post */
  /* Sticky Post */
}
.single-post-item:hover .post-thumbnail img,
.single-post-item:hover .post-video img {
  transform: scale(1.06);
  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 .content-wrapper {
  padding: 30px;
}
.single-post-item .content-wrapper .image {
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.single-post-item .content-wrapper .image img {
  transform: scale(1.01);
  transition: all 0.5s ease-out;
}
.single-post-item .content-wrapper .image:hover img {
  transform: scale(1.03);
}
.single-post-item .post-card-bottom {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.single-post-item .post-card-bottom .read-more,
.single-post-item .post-card-bottom .comment-btn {
  padding: 12px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  font-size: 12px;
  font-weight: 400;
  line-height: 29px;
}
.single-post-item .post-card-bottom .read-more {
  background-color: #03c0b4;
  transition: all 0.5s ease-out;
  color: #ffffff;
  border-top: 1px solid #dfdfdf;
}
.single-post-item .post-card-bottom .read-more:hover {
  background-color: #111821;
}
.single-post-item .post-card-bottom .comment-btn {
  border-top: 1px solid #dfdfdf;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #666666;
}
.single-post-item .post-card-bottom .comment-btn i {
  color: #f17732;
  font-size: 15px;
  line-height: 15px;
  transition: all 0.5s ease-out;
}
.single-post-item .post-card-bottom .comment-btn:hover {
  background-color: #111821;
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.single-post-item .post-card-bottom .comment-btn:hover i {
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.single-post-item.format-quote .post-content {
  margin: 0;
}
.single-post-item.format-quote blockquote {
  margin: 0;
  position: relative;
}
.single-post-item.format-quote blockquote p {
  margin-top: 0;
}
.single-post-item.format-quote blockquote cite a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #666666;
  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: #f17732;
}
.single-post-item.sticky {
  border: 2px solid #f17732;
}
.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: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 20px !important;
  margin-top: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-post-item .post-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.single-post-item .post-title:hover a {
  color: #111821;
  transition: all 0.5s ease-out;
}
.single-post-item .post-tag .post-tag-list {
  padding: 5px 12px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 4px 40px 0px rgba(166, 166, 166, 0.25);
  display: inline-block;
}
.single-post-item .post-tag .post-tag-list a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 29px;
}
.single-post-item .post-content p {
  margin-top: 21px;
  margin-bottom: 10px;
}
.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: flex-start;
  padding-top: 15px;
  margin-top: 30px;
  margin-bottom: 20px;
  flex-direction: column;
  width: 100%;
}
.single-post-item .social-share {
  display: flex;
  gap: 17px;
  align-items: center;
  justify-content: center;
}
.single-post-item .social-share a.facebook {
  color: #1877f2;
}
.single-post-item .social-share a.twitter {
  color: #1da1f2;
}
.single-post-item .social-share a.linkedin {
  color: #1a70c6;
}
.single-post-item .social-share .social-share-title {
  font-size: 16px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  color: #03c0b4;
  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: "Jost", sans-serif;
  color: #03c0b4;
  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: 10px;
  align-items: center;
}
.single-post-item .blog-post-tag .post-tag-list a {
  color: #666666;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 12px 22px;
  border-radius: 50px;
  transition: all 0.5s ease-out;
  border: 1px solid #bfc5cb;
}
.single-post-item .blog-post-tag .post-tag-list a:hover {
  color: #ffffff;
  background: #f17732;
  border-color: #f17732;
  transition: all 0.5s ease-out;
}
.single-post-item .post-thumbnail,
.single-post-item .post-video {
  position: relative;
  overflow: hidden;
}
.single-post-item .post-thumbnail .image-wrapper,
.single-post-item .post-video .image-wrapper {
  overflow: hidden;
  border-radius: 20px;
}
.single-post-item .post-thumbnail img,
.single-post-item .post-video img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.single-post-item .post-thumbnail .popup-video-wrapper,
.single-post-item .post-video .popup-video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-post-item .post-thumbnail .video-btn a,
.single-post-item .post-video .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 {
  color: #f17732;
  font-size: 18px;
}
.single-post-item .post-thumbnail .video-btn a:hover,
.single-post-item .post-video .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: #03c0b4;
  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: #f17732;
}
.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 .post-meta {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 2px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 424px) {
  .single-post-item .post-meta {
    gap: 4px;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 425px) and (max-width: 767px) {
  .single-post-item .post-meta {
    gap: 12px;
  }
}
.single-post-item .post-meta span {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  text-transform: capitalize;
  line-height: 29px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-post-item .post-meta span i {
  color: #f17732;
  font-size: 15px;
  line-height: 15px;
}
.single-post-item .post-meta span a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666666;
  transition: all 0.5s ease-out;
}
.single-post-item .post-meta span a:hover {
  color: #f17732;
  transition: all 0.5s ease-out;
}
.single-post-item .post-meta span a:hover i {
  color: #f17732;
  transition: all 0.5s ease-out;
}

.author-info {
  display: flex;
  gap: 29px;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0px 4px 60px 0px rgba(220, 220, 220, 0.25);
  margin-top: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .author-info {
    flex-direction: column;
    align-items: center;
  }
}
.author-info .author-thumb {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .author-info .author-text {
    text-align: center;
  }
}
.author-info .author-text h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.author-info .author-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin-top: 14px;
}
.author-info .author-social-profiles {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.author-info .author-social-profiles a {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.5s ease-out;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f17732;
  border-radius: 10px;
}
.author-info .author-social-profiles a:hover {
  transition: all 0.5s ease-out;
  background-color: #ffffff;
  color: #f17732;
}
.author-info .author-post a {
  font-size: 16px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  color: #03c0b4;
  border-bottom: 2px solid #f17732;
  margin-top: 30px;
  display: inline-block;
}
.author-info .author-post a:hover {
  color: #f17732;
}

.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 (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 (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: 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;
}
.blog-post-nav .post-navigation .post-img {
  width: 96px;
  height: 96px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}
.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: "Jost", 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-wrapper {
  margin-top: 60px;
}

.post-card {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 60px 0px rgba(220, 220, 220, 0.25);
}
.post-card:hover .content-wrapper .post-image img {
  transform: scale(1.03);
  transition: all 0.5s ease-out;
}
.post-card .content-wrapper {
  padding: 30px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
}
.post-card .content-wrapper .post-image {
  overflow: hidden;
  border-radius: 10px;
}
.post-card .content-wrapper .post-image img {
  border-radius: 20px;
  transform: scale(1.01);
  transition: all 0.5s ease-out;
}
@media (max-width: 1199px) {
  .post-card .content-wrapper .post-image img {
    width: 100%;
  }
}
.post-card .content-wrapper .post-content {
  margin-top: 20px;
}
.post-card .content-wrapper .post-content .post-tag .post-tag-list a {
  padding: 5px 12px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 4px 40px 0px rgba(166, 166, 166, 0.25);
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 29px;
}
.post-card .content-wrapper .post-content .title {
  margin: 10px 0;
  padding-right: 24px;
}
.post-card .content-wrapper .post-content .title:hover {
  color: #666666;
}
.post-card .content-wrapper .post-content .post-meta {
  display: inline-flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 767px) {
  .post-card .content-wrapper .post-content .post-meta {
    gap: 16px;
  }
}
.post-card .content-wrapper .post-content .post-meta .meta-info {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.post-card .content-wrapper .post-content .post-meta .meta-info span i {
  color: #f17732;
}
.post-card .content-wrapper .post-content .post-meta .meta-info p {
  font-size: 12px;
  font-weight: 400;
  line-height: 29px;
}
.post-card .content-wrapper .post-content .post-desc {
  margin-top: 12px;
}
@media (max-width: 991px) {
  .post-card .content-wrapper .post-content .post-desc p br {
    display: none;
  }
}
.post-card .post-card-bottom {
  display: flex;
  align-items: center;
}
.post-card .post-card-bottom .read-more,
.post-card .post-card-bottom .comment-btn {
  padding: 12px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  font-size: 12px;
  font-weight: 600;
  line-height: 29px;
}
.post-card .post-card-bottom .read-more {
  background-color: #03c0b4;
  transition: all 0.5s ease-out;
  color: #ffffff;
  border-top: 1px solid transparent;
}
.post-card .post-card-bottom .read-more:hover {
  background-color: #111821;
}
.post-card .post-card-bottom .comment-btn {
  border-top: 1px solid #dfdfdf;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #666666;
  padding-left: 35px;
  justify-content: start;
}
.post-card .post-card-bottom .comment-btn i {
  color: #f17732;
  font-size: 20px;
  line-height: 20px;
  transition: all 0.5s ease-out;
}
.post-card .post-card-bottom .comment-btn:hover {
  background-color: #111821;
  border-color: #111821;
  color: #ffffff;
}
.post-card .post-card-bottom .comment-btn:hover i {
  color: #ffffff;
}

.post-card.style-2 {
  border-radius: 10px;
  background-color: #f6f7f5;
  box-shadow: none;
}
.post-card.style-2 .content-wrapper {
  padding: 25px 30px 23px 30px;
}
@media (max-width: 767px) {
  .post-card.style-2 .content-wrapper {
    padding: 25px 16px 23px 16px;
  }
}
.post-card.style-2 .content-wrapper .post-content {
  margin-top: 0;
}
.post-card.style-2 .content-wrapper .post-content .title {
  margin-top: 0;
}

.post-card.style-three {
  height: 470px;
  justify-content: end;
  align-items: end;
  overflow: hidden;
  border: 0;
}
.post-card.style-three:before {
  background-color: #03c0b4;
  opacity: 0.3;
}
.post-card.style-three:hover .image img {
  transform: scale(1.05);
  transition: all 0.5s ease-out;
}
.post-card.style-three .image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.post-card.style-three .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scale(1.01);
  transition: all 0.5s ease-out;
}
.post-card.style-three .content .post-meta {
  color: #ffffff;
  display: inline-flex;
  gap: 17px;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
}
.post-card.style-three .content .post-meta span {
  color: #ffffff;
  margin: 0;
  font-weight: 400;
}
.post-card.style-three .content .post-meta span:before {
  background-color: #b8bfcc;
  width: 1px;
  display: inline-flex;
  height: 12px;
  content: "";
  margin-right: 17px;
}
.post-card.style-three .content .post-meta span:last-child {
  display: block;
}
.post-card.style-three .content .post-meta span:first-child:before {
  display: none;
}
.post-card.style-three .content .title {
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.post-card.style-three .content .title:hover {
  color: #f17732;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card.style-three {
    height: 300px;
  }
  .post-card.style-three .content .post-meta {
    font-size: 14px;
  }
  .post-card.style-three .content .title {
    font-size: 24px;
    line-height: 38px;
  }
}

.post-card.style-four {
  flex-direction: column;
  border: none;
  padding: 0;
  gap: 25px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .post-card.style-four {
    gap: 22px;
  }
}
.post-card.style-four:hover .image img {
  transform: scale(1.06);
}
.post-card.style-four .image {
  position: relative;
}
.post-card.style-four .image img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
}
.post-card.style-four .content .title a {
  font-size: 24px;
  line-height: 33px;
}
.post-card.style-four .content .title:hover {
  color: #f17732;
}
.post-card.style-four .content .post-meta span {
  color: #f17732;
  line-height: 30px;
  font-weight: 700;
}
.post-card.style-four .content .post-meta span:last-child {
  display: block;
}
.post-card.style-four .content .post-meta span:first-child:before {
  display: none;
}
.post-card.style-four .content .post-meta .date {
  color: #778196;
  font-weight: 400;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card.style-four {
    gap: 20px;
  }
}

.service-slider-wrapper {
  padding: 40px 34px 0px 34px;
  position: relative;
  background: #ffffff;
  border-radius: 17px;
}
.service-slider-wrapper .slick-list {
  padding: 0 !important;
}
.service-slider-wrapper .info-card-arrow-btn.prev-btn.slick-arrow {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translate(-140%, -22%);
  bottom: 0;
  color: #111821;
  box-shadow: 0px 4px 50px rgba(151, 151, 151, 0.25);
  z-index: 99;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-slider-wrapper .info-card-arrow-btn.prev-btn.slick-arrow {
    transform: translate(-100%, -22%);
  }
}
.service-slider-wrapper .info-card-arrow-btn.next-btn.slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  flex-shrink: 0;
  right: 0;
  top: 50%;
  transform: translate(135%, -25%);
  border-radius: 50%;
  box-shadow: 0px 4px 50px rgba(151, 151, 151, 0.25);
  background: #f17732;
  color: white;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-slider-wrapper .info-card-arrow-btn.next-btn.slick-arrow {
    transform: translate(100%, -25%);
  }
}
.service-slider-wrapper .service-single-item.slick-center .service-img-wrapper .icon-wrapper {
  background-color: #111821;
}
.service-slider-wrapper .service-single-item.slick-center .content .service-card-btn {
  visibility: visible;
}

.service-offer.style-2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 140px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-offer.style-2 {
    padding-top: 60px;
  }
}
.service-offer.style-2 .service-offer-container {
  background-color: #ffffff;
  padding: 0 100px 74px;
  margin-top: 60px;
  border-radius: 10px;
  margin-bottom: -150px;
  z-index: 99;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-offer.style-2 .service-offer-container {
    padding: 0 50px 74px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-offer.style-2 .service-offer-container {
    padding: 0 20px 20px 20px;
  }
}
.service-offer.style-2 .service-offer-container .process-step-slider-tab {
  margin-bottom: 60px;
  gap: 10px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.service-offer.style-2 .service-offer-container .process-step-slider-tab li {
  list-style: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-offer.style-2 .service-offer-container .process-step-slider-tab {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-offer.style-2 .service-offer-container .process-step-slider-tab {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.service-offer.style-2 .service-offer-container .process-step-slider-tab .slick-list {
  padding: 0 !important;
  margin: 0 -12px;
}
@media only screen and (min-width: 992px) and (max-width: 2560px) {
  .service-offer.style-2 .service-offer-container .process-step-slider-tab .slick-list .slick-track {
    transform: none !important;
  }
}
.service-offer.style-2 .service-offer-container .process-step-slider-tab .slick-list .slick-track .slick-slide {
  margin: 0 5px;
}
@media (max-width: 991px) {
  .service-offer.style-2 .service-offer-container .process-step-slider-tab .slick-list .slick-track .slick-slide .content .title {
    text-align: left;
  }
}
.service-offer.style-2 .service-offer-container .process-step-slider-tab .single-offer-tab {
  padding: 26px 20px 26px 21px;
  border-radius: 0px 0px 10px 10px;
  cursor: pointer;
  background-color: #eafbf1;
}
.service-offer.style-2 .service-offer-container .process-step-slider-tab .single-offer-tab i {
  font-size: 60px;
  line-height: 60px;
  color: #f17732;
}
.service-offer.style-2 .service-offer-container .process-step-slider-tab .single-offer-tab h4 {
  color: #111821;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .service-offer.style-2 .service-offer-container .process-step-slider-tab .single-offer-tab h4 br {
    display: none;
  }
}
.service-offer.style-2 .service-offer-container .process-step-slider-tab .single-offer-tab.slick-current {
  background-color: #f17732;
  color: #ffffff;
}
.service-offer.style-2 .service-offer-container .process-step-slider-tab .single-offer-tab.slick-current i {
  color: #ffffff;
}
.service-offer.style-2 .service-offer-container .process-step-slider-tab .single-offer-tab.slick-current h4 {
  color: #ffffff;
}
.service-offer.style-2 .service-offer-container .process-step-slider-tab .tab-2 {
  background-color: #f17732;
  color: #ffffff;
}
.service-offer.style-2 .service-offer-container .tab-content-wrapper .slick-list .slick-slide {
  margin: 0 4px;
}
.service-offer.style-2 .service-offer-container .content-wrapper h3 {
  color: #111821;
  padding-bottom: 10px;
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.service-offer.style-2 .service-offer-container .content-wrapper .text {
  color: #666666;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  padding: 15px 30px 15px 0;
}
.service-offer.style-2 .service-offer-container .list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-offer.style-2 .service-offer-container .list-wrapper {
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-offer.style-2 .service-offer-container .list-wrapper {
    padding-bottom: 24px;
  }
}
.service-offer.style-2 .service-offer-container .check-box {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-offer.style-2 .service-offer-container .check-box {
    padding-bottom: 0;
  }
}
.service-offer.style-2 .service-offer-container .check-box i {
  color: #f17732;
  font-size: 30px;
}
.service-offer.style-2 .service-offer-container .check-box span {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.border-wrapper {
  background: #ffffff;
  padding: 40px;
  margin-top: 48px;
  padding-bottom: 0px;
  box-shadow: 0px 4px 60px 0px rgba(220, 220, 220, 0.25);
  border-radius: 20px 20px 0px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .border-wrapper {
    padding: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .border-wrapper {
    padding: 20px;
    padding-bottom: 0;
  }
}
.border-wrapper .service-card-wrapper {
  border-radius: 20px;
  padding: 3px;
  background: linear-gradient(to top, #ffffff, #03c0b4);
}

.service-single-item.slick-slide {
  padding: 0 12px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-single-item {
    padding: 0px;
  }
}
.service-single-item .service-card-btn {
  visibility: hidden;
  opacity: 0;
  display: flex;
  background: #f17732;
  justify-content: center;
  display: flex;
  color: #ffffff;
  align-items: center;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin: auto;
  gap: 20px;
  transform: scale(1.03);
  transition: all 0.5s ease-out;
}
.service-single-item .service-card-btn img {
  padding: 15px;
  border-radius: 50px;
}
.service-single-item .service-card-btn .box-white {
  box-shadow: 0px 4px 50px rgba(151, 151, 151, 0.25);
}
.service-single-item .service-card-btn .box-primary {
  background-color: #f17732;
}
.service-single-item .icon-eye {
  color: #f17732;
}
.service-single-item .content {
  text-align: center;
  padding: 10px;
  padding-bottom: 44px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .service-single-item .content {
    padding: 0;
  }
}
.service-single-item .content h4 {
  font-size: 24px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 34px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .service-single-item .content h4 {
    font-size: 19px;
  }
}
.service-single-item .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin-top: 11px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .service-single-item .content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
}
.service-single-item .service-img-wrapper {
  border-radius: 20px 20px 0px 0px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.service-single-item .service-img-wrapper .icon-wrapper {
  position: absolute;
  width: 80px;
  height: 100px;
  border-radius: 0px 0px 40px 40px;
  background: #f17732;
  left: 30px;
  z-index: 100;
  transition: all 0.5s ease-out;
}
.service-single-item .service-img-wrapper .icon-wrapper .icon-circle {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: rgba(240, 248, 255, 0.2196078431);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  justify-content: center;
  display: flex;
  align-items: center;
  bottom: 9px;
  left: 50%;
  position: absolute;
  color: #ffffff;
  transform: translate(-50%, 0);
}
.service-single-item .service-img-wrapper .icon-wrapper .icon-circle i {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}
.service-single-item .service-img-wrapper .icon-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #111821;
  border-radius: 0px 0px 40px 40px;
  transition: all 0.5s ease-out;
  transform-origin: 0 0;
  transform: scaleY(0);
}
.service-single-item .service-img-wrapper img {
  width: 100%;
  height: 249px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.01);
  transition: all 0.5s ease-out;
}
.service-single-item:hover .service-card-btn {
  visibility: visible;
  opacity: 1;
  transform: scale(1.03);
}
.service-single-item:hover .service-img-wrapper img {
  transform: scale(1.03);
}
.service-single-item:hover .service-img-wrapper .icon-wrapper:before {
  transform: scaleY(1);
}
.service-single-item.active .service-card-btn {
  visibility: visible;
  opacity: 1;
  transform: scale(1.03);
}
.service-single-item.active .service-img-wrapper img {
  transform: scale(1.03);
}
.service-single-item.active .service-img-wrapper .icon-wrapper:before {
  transform: scaleY(1);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-single-item.slick-center .service-card-btn {
    visibility: visible;
    opacity: 1;
    transform: scale(1.03);
  }
}

.doctor-single-area {
  position: relative;
  padding: 140px 0;
}
@media (max-width: 991px) {
  .doctor-single-area {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .doctor-single-area {
    padding: 100px 0;
  }
}
.doctor-single-area .feature-shape {
  position: absolute;
  top: 12px;
  right: 44px;
  transform: rotate(24deg);
}
.doctor-single-area .feature-shape i {
  font-size: 170px;
  flex-shrink: 0;
  color: #a6a6a6;
}
@media (max-width: 991px) {
  .doctor-single-area .feature-shape {
    display: none;
  }
}
.doctor-single-area .image img {
  border-radius: 20px;
}
.doctor-single-area .progress-title {
  margin: 58px 0 35px 0;
  padding-left: 4px;
}
.doctor-single-area .content-wrapper {
  padding: 70px 66px 60px 80px;
  box-shadow: 0px 4px 60px 0px rgba(214, 214, 214, 0.25);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .doctor-single-area .content-wrapper {
    padding: 35px 20px;
  }
}
@media (max-width: 991px) {
  .doctor-single-area .content-wrapper {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .doctor-single-area .content-wrapper {
    padding: 24px 20px;
  }
}
.doctor-single-area .content-wrapper .sub-title {
  margin-top: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .doctor-single-area .content-wrapper .sub-title {
    margin-top: 8px;
  }
}
.doctor-single-area .content-wrapper .description {
  margin-top: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .doctor-single-area .content-wrapper .description {
    margin-top: 16px;
  }
}
.doctor-single-area .content-wrapper table {
  width: 100%;
  margin-top: 20px;
  border-spacing: 0 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .doctor-single-area .content-wrapper table {
    margin-top: 16px;
  }
}
.doctor-single-area .content-wrapper table tr {
  margin-bottom: 8px;
}
.doctor-single-area .content-wrapper table td,
.doctor-single-area .content-wrapper table th {
  border: none;
  text-align: start;
  padding: 0;
  line-height: 35px;
}
.doctor-single-area .content-wrapper .social {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .doctor-single-area .content-wrapper .social {
    margin-top: 8px;
  }
}
.doctor-single-area .content-wrapper .social a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out;
}
.doctor-single-area .content-wrapper .social a i {
  font-size: 16px;
  line-height: 16px;
  color: #111821;
}
.doctor-single-area .content-wrapper .social a:hover {
  background-color: #f17732;
}
.doctor-single-area .content-wrapper .social a:hover i {
  color: #ffffff;
}

.service-details-area {
  padding: 140px 0;
}
.service-details-area .sidebar .categories-wrapper {
  background-color: #ffffff;
  box-shadow: 0px 4px 60px 0px rgba(209, 209, 209, 0.25);
  margin-bottom: 60px;
  border-radius: 20px;
  overflow: hidden;
}
.service-details-area .sidebar .categories-wrapper .title {
  padding: 18px 30px;
  background-color: #f17732;
}
.service-details-area .sidebar .categories-wrapper .title h4 {
  color: #ffffff;
}
.service-details-area .sidebar .categories-wrapper .content-wrapper {
  padding: 24px 50px 65px 34px;
}
.service-details-area .sidebar .categories-wrapper .content-wrapper .desc {
  margin-bottom: 21px;
}
.service-details-area .sidebar .categories-wrapper .content-wrapper .categories-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service-details-area .sidebar .categories-wrapper .content-wrapper .categories-list .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-details-area .sidebar .categories-wrapper .content-wrapper .categories-list .list .text {
  color: #111821;
  transition: all 0.5s ease-out;
  margin-left: 0;
}
.service-details-area .sidebar .categories-wrapper .content-wrapper .categories-list .list i {
  color: #f17732;
}
.service-details-area .sidebar .categories-wrapper .content-wrapper .categories-list .list:hover .text {
  margin-left: 20px;
  color: #f17732;
}
.service-details-area .sidebar .consultation-form {
  border-radius: 20px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .service-details-area .sidebar .consultation-form {
    border-radius: 20px 20px 0px 0px;
  }
}
.service-details-area .sidebar .consultation-form .input-box input {
  padding: 8px 12px 8px 12px;
}
.service-details-area .sidebar .consultation-form .input-box i {
  right: 12px;
  top: 12px;
  font-size: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .service-details-area .sidebar .consultation-form .base-area p {
    font-size: 22px;
  }
  .service-details-area .sidebar .consultation-form .base-area p br {
    display: none;
  }
}
.service-details-area .sidebar .consultation-form .base-area .appointment-form .form-box {
  margin-left: 12px;
  margin-right: 12px;
}
.service-details-area.appointment-area .title-border1 {
  margin: 0 35px 4px 35px;
}
.service-details-area.appointment-area .title-border2 {
  margin-left: 60px;
  margin-right: 60px;
}
.service-details-area .content-wrapper .single-item .title {
  margin-top: 48px;
}
.service-details-area .content-wrapper .single-item .text {
  margin-top: 27px;
}
.service-details-area .content-wrapper .single-item .image img {
  border-radius: 20px;
}
.service-details-area .content-wrapper .single-item .list-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.service-details-area .content-wrapper .single-item .list-wrapper .list {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  font-size: 18px;
}
.service-details-area .content-wrapper .single-item .list-wrapper .list i {
  color: #f17732;
  font-size: 30px;
  padding: 10px 0;
}

.contact-info-area {
  padding-top: 140px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-info-area {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-area {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-info-area {
    padding-top: 120px;
  }
}
.contact-info-area .contact-info-card {
  background-color: #f4f5f7;
  padding-top: 40px;
  padding-bottom: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: relative;
}
.contact-info-area .contact-info-card:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/shapes/testimonial-shape.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-info-area .contact-info-card .icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #f17732;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info-area .contact-info-card .icon i {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}
.contact-info-area .contact-info-card .content-wrapper {
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}
.contact-info-area .contact-info-card .content-wrapper .title {
  font-weight: 500;
  line-height: 30px;
}
.contact-info-area .contact-info-card .content-wrapper .desc {
  font-weight: 400;
  line-height: 31px;
}
.contact-info-area .contact-info-card .content-wrapper .desc.address {
  font-size: 12px;
  line-height: 20px;
  margin-top: 4px;
}
.contact-info-area .contact-info-card.address-card {
  padding-bottom: 60px;
}

.contact-form-area {
  padding-bottom: 129px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-form-area {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-area {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-form-area {
    padding-bottom: 120px;
  }
}
.contact-form-area .comment-form {
  margin-top: 0;
}
.contact-form-area .comment-title-section .desc {
  margin-top: 17px;
  margin-bottom: 43px;
  letter-spacing: -0.5px;
}

.map-widget {
  height: 100%;
}
.map-widget iframe {
  width: 100%;
  height: 100%;
}
.map-widget.style-1 {
  height: 500px;
}
.map-widget.style-2 iframe {
  border-radius: 20px;
}

.faq-page-faq .faq-area.style-2 {
  padding: 140px 0;
  padding-bottom: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-page-faq .faq-area.style-2 {
    padding: 30px 0;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-page-faq .faq-area.style-2 {
    padding: 38px 0;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-page-faq .faq-area.style-2 {
    padding: 48px 0;
    padding-bottom: 30px;
  }
}

.faq-page-feature .feature-area.style-1 {
  padding-top: 82px;
  padding-left: 18px;
  padding-bottom: 140px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .faq-page-feature .feature-area.style-1 {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-page-feature .feature-area.style-1 {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-page-feature .feature-area.style-1 {
    padding-bottom: 120px;
  }
}

.treatment-page-area .why-choose-us-area.style-1 {
  padding: 140px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .treatment-page-area .why-choose-us-area.style-1 {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .treatment-page-area .why-choose-us-area.style-1 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .treatment-page-area .why-choose-us-area.style-1 {
    padding: 120px 0;
  }
}
.treatment-page-area .why-choose-us-area.style-1 .treatment-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .treatment-page-area .why-choose-us-area.style-1 .treatment-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .treatment-page-area .why-choose-us-area.style-1 .treatment-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .treatment-page-area .why-choose-us-area.style-1 .treatment-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .treatment-page-area .why-choose-us-area.style-1 .treatment-card-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.treatment-page-area .why-choose-us-area.style-1 .treatment-card-wrapper .single-choose-card {
  border-top: 1px solid #dfdfdf !important;
  border-left: 1px solid #dfdfdf !important;
  border-bottom: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
  position: relative;
}
.treatment-page-area .why-choose-us-area.style-1 .treatment-card-wrapper .single-choose-card:hover {
  border-color: transparent;
}

.treatment-service-area {
  padding: 140px 0;
}
.treatment-service-area .border-wrapper {
  border-radius: 20px;
  padding-bottom: 40px;
  margin-top: 0;
}
.treatment-service-area .border-wrapper .service-card-wrapper {
  background: #03c0b4;
}
.treatment-service-area .border-wrapper .service-card-wrapper .service-slider-wrapper {
  padding: 40px 42px 40px 41px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .treatment-service-area .border-wrapper .service-card-wrapper .service-slider-wrapper {
    padding: 20px;
    padding-bottom: 0;
  }
}
.treatment-service-area .border-wrapper .service-card-wrapper .service-single-item .content {
  padding-bottom: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .treatment-service-area {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .treatment-service-area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .treatment-service-area {
    padding: 120px 0;
  }
}

.icotop-navbar {
  display: flex;
}

.portfolio-page-area .portfolio-slider-area.style-1 {
  padding: 140px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-page-area .portfolio-slider-area.style-1 {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-page-area .portfolio-slider-area.style-1 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-page-area .portfolio-slider-area.style-1 {
    padding: 120px 0;
  }
}

.portfolio-slider-area.style-1 .filter-button-group {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .portfolio-slider-area.style-1 .filter-button-group {
    flex-wrap: wrap;
    gap: 12px;
    align-items: start;
    justify-content: start;
  }
}
.portfolio-slider-area.style-1 .filter-button-group button {
  padding: 10px 32px;
  border-radius: 31px;
  color: #111821;
  background: #ffffff;
  border: 1px solid #03c0b4;
}
.portfolio-slider-area.style-1 .filter-button-group button:hover {
  background: #f17732;
  color: #ffffff;
  border-color: transparent;
}
.portfolio-slider-area.style-1 .filter-button-group .active {
  background: #f17732;
  color: #ffffff;
  border-color: transparent;
}

.home-two-service-area {
  margin-top: -96px;
}
@media (max-width: 1400px) {
  .home-two-service-area {
    margin-top: 0;
    padding-top: 70px;
  }
}
.home-two-service-area .border-wrapper {
  margin-top: 0;
  z-index: 10;
  position: relative;
}

.home-two-about-area .about-us-area.style-2 {
  padding: 140px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-two-about-area .about-us-area.style-2 {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-two-about-area .about-us-area.style-2 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .home-two-about-area .about-us-area.style-2 {
    padding: 120px 0;
  }
}

.home-two-service-offer {
  position: relative;
}
.home-two-service-offer .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
@media (max-width: 1399px) {
  .home-two-service-offer .shape-1 {
    display: none;
  }
}
.home-two-service-offer .shape-1 img {
  position: relative;
  z-index: 0;
}

.home-two-portfolio-slider .portfolio-slider-area.style-1 {
  padding: 140px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-two-portfolio-slider .portfolio-slider-area.style-1 {
    padding: 0 0 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-two-portfolio-slider .portfolio-slider-area.style-1 {
    padding: 0 0 100px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-two-portfolio-slider .portfolio-slider-area.style-1 {
    padding: 120px 0;
  }
}

.home-2-faq .faq-area.style-1 {
  padding: 140px 0 100px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-2-faq .faq-area.style-1 {
    padding: 70px 0 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-2-faq .faq-area.style-1 {
    padding: 100px 0 60px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-2-faq .faq-area.style-1 {
    padding: 120px 0 80px 0;
  }
}

.home-one-feature-area .feature-area.style-1 {
  padding-top: 55px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-one-feature-area .feature-area.style-1 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-one-feature-area .feature-area.style-1 {
    padding-top: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-one-feature-area .feature-area.style-1 {
    padding-top: 65px;
  }
}

.home-one-about .about-us-area.style-1 {
  padding-top: 173px;
  padding-bottom: 140px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-one-about .about-us-area.style-1 {
    padding-top: 130px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-one-about .about-us-area.style-1 {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-one-about .about-us-area.style-1 {
    padding-top: 170px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-1-service-area .service-slider-wrapper {
    padding: 20px 0 20px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-1-service-area .service-single-item .content {
    padding: 0;
  }
}

.service-area-slider.style-1 {
  padding: 140px 0px 0px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .service-area-slider.style-1 {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-area-slider.style-1 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-area-slider.style-1 {
    padding-top: 120px;
  }
}
.service-area-slider.style-1 .border-wrapper {
  margin-top: 50px;
}

.team-area.style-1 {
  padding: 140px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-area.style-1 {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area.style-1 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-area.style-1 {
    padding: 120px 0;
  }
}

.portfolio-slider-area.style-3 {
  padding: 0;
}

.home-one-why-choose .why-choose-us-area.style-1 {
  padding-top: 140px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home-one-why-choose .why-choose-us-area.style-1 {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-one-why-choose .why-choose-us-area.style-1 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-one-why-choose .why-choose-us-area.style-1 {
    padding-top: 120px;
  }
}
@media (min-width: 1400px) {
  .home-one-why-choose .why-choose-us-area.style-1 .section-title .title {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-one-why-choose .why-choose-us-area.style-1 .section-title .title br {
    display: none;
  }
}

.testimonial-area-wrapper .testimonial-area.style-1 {
  padding: 140px 0;
}
.testimonial-area-wrapper .testimonial-area.style-1 .section-desc {
  padding-bottom: 10px;
}
.testimonial-area-wrapper .testimonial-area.style-1 .testimonial-card-wrapper .slick-list .slick-slide {
  margin: 0 12px;
  transition: all 0.5s ease-out;
}
.testimonial-area-wrapper .testimonial-area.style-1 .testimonial-card-wrapper .testimonial-arrow-btn.prev-btn.slick-arrow {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translate(-140%, -22%);
  bottom: 0;
  color: #111821;
  box-shadow: 0px 4px 50px rgba(151, 151, 151, 0.25);
  z-index: 99;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area-wrapper .testimonial-area.style-1 .testimonial-card-wrapper .testimonial-arrow-btn.prev-btn.slick-arrow {
    transform: translate(-100%, -22%);
  }
}
@media (max-width: 1440px) {
  .testimonial-area-wrapper .testimonial-area.style-1 .testimonial-card-wrapper .testimonial-arrow-btn.prev-btn.slick-arrow {
    transform: translate(-50%, -22%);
  }
}
.testimonial-area-wrapper .testimonial-area.style-1 .testimonial-card-wrapper .testimonial-arrow-btn.next-btn.slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  flex-shrink: 0;
  right: 0;
  top: 50%;
  transform: translate(135%, -25%);
  border-radius: 50%;
  box-shadow: 0px 4px 50px rgba(151, 151, 151, 0.25);
  background: #f17732;
  color: white;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area-wrapper .testimonial-area.style-1 .testimonial-card-wrapper .testimonial-arrow-btn.next-btn.slick-arrow {
    transform: translate(100%, -25%);
  }
}
@media (max-width: 1440px) {
  .testimonial-area-wrapper .testimonial-area.style-1 .testimonial-card-wrapper .testimonial-arrow-btn.next-btn.slick-arrow {
    transform: translate(50%, -25%);
  }
}

.portfolio-wrapper .portfolio-slider-area.style-3 {
  padding: 0;
}

.about-page-about-us .about-us-area.style-1 {
  padding-top: 224px;
  padding-bottom: 140px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-page-about-us .about-us-area.style-1 {
    padding-bottom: 70px;
    padding-top: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-page-about-us .about-us-area.style-1 {
    padding-bottom: 100px;
    padding-top: 200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-page-about-us .about-us-area.style-1 {
    padding-bottom: 120px;
    padding-top: 220px;
  }
}

.about-service-area .service-area-slider.style-1 .border-wrapper {
  position: relative;
}
.about-service-area .service-area-slider.style-1 .border-wrapper:after {
  background-color: #fff;
  height: 80px;
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  right: -80px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .about-service-area .service-area-slider.style-1 .border-wrapper:after {
    right: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1399px) {
  .about-service-area .service-area-slider.style-1 .border-wrapper:after {
    right: -30px;
  }
}

.why-choose-us-area.style-1 {
  position: relative;
}
.why-choose-us-area.style-1 .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.why-choose-us-area.style-1 .shape-2 {
  position: absolute;
  top: 50px;
  right: 45px;
  transform: rotate(30deg);
}
.why-choose-us-area.style-1 .shape-2 i {
  font-size: 169px;
  line-height: 130px;
  color: rgba(166, 166, 166, 0.2509803922);
}
@media (max-width: 1399px) {
  .why-choose-us-area.style-1 .shape-2 {
    top: 0;
    right: 30px;
  }
  .why-choose-us-area.style-1 .shape-2 i {
    font-size: 140px;
  }
}
@media (max-width: 991px) {
  .why-choose-us-area.style-1 .section-desc {
    margin-top: 24px;
  }
}
@media (max-width: 1399px) {
  .why-choose-us-area.style-1 .section-desc br {
    display: none;
  }
}
.why-choose-us-area.style-1 .single-card-wrapper {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .why-choose-us-area.style-1 .single-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 668px) and (max-width: 1199px) {
  .why-choose-us-area.style-1 .single-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.why-choose-us-area.style-1 .single-choose-card {
  padding: 40px 22px 24px 70px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dfdfdf;
  border-left: transparent;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.5s ease-out;
}
@media (max-width: 1700px) {
  .why-choose-us-area.style-1 .single-choose-card {
    padding: 40px 22px 30px 22px;
  }
}
.why-choose-us-area.style-1 .single-choose-card:hover {
  transition: all 0.5s ease-out;
  background: linear-gradient(0deg, rgba(241, 119, 50, 0.9) 0%, rgba(241, 119, 50, 0.9) 100%), url("../images/about/base.jpg"), lightgray 50%/cover no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.why-choose-us-area.style-1 .single-choose-card:hover .icon {
  background-color: #111821;
  transform: rotateY(360deg);
  transition: all 0.5s ease-out;
}
.why-choose-us-area.style-1 .single-choose-card:hover .icon i {
  color: #ffffff;
}
.why-choose-us-area.style-1 .single-choose-card:hover .title {
  color: #ffffff;
}
.why-choose-us-area.style-1 .single-choose-card:hover .list-wrapper .list-item .check {
  background-color: #ffffff;
}
.why-choose-us-area.style-1 .single-choose-card:hover .list-wrapper .list-item .text {
  color: #ffffff;
}
.why-choose-us-area.style-1 .single-choose-card:hover .read-more-wrapper .read-more h5 {
  color: #ffffff;
}
.why-choose-us-area.style-1 .single-choose-card:hover .read-more-wrapper h1 {
  color: #ffffff;
}
.why-choose-us-area.style-1 .single-choose-card .icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: rgba(3, 192, 180, 0.3019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out;
}
.why-choose-us-area.style-1 .single-choose-card .icon i {
  font-size: 40px;
  line-height: 40px;
  color: #111821;
}
.why-choose-us-area.style-1 .single-choose-card .title {
  margin: 22px 0;
}
.why-choose-us-area.style-1 .single-choose-card .list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.why-choose-us-area.style-1 .single-choose-card .list-wrapper .list-item {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  transition: all 0.5s ease-out;
}
.why-choose-us-area.style-1 .single-choose-card .list-wrapper .list-item .check {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background-color: #03c0b4;
  flex-shrink: 0;
  transition: all 0.5s ease-out;
}
.why-choose-us-area.style-1 .single-choose-card .list-wrapper .list-item .text {
  transition: all 0.5s ease-out;
}
.why-choose-us-area.style-1 .single-choose-card .read-more-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.why-choose-us-area.style-1 .single-choose-card .read-more-wrapper .read-more h5 {
  color: #03c0b4;
}
.why-choose-us-area.style-1 .single-choose-card .read-more-wrapper .count {
  color: rgba(3, 192, 180, 0.2509803922);
  line-height: 80px;
}
.why-choose-us-area.style-2 {
  padding: 140px 132px;
  position: relative;
}
.why-choose-us-area.style-2 .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.why-choose-us-area.style-2 .shape-2 {
  position: absolute;
  top: 0;
  right: 36px;
  transform: rotate(30deg);
}
.why-choose-us-area.style-2 .shape-2 i {
  font-size: 124px;
  line-height: 130px;
  color: rgba(166, 166, 166, 0.2509803922);
}
@media (max-width: 991px) {
  .why-choose-us-area.style-2 .section-desc {
    margin-top: 24px;
  }
}
@media (max-width: 1399px) {
  .why-choose-us-area.style-2 .section-desc br {
    display: none;
  }
}
.why-choose-us-area.style-2 .single-card-wrapper {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .why-choose-us-area.style-2 .single-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-us-area.style-2 .single-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1439px) {
  .why-choose-us-area.style-2 .single-card-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.why-choose-us-area.style-2 .single-choose-card {
  padding: 40px 22px 30px 70px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dfdfdf;
  border-left: none;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.5s ease-out;
}
@media (max-width: 1399px) {
  .why-choose-us-area.style-2 .single-choose-card {
    padding: 40px 22px 30px 22px;
  }
}
.why-choose-us-area.style-2 .single-choose-card:hover {
  background: linear-gradient(0deg, rgba(241, 119, 50, 0.9) 0%, rgba(241, 119, 50, 0.9) 100%), url("../images/about/base.jpg"), lightgray 50%/cover no-repeat;
}
.why-choose-us-area.style-2 .single-choose-card:hover .icon {
  background-color: #111821;
}
.why-choose-us-area.style-2 .single-choose-card:hover .icon i {
  color: #ffffff;
}
.why-choose-us-area.style-2 .single-choose-card:hover .title {
  color: #ffffff;
}
.why-choose-us-area.style-2 .single-choose-card:hover .list-wrapper .list-item .check {
  background-color: #ffffff;
}
.why-choose-us-area.style-2 .single-choose-card:hover .list-wrapper .list-item .text {
  color: #ffffff;
}
.why-choose-us-area.style-2 .single-choose-card:hover .read-more-wrapper .read-more h5 {
  color: #ffffff;
}
.why-choose-us-area.style-2 .single-choose-card:hover .read-more-wrapper h1 {
  color: #ffffff;
}
.why-choose-us-area.style-2 .single-choose-card .icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: rgba(3, 192, 180, 0.3019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out;
}
.why-choose-us-area.style-2 .single-choose-card .icon i {
  font-size: 40px;
  line-height: 40px;
  color: #111821;
}
.why-choose-us-area.style-2 .single-choose-card .title {
  margin: 22px 0;
}
.why-choose-us-area.style-2 .single-choose-card .list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.why-choose-us-area.style-2 .single-choose-card .list-wrapper .list-item {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  transition: all 0.5s ease-out;
}
.why-choose-us-area.style-2 .single-choose-card .list-wrapper .list-item .check {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background-color: #03c0b4;
  flex-shrink: 0;
  transition: all 0.5s ease-out;
}
.why-choose-us-area.style-2 .single-choose-card .list-wrapper .list-item .text {
  transition: all 0.5s ease-out;
}
.why-choose-us-area.style-2 .single-choose-card .read-more-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.why-choose-us-area.style-2 .single-choose-card .read-more-wrapper .read-more h5 {
  color: #03c0b4;
}
.why-choose-us-area.style-2 .single-choose-card .read-more-wrapper .count {
  color: rgba(3, 192, 180, 0.2509803922);
  line-height: 80px;
}

.footer .footer-sec {
  padding-top: 80px;
  padding-bottom: 11px;
  position: relative;
}
@media (max-width: 767px) {
  .footer .footer-sec {
    padding-top: 80px;
  }
}
.footer .footer-sec .shape_2 {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .footer-sec .shape_1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer .footer-bg {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.footer-widget-title {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: #ffffff;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-title {
    font-size: 28px;
  }
}

.footer-widget-logo {
  margin-bottom: 30px;
}

.footer-about {
  position: relative;
  z-index: 3;
  padding-bottom: 70px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-about {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-about {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-about {
    padding-bottom: 50px;
  }
}
.footer-about p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
.footer-about .header-btn {
  margin-top: 14px;
  display: flex;
}
.footer-about .social-icon {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.footer-about .social-icon a {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-about .social-icon a i {
  font-size: 16px;
  line-height: 15px;
  color: #ffffff;
}
.footer-about .social-icon a:hover {
  background-color: #f17732;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-about .header-btn {
    display: flex;
  }
}
.footer-about .header-btn span {
  color: #03c0b4 !important;
}
.footer-about .header-btn a {
  color: #ffffff !important;
}

.footer-widget {
  font-family: "Poppins", sans-serif;
}
.footer-widget .widget-instagram-feed {
  grid-gap: 5px !important;
  width: 300px;
}
.footer-widget .widget-instagram-feed .single-instagram-feed img {
  transform: scale(1.01);
}
.footer-widget .widget-instagram-feed .single-instagram-feed .social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  background: #f17732;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0.8;
}
.footer-widget .widget-instagram-feed .single-instagram-feed .social-icon i {
  font-size: 0px;
  color: #ffffff;
  opacity: 1;
}
.footer-widget .widget-instagram-feed .single-instagram-feed:hover .social-icon {
  visibility: visible;
}
.footer-widget .widget-instagram-feed .single-instagram-feed:hover .social-icon i {
  transition: all 0.5s ease-out;
  font-size: 30px;
}
.footer-widget .widget-instagram-feed .single-instagram-feed::after {
  visibility: hidden;
}
@media (max-width: 991px) {
  .footer-widget {
    margin-bottom: 30px;
  }
}
.footer-widget ul {
  padding-left: 0;
}
.footer-widget .widget_opening_time {
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  color: #ffffff;
  padding-right: 6px;
}
.footer-widget .widget_opening_time .single-date-time {
  display: flex;
  justify-content: space-between;
}
.footer-widget .widget_opening_time .single-date-time:last-child {
  padding-right: 30px;
}
.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;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-widget .footer-widget-info .footer-logo {
  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: 0px;
}
.footer-widget.widget_nav_menu li a {
  color: #c7cdda;
  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: #f17732;
}
.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: #f17732;
  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: 60px;
  height: 60px;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #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: #ffffff;
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
  transition: all 0.5s ease-out;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-title a:hover {
  color: #f17732;
  transition: all 0.5s ease-out;
}
.footer-widget .widget_latest_post ul li .latest-post-desc .latest-post-meta {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 8px;
  color: #c7cdda;
}

.footer-bottom-area {
  background-color: #111821;
  text-align: center;
}
.footer-bottom-area .copyright-text p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1px;
}
.footer-bottom-area .copyright-text p a {
  margin-bottom: 0;
  transition: all 0.5s ease-out;
}
.footer-bottom-area .copyright-text p a:hover {
  transition: all 0.5s ease-out;
  color: #ffffff;
}

.footer-bottom-area {
  padding: 22px 0;
  background-color: #111821;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  .footer-bottom-area {
    padding: 30px 0;
  }
}
.footer-bottom-area .copyright-text p a {
  color: #f17732;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  transition: all 0.5s ease-out;
}
.footer-bottom-area .copyright-text p a:hover {
  transition: all 0.5s ease-out;
  color: #ffffff;
}
.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: #f17732;
}

.widget_nav_menu ul {
  padding-left: 0;
}
.widget_nav_menu ul li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
}
.widget_nav_menu ul li:last-child {
  padding-top: 0px;
}
.widget_nav_menu ul li a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  transition: all 0.5s ease-out;
}
.widget_nav_menu ul li a:hover {
  transition: all 0.5s ease-out;
  color: #c7cdda;
}

.usefull_links {
  padding-left: 4px;
}

.footer-subscribe-area {
  position: relative;
  z-index: 99;
  margin-bottom: -136px;
}

.subscribe-area {
  background-color: #f17732;
  border-radius: 18px;
  padding: 64px 90px 64px 70px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-area {
    padding: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-area {
    padding: 40px;
  }
}
.subscribe-area .triangle-shape {
  width: 280px;
  height: 280px;
  background-color: #f17732;
  border-radius: 28px;
  position: absolute;
  right: -32px;
  bottom: -80px;
  transform: rotate(39deg);
  z-index: -1;
}
.subscribe-area .shape-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.subscribe-area .shape-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.subscribe-area .content-wrapper {
  display: flex;
  flex-direction: column;
}
.subscribe-area .content-wrapper .short-title {
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}
.subscribe-area .content-wrapper .subscribe-title {
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 60px;
}
@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: 40px;
    line-height: 42px;
  }
}
.subscribe-area .content-wrapper .text {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 12px;
}
.subscribe-area .subscribe-inner-area {
  display: flex;
  align-items: center;
  gap: 30px;
}
@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: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .subscribe-area .subscribe-inner-area .content-wrapper,
  .subscribe-area .subscribe-inner-area .subscribe-form-wrapper {
    width: 100%;
  }
}

.subscribe-form-widget .mc4wp-form-fields {
  display: flex;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
.subscribe-form-widget .single-field {
  flex-grow: 1;
}
.subscribe-form-widget .single-field input {
  color: #778196;
  height: 72px;
  padding: 0 30px;
  font-size: 18px;
  border-radius: 50px;
  width: 100%;
}
.subscribe-form-widget .single-field *::-moz-placeholder {
  color: #778196;
  opacity: 1;
}
.subscribe-form-widget .single-field *::placeholder {
  color: #778196;
}
.subscribe-form-widget .submit-btn {
  background-color: #ffffff;
  color: #f17732;
  background: -webkit-linear-gradient(#e30008, #faae00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
  padding: 0 35px;
  display: flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
.subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-error p {
  margin-bottom: 0;
  color: #e30008;
}
.subscribe-form-widget .mc4wp-response .mc4wp-alert.mc4wp-success p {
  margin-bottom: 0;
  color: #03c0b4;
}

.social-profile {
  display: flex;
  align-items: center;
  gap: 20px;
}
.social-profile a {
  color: #ffffff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out;
}
.social-profile a:hover {
  transition: all 0.5s ease-out;
  color: #f17732;
}/*# sourceMappingURL=style.css.map */