/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.5. Font
    3.6. Background
    3.7. Text Color
    3.8. Overlay
    3.9. Animation

04. Template Style
    4.1. Header
    4.2. Footer
    4.3. Breadcumb
    4.4. Pagination
    4.5. Blog
    4.6. Comments
    4.7. Hero Area
    4.8. Error    
    4.9. Popup Search
    4.10. Subscribe
    4.11. Contact
    4.12. About
    4.13. Team
    4.14. Testimonial
    4.15. Client
    4.16. Simple Sections
    4.17. Category
    4.18. Faq
    4.19. feature
    4.20. Service
    4.21. Pricing
    4.22. Why choose Us
    4.23. Project
    4.24. Process
    4.25. Marquee
    4.26. Appointment

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #004943;
  --theme-color2: #FFA00F;
  --title-color: #0F2B46;
  --body-color: #474545; 
  --smoke-color: #CDE9DF;
  --smoke-color2: #ECF7F7;
  --smoke-color3: #F5F5F6;
  --smoke-color4: #FF7801;
  --smoke-color5: #F0F2F4;
  --black-color: #1a1a1a;
  --gray-color: #2f2f2f;
  --white-color: #ffffff;
  --light-color: #ECF7F7;
  --yellow-color: #f7b340;
  --success-color: #ffa00f;
  --error-color: #e41f10;
  --border-color: #9A9A9A;
  --title-font: "Heebo", sans-serif;
  --body-font: "Heebo", sans-serif;
  --icon-font: "Font Awesome 5 Free";
  --main-container: 1290px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 70px;
  --ripple-ani-duration: 5s;
  --border-color2: #FFF3;
}

/*------------------- 1.4. Typography -------------------*/
html,
body {
  scroll-behavior: smooth !important;
}

body {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
  outline: none;
  visibility: visible;
  overflow-X: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  background: rgba(251, 212, 81, 0.1);
}
body::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 0px;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}
a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}
button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 78px;
  line-height: 1.2em;
}

.h2,
h2 {
  font-size: 50px;
  line-height: 1.1em;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 24px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 20px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 54px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .h2,
  h2 {
    font-size: 30px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 34px;
  }
}
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}
/*.container2 {
  max-width: 1330px;
  margin: auto;
}
*/
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: calc(var(--main-container) + var(--container-gutters));
  }
 /* .container2 {
    max-width: 1330px;
  } */
}
@media only screen and (min-width: 1300px) {
  /*.container2.px-0,*/
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
}

@media (max-width: 1199px) {
  .container2 {
    max-width: 960px;
  }
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}


/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gy-60 {
  --bs-gutter-y: 60px;
}

.gy-80 {
  --bs-gutter-y: 80px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

@media (min-width: 1299px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
  .gx-90 {
    --bs-gutter-x: 90px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .gy-80 {
    --bs-gutter-y: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}
/*------------------- 2.3. Input -------------------*/
select,
.single-select,
.form-control,
.form-select,
textarea,
input {
  height: 60px;
  padding: 0 20px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color);
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  transition: 0.4s ease-in-out;
  padding-right: 45px;
  border-radius: 5px;
}
select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
  background-color: var(--smoke-color);
}
select::-moz-placeholder,
.single-select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.single-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.single-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.single-select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}
select.style2,
.single-select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
  height: auto;
  border: none;
  border: 2px solid var(--theme-color);
  padding: 14.5px 30px;
  background-color: transparent;
  line-height: initial;
}
select.style2 option,
.single-select.style2 option,
.form-control.style2 option,
.form-select.style2 option,
textarea.style2 option,
input.style2 option {
  background-color: var(--title-color);
  color: var(--body-color);
  padding: 2px 15px;
}
select.style2::-moz-placeholder,
.single-select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
textarea.style2::-moz-placeholder,
input.style2::-moz-placeholder {
  color: var(--body-color);
}
select.style2::-webkit-input-placeholder,
.single-select.style2::-webkit-input-placeholder,
.form-control.style2::-webkit-input-placeholder,
.form-select.style2::-webkit-input-placeholder,
textarea.style2::-webkit-input-placeholder,
input.style2::-webkit-input-placeholder {
  color: var(--body-color);
}
select.style2:-ms-input-placeholder,
.single-select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
textarea.style2:-ms-input-placeholder,
input.style2:-ms-input-placeholder {
  color: var(--body-color);
}
select.style2::placeholder,
.single-select.style2::placeholder,
.form-control.style2::placeholder,
.form-select.style2::placeholder,
textarea.style2::placeholder,
input.style2::placeholder {
  color: var(--body-color);
}
select.style-white,
.single-select.style-white,
.form-control.style-white,
.form-select.style-white,
textarea.style-white,
input.style-white {
  background: var(--white-color);
}
select.style-border,
.single-select.style-border,
.form-control.style-border,
.form-select.style-border,
textarea.style-border,
input.style-border {
  background: var(--white-color);
  border: 2px solid #FFF3;
  border-radius: 10px;
}
select.style-border:focus,
.single-select.style-border:focus,
.form-control.style-border:focus,
.form-select.style-border:focus,
textarea.style-border:focus,
input.style-border:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
}
select.style-border2,
.single-select.style-border2,
.form-control.style-border2,
.form-select.style-border2,
textarea.style-border2,
input.style-border2 {
  background: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
}
select.style-border2::placeholder,
.single-select.style-border2::placeholder,
.form-control.style-border2::placeholder,
.form-select.style-border2::placeholder,
textarea.style-border2::placeholder,
input.style-border2::placeholder {
  color: var(--white-color);
}
select.style-border2 option,
.single-select.style-border2 option,
.form-control.style-border2 option,
.form-select.style-border2 option,
textarea.style-border2 option,
input.style-border2 option {
  color: var(--title-color);
}
select.style-border2:focus,
.single-select.style-border2:focus,
.form-control.style-border2:focus,
.form-select.style-border2:focus,
textarea.style-border2:focus,
input.style-border2:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--border-color);
}
select.style3,
.single-select.style3,
.form-control.style3,
.form-select.style3,
textarea.style3,
input.style3 {
  background: var(--smoke-color3);
}

.form-text {
  font-size: 16px;
}
.form-text a {
  color: var(--title-color);
  font-weight: 500;
}


.single-select:after,
.form-select:after,
select:after {
  right: 30px;
  height: 8px;
  width: 8px;
}
.single-select .list,
.form-select .list,
select .list {
  width: 100%;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
}
textarea.form-control.style2,
textarea.style2 {
  min-height: 100px;
}

.form-group {
  margin-bottom: 30px;
  position: relative;
}
.form-group > svg {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 21px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 21px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group > i.fa-envelope {
  padding-top: 1px;
}
.form-group > i.fa-comment {
  margin-top: -2px;
}
.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color);
}
.form-group.has-label > i {
  top: 50px;
}
.form-group.has-icon .form-control {
  padding-left: 70px;
}
.form-group.has-icon .input-icon {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 18px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group.has-icon .input-icon:hover {
  color: var(--theme-color);
}
.form-group.radius-group input {
  border-radius: 100px;
}
.form-group.style-2 .form-control {
  padding: 0 30px 0 55px;
}
.form-group.style-2 textarea.form-control {
  padding: 16px 30px 30px 55px;
}
.form-group.style-3 .form-control {
  padding: 0 60px 0 30px;
}

[class*=col-].form-group > i {
  right: calc(var(--bs-gutter-x) / 2 + 25px);
}
[class*=col-].form-group .form-icon-left {
  left: calc(var(--bs-gutter-x) / 2 + 30px);
  right: auto;
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
  border-radius: 10px;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
input[type=checkbox].style2 ~ label {
  color: #8B929C;
  padding-left: 23px;
  margin-bottom: -0.5em;
}
input[type=checkbox].style2 ~ label:before {
  background-color: white;
  border: 1px solid rgb(247, 204, 215);
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 3px;
  top: 6px;
}
input[type=checkbox].style2:checked ~ label:before {
  color: var(--theme-color);
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- 2.4. Slick Slider -------------------*/
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.slick-track {
  min-width: 100%;
}

.slick-list {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 0px 0;
  line-height: 0;
  text-align: center;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 18px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
  position: relative;
}
.slick-dots button:hover {
  border-color: var(--theme-color);
}
.slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.slick-dots .slick-active button {
  background-color: var(--theme-color);
}
.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
}

.slick-arrow {
  --pos-x: 362px;
  display: inline-block;
  padding: 0;
  background-color: var(--theme-color);
  color: var(--theme-color2); 
  position: absolute;
  top: 50%;
  border: none;
  border-radius: 50%;
  right: var(--pos-x, 120px);
  width: var(--icon-size, 65px);
  height: var(--icon-size, 65px);
  line-height: var(--icon-size, 65px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 53px) / -1);
  box-shadow: 0px 6px 50px rgba(37, 37, 37, 0.05);
  z-index: 2;
  opacity: 1;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.style2 {
  --icon-size: 40px;
  border-radius: 10px;
  color: var(--theme-color);
  border: 1px solid #F3F5F4;
  background: var(--white-color);
  box-shadow: none;
}
.slick-arrow.style2:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color);
}
.slick-arrow.style3 {
  color: var(--white-color);
  border: 1px solid var(--theme-color);
  background: transparent;
  box-shadow: none;
}
.slick-arrow.style3:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.slick-arrow:hover {
  opacity: 1;
  background: var(--theme-color);
  color: var(--white-color);
}

.arrow-margin .slick-arrow {
  --pos-x: -100px;
  margin: 0;
  transform: translate(0, -50%);
  border-radius: 5px;
}
.arrow-margin .slick-arrow.slick-prev {
  right: auto;
  left: var(--pos-x);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .slick-arrow {
    --pos-x: 362px;
  }
}
@media (max-width: 1600px) {
  .slick-arrow {
    --pos-x: 212px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --pos-x: 132px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --pos-x: 120px;
  }
}
@media (max-width: 1200px) {
  .slick-arrow {
    --pos-x: 42px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slick-arrow {
    margin-right: 0;
  }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.mobile-menu-wrapper .mobile-logo {
  padding: 0 0 0 30px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  background-color: var(--smoke-color2);
  border-bottom: 1px solid var(--theme-color);
}
.mobile-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.mobile-menu-wrapper .menu-toggle {
  border: 0;
  border-left: 1px solid var(--theme-color);
  font-size: 22px;
  right: -16.5px;
  top: 25px;
  padding: 20px 30px 20px 30px;
  line-height: 1;
  line-height: 36px;
  font-size: 18px;
  z-index: 1;
  color: var(--theme-color);
  background-color: transparent;
  border-radius: 0;
}
.mobile-menu-wrapper .menu-toggle:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.mobile-menu-wrapper .mobile-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.mobile-menu-wrapper.body-visible {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-wrapper.body-visible .mobile-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 20px;
  text-align: left;
}
.mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 0px;
}
.mobile-menu ul li.active-class > a {
  color: var(--theme-color);
}
.mobile-menu ul li.active-class > a:before {
  transform: rotate(90deg);
}
.mobile-menu ul li ul li {
  padding-left: 20px;
}
.mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  height: 100%;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: end;
  background-color: transparent;
  color: var(--title-color);
  box-shadow: none;
  border-radius: 0;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class:before {
  content: "\f105";
  font-family: var(--icon-font);
  font-weight: 700;
}
.mobile-menu ul .submenu-item-has-children.active-class > a .mean-expand-class:before {
  content: "\f107";
}
.mobile-menu > ul {
  padding: 0 30px;
}
.mobile-menu > ul > li:last-child {
  border-bottom: none;
}

@media (max-width: 400px) {
  .mobile-menu-wrapper .mobile-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .mobile-menu > ul {
    padding: 0 20px;
  }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--title-color);
}
.preloader .preloader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}
.preloader .preloader-inner .loader {
  color: #ffffff;
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
  display: inline-block;
}

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------- 3.2. Buttons -------------------*/

.btn {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: var(--theme-color2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border-color: transparent;
  color: var(--white-color);
  border-radius: 5px;
  font-size: 15px;
  font-family: var(--body-font);
  font-weight: 600;
  /*height: 40px;*/
  line-height: 10px;
  padding: 15px 30px;
  text-transform: uppercase;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

.btn i {
  position: relative;
  top: 1px;
  left: 5px;
}

[class*=btn-icon-] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(45px);
  transition: all 300ms linear;
}
.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}
.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  transition: all 400ms linear;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


/*------------------- 3.3. Titles -------------------*/

.headline-subtitle {
  padding: 8px 10px 8px 10px;
  border-radius: 2em 2em 2em 2em;
  border: 1px solid #004943;
  border-style: solid;
  padding: 0 1.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  color: var(--smoke-color4);
  font-size: 20px;
  font-weight: 600;
}

.headline-middle {
  text-align: center;
  margin-bottom: 45px;
}


.sec-text {
  font-size: 18px;
  font-family: var(--title-font);
  margin-top: 21px;
  line-height: 1.667;
  margin-bottom: 0;
	color: var(--body-color);
}

.page-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: -0.3em;
}

.page-subtitle {
  font-weight: 900;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-title {
    font-size: 45px;
    line-height: 1.2;
  }
  .sec-text {
    margin-top: 0px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 55px;
  }
  .sec-text {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }
  .sub-title {
    font-size: 18px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title {
    font-size: 34px;
  }
}
@media (max-width: 390px) {
  .sec-title {
    font-size: 30px;
  }
}
/*------------------- 3.4. Common -------------------*/

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index-3 {
  z-index: 3;
}

.z-index-n1 {
  z-index: -1;
}

.media-body {
  flex: 1;
}

.social-btn {
  display: flex;
  gap: 10px;
}
.social-btn a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 5px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
}
.social-btn a:hover {
  background: var(--white-color);
  color: var(--theme-color);
}
.social-btn.style2 a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 14px;
  color: var(--white-color);
  background: var(--title-color);
  border-radius: 5px;
}
.social-btn.style2 a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.social-btn.style3 a {
  background: var(--smoke-color4);
  border-radius: 45px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  color: var(--white-color);
  font-size: 16px;
}
.social-btn.style3 a:hover {
  background: var(--theme-color2);
  color: var(--white-color);
}
.social-btn.style4 {
  gap: 20px;
}
.social-btn.style4 a {
  background: transparent;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  font-size: 16px;
}
.social-btn.style4 a:hover {
  border-color: var(--theme-color);
  background: var(--theme-color);
  color: var(--white-color);
}
.social-btn.style5 {
  gap: 10px;
}
.social-btn.style5 a {
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  font-size: 16px;
}
.social-btn.style5 a svg {
  width: 15px;
  fill: var(--theme-color);
}
.social-btn.style5 a:hover {
  border-color: var(--theme-color);
  background: var(--theme-color);
  color: var(--white-color);
}
.social-btn.style5 a:hover svg {
  fill: #fff;
}
.social-btn.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

.testi-slider-2.slider-shadow .slick-list,
.service-slider2.slider-shadow .slick-list,
.global-carousel.slider-shadow .slick-list {
  padding: 30px 0px 40px 0px !important;
  margin: -30px 0px -40px 0px;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 25px;
}
.btn-group .btn {
  flex: none;
}
.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}
@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px 30px;
  }
}

.media-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  text-align: start;
  align-items: center;
  /* Extra small devices */
}
.media-wrap .icon {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 18px;
  padding: 1px;
  background: var(--theme-color2);
  color: var(--theme-color);
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.media-wrap .icon a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.media-wrap .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
}
.media-wrap .link {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: -0.3em;
}
.media-wrap .link:hover a {
  color: var(--title-color) !important;
}
@media (max-width: 375px) {
  .media-wrap .link {
    font-size: 22px;
  }
}

.radius-50 {
  border-radius: 50px !important;
}

/*******Magnific Image*******/
.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*------------------- 3.5. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.fw-extralight {
  font-weight: 100;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

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

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

.text-underline {
  text-decoration: underline;
}

/*------------------- 3.6. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-theme2 {
  background-color: var(--theme-color2) !important;
}

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

.bg-smoke2 {
  background-color: var(--smoke-color2) !important;
}

.bg-smoke3 {
  background-color: var(--smoke-color3) !important;
}

.bg-smoke4 {
  background-color: var(--smoke-color4) !important;
}

.bg-smoke5 {
  background-color: var(--smoke-color5) !important;
}

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

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

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

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-top-center {
  background-size: auto;
  background-position: top center;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

/*------------------- 3.7. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

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

.text-body {
  color: var(--body-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

/*------------------- 3.8. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
  z-index: 2;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay=theme]:before {
  background-color: var(--theme-color);
}

[data-overlay=title]:before {
  background-color: var(--title-color);
}

[data-overlay=white]:before {
  background-color: var(--white-color);
}

[data-overlay=black]:before {
  background-color: var(--black-color);
}

[data-overlay=overlay1]:before {
  background-color: #131B23;
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.9. Animation -------------------*/

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}

.spin {
  animation: spin 15s linear infinite;
}

.spin-slow {
  animation: spin 50s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.spin2 {
  animation: spin2 15s linear infinite;
}

@keyframes spin2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.scalein.slider-animated {
  --animation-name: scalein;
}

.slidetopleft.slider-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.slider-animated {
  --animation-name: slidebottomright;
}

.slideinleft.slider-animated {
  --animation-name: slideinleft;
}

.slideinright.slider-animated {
  --animation-name: slideinright;
}

.slideinup.slider-animated {
  --animation-name: slideinup;
}

.slideindown.slider-animated {
  --animation-name: slideindown;
}

.rollinleft.slider-animated {
  --animation-name: rollinleft;
}

.rollinright.slider-animated {
  --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.slider-animated {
  opacity: 1;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(100px) translateY(100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
  }
  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-page-list {
  padding: 0;
  margin: -3px 0 0px 0;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.wp-block-archives a:not(:hover) {
  color: inherit;
}

.blog-single ul.wp-block-archives li {
  margin: 5px 0;
}

.widget {
  margin-bottom: 40px;
  position: relative;
  padding: var(--widget-padding-x, 40px);
  background: var(--theme-color);
  border-radius: 25px;
}
.widget[data-overlay]:before {
  z-index: -1;
}

.widget_title {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--body-font);
  line-height: 1em;
  padding-bottom: 17px;
  margin: -0.12em 0 30px 0;
}
.widget_title:after, .widget_title:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: rgba(36, 63, 55, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget_title:after {
  background-color: var(--theme-color);
  width: 135px;
}

.widget .search-form {
  position: relative;
  display: flex;
}
.widget .search-form input {
  background: var(--white-color);
  border: 0;
  flex: 1;
  color: var(--body-color);
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 400;
  height: 64px;
  border-radius: 20px;
  padding: 0 80px 0 20px;
}
.widget .search-form input::placeholder {
  color: var(--body-color);
}
.widget .search-form button {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  font-size: 18px;
  background-color: transparent;
  color: var(--title-color);
}

.wp-block-tag-cloud,
.tagcloud {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  font-size: 18px !important;
  font-weight: 400;
  font-family: var(--title-font);
  padding: 10px 15px;
  color: var(--white-color);
  background-color: var(--gray-color);
  border-radius: 10px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  color: var(--white-color) !important;
  background-color: var(--theme-color);
}

.side-instagram {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  max-width: 220px;
}
.side-instagram li {
  width: 50%;
  flex: 0 0 50%;
  padding: 5px;
  list-style: none;
  border-radius: 20px;
}
.side-instagram li img {
  border-radius: 20px;
}

.widget_gallery .insta-feed {
  margin-bottom: -10px;
  margin-left: -4px;
  margin-right: -4px;
}
.widget_gallery a {
  width: 95px;
  height: 95px;
  position: relative;
  border-radius: 10px;
  display: inline-block;
  flex: none;
  margin: 0 4px 10px;
}
.widget_gallery a img {
  border-radius: 10px;
}
.widget_gallery a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color);
  border-radius: 10px;
  transition: 0.4s;
  opacity: 0;
}
.widget_gallery a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: 0.4s;
  color: var(--white-color);
  font-size: 20px;
}
.widget_gallery a:hover i {
  opacity: 1;
}
.widget_gallery a:hover:after {
  opacity: 0.7;
}

.recent-post {
  margin-bottom: 20px;
  transition: 0.4s;
}
.recent-post:last-child {
  margin-bottom: 0px;
  border: 0;
}
.recent-post .media-img {
  flex: none;
  overflow: hidden;
  border-radius: 0px 5px 5px 0;
}
.recent-post .media-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 0px 5px 5px 0;
  transition: 0.4s ease-in-out;
}
.recent-post .post-title {
  font-weight: 500;
  font-size: 22px;
  font-family: var(--title-font);
  margin-bottom: -0.4rem;
  color: var(--smoke-color);
}
.recent-post .post-title a:hover {
  color: var(--success-color);
}
.recent-post .recent-post-meta {
  margin-bottom: 10px;
}
.recent-post .recent-post-meta a {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--white-color);
  margin-bottom: 0px;
  display: block;
}
.recent-post .recent-post-meta a img {
  margin-right: 6px;
  color: var(--theme-color);
  transition: 0.4s;
}
.recent-post .recent-post-meta a:hover {
  color: var(--success-color);
}
.recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}
.recent-post:hover .media-img img {
  transform: scale(1.1);
}

.sidebar-area select,
.sidebar-area input {
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
}

.widget_service-list {
  padding: 40px 30px 30px;
}
.widget_service-list ul {
  padding: 0;
  margin: 0;
}
.widget_service-list ul li {
  list-style: none;
  background: var(--white-color);
  border: 0;
  box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
.widget_service-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.widget_service-list ul li a {
  color: var(--title-color);
  line-height: 1.2;
  display: flex;
  gap: 10px;
}
.widget_service-list ul li a:hover {
  color: var(--theme-color);
}
.widget_service-list ul li i {
  color: var(--theme-color);
}

.widget_contact .widget-contact-wrap {
  background: var(--white-color);
  border-radius: 5px;
  padding: 35px 30px;
}
.widget_contact .widget-contact-wrap .widget_subtitle {
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--title-font);
  margin-top: -0.3em;
}
.widget_contact .widget-contact-wrap .widget_title {
  margin-bottom: 16px;
}
.widget_contact .widget-contact-wrap .widget_title:after {
  display: none;
}
.widget_contact .widget-contact-wrap .widget-contact-text {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  margin-bottom: 0;
}
.widget_contact .widget-contact-wrap .icon {
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  background: var(--theme-color);
  display: inline-block;
  color: var(--white-color);
  margin-top: 16px;
  margin-bottom: 16px;
}
.widget_contact .widget-contact-wrap h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -0.3em;
  margin-top: 3px;
}
.widget_contact .widget-contact-wrap h5 a {
  color: var(--title-color);
}

.widget_project-info {
  background: var(--theme-color);
  padding: 35px;
  /*box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);*/
  border-radius: 25px;
}
.widget_project-info .widget_title {
    color: var(--theme-color2);
  margin-bottom: 10px;
  padding-bottom: 0;
}
.widget_project-info .widget_title:after, .widget_project-info .widget_title:before {
  display: none;
}
.widget_project-info .widget-text {
  margin-bottom: 30px;
  color: #CDE9DF;
  font-size: 14px;
}
.widget_project-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_project-info ul li {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
}
.widget_project-info ul li:not(:last-child) {
  border-bottom: 1px solid #CDE9DF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.widget_project-info ul li strong {
  font-size: 22px;
  font-weight: 500;
  color: var(--smoke-color);
  width: 130px;
  display: inline-block;
}
.widget_project-info ul li span {
  font-size: 17px;
  font-weight: 400;
  color: var(--smoke-color);
  min-width: 90px;
  display: inline-block;
}
.widget_project-info ul .star-ratting {
  color: var(--yellow-color);
  font-size: 14px;
  margin-bottom: -0.3em;
}
@media (max-width: 991px) {
  .widget_project-info {
    margin-top: 0;
  }
}

.widget_project-info .sidebar-tag a {
  display: inline-block;
  padding: 8px 15px;
  font-size: 18px;
  color: #000;
  line-height: 22px;
  border-radius: 10px;
  transition: all 0.3s linear;
  background: var(--success-color);

}


/******widget_recent_entries******/
.widget_recent_entries ul {
  margin: -0.3em 0 0 0;
  padding: 0;
  list-style: none;
}
.widget_recent_entries ul li > a {
  color: var(--body-color);
  font-weight: 500;
  display: inline-block;
}
.widget_recent_entries ul li > a:hover {
  color: var(--theme-color);
}
.widget_recent_entries ul li span.post-date {
  font-size: 14px;
}
.widget_recent_entries ul li:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 12px;
  margin-bottom: 12px;
}


/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px 0;
  }
  .author-widget-wrap .name {
    font-size: 22px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 40px;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .widget_info {
    padding: 0;
  }
  .author-widget-wrap {
    padding: 0;
  }
  .widget_info .widget_title {
    padding: 24px 30px 19px 28px;
  }
  .info-list {
    padding: 0 30px 30px;
  }
  .widget {
    padding: 30px;
  }
}
/* Extra small devices */
@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
  .recent-post .media-img {
    width: 67px;
  }
  .recent-post .media-img {
    margin-right: 15px;
  }
}

.widget_service-categories {
  padding: 30px;
}
.widget_service-categories ul {
  margin-top: 0;
}
.widget_service-categories a {
  font-size: 22px;
  font-weight: 500;
  border-radius: 10px;
  padding: 24px 20px;
}

.footer-widget {
  margin-bottom: 50px !important;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
.footer-widget .wp-block-search__label,
.footer-widget .widget_title {
  color: var(--white-color);
  border-bottom: none;
  margin: -0.04em 0 40px 0;
  position: relative;
}
.footer-widget .wp-block-search__label:after,
.footer-widget .widget_title:after {
  display: none;
}

.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_recent_entries li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.widget-about .footer-logo {
  margin-bottom: 37px;
}
.widget-about .about-text {
  max-width: 350px;
  margin-top: -0.65em;
  margin-bottom: 27px;
}

.widget-contact {
  margin-top: -0.5em;
}
.widget-contact p {
  color: var(--body-color);
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
}
.widget-contact p:not(:last-child) {
  margin-bottom: 15px;
}
.widget-contact p a {
  color: var(--body-color);
}
.widget-contact p a:hover {
  color: var(--theme-color);
}

.widget-contact-grid {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.widget-contact-grid:not(:last-child) {
  margin-bottom: 30px;
}
.widget-contact-grid .icon {
  margin-top: -3px;
}
.widget-contact-grid i {
  color: var(--theme-color2);
}
.widget-contact-grid p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--white-color);
  margin-bottom: 0;
  margin-top: -0.3em;
}
.widget-contact-grid h6 {
  font-size: 18px;
  font-weight: 400;
  color: var(--white-color);
  margin-top: -0.3rem;
  margin-bottom: -0.3em;
}
.widget-contact-grid h6 a {
  color: var(--white-color);
}
.widget-contact-grid h6 a:hover {
  color: var(--theme-color2);
}

.widget-newsletter {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 5px;
  padding: 35px 40px;
  max-width: 410px;
}

.footer-text {
  margin-top: -0.45em;
  margin-bottom: 16px;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
}

.newsletter-form {
  position: relative;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .newsletter-form {
    margin: 40px 0 80px 0;
  }
}
.newsletter-form.style2 {
  /* Extra small devices */
}
@media (max-width: 575px) {
  .newsletter-form.style2 {
    margin: 0px 0 80px 0;
  }
}
.newsletter-form.style2 .form-group {
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 60px;
  border-radius: 170px;
  /* Extra small devices */
}
.newsletter-form.style2 .form-group input {
  height: 60px;
  padding-left: 30px;
}
@media (max-width: 575px) {
  .newsletter-form.style2 .form-group {
    height: 60px;
  }
}
.newsletter-form.style2 .global-btn {
  width: 60px;
  height: 60px;
  top: 0px;
  right: 0px;
  background: var(--theme-color);
  color: var(--white-color);
}
.newsletter-form.style2 .global-btn svg {
  margin-top: 20px;
}
.newsletter-form.style2 .global-btn:hover {
  color: var(--theme-color);
}
@media (max-width: 575px) {
  .newsletter-form.style2 .global-btn {
    width: 100%;
    top: 15px;
    right: 0;
  }
}
@media (max-width: 375px) {
  .newsletter-form.style2 .global-btn {
    top: 20px;
  }
}
.newsletter-form .form-group {
  position: relative;
  display: flex;
  gap: 15px;
  height: 80px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 45px;
  margin: 0;
}
@media (max-width: 575px) {
  .newsletter-form .form-group {
    display: block;
    height: 60px;
  }
}
.newsletter-form .form-group input {
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 100%;
  height: 80px;
  padding-left: 40px;
  /* Extra small devices */
}
.newsletter-form .form-group input::-moz-placeholder {
  color: var(--white-color);
}
.newsletter-form .form-group input::-webkit-input-placeholder {
  color: var(--white-color);
}
.newsletter-form .form-group input:-ms-input-placeholder {
  color: var(--white-color);
}
.newsletter-form .form-group input::placeholder {
  color: var(--white-color);
}
@media (max-width: 575px) {
  .newsletter-form .form-group input {
    height: 60px;
  }
}
.newsletter-form .form-group .form-control:focus {
  color: var(--white-color);
  border-radius: 45px;
}
.newsletter-form .global-btn {
  width: 188px;
  height: 60px;
  line-height: 60px;
  min-width: auto;
  background-color: var(--theme-color2);
  top: 10px;
  right: 10px;
  font-size: 16px;
  color: var(--title-color);
  border-radius: 45px;
  display: flex;
  justify-content: center;
  flex: none;
  padding: 0;
  /* Extra small devices */
}
.newsletter-form .global-btn:before, .newsletter-form .global-btn:after {
  background-color: var(--white-color);
}
@media (max-width: 575px) {
  .newsletter-form .global-btn {
    position: relative;
    display: block;
    width: 100%;
    right: 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }
  .footer-widget.widget_meta a,
  .footer-widget.widget_pages a,
  .footer-widget.widget_archive a,
  .footer-widget.widget_recent_entries a,
  .footer-widget.widget_categories a,
  .footer-widget.widget_nav_menu a {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .widget-newsletter {
    padding: 30px;
    max-width: 410px;
  }
}
/*------------------- 4.1. Header  -------------------*/
.nav-header {
  position: relative;
  z-index: 41;
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: var(--title-color);
  font-family: var(--title-font);
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 27px;
}
.main-menu > ul > li > a {
  padding: 36px 0;
}
.main-menu > ul > li > a:hover {
  color: var(--title-color);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 700;
  top: 0;
  font-size: 12px;
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px 18px 18px;
  left: -27px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 1px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 23px;
  text-transform: capitalize;
}
.main-menu ul.sub-menu li a:before {
  content: "\f105";
  position: absolute;
  top: 8px;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: var(--title-color);
  font-weight: 500;
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}




/* Header 1 ---------------------------------- */
/****header-top*****/

.header-top-section {
  background: var(--theme-color);
}
.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.header-top-wrapper .header-top-info > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.header-top-wrapper .header-top-info li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
.header-top-wrapper .header-top-info li:not(:last-child) {
  margin: 0 30px 0 0;
}
.header-top-wrapper .header-top-info li > i {
  margin-right: 10px;
  color: var(--theme-color);
}
.header-top-wrapper .header-top-info li,
.header-top-wrapper .header-top-info span,
.header-top-wrapper .header-top-info p,
.header-top-wrapper .header-top-info a {
  color: var(--smoke-color);
  font-family: var(--title-font);
}
.header-top-wrapper .header-top-info a:hover {
  color: var(--theme-color2);
}
.header-top-wrapper .header-top-info b,
.header-top-wrapper .header-top-info strong {
  font-weight: 600;
  margin-right: 6px;
}
.header-top-wrapper .header-social {
  display: flex;
  align-items: center;
}
.header-top-wrapper .header-social ul {
  margin-top:0;
  margin-bottom:0;
}
.header-top-wrapper .header-social ul li {
  display: inline-block;
}
.header-top-wrapper .header-social ul li + li {
  margin-left: 20px;
}
.header-top-wrapper .header-social ul li a {
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  font-size: 11px;
  border-radius: 50px;
  background: var(--smoke-color);
  color: var(--theme-color);
}
.header-top-wrapper .header-social ul li a:hover {
  background: var(--smoke-color4);
  color: var(--smoke-color);
}


/*------------------- 4.2. Footer  -------------------*/

.footer-widget-wrap {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 991px) {
  .footer-widget-wrap {
    padding-top: 50px;
  }
}

.footer-widget {
  margin-top: 30px;
}

.footer-widget.footer-widget-2, .footer-widget.footer-widget-3 {
  padding-left: 40px;
}

@media only screen and (max-width: 991px) {
  .footer-widget.footer-widget-2, .footer-widget.footer-widget-3 {
    padding-left: 0px;
  }
}

.widget-info ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 30px;
}

.widget-info ul li .info-icon {
  height: 12px;
  width: 0px;
  line-height: 0px;
  text-align: inherit;
  background: none;
  border-radius: 0;
}

.widget-info ul li .info-icon i {
  display: inline-block;
  color: var(--theme-color2);
  font-size: 14px;
}

.widget-info ul li .info-text {
  flex: 1;
  font-size: 16px;
  line-height: 30px;
  font-family: var(--body-font);
  font-weight: 400;
  margin-left: 25px;
  color: var(--smoke-color);
}

.widget-info ul li .info-text .label-name a {
  font-size: 16px;
  line-height: 30px;
  font-family: var(--body-font);
  font-weight: 400;
  color: var(--smoke-color);
}

@media only screen and (max-width: 1199px) {

  .widget-info ul li .info-text .label-name {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {

  .widget-info ul li .info-text .label-name {
    font-size: 16px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 575px) {

  .widget-info ul li .info-text {
    font-size: 18px;
    line-height: 28px;
  }
}

.footer-widget-about {
  margin-top: 30px;
}

.footer-widget-about p {
 color: #ffffff;
}


.footer-social .social {
  margin-top: 25px;
}

@media only screen and (max-width: 991px) {

  .footer-social .social {
  margin-top: 0px;
}
}

.footer-social .social li {
  display: inline-block;
}

.footer-social .social li + li {
  margin-left: 5px;
}

.footer-social .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #FFF3;
  border-radius: 35px;
  font-size: 15px;
  background: var(--smoke-color4);
  color: #ffffff;
}

.footer-social .social li a:hover {
  background: var(--theme-color2);
  color: var(--smoke-color);
}


.footer-widget .footer-widget-title {
  font-size: 24px;
  line-height: 36px;
  font-family: var(--title-font);
  font-weight: 600;
  color: #ffffff;
}

.footer-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--theme-color);
  opacity: 0.90;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer-section {
  background: #004758;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .footer-section {
    background-size: contain;
  }
}

.footer-logo {
  max-width: 170px;
}

.footer-copyright-wrap {
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 575px) {

  .footer-copyright-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}


.copyright-text {
  margin-top: 10px;
  font-size: 13px;
  line-height: 30px;
  color: var(--theme-color2);
}

@media only screen and (max-width: 991px) {

  .copyright-text {
    text-align: center;
  }
}

.copyright-text p {
  font-size: 13px;
  line-height: 30px;
  color: var(--theme-color2);
}

@media only screen and (max-width: 575px) {

  .copyright-text p {
    font-size: 16px;
  }
}


.footer-copyright-links {
  text-align: right;
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {

  .footer-copyright-links {
    text-align: center;
  }
}

.footer-copyright-links a {
  font-size: 13px;
  line-height: 30px;
  color: #F1F1F1;
  margin-right: 15px;
}

@media only screen and (max-width: 575px) {

  .footer-copyright-links a {
    font-size: 16px;
    line-height: 28px;
  }
}

.footer-copyright-links a:last-child {
  margin-right: 0;
}

.footer-copyright-links a:hover {
  color: var(--smoke-color);
}


/*------------------- 4.3. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  padding: 0;
  list-style-type: none;
  position: relative;
  margin: 37px 0 -0.4em;
}
.breadcumb-menu li {
  display: inline-block;
  padding-right: 11px;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:after {
  content: "\f105";
  position: relative;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--icon-font);
  color: var(--title-color);
}
.breadcumb-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  color: inherit;
  word-break: break-word;
  font-weight: 500;
  font-size: 22px;
  font-family: var(--title-font);
  color: var(--title-color);
}
.breadcumb-menu a:hover {
  color: var(--theme-color);
}

.breadcumb-title {
  color: var(--title-color);
  margin: -0.15em 0 -0.2em 0;
  line-height: 1.1;
  font-size: 50px;
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: capitalize;
  z-index: 1;
  position: relative;
}

.breadcumb-content {
  padding: 170px 0;
}

.breadcumb-wrapper {
  background: var(--smoke-color);
  overflow: hidden;
  position: relative;
  z-index: auto;
}
.breadcumb-wrapper .breadcumb-thumb {
  text-align: right;
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-content {
    padding: 140px 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    text-align: center;
  }
  .breadcumb-content {
    padding: 120px 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .breadcumb-title {
    font-size: 40px;
  }
  .breadcumb-content {
    padding: 90px 0;
  }
  .breadcumb-menu {
    text-align: center;
    margin: 22px 0 -0.45em 0;
  }
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
    font-size: 14px;
  }
}
/*------------------- 4.4. Pagination  -------------------*/
.pagination {
  margin-bottom: 30px;
  margin-top: 80px;
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
  margin: 0 6px;
  list-style-type: none;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li:first-child {
  margin-left: 0;
}
.pagination span,
.pagination a {
  display: inline-block;
  text-align: center;
  position: relative;
  color: var(--title-color);
  background-color: transparent;
  width: 60px;
  height: 60px;
  line-height: 60px;
  z-index: 1;
  font-size: 22px;
  font-family: var(--title-font);
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid #F3F5F4;
}
.pagination span i,
.pagination a i {
  font-size: 22px;
}
.pagination span.active, .pagination span:hover,
.pagination a.active,
.pagination a:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  box-shadow: none;
}

/* Medium devices */
@media (max-width: 991px) {
  .pagination {
    margin-top: 60px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .pagination {
    margin-top: 40px;
  }
  .pagination span,
  .pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .pagination span i,
  .pagination a i {
    font-size: 16px;
  }
}
@media (max-width: 330px) {
  .pagination li {
    margin: 0 2px;
  }
  .pagination span, .pagination a {
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 14px;
  }
}
.post-footer {
  clear: both;
  margin-top: 30px;
}

/*------------------- 4.5. Blog  -------------------*/
/* Blog Card ---------------------------------- */

.single-blog {
  margin-top: 30px;
  border-bottom: 3px solid #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 0.3s linear;
  box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.15);
}

.single-blog .blog-image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.single-blog .blog-image a {
  display: block;
}

.single-blog .blog-image a img {
  width: 100%;
  transition: all 0.3s linear;
}

.single-blog .blog-content {
  padding: 0 40px 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: var(--white-color);
  margin-top: -40px;
}

@media only screen and (max-width: 1199px) {
  .single-blog .blog-content {
    padding: 0 25px 40px;
  }
}

.single-blog .blog-category {
  top: 15px;
  left: 25px;
  border: 0;
  border-radius: 7px;
  padding: 0px 20px;
  height: 50px;
  position: absolute;
  line-height: 50px;
  background: var(--smoke-color);
  display: inline-block;

}
.single-blog .blog-category a {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 16px;
}
.single-blog .blog-meta{
  font-size:20px;
  position:relative;
  float: left;
  left: -51px;
  top: -25px;
  display:inline-block;
  text-align:center;
  height: 50px;
  line-height: 50px;  
}

@media (max-width: 768px) {
  .single-blog .blog-meta{
  left: -36px;
  top: -15px;
}
}

.single-blog .date{
  display:inline-block;
  padding:0.5em 1em;
  line-height:1.2em;
  background: var(--theme-color);
  position:relative;
  color: #fff;
}

.single-blog .date:hover{
  color: var(--success-color);
}

.single-blog .date:before{
  content:'';
  position:absolute;
  border-style:solid;
  bottom:100%; left:0;
  border-width: .5em .7em 0 0;
  border-color: transparent #FC9544 transparent transparent;
}
.single-blog .blog-content .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 991px) {
  .blog-meta {
  font-size:17px;
  position:relative;
  float: left;
  left: -37px;
  top: -105px;
  display:inline-block;
  text-align:center;
  height: 50px;
  line-height: 50px;
}

.date{
  display:inline-block;
  padding:0.5em 1em;
  line-height:1.2em;
  background: var(--theme-color);
  position:relative;
  color: #fff;
}

.date:before{
  content:'';
  position:absolute;
  border-style:solid;
  bottom:100%; left:0;
  border-width: .5em .6em 0 0;
  border-color: transparent #FC9544 transparent transparent;
}
}

@media only screen and (max-width: 1199px) {
  .single-blog .blog-content .title {
    padding-right: 0;
  }
}

.single-blog .blog-btn-link {
  font-size: 15px;
  font-weight: 600;
  color: var(--smoke-color4);
  text-transform: uppercase;
  margin-top: 15px;
  transition: all 0.3s linear;
}
.single-blog .blog-btn-link i {
  margin-left: 3px;
}
.single-blog .blog-btn-link:hover {
  color: var(--smoke-color4);
}

.single-blog:hover .blog-image a img {
  transform: scale(1.1);
}


/* Blog Card 2---------------------------------- */
.single-blog.style2 .blog-meta{
  font-size:20px;
  position:relative;
  float: left;
  left: -51px;
  top: -105px;
  display:inline-block;
  text-align:center;
  height: 50px;
  line-height: 50px;  
}
.single-blog.style2 .blog-meta span,
.single-blog.style2 .blog-meta a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
  position: relative;
  margin-right: 11px;
}

.single-blog.style2 .blog-meta span:last-child,
.single-blog.style2 .blog-meta a:last-child {
  margin-right: 0 !important;
  padding-right: 0;
}

.blog-author {
  border-radius: 15px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: var(--blog-space-y, 80px);
}

.single-blog.style2 .blog-content {
  margin: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0px;
  padding: 0 40px 40px;
}

.single-blog .style2 .blog-meta{
  font-size:20px;
  position:relative;
  float: left;
  left: -51px;
  top: -25px;
  display:inline-block;
  text-align:center;
  height: 50px;
  line-height: 50px;  
}
.single-blog .style2 .date{
  display:inline-block;
  padding:0.5em 1em;
  line-height:1.2em;
  background: var(--theme-color);
  position:relative;
  color: #fff;
}
.single-blog .style2 .date:before{
  content:'';
  position:absolute;
  border-style:solid;
  bottom:100%; left:0;
  border-width: .5em .7em 0 0;
  border-color: transparent #FC9544 transparent transparent;
}
/* main blog */

.blog-single-card {
  position: relative;
  background-color: var(--smoke-color);
  border-radius: 20px;
  box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.15);
}
.blog-single-card .blog-thumb {
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.blog-single-card .blog-thumb img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.blog-single-card .blog-title {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
}
.blog-single-card .blog-text {
  margin-bottom: 30px;
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 400;
}

.blog-single-card .blog-meta{
  font-size:20px;
  position:relative;
  float: left;
  left: -51px;
  top: -25px;
  display:inline-block;
  text-align:center;
  height: 50px;
  line-height: 50px;  
}
.blog-single-card .date{
  display:inline-block;
  top: 75%;
  padding:0.5em 1em;
  line-height:1.2em;
  background: var(--theme-color);
  position:absolute;
  color: #fff;
  left: -10px;
}

.blog-single-card .date a:hover{
  color: var(--success-color);
}

.blog-single-card .date:before{
  content:'';
  position:absolute;
  border-style:solid;
  bottom:100%; left:0;
  border-width: .5em .7em 0 0;
  border-color: transparent #FC9544 transparent transparent;
}

.blog-single-card .blog-category {
  top: 25px;
  left: 100px;
  border: 0;
  border-radius: 7px;
  padding: 0px 20px;
  height: 50px;
  position: absolute;
  line-height: 50px;
  background: var(--smoke-color);
  display: inline-block;

}
.blog-single-card .blog-category a {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 16px;
}

.blog-single-card .social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.blog-single-card .social-links li {
  display: inline-block;
  margin-right: 3px;
}
.blog-single-card .social-links li:last-child {
  margin-right: 0;
}
.blog-single-card .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--smoke-color);
  font-size: 14px;
  color: var(--body-color);
  text-align: center;
}
.blog-single-card .social-links a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.blog-single-card .blog-content {
  padding: 33px 40px 40px;
  position: relative;
}
.blog-single-card .blog-audio {
  line-height: 1;
}
.blog-single-card .blog-audio,
.blog-single-card .blog-img,
.blog-single-card .blog-video {
  position: relative;
  overflow: hidden;
  background-color: var(--smoke-color);
}
.blog-single-card .blog-img .slick-arrow {
  --pos-x: 30px;
  --icon-size: 45px;
  border: none;
  background-color: var(--white-color);
  color: var(--theme-color);
  border-radius: 5px;
}
.blog-single-card .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.blog-single-card .blog-img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px 30px 0 0;
  background-color: rgba(16, 55, 65, 0.149);
  width: 100%;
  height: 100%;
}
.blog-single-card .read-more-btn,
.blog-single-card .line-btn {
  display: block;
  max-width: fit-content;
  margin-bottom: -1px;
}
.blog-single-card .read-more-btn {
  margin-bottom: -8px;
  color: var(--theme-color);
}
.blog-single-card .blog-post-wrap {
  background: var(--smoke-color3);
  border-radius: 6px;
  padding: 60px;
  cursor: pointer;
  transition: 0.4s;
}
.blog-single-card .blog-post-wrap:hover {
  background: var(--theme-color);
}
.blog-single-card .blog-post-wrap:hover h5 {
  color: var(--white-color);
}
.blog-single-card .blog-post-wrap h5 {
  margin-bottom: 0;
  transition: 0.4s;
}
.blog-single-card:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1399px) {
  .blog-single-card .blog-title {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media (max-width: 1199px) {
  .blog-single-card .blog-date {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, -100%);
  }
  .blog-single-card .blog-date a {
    border-radius: 5px 0 0 0px;
  }
  .blog-single-card .blog-content {
    padding: 30px;
  }
  .blog-single-card .blog-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .blog-single-card {
    margin-bottom: 40px;
  }
  .blog-single-card .blog-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .blog-single-card .blog-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .blog-single-card .blog-text {
    margin-bottom: 22px;
  }
  .blog-single-card .blog-content {
    padding: 30px;
  }
  .blog-single-card .blog-meta {
    margin-bottom: 14px;
  }
}
@media (max-width: 575px) {
  .blog-single-card .blog-thumb {
    border-radius: 5px 5px 0 0;
  }
  .blog-single-card .blog-thumb img {
    border-radius: 5px 5px 0 0;
  }
  .blog-single-card .blog-content {
    margin: 0;
    border-radius: 0 0 5px 5px;
  }
}

/*------------------- 4.6. Comments  -------------------*/
.comment-form {
  margin-top: var(--blog-space-y, 20px);
  position: relative;
}
.comment-form .row {
  --bs-gutter-x: 20px;
}
.comment-form .form-title {
  margin-top: -0.35em;
  margin-bottom: 30px;
}
.comment-form .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}
.comment-form .form-text {
  margin-bottom: 25px;
}
.comment-form .form-group {
  margin-bottom: 20px;
}

.blog-comment-area {
  margin-bottom: 25px;
}

.comment-item {
  background-color: var(--white-color);
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #F3F5F4;
}
.comment-item .text {
  font-size: 18px;
  margin-right: 90px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .comment-item .text {
    margin-right: 0;
  }
}

.comments-wrap {
  margin-top: var(--blog-space-y, 80px);
  margin-bottom: 30px;
}
.comments-wrap .description p:last-child {
  margin-bottom: -0.5em;
}
.comments-wrap .comment-respond {
  margin: 30px 0;
}
.comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.comments-wrap li {
  margin: 0;
}
.comments-wrap .post-comment {
  padding: 0;
  position: relative;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid var(--border-color);
}
.comments-wrap .post-comment ol,
.comments-wrap .post-comment ul,
.comments-wrap .post-comment dl {
  margin-bottom: 1rem;
}
.comments-wrap .post-comment ol ol,
.comments-wrap .post-comment ol ul,
.comments-wrap .post-comment ul ol,
.comments-wrap .post-comment ul ul {
  margin-bottom: 0;
}
.comments-wrap ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: var(--blog-space-y, 30px);
}
.comments-wrap ul.comment-list ul ul,
.comments-wrap ul.comment-list ul ol,
.comments-wrap ul.comment-list ol ul,
.comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}
.comments-wrap .comment-avater {
  margin-right: 25px;
  overflow: hidden;
  border-radius: 15px;
  height: fit-content;
}
.comments-wrap .comment-avater img {
  width: 100%;
  max-width: 100px;
  height: 100px;
  object-fit: cover;
}
.comments-wrap .comment-content {
  flex: 1;
  margin-top: -6px;
  position: relative;
}
.comments-wrap .commented-on {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 400;
  color: var(--body-color);
  font-family: var(--title-font);
}
.comments-wrap .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem;
}
.comments-wrap .name {
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 700;
}
.comments-wrap .comment-top {
  display: flex;
  justify-content: space-between;
}
.comments-wrap .text {
  margin-bottom: -0.3em;
}
.comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 135px;
}
.comments-wrap .reply_and_edit {
  margin-bottom: -0.46em;
  position: absolute;
  right: 0;
  top: 20px;
}
@media (max-width: 480px) {
  .comments-wrap .reply_and_edit {
    position: relative;
    padding-bottom: 40px;
  }
}
.comments-wrap .reply_and_edit a {
  margin-right: 10px;
  color: var(--theme-color);
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--body-font);
  border-radius: 10px;
  border: 2px solid #F3F5F4;
  padding: 5px 20px;
}
.comments-wrap .reply_and_edit a:hover {
  color: var(--title-color);
}
.comments-wrap .reply_and_edit a i {
  margin-left: 3px;
  margin-right: 0;
}
.comments-wrap .reply_and_edit a:last-child {
  margin-right: 0;
}
.comments-wrap .reply-btn {
  font-weight: 700;
  font-size: 12px;
  color: var(--body-color);
  font-family: var(--title-font);
  display: inline-block;
}
.comments-wrap .reply-btn i {
  margin-right: 7px;
}
.comments-wrap .reply-btn:hover {
  color: var(--theme-color);
}
.comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

ul.comment-list .comment-item:last-child:not(.children .comment-item) > .post-comment {
  border-bottom: none;
  padding-bottom: 0;
}
.comments-wrap.comment-form {
  margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-single {
    --blog-space-y: 40px;
  }
  .comments-wrap {
    margin-top: 40px;
  }
  .comments-wrap .children {
    margin-left: 40px;
  }
  .blog-inner-title {
    margin-bottom: 30px;
  }
  .comment-form {
    --blog-space-y: 40px;
  }
  .comments-wrap .comment-avater {
    margin-right: 35px;
  }
  ul.comment-list .comment-item:first-child:not(.children .comment-item) > .post-comment {
    padding-bottom: 30px;
  }
  .comments-wrap .post-comment {
    margin-bottom: 30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .comment-form .btn {
    padding: 20px 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .comments-wrap .post-comment {
    display: block;
  }
  .comments-wrap .comment-avater {
    height: 100px;
    width: 100px;
    margin-bottom: 30px;
  }
}
/*--------------------------------------------------------------
# Comment Css
--------------------------------------------------------------*/
.comments-title {
  font-size: 27px;
  border-bottom: 2px solid var(--border-color);
  padding-bottom: 15px;
  margin-bottom: 30px;
}

ol.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment ol.children {
  list-style: none;
  padding-left: 50px;
}

.comment span.says {
  display: none;
}

.comment-author.vcard,
footer.comment-meta {
  position: relative;
}

.comment-author.vcard img {
  border-radius: 50%;
  height: 90px;
  width: 90px;
  margin-top: -5px;
}

.comment-author.vcard .fn {
  font-size: 20px;
  position: absolute;
  left: 110px;
  top: -10px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.comment-author.vcard .fn a {
  font-weight: 600;
}

.bypostauthor {
  display: block;
}

.bypostauthor .comment-author.vcard .fn:after {
  content: "\f02e";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  top: 0;
  margin-left: 10px;
  position: relative;
  line-height: 1;
  font-weight: 900;
}

.comment-metadata {
  position: absolute;
  left: 110px;
  top: 20px;
}

.comment-metadata time {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

em.comment-awaiting-moderation {
  font-weight: 500;
  color: #1d1d1d;
  display: block;
  padding-left: 110px;
  margin-top: -25px;
  margin-bottom: 35px;
}

.comment-metadata span.edit-link,
span.edit-link {
  display: none;
}

.comment .comment-content {
  position: relative;
  padding-left: 110px;
  margin-top: -25px;
}

.comment article {
  margin-top: 15px;
  padding: 15px 15px 15px 0;
  border-bottom: 2px solid var(--border-color);
  position: relative;
}

.comment-list li:last-child .comment-body {
  border-bottom: 0;
}

.comment-list li .children .comment-body {
  border-bottom: 2px solid var(--border-color);
}

.comment-content img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.comment-body .reply {
  position: absolute;
  right: 0;
  top: 8px;
}

.comments-area .reply a {
  position: relative;
  padding-left: 25px;
  color: var(--black-color);
  font-weight: 600;
}
.comments-area .reply a:hover {
  color: var(--theme-color);
}

.comment-body .reply a:before {
  content: "\f3e5";
  font-family: Font Awesome\ 6 Pro;
  position: absolute;
  left: 3px;
  top: 0;
}

.comment-content a,
.comment-body a {
  word-wrap: break-word;
  font-weight: 500;
}

.comment-content li {
  font-weight: 500;
  margin: 8px 0;
}

/*--------------------------------------------------------------
# Comment Respond Form
--------------------------------------------------------------*/
.comments-heading {
  font-size: 25px;
  margin-bottom: 5px;
}

#cancel-comment-reply-link {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
}

#cancel-comment-reply-link:hover {
  text-decoration: underline;
}

.comment-respond {
  margin-top: 30px;
  padding: 35px 45px 30px 45px;
  background-color: #cde9df;
  color: var(--black-color);
  border-radius: 10px;
}
.comment-respond .comment-form {
  padding: 0;
}

.tp-comment-input {
  position: relative;
  margin-bottom: 30px;
}

.tp-comment-input input,
.tp-comment-input textarea {
  margin-bottom: 0;
}

.tp-comment-input i {
  position: absolute;
  right: 20px;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #647589;
}

.comment-message.tp-comment-input i {
  top: 30px;
}

li.comment .comment-respond {
  margin-bottom: 45px;
  margin-top: 45px;
}

.comment-form .comment-form-wrap {
  margin: 25px -45px 0 -45px;
  border-top: 2px solid var(--border-color);
  padding: 35px 30px 0 30px;
}

.comment-form input,
.comment-form textarea,
.comment-form .form-select {
  border: 2px solid #F3F5F4;
  border-radius: 10px;
  font-size: 18px;
}

.comment-message textarea {
  height: auto;
  border-radius: 15px;
}

.comment-form-cookies-consent label {
  display: inline;
  margin-left: 10px;
}

.comment-form .comment-message {
  margin-top: 10px;
}

.comment-form-wrap ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #647589;
}

.comment-form-wrap :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #647589;
  opacity: 1;
}

.comment-form-wrap ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #647589;
  opacity: 1;
}

.comment-form-wrap :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #647589;
}

.comment-form-wrap ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #647589;
}

.comment-form-wrap ::placeholder {
  /* Most modern browsers support this now. */
  color: #647589;
}

#message-cmt::placeholder {
  /* Most modern browsers support this now. */
  color: #647589;
}

.comments-area button.tp-button i {
  font-size: 14px;
}

@media (min-width: 500px) {
  .comment-metadata time {
    margin-top: 15px;
    display: inline-block;
  }
}
li.pingback,
li.trackback {
  border: 2px solid var(--border-color);
  padding: 10px;
  margin-bottom: 20px;
}

/*------------------- 4.7. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */

.consultemo-hero-section {
  background: #004758;
  height: 860px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 155px;
}

.consultemo-hero-section .hero-content {
  max-width: 595px;
}

/* Hero 1 ---------------------------------- */
.consultemo-hero-section {
  background: #004758;
  height: 860px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 155px;
}

.consultemo-hero-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #004758;
  opacity: 0.65;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.consultemo-hero-section .hero-content .sub-title {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 2px;
  color: var(--theme-color2);
  text-transform: uppercase;
}

.consultemo-hero-section .hero-content .title {
  font-size: 64px;
  line-height: 1;
  letter-spacing: -1.5px;
  color: var(--white-color);
  margin-top: 15px;
}

.consultemo-hero-section .hero-content .text {
  font-size: 18px;
  line-height: 28px;
  color: var(--white-color);
  margin-top: 15px;
}



@media only screen and (max-width: 1199px) {
  .consultemo-hero-section {
    height: 710px;
  }

  .consultemo-hero-section .hero-content .title {
    font-size: 58px;
  }
}

@media only screen and (max-width: 991px) {
  .consultemo-hero-section {
    height: 650px;
  }

  .consultemo-hero-section .hero-content .title {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .consultemo-hero-section {
    height: 580px;
  }

  .consultemo-hero-section .hero-content .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 449px) {

  .consultemo-hero-section {
    height: 580px;
  }

  .consultemo-hero-section .hero-content .title {

    font-size: 30px;

  }

  .consultemo-hero-section .hero-content .text {
    font-size: 16px;
  }
}

.consultemo-hero-section .hero-content .hero-btn-wrap {
  display: flex;
  margin-top: 25px;
}

/* Hero 2 ---------------------------------- */

.hero-2 {
  background-size: cover;
  position: relative;
  z-index: 2;
}
.hero-2 .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

.hero-style2 {
  padding: 144px 0;
  max-width: 511px;
  display: block;
  margin-left: auto;
  /* Medium devices */
}
@media (max-width: 991px) {
  .hero-style2 {
    margin: 0;
  }
}
.hero-style2 .hero-title {
  display: block;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .hero-style2 .hero-title {
    font-size: 54px;
  }
}
@media (max-width: 375px) {
  .hero-style2 .hero-title {
    font-size: 40px;
  }
}
.hero-style2 .hero-title .hero-title2 {
  color: var(--theme-color2);
  display: block;
}
.hero-style2 .global-btn {
  padding: 22px 30px;
}

.hero-client-box {
  background-color: var(--smoke-color);
  padding: 20px;
  border-radius: 20px;
  position: absolute;
  bottom: 80px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .hero-client-box {
    margin-top: 5px;
    position: relative;
    display: inline-block;
  }
}
.hero-client-box .client-thumb {
  gap: 30px;
}
.hero-client-box .client-thumb .thumb:not(:first-child) {
  margin-left: -10px;
}
.hero-client-box .client-thumb .thumb img {
  border-radius: 50%;
  height: 60px;
}
.hero-client-box .cilent-box_counter {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .hero-client-box .cilent-box_counter {
    font-size: 20px;
  }
}
.hero-client-box .cilent-box_title {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: var(--body-color);
}
.hero-client-box .client-box_wrapp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
}
.hero-client-box .client-box_wrapp i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--white-color);
  color: var(--theme-color);
}

@keyframes bg-anim {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  80% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .hero-style2 {
    padding: 140px 0;
  }
  .hero-style2 .hero-title span img {
    bottom: -27px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .hero-style2 {
    padding: 130px 0;
  }
  .hero-2 .hero-shape2-1:after {
    left: 298px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .hero-style2 {
    padding: 120px 0;
  }
}


/*------------------- 4.8. Error  -------------------*/
.error-wrap .text-center {
  background: #004943;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #9A9A9A;
  /*padding: 40px 0 40px 0;*/
  padding: 40px 20px 40px 20px;
}

.error-404-title {
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  color: #FFA00F;
}

.error-content p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 0 70px;
  color: #ffffff;
}

.error-section {
    min-height: 100vh;
    display: flex;
    align-items: center;     
    justify-content: center;
}




/*------------------- 4.9. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: var(--title-color);
  width: 100.1%;
  height: 0px;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  line-height: 54px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  border: 2px solid var(--smoke-color);
  transform: rotate(0);
  transition: all ease 0.4s;
  color: var(--white-color);
}
.popup-search-box button.searchClose:hover {
  color: var(--title-color);
  background-color: var(--white-color);
  border-color: transparent;
  border-color: transparent;
  transform: rotate(90deg);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 0px;
  cursor: auto;
  width: 100%;
  max-width: 900px;
  transform: translate(-50%, -50%);
  transition: transform ease 0.4s;
  /* Large devices */
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 24px;
  font-weight: 400;
  height: 70px;
  width: 100%;
  border: none;
  background-color: transparent;
  border: 0 !important;
  border-bottom: 2px solid var(--smoke-color) !important;
  padding: 0 80px 0 0px;
  color: var(--smoke-color);
  border-radius: 0px;
}
.popup-search-box form input::-moz-placeholder {
  color: rgba(246, 245, 243, 0.5);
}
.popup-search-box form input::-webkit-input-placeholder {
  color: rgba(246, 245, 243, 0.5);
}
.popup-search-box form input:-ms-input-placeholder {
  color: rgba(246, 245, 243, 0.5);
}
.popup-search-box form input::placeholder {
  color: rgba(246, 245, 243, 0.5);
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: var(--theme-color);
  font-size: 24px;
  right: 0px;
  cursor: pointer;
  width: auto;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
  filter: brightness(99999);
}
.popup-search-box form button:hover {
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 350px;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
}

/* Small devices */
@media (max-width: 767px) {
  .popup-search-box form {
    width: 80%;
  }
  .popup-search-box form input {
    height: 60px;
  }
  .popup-search-box form button {
    width: 60px;
    line-height: 62px;
    height: 60px;
  }
}

/*------------------- 4.10. Subscribe  -------------------*/
.subscribe-sec-shape {
  position: relative;
  z-index: -1;
  top: -50px;
}

.subscribe-area {
  border-radius: 6px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0 0 6px 6px;
  padding: 0 30px 30px;
  margin: 0 -30px 0px;
  background: var(--white-color);
}
.subscribe-area .subscribe-wrapper {
  padding: 50px 90px;
  border-radius: 6px;
  transform: translate(0, -30px);
  margin-bottom: -30px;
}
.subscribe-area .subscribe-title {
  font-size: 30px;
  margin-top: -0.25em;
}

.subscribe-form {
  position: relative;
}
.subscribe-form .form-group .form-control {
  height: 70px;
  padding-right: 220px;
}
.subscribe-form .form-group .input-icon {
  top: 0;
  height: 100%;
  line-height: 70px;
}
.subscribe-form .btn {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 18px 40px;
}

/* Large devices */
@media (max-width: 1199px) {
  .subscribe-area .subscribe-wrapper {
    padding: 50px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .subscribe-area {
    margin: 0 0px 0px;
    padding: 0 20px 20px;
  }
  .subscribe-area .subscribe-wrapper {
    padding: 50px 20px;
  }
  .subscribe-form .form-group .form-control {
    height: 60px;
    padding-right: 30px;
  }
  .subscribe-form .form-group .input-icon {
    line-height: 60px;
  }
  .subscribe-form .btn {
    position: relative;
    margin-top: 15px;
    width: 100%;
    right: 0;
    top: 0;
  }
  .subscribe-area .subscribe-title {
    font-size: 24px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .subscribe-area {
    padding: 0;
    box-shadow: none;
  }
}
/*------------------- 4.11. Contact  -------------------*/


.contact-page-wrap {
  border-radius: 20px;
  padding: 40px 60px;
  background-color: var(--smoke-color);
}
.contact-widget {
  margin-top: 25px;
  background: var(--smoke-color);
  border-radius: 25px;
  padding: 25px;
}
.contact-info {
  display: inline-flex;
  gap: 20px;
  align-items: center;
}
.contact-widget .contact-info {
  overflow: hidden;
  padding: 10px 30px;
}
.contact-info_icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 30px;
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  border: 2px solid #FFA00F;
  flex: none;
}

.contact-info_icon svg {
  width: 22px;
  fill: #fff;
}

.contact-info .contact-info_text a {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--white-color);
}
.contact-info .contact-info_text a:hover {
  color: var(--theme-color2);
}
.contact-info .contact-info_text:last-child {
  margin-bottom: 0.4em;
  line-height: 2px;
}

.contact-vertical-layout > div {
  margin-bottom: 25px;
}
.contact-social-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}
.contact-socials {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.contact-socials .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #004943;
  width: 40px;
  height: 40px;
  border-radius: 15%;
  transition: all 0.3s;
}
.contact-socials .social-link svg {
  width: 24px;
  height: 24px;
  color: #FFA00F;
  transition: all 0.3s;
}
.contact-widget .contact-info ul li .info-icon {
  height: 65px;
  width: 65px;
  line-height: 35px;
  text-align: center;
}

.contact-widget .contact-info ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 20px;
}

.contact-form {
  margin-top: 25px;
  background: var(--theme-color);
  border-radius: 25px;
  padding: 35px;
}

.contact-form .contact-form-wrap .title {
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  color: var(--smoke-color4);
}

.contact-form p {
  font-size: 14px;
  line-height: 24px;
  color: var(--smoke-color);
  padding-right: 15px;
  margin-top: 15px;
}

/****contact page*****/

.map-sec {
  line-height: 0;
  filter: grayscale(1);
}
.map-sec iframe {
  width: 100%;
  height: 555px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .map-sec iframe {
    height: 400px;
  }
}

.contact-form {
  border-radius: 20px;
  position: relative;
  z-index: 1;
  padding: 60px;
  border: 2px solid #FFF3;;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .contact-form {
    padding: 40px;
  }
}
@media (max-width: 375px) {
  .contact-form {
    padding: 30px;
  }
}

.contact-form .global-btn {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: var(--theme-color2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border-color: transparent;
  color: var(--white-color);
  border-radius: 5px;
  font-size: 15px;
  font-family: var(--body-font);
  font-weight: 600;
  /*height: 40px;*/
  line-height: 10px;
  padding: 15px 30px;
  text-transform: uppercase;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
/*------------------- 4.12. About  -------------------*/
/*----------------------------------------------
    # About Area 1
----------------------------------------------*/

.about-wrap {
  padding-top: 30px;
}

.about-content {
  padding-left: 70px;
  padding-top: 0px;
  padding-right: 50px;
}
/* Small devices */
@media only screen and (max-width: 767px) {
  .about-content {
    padding-left: 20px;
    padding-top: 50px;
    padding-right: 20px;
  }
}
.about-content .headline-subtitle {
  padding: 8px 10px 8px 10px;
  border-radius: 2em 2em 2em 2em;
  border: 1px solid #9A9A9A;
  border-style: solid;
  padding: 0 1.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  color: var(--smoke-color4);
  font-size: 20px;
  font-weight: 600;
}
/* Small devices */
@media only screen and (max-width: 767px) {
  .about-content .headline-subtitle {
    font-size: 24px;
  }
}
.about-content .headline-title {
  margin-top: 20px;
  color: #fff;
}
/* Small devices */
@media only screen and (max-width: 767px) {
  .about-content .headline-title {
    font-size: 24px;
  }
 }
.about-content .text {
  font-size: 18px;
  line-height: 28px;
  color: var(--white-color);
  margin-top: 30px;
  padding-right: 50px;
}
/* Small devices */
@media only screen and (max-width: 767px) {
  .about-content .text {
    font-size: 16px;
    line-height: 28px;
  }
}
.achive-about {
  position: relative;
  z-index: 3;
  color: var(--theme-color2);
}
.achive-about:not(:last-child) {
  margin-top: 15px;
  margin-bottom: 15px;
}
.achive-about_content {
  display: flex;
  gap: 20px;
}
.achive-about_icon i {
  color: var(--theme-color);
  font-size: 25px;
}
.achive-about .box-title {
  font-size: 18px;
  line-height: 28px;
  color: var(--smoke-color);
  /*margin-top: 10px;*/
}
@media only screen and (max-width: 767px) {
  .achive-about .box-title {
    font-size: 16px;
  }
}
.achive-about_text {
  font-size: 18px;
  line-height: 34px;
	color: var(--body-color);
}
.about-image-2 {
  padding-left: 44%;
  border-radius: 20px;
  margin-top: -30px;
}

.about-img-wrap .about-image {
  border-radius: 20px;
}

.about-img-wrap-2 .about-image-2 {
  border-radius: 20px;
}
.expirence-content-wrap {
  margin-top: -85px;
  height: 130px;
  width: 168px;
  background: var(--theme-color2);
  border-radius: 0px 25px 25px 0px;
  position: relative;
  bottom: 35%;
  left: 0px;
  z-index: 5;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
  padding: 25px 0px 0px 0px;
  border-style: none;
}
.about-wrap .contact-socials {
  display: flex;
  gap: 10px;
  margin-top: -35px;
}

/*------------------- 4.13. Team  -------------------*/
/* Team global ---------------------------------- */


.team-wrap .single-team {
  margin-top: 30px;
  position: relative;
  background: var(--theme-color);
  text-align: center;
  border-radius: 25px;  
}

.team-wrap .single-team .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.team-wrap .single-team .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #131313B5;
  border-radius: 5px 5px 0 0;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

.team-wrap .single-team .overlay .hover-content {
  position: relative;
  top:50%;
  -webkit-transform:translateY(-50%);
   transform:translateY(-50%);
}

.team-wrap .single-team:hover .overlay {
  -webkit-transform:scale(1);
          transform:scale(1);
}

.single-team .global-social {
  position: absolute;
  bottom: -20px;
  right: 19px;
  display: block;
  text-align: center;
  border-radius: 10px;
  background-color: var(--theme-color2);
  padding-left: 15px;
  opacity: 0;
  visibility: hidden;
  transform-origin: bottom center;
  transition: all 500ms ease;
  z-index: 2;
}
.single-team .global-social a {
  color: var(--theme-color);
  font-size: 14px;
  line-height: 14px;
  border-radius: 0;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  margin: 0 20px 0 10px;
}
.single-team .global-social a:not(:last-child) {
  margin: 13px 11px 13px 4px;
  padding-right: 16px;
  border-right: 1px solid var(--white-color);
}
.single-team .global-social a:hover {
  background-color: transparent;
  color: var(--theme-color2);
}

.single-team:hover .global-social {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

/* Team Details ---------------------------------- */
.team-about-card {
  margin-bottom: 75px;
}
.team-about-card .team-about-card_img {
  height: 100%;
}
.team-about-card .team-about-card_img img {
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
}
.team-about-card .team-about-card_box {
  box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin: 0;
  border-radius: 5px;
  /*margin-left: -130px;*/
  background: var(--white-color);
}
.team-about-card_title {
  margin-top: -0.3em;
  margin-bottom: 30px;
  font-weight: 700;
}
.team-details-wrap {
  border-radius: 20px;
  padding: 40px 60px;
  background-color: var(--smoke-color);
}
.team-details-wrap .team-details-wrap-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
.team-details-wrap .team-details-wrap-desig {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 18px;
  margin-top: 5px;
}

.team-details-wrap .team-details-wrap-text {
  color: var(--body-color);
}

.team-details-wrap_info {
  display: flex;
  gap: 20px;
}
.team-details-wrap_info:not(:last-child) {
  margin-bottom: 25px;
}
.team-details-wrap_info .icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background: var(--smoke-color);
  flex: none;
}
.team-details-wrap_info p {
  margin-top: -0.3em;
  margin-bottom: 0;
}
.team-details-wrap_info p a {
  color: var(--title-color);
}
.team-details-wrap_info p a:hover {
  color: var(--theme-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .team-about-card .team-about-card_box {
    margin-left: 0;
  }
  .team-about-card {
    margin-bottom: 0;
  }
}
.team-contact-wrap .page-title {
  color: var(--theme-color2); 
}

.form-btn .global-btn {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: var(--theme-color2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border-color: transparent;
  color: var(--white-color);
  border-radius: 5px;
  font-size: 15px;
  font-family: var(--body-font);
  font-weight: 600;
  /*height: 40px;*/
  line-height: 10px;
  padding: 15px 30px;
  text-transform: uppercase;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
/* Service Widget ---------------------------------- */

.service-widget-wrap {
  border-radius: 25px;
  padding: 40px 60px;
  background: var(--theme-color);
}
.service-widget-wrap .service-widget-wrap-title {
  font-size: 25px;
  font-weight: 600;
  color: var(--theme-color2);
  margin-bottom: 0;
}
.service-widget-wrap .service-widget-wrap-desig {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 18px;
  margin-top: 5px;
}

.service-widget-wrap .service-widget-wrap-text {
  color: var(--smoke-color);
  font-size: 14px;
}

.service-widget-wrap_info {
  display: flex;
  gap: 20px;
}
.service-widget-wrap_info:not(:last-child) {
  margin-bottom: 25px;
}
.service-widget-wrap_info .icon {
  height: 45px;
  width: 45px;
  line-height: 40px;
  text-align: center;
  color: var(--theme-color2);
  border-radius: 50%;
  border: 3px solid #FFA00F;
  flex: none;
}
.service-widget-wrap_info p {
  margin-top: -0.3em;
  margin-bottom: 0;
  color: var(--smoke-color);
}
.service-widget-wrap_info p a {
  color: var(--title-color);
}
.service-widget-wrap_info p a:hover {
  color: var(--theme-color);
}

/* Service contact widget */


.service-contact-details-wrap {
  border-radius: 20px;
  padding: 40px 60px;
  background-color: var(--smoke-color);
}
.service-contact-details-wrap .service-contact-details-wrap-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
.service-contact-details-wrap .service-contact-details-wrap-desig {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 18px;
  margin-top: 5px;
}

.service-contact-details-wrap .service-contact-details-wrap-text {
  color: var(--body-color);
}

.service-contact-details-wrap_info {
  display: flex;
  gap: 20px;
}
.service-contact-details-wrap_info:not(:last-child) {
  margin-bottom: 25px;
}
.service-contact-details-wrap_info .icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background: var(--smoke-color);
  flex: none;
}
.service-contact-details-wrap_info p {
  margin-top: -0.3em;
  margin-bottom: 0;
}
.service-contact-details-wrap_info p a {
  color: var(--title-color);
}
.service-contact-details-wrap_info p a:hover {
  color: var(--theme-color);
}

/*--------------------- Transition --------------------*/h3 a,

.team-wrap .single-team .overlay .hover-content ul li a,.team-wrap .single-team .overlay,.team-wrap .single-team {
  transition: all .3s ease-in-out;
}


/*--------------------- Transition End--------------------*/

.team-wrap .single-team .image-box img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.team-wrap .single-team .text {
  padding: 30px 0;
  border: none;
  border-radius: 0 0 5px 5px;
}

.team-wrap .single-team .text h4 {
  font-size: 25px;
  font-weight: 600;
  color: var(--smoke-color);
}

.team-wrap .single-team .designation {
  font-size: 14px;
  color: var(--theme-color2);
}

.team-grid-wrap {
  margin-top: -30px;
}
.team-grid-wrap .headline-title {
  color: var(--title-color);
  font-size: 40px;
  line-height: 1.1;
}

/*------------------- 4.14. Testimonial  -------------------*/
/* Testimonial 1 ---------------------------------- */


.testimonial-thumb1 img {
  border-radius: 20px;
}

.testi-card {
  position: relative;
  background: var(--smoke-color);
  border-radius: 25px;
  padding: 60px;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .testi-card {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .testi-card {
    padding: 30px;
  }
}
.testi-card .quote-icon {
  position: absolute;
  top: 0px;
  right: 40px;
}
.testi-card .rating {
  margin-bottom: 20px;
}
.testi-card .rating i {
  color: #B8BB0A;
  font-size: 20px;
}
.testi-card .rating i:last-child {
  color: var(--white-color);
}
.testi-card .testi-profile-title {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 5px;
}
.testi-card .testi-profile-desig {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--body-color);
  font-family: var(--body-font);
}
.testi-card .testi-card_text {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--title-color);
  margin-bottom: 40px;
}
.testi-card .testi-card-profile {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .testi-card .testi-card-profile {
    display: block;
  }
}
.testi-card .rating {
  color: #F8B427;
  display: flex;
  gap: 10px;
}

.testi-profile_thumb {
  min-width: 70px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .testi-profile_thumb {
    margin-bottom: 15px;
  }
}
.testi-profile_thumb img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.testi-desc {
  font-size: 18px;
  margin-left: 70px;
  margin-bottom: 75px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .testi-desc {
    margin-left: 0;
  }
}

.testi-area-slider {
  position: relative;
  /*margin: 130px 0px 0px -240px;*/
  margin: -30px 0px -40px 0px;
  /* Medium devices */
}
@media (max-width: 1399px) {
  .testi-area-slider {
    margin: 70px 0px 0px -240px;
  }
}
@media (max-width: 991px) {
  .testi-area-slider {
    margin: 0;
  }
}
.testi-area-slider .icon-box {
  gap: 20px;
  position: absolute;
  right: 0;
  bottom: 40px;
  display: block;
}
.testi-area-slider .slick-arrow {
  --icon-size: 40px;
  border-radius: 10px;
  color: var(--theme-color2);
  border: 1px solid #F3F5F4;
  background-color: var(--theme-color);
  box-shadow: none;
  top: unset;
  bottom: 40px;
  right: -20px;
  opacity: 1;
  visibility: visible;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.testi-area-slider .slick-arrow.slick-next {
  top: unset;
  bottom: 90px;
  left: auto;
  right: -20px;
}

.testi-slider-1 {
  position: relative;
}
.testi-slider-1 .slick-dots {
  position: absolute;
  right: 74px;
  bottom: 60px;
  display: inline-block;
  width: auto;
}

/* Large devices */
@media (max-width: 1199px) {
  .testi-card .testi-card_text {
    font-size: 18px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .testimonial-thumb1 {
    display: none;
  }
}


/* Testimonial 2 ---------------------------------- */
.testimonial-area-2 {
  position: relative;
  z-index: 1;
}
.testimonial-area-2 .testimonial-thumb-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  width: 50%;
}
.testimonial-area-2 .testimonial-thumb-2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.testi-card.style2 {
  background: transparent;
  padding: 0;
}
.testi-card.style2 .testi-card-profile {
  justify-content: start;
  gap: 25px;
  margin-bottom: 57px;
}
.testi-card.style2 .testi-profile_thumb img {
  border-radius: 50%;
}
.testi-card.style2 .testi-card_text {
  font-size: 26px;
  opacity: 1;
  line-height: 36px;
  margin-bottom: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .testiomonial-wrap-2 .quote-icon {
    width: 200px;
  }
  .testi-card.style2 .testi-card_text {
    font-size: 24px;
  }
}
.testimonial-area-2.arrow-wrap .slick-arrow {
  background-color: var(--theme-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  top: unset;
  bottom: -10px;
  left: 37%;
  border: 1px solid #F3F5F4;
  border-radius: 10px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
  box-shadow: none;
}
.testimonial-area-2.arrow-wrap .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.testimonial-area-2.arrow-wrap .slick-arrow.slick-next {
  margin-top: 20px;
  left: unset;
  right: 37%;
}

.testi-box {
  background: var(--smoke-color);
  padding: 60px 60px 0 60px;
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  text-align: center;
  margin: 10px 10px 10px 10px;
}
@media (max-width: 1299px) {
  .testi-box {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .testi-box {
    margin: 40px 0 0 0;
  }
}
.testi-box .quote-icon {
  position: relative;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background: var(--theme-color2);
  display: block;
  margin: auto auto 20px auto;
}
.testi-box .quote-icon:before, .testi-box .quote-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 63px;
  height: 1px;
  background-color: rgba(25, 53, 45, 0.2);
}
.testi-box .quote-icon:after {
  left: -90px;
}
.testi-box .quote-icon:before {
  right: -90px;
}
.testi-box_text {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 30px;
  color: #474545;
}
@media (max-width: 575px) {
  .testi-box_text {
    font-size: 18px;
    line-height: 28px;
  }
}
.testi-box .testi-profile-title {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #243F37;
  margin-bottom: 5px;
}
.testi-box .testi-profile-desig {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--body-color);
  font-family: var(--body-font);
}
.testi-box .testi-profile_thumb {
  min-width: 86px;
}
.testi-box .testi-profile_thumb img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  margin-bottom: -30px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .testi-box .testi-profile_thumb img {
    margin-bottom: -50px;
  }
}

/****single-fact-wrap****/
.intro-area-2 {
  margin-top: 164px;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.intro-area-2:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}

.fact-area {
  transform: translateY(-164px);
  margin-bottom: -164px;
}

.single-fact-wrap {
  text-align: center;
  background: #fff;
  box-shadow: 0px -10px 100px rgba(0, 6, 18, 0.08);
  border-radius: 5px;
  padding: 50px 30px 31px;
}
.single-fact-wrap .thumb {
  margin-bottom: 17px;
}
.single-fact-wrap .details h2 {
  font-size: 36px;
  margin-bottom: 5px;
}

.single-intro-wrap {
  text-align: center;
  background: linear-gradient(125.07deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(20px);
  border-radius: 5px;
  padding: 15px 15px 30px;
}
.single-intro-wrap .bg-border {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100px;
  width: 100px;
  background: rgba(237, 28, 36, 0.6);
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.single-intro-wrap .thumb {
  height: auto;
  width: auto;
  transform: none;
  margin-bottom: 20px;
}
.single-intro-wrap .thumb img {
  border-radius: 5px;
  width: 100%;
}
.single-intro-wrap .details h3 {
  margin-bottom: 0;
  color: var(--white-color);
  font-size: 26px;
}
.single-intro-wrap .details p {
  margin: 0;
  color: var(--white-color);
}
.single-intro-wrap .details .btn {
  margin-top: 20px;
  padding: 0 27px;
  height: 50px;
  line-height: 50px;
}
.single-intro-wrap.style2 {
  padding: 0 25px 45px;
  margin-top: 50px;
}
.single-intro-wrap.style2 .thumb {
  height: 80px;
  width: 80px;
  background: #fff;
  border-radius: 50%;
  line-height: 80px;
  margin: auto;
  transform: translate(0, -50%);
  position: relative;
  z-index: 1;
}
.single-intro-wrap.style2 .thumb img {
  width: 52px;
}
.single-intro-wrap.style2 .details p {
  margin-top: 20px;
  margin-bottom: 0;
}
.single-intro-wrap.style2 .btn {
  color: var(--white-color);
  margin-top: 40px;
  text-transform: capitalize;
}


/*------------------- 4.15. Client  -------------------*/
/* Client 1 ---------------------------------- */
/* Client 2 ---------------------------------- */
.client-area-2 {
  padding-top: 70px;
  max-width: 940px;
  display: block;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .client-area-2 {
    max-width: 860px;
    margin-top: -70px;
  }
}
@media (max-width: 1199px) {
  .client-area-2 {
    max-width: 100%;
    margin: 0;
  }
}
.client-area-2 .client-logo {
  text-align: center;
  padding: 0px 5px;
}

/* Client 3 ---------------------------------- */
.client-area-3 {
  border-radius: 20px 20px 0 0;
  padding: 70px 20px;
}
.client-area-3 .client-logo {
  text-align: center;
}

/*------------------- 4.16. Simple Sections  -------------------*/
.checklist ul {
  padding: 0;
  list-style: none;
  text-align: start;
  margin-bottom: 0;
}
.checklist li {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  margin-bottom: 20px;
  display: flex;
  color: var(--body-color);
}
.checklist li:last-child {
  margin-bottom: 0;
}
.checklist li i,
.checklist li svg {
  font-size: 22px;
  margin-right: 15px;
  margin-top: 2px;
  font-weight: 600;
  color: var(--theme-color);
  fill: var(--theme-color);
  width: 22px;
  height: 22px;
}
.checklist.style2 ul li:not(:last-child) {
  margin-bottom: 17px;
}
.checklist.style2 ul li i {
  margin-right: 15px;
  font-size: 16px;
  color: var(--theme-color);
  margin-top: 3px;
}
.checklist.style3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
}
.checklist.style3 ul li {
  margin-bottom: 0;
}
.checklist.style4 ul li:not(:last-child) {
  margin-bottom: 9px;
}
.checklist.style5 ul li {
  font-weight: 400;
  font-size: 16px;
  color: var(--body-color);
}
.checklist.style6 ul li {
  font-weight: 500;
  font-size: 22px;
  color: var(--title-color);
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .checklist.style6 ul li {
    font-size: 18px;
  }
}
.checklist.style-white li {
  color: var(--white-color);
}
.checklist.style-white li:not(:last-child) {
  margin-bottom: 12px;
}
.checklist.style-white li i,
.checklist.style-white li svg {
  font-size: 14px;
  margin-right: 20px;
  margin-top: 5px;
}
.checklist.mb-40 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .checklist.mb-40 {
    margin-bottom: 32px;
  }
}
.checklist.mb-45 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .checklist.mb-45 {
    margin-bottom: 35px;
  }
}

.img-half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.img-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-half.img-right {
  right: 0;
}

.icon-box {
  display: inline-flex;
  gap: 20px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
}
.btn-wrap.style2 {
  gap: 30px 40px;
}

.read-more-btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--body-color);
  position: relative;
}
.read-more-btn i,
.read-more-btn svg {
  font-size: 12px;
}
.read-more-btn:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: var(--theme-color);
  width: 0;
  transition: 0.4s ease-in-out;
}
.read-more-btn:hover {
  color: var(--theme-color);
}
.read-more-btn:hover:after {
  width: 100%;
}

.category-tag {
  background: var(--theme-color);
  height: 25px;
  line-height: 25px;
  border-radius: 30px;
  text-transform: uppercase;
  color: var(--white-color);
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  padding: 0 19px;
  letter-spacing: 1px;
}

/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }
  p.mb-45 {
    margin-bottom: 38px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .checklist.style2 ul li i {
    margin-right: 10px;
  }
}

/*------------------- 4.17. Category Menu -------------------*/
/* Category 1 ---------------------------------- */
.category-card {
  border-radius: 6px;
  background: var(--white-color);
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
.category-card_content {
  max-width: 150px;
}
.category-card_title {
  font-size: 20px;
  margin-top: -0.3em;
  margin-bottom: 26px;
}
.category-card_title a {
  color: var(--title-color);
}
.category-card_title a:hover {
  color: var(--theme-color);
}
.category-card_icon {
  flex: none;
  align-self: end;
  position: relative;
  z-index: 1;
}
.category-card_icon:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: rgb(247, 244, 239);
  height: 60px;
  width: 60px;
  left: -30px;
  top: 0;
  z-index: -1;
}
.category-card .more-btn {
  font-size: 12px;
  color: var(--body-color);
  font-weight: 500;
  letter-spacing: 1px;
  line-height: initial;
}
.category-card .more-btn:hover {
  color: var(--theme-color);
}
.category-card .more-btn i {
  font-size: 14px;
  display: block;
}

.category-search-form {
  margin-top: 40px;
  position: relative;
}
.category-search-form .form-control {
  padding: 14.5px 280px 14.5px 30px;
}
.category-search-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px 50px;
}

/* Category 2 ---------------------------------- */
.category-card2 {
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
  padding: 30px 30px 23px;
}
.category-card2_title {
  font-size: 20px;
  margin-top: -0.3em;
  margin-bottom: 0px;
}
.category-card2_title a {
  color: var(--title-color);
}
.category-card2_title a:hover {
  color: var(--theme-color);
}
.category-card2_icon {
  display: inline-block;
  height: 66px;
  width: 66px;
  line-height: 64px;
  border-radius: 50%;
  background: var(--smoke-color3);
  margin-bottom: 20px;
  transition: 0.5s;
}
.category-card2_icon img {
  transition: 0.5s;
}
.category-card2_icon:after {
  display: none;
}
.category-card2:hover .category-card2_icon {
  background: var(--theme-color);
}
.category-card2:hover .category-card2_icon img {
  filter: brightness(99);
}

.category-slider {
  transform: translateY(-50px);
  margin-bottom: -50px;
}

.category-area2 {
  padding-bottom: 100px;
  z-index: 2;
}
.category-area2 .category-search-form .form-control {
  border-color: var(--theme-color);
  color: var(--white-color);
}

/* Small devices */
@media (max-width: 767px) {
  .category-search-form {
    text-align: center;
  }
  .category-search-form .btn {
    position: inherit;
    margin-top: 20px;
  }
  .category-search-form .form-control {
    padding: 14.5px 30px;
  }
}
/* Category 3 ---------------------------------- */
.category-slider3 {
  border: 1px solid var(--border-color);
}
.category-slider3 .slick-slide {
  border-right: 1px solid var(--border-color);
  /* Extra small devices */
}
@media (max-width: 575px) {
  .category-slider3 .slick-slide {
    border-right: 0;
  }
}

.category-card-item {
  text-align: center;
  padding-bottom: 18px;
}
.category-card-item .category-card-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px;
}
.category-card-item .category-card-title a {
  color: var(--title-color);
}
.category-card-item .category-card-title a:hover {
  color: var(--theme-color);
}
.category-card-item .category-card-text {
  margin-bottom: 0;
  font-size: 14px;
  opacity: 0.6;
}

/*------------------- 4.18. Faq -------------------*/
/* Faq 1 ---------------------------------- */
 .faq-area-1 {
  margin-top: -400px;
  padding-top: 400px !important;
}

.accordion-card {
  transition: 0.4s ease-in-out;
  overflow: hidden;
  border: 0;
}
.accordion-card .accordion-button {
  font-size: 22px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--title-color);
  border: 0;
  background-color: transparent;
  padding: 0px 0px 0px 50px;
  min-height: 70px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  transition: 0.3s;
  position: relative;
  box-shadow: none;
  border-bottom: 1px solid rgba(36, 63, 55, 0.2);
}
.accordion-card .accordion-button:after {
  content: "\f067";
  height: 30px;
  width: 30px;
  border-radius: 5px;
  line-height: 30px;
  background: #FFA00F;
  border: 0;
  font-family: var(--icon-font);
  color: var(--theme-color);
  font-weight: 900;
  font-size: 18px;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 0px;
  transition: 0.3s ease-in-out;
}
.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-card .accordion-button:not(.collapsed) {
  color: var(--title-color);
}
.accordion-card .accordion-button:not(.collapsed):after {
  content: "\f068";
  background-color: var(--theme-color);
  color: var(--white-color);
  transform: rotate(180deg);
}
.accordion-card .accordion-collapse {
  border: none;
}
.accordion-card .accordion-body {
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 30px 30px 30px 0px;
  margin-top: -0.5em;
  border-bottom: 1px solid rgba(36, 63, 55, 0.2);
}
.accordion-card .accordion-body p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
}
.accordion-card .accordion-body p:last-child {
	margin-bottom: -0.6em;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .accordion-card .accordion-button {
    font-size: 20px;
  }
  .accordion-card .accordion-button:after {
    font-size: 16px;
    top: 13px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .accordion-card .accordion-button {
    padding: 15px 25px 15px 45px;
  }
}
/* Faq 2 ---------------------------------- */
.accordion-card.style2 {
  background: transparent;
}

/* Faq 3 ---------------------------------- */
.accordion-card.style3 {
  margin-bottom: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  background: var(--white-color);
  padding: 10px 30px;
}
.accordion-card.style3 .accordion-button {
  border-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  padding: 0 70px 0 0;
  /* Extra small devices */
}
.accordion-card.style3 .accordion-button:after {
  left: auto;
  right: 0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  top: 15px;
  content: "\f105";
  background: #F3F5F4;
}
.accordion-card.style3 .accordion-button:not(.collapsed):after {
  background: var(--theme-color);
  content: "\f107";
}
@media (max-width: 575px) {
  .accordion-card.style3 .accordion-button {
    font-size: 18px;
  }
}
.accordion-card.style3 .accordion-body {
  padding: 0 0 20px;
  border-bottom: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .accordion-card.style3 .accordion-body {
    padding: 10px 0 20px;
  }
}
.accordion-card.style3:has(.accordion-button:not(.collapsed)) {
  background: #cde9df;
}

/* Faq 4 ---------------------------------- */
.accordion-card.style4 {
  border-bottom: 1px solid #474545;
  background: transparent;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.accordion-card.style4:last-child {
  border-bottom: 0;
}
.accordion-card.style4 .accordion-button {
  display: block;
  border-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  padding-top: 0;
  padding-left: 70px;
  min-height: auto;
}
@media (max-width: 767px) {
  .accordion-card.style4 .accordion-button {
    font-size: 24px;
    padding-left: 60px;
  }
}
@media (max-width: 575px) {
  .accordion-card.style4 .accordion-button {
    padding-bottom: 0;
  }
}
.accordion-card.style4 .accordion-button:after {
  border-radius: 50%;
  top: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--theme-color);
  color: var(--title-color);
  content: "\f105";
}
.accordion-card.style4 .accordion-button:not(.collapsed):after {
  background: var(--theme-color);
  color: var(--theme-color2);
  transform: rotate(90deg);
}
.accordion-card.style4 .accordion-body {
  border-bottom: 0;
  padding: 20px 0 0 70px;
}
.accordion-card.style4 .accordion-body .event-text {
  margin-bottom: 0;
}

/*------------------- 4.19. feature -------------------*/
/***********feature area**********/
.feature-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.feature-wrapper .media-body .header-info_label {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: var(--body-color);
}
.feature-wrapper .media-body .header-info_link {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: var(--title-color);
  margin-bottom: 0;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .feature-wrapper .media-body .header-info_link {
    font-size: 16px;
    line-height: 26px;
  }
}
.feature-wrapper .media-body .header-info_link:hover {
  color: var(--theme-color);
}
.feature-wrapper .media-body .header-info_link a {
  color: inherit;
}

.feature-area {
  background: #FF7801;
  border-radius: 15px;
  overflow: hidden;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .feature-area {
    margin-top: -15px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .feature-area {
    margin-top: -30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .feature-area {
    margin-top: -45px;
  }
}
.feature-card {
  transition: 0.4s;
  position: relative;
  border: 1px solid rgba(25, 53, 45, 0.2);
  border-radius: 20px;
  padding: 40px;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  /* Medium devices */
  /* Extra small devices */
}
.feature-card-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 268px;
  line-height: 1.2em;
}
.feature-card-title a {
  color: var(--title-color);
}
/* .feature-card-title a:hover {
  color: var(--theme-color);
} */
.feature-card-text {
  flex: 1;
  margin-bottom: 0;
  max-width: 410px;
  color: #474545;
}
.feature-card .btn-wrap {
  /* flex: none; */
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: var(--theme-color2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border-color: transparent;
  color: #000;
  border-radius: 5px;
  font-size: 15px;
  font-family: var(--body-font);
  font-weight: 600;
  height: 40px;
  line-height: 22px;
  padding: 9px 9px 9px 9px;
  text-transform: capitalize;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .feature-card {
    display: block;
  }
  .feature-card .feature-card-title {
    max-width: none;
    margin-bottom: 20px;
  }
  .feature-card .feature-card-text {
    margin-bottom: 30px;
    max-width: none;
  }
}
@media (max-width: 575px) {
  .feature-card {
    padding: 30px;
  }
  .feature-card .feature-card-title {
    font-size: 24px;
  }
}



/*------------------- 4.20. Service -------------------*/


.service-info-wrap {
  margin-left: 70px;
}

@media only screen and (max-width: 991px) {
  .service-info-wrap {
    margin-left: 0px;
  }
}

.service-wrap .headline-title {
  color: var(--title-color);
  font-size: 40px;
  line-height: 1.1;
}

.service-item {
  position: relative;
  overflow: hidden;
  background: var(--smoke-color);
  border-radius: 25px;
  padding: 25px 25px 20px;
  margin-top: 25px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #9A9A9A;
  transition: all 0.3s linear;
  z-index: 1;
}

.service-item:hover {
  background: var(--theme-color);
}

.service-image-wrap .service-image {
  position: relative;
   overflow:hidden;
   height:460px;
}

.service-image-wrap .service-image img {
  border-radius: 20px;
  position: absolute;
   top:50%;
   left:45%;
   transform:translate(-50%,-50%);
   height:auto;
   object-fit:cover;
}

.single-service-info .service-icon {
  position: relative;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 24px;
  color: var(--theme-color);
  margin: 0 auto;
}
.single-service-info .service-icon:before {
  position: absolute;
}

.single-service-info:hover .service-icon {
  transform: scale(0.9);
    color: var(--smoke-color4);
}

.single-service-info .info-content .title {
  position: relative;
  font-size: 25px;
  line-height: 30px;
  color: var(--theme-color);
  margin-top: 10px;
  margin-bottom: 15px;
}

.single-service-info .info-content .title:before {
  position: absolute;
}

.single-service-info:hover .info-content .title a {
  transform: scale(0.9);
    color: var(--smoke-color);
}

.single-service-info .info-content p {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: var(--body-color);
}

.single-service-info .info-content p:before {
  position: absolute;
}

.single-service-info:hover .info-content p {
  transform: scale(0.9);
    color: var(--smoke-color);
}

@media only screen and (max-width: 1199px) {
  .single-service-info .info-content p {
    font-size: 16px;
  }
}

.single-service-info .service-btn {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: var(--theme-color2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border-color: transparent;
  color: #000;
  border-radius: 5px;
  font-size: 15px;
  font-family: var(--body-font);
  font-weight: 600;
  height: 40px;
  line-height: 22px;
  padding: 9px 9px 9px 9px;
  text-transform: capitalize;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
  margin-top: 10px;
}

/* Service Card ---------------------------------- */
.service-item-2 {
  /*background: var(--white-color);*/
  background: var(--smoke-color);
  overflow: hidden;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  display: flex;
}
.service-item-2_img {
  min-width: 220px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  height: 100%;
}
.service-item-2_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
  transition: all 0.4s ease;
}
.service-item-2_title {
  margin-top: -0.2em;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 22px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .service-item-2_title {
    font-size: 20px;
  }
}
.service-item-2_title a {
  color: var(--title-color);
}
.service-item-2_title a:hover {
  color: var(--theme-color);
}
.service-item-2_content {
  padding: 30px;
}
.service-item-2_text {
  font-size: 18px;
  font-family: var(--title-font);
  margin-bottom: 35px;
	color: var(--body-color);
}


.service-item-2 .link-btn {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: var(--theme-color2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border-color: transparent;
  color: #000;
  border-radius: 5px;
  font-size: 15px;
  font-family: var(--body-font);
  font-weight: 600;
  height: 40px;
  line-height: 22px;
  padding: 9px 9px 9px 9px;
  text-transform: capitalize;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
  margin-top: 10px;

}
.service-item-2 .link-btn svg {
  width: 11px;
  margin-left: 5px;
}
.service-item-2 .link-btn:before {
  background: var(--title-color);
}
.service-item-2 .link-btn i {
  margin-left: 5px;
}

.service-item-2:hover .service-item-2_img img {
 transform: scale(1.05);
}


/* Large devices */
@media (max-width: 1199px) {
  .service-item-2 {
    display: block;
  }
  .service-item-2 .service-item-2_img {
    border-radius: 20px 20px 0 0;
    height: 300px !important;
  }
  .service-item-2 .service-item-2_img img {
    border-radius: 20px 20px 0 0;
  }
  .service-item-2 .service-item-2_text {
    font-size: 16px;
  }
}

/*.service-area-2*/
container.service-area-2 {
  margin: 0 70px;
  /* Extra large devices */
  /* Small devices */
}
@media (max-width: 1500px) {
  /* .service-area-2 */
  container.service-area-2 {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  /* .service-area-2 */
  container.service-area-2 {
    margin: 0;
  }
}

/* Service Card ---------------------------------- */
.service-card {
  background: var(--white-color);
  overflow: hidden;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  display: flex;
}
.service-card_img {
  min-width: 220px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  height: 100%;
}
.service-card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
  transition: all 0.4s ease;
}
.service-card_title {
  margin-top: -0.2em;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 22px;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .service-card_title {
    font-size: 20px;
  }
}
.service-card_title a {
  color: var(--title-color);
}
.service-card_title a:hover {
  color: var(--theme-color);
}
.service-card_content {
  padding: 30px;
}
.service-card_text {
  font-size: 18px;
  font-family: var(--title-font);
  margin-bottom: 35px;
	color: var(--body-color);
}
.service-card .link-btn {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
  text-transform: capitalize;
}
.service-card .link-btn svg {
  width: 11px;
  margin-left: 5px;
}
.service-card .link-btn:before {
  background: var(--title-color);
}
.service-card .link-btn i {
  margin-left: 5px;
}
.service-card:hover .service-card_img img {
  transform: scale(1.05);
}

.service-title-area {
  max-width: 414px;
  display: block;
  margin-left: auto;
  margin-bottom: 62px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .service-title-area {
    max-width: 100%;
    margin-left: 0;
  }
}
.service-title-area p {
  font-size: 18px;
}

/* Large devices */
@media (max-width: 1199px) {
  .service-card {
    display: block;
  }
  .service-card .service-card_img {
    border-radius: 20px 20px 0 0;
    height: 300px !important;
  }
  .service-card .service-card_img img {
    border-radius: 20px 20px 0 0;
  }
  .service-card .service-card_text {
    font-size: 16px;
  }
}

/* Service details page ---------------------------------- */

.service-widget {
  margin-top: 60px;
  background: var(--theme-color);
  border-radius: 25px;
  padding: 25px;
}

.service-widget .service-category-list {
  border-radius: 5px;
  overflow: hidden;
}

.service-widget .service-category-list ul .list-title {
  padding: 15px 30px 20px;
}

.service-widget .service-category-list ul .list-title h3 {
  font-size: 26px;
  line-height: 42px;
  font-weight: 600;
  color: var(--theme-color2);
}

.service-widget .service-category-list ul li {
  padding: 0 30px 0;
}

.service-widget .service-category-list ul li + li {
  /*margin-top: 15px;*/
  margin-top: 5px
}

.service-widget .service-category-list ul li:last-child {
  padding-bottom: 35px;
}

.service-widget .service-category-list ul li a {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  color: var(--smoke-color);
  transition: all 0.3s linear;
  align-items: center;
}

.service-widget .service-category-list ul li a .title {
  font-size: 16px;
  line-height: 24px;
  color: var(--smoke-color);
  transition: all 0.3s linear;
}

.service-widget .service-category-list ul li a .icon {
  margin-left: auto;
  font-size: 18px;
  color: var(--theme-color2);
  position: relative;
  top: 4px;
  transition: all 0.3s linear;
}

.service-widget .service-category-list ul li a:hover .title {
  color: var(--smoke-color4);
}

.service-widget .service-category-list ul li a:hover .icon {
  color: var(--smoke-color4);
}

.page-thumb {
  border-radius: 10px;
}
.page-thumb img {
  border-radius: 10px;
  min-height: 350px;
  width: 100%;
  object-fit: cover;
}
.page-thumb.style2 {
  border-radius: 20px;
}
.page-thumb.style2 img {
  min-height: 270px;
  border-radius: 20px;
}

.service-details-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #cde9df;
  border-radius: 0 0 10px 10px;
  padding: 20px 30px;
  transform: translate(0, -54px);
  margin-bottom: -54px;
  gap: 20px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .service-details-list {
    transform: translate(0, -15px);
    margin-bottom: -15px;
  }
}
.service-details-list .single-service-list .title {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
.service-details-list .single-service-list .content {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .service-details-list .single-service-list .content {
    font-size: 20px;
  }
}

/* Service Card 2---------------------------------- */
.service-card-2 {
  border-radius: 20px;
  border: 1px solid var(--theme-color);
  background: var(--white-color);
  padding: 40px 30px;
}
.service-card-2 .service-card-icon {
  margin-bottom: 35px;
}
.service-card-2 .service-card_content {
  padding: 0;
}
.service-card-2 .service-card_title {
  margin-bottom: 20px;
}
.service-card-2 .service-card_text {
  margin-bottom: 30px;
  font-size: 16px;
}
.service-card-2 .link-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
}

.service-card-wrap:nth-of-type(even) {
  padding-top: 40px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .service-card-wrap:nth-of-type(even) {
    padding-top: 0;
  }
}



/*------------------- 4.21. Pricing -------------------*/
/* Pricing Card ---------------------------------- */

.single-pricing {
  background: var(--smoke-color);
  border: 1px solid #9A9A9A;
  border-radius: 25px;
  padding: 40px 40px 35px;
  margin-top: 30px;
  transition: all 0.3s linear;
}



@media only screen and (max-width: 1199px) {
  .single-pricing {
    padding: 40px 30px 35px;
  }
}

.single-pricing .pricing-badge .title {
  font-size: 31px;
  font-family: var(--title-font);
  font-weight: 700;
  color: #000;
}


.single-pricing .pricing-price {
  display: flex;
  align-items: start;
  margin-top: 30px;
}

.single-pricing .pricing-price .currency {
  font-size: 55px;
  line-height: 40px;
  font-family: var(--body-font);
  font-weight: 700;
  color: var(--theme-color);
  display: inline-block;
  position: relative;
  bottom: -10px;
}

@media only screen and (max-width: 991px) {
  .single-pricing .pricing-price .currency {
    font-size: 25px;
  }
}


.single-pricing .pricing-content .pricing-list {
  padding-top: 20px;
}

.single-pricing .pricing-content .pricing-list li {
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 400;
  line-height: 37px;
  color: var(--body-color);
  border-bottom: 1px solid #9A9A9A;
}

.single-pricing .pricing-content .pricing-btn {
  padding-top: 45px;
}

.single-pricing .pricing-content .pricing-btn .btn {
  width: 100%;
  height: 60px;
  line-height: 58px;
  font-size: 15px;
  /* border-radius: 3px; */
  border-radius: 3px;
  padding: 0 50px;
  color: var(--black-color);
  background: var(--theme-color2);
  text-transform: uppercase;
}

.single-pricing .pricing-content .pricing-btn .btn:hover {
  border: 1px solid transparent;
  color: var(--white-color);
}



/*------------------- 4.22. Why Choose Us -------------------*/
/*----------------------------------------------
    # why choose us area style here
----------------------------------------------*/

.wcu-card-wrap {
    display: grid;
    gap: 30px;
}

.wcu-card-wrap.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.wcu-card-wrap.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
    .wcu-card-wrap,
    .wcu-card-wrap.columns-2,
    .wcu-card-wrap.columns-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.wcu-card-wrap .single-whyshoose-info {
  background: var(--smoke-color);
  border-radius: 25px;
  padding: 35px 35px 40px;
  margin-top: 25px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #9A9A9A;
}

.wcu-card-wrap .single-whyshoose-info .info-content .title {
  font-size: 25px;
  line-height: 30px;
  color: var(--theme-color);
  margin-top: 10px;
  margin-bottom: 15px;
}

.wcu-card-wrap .single-whyshoose-info .info-content p {
  font-size: 18px;
  line-height: 26px;
  color: var(--body-color);
}



.wcu-card-wrap .headline-title {
  color: var(--title-color);
}

.wcu-card-wrap .info-icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 24px;
  color: var(--theme-color);
  margin: 0 auto;
}

/*skill-feature 1***********************/
.skill-feature:not(:last-child) {
  margin-bottom: 25px;
}
.skill-feature .skill-feature_title {
  font-size: 24px;
  font-weight: 700;
  color: var(--title-color);
  margin-bottom: 6px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .skill-feature .skill-feature_title {
    font-size: 20px;
  }
}
.skill-feature .progress {
  background: #EFEFEF;
  height: 9px;
  position: relative;
  overflow: visible;
}
.skill-feature .progress .progress-bar {
  background: var(--theme-color);
  border-radius: 10px;
}
.skill-feature .progress .progress-value {
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--title-color);
}

/* Progressbar */

.skill-bar-wrap {
  padding-top: 10px;
}

.skill-bar-wrap .skill-item {
  margin-top: 30px;
}

.skill-bar-wrap .skill-item .skill-header {
  position: relative;
}

.skill-bar-wrap .skill-item .skill-header .skill-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: var(--white-color);
}

.skill-bar-wrap .skill-item .skill-header .skill-percentage {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  font-family: var(--body-font);
  font-weight: 500;
  color: var(--smoke-color4);
}

.skill-bar-wrap .skill-item .bar-inner {
  width: 100%;
  height: 8px;
  background: var(--smoke-color);
  margin-top: 10px;
  border-radius: 30px;
  position: relative;
}

.skill-bar-wrap .skill-item .bar-inner .progress-line {
  height: 8px;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  border-radius: 5px;
  background: var(--theme-color2);
  transition: 3s;
  transition-delay: 1s;
}

/*------------------- 4.23. Project -------------------*/


/* Project 1 ---------------------------------- */

.consultemo-project-section {
  overflow: hidden;
}

.project-wrap .headline-title {
  color: var(--title-color);
  font-size: 40px;
  line-height: 1.1;
}

.project-text p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-top: 10px;
}

.project-icon i {
  font-size: 35px;
  color: var(--theme-color2);
  padding: 15px;
  transition:
  all 0.3s linear;
}

@media only screen and (max-width: 575px) {

.project-icon i {
  font-size: 30px;
  color: var(--theme-color2);
  padding: 15px;
  transition:
  all 0.3s linear;
}
}


@media only screen and (max-width: 991px) {
.project-icon i {
  font-size: 30px;
  color: var(--theme-color2);
  padding: 15px;
  transition:
  all 0.3s linear;
}
}

@media only screen and (max-width: 1199px) {
.project-icon i {
  font-size: 30px;
  color: var(--theme-color2);
  padding: 15px;
  transition:
  all 0.3s linear;
}
}

.project-item {
  position: relative;
  margin-top: 30px;
  background: var(--theme-color);
  border-radius: 20px;
}

.project-item .project-img {
  overflow: hidden;
  opacity: 0.49;
  border-radius: 20px;
}

.project-item .project-img a {
  display: block;
}

.project-item .project-img a img {
  width: 100%;
  transition: all 0.3s linear;
  height: 277px;
  object-fit: cover;
}

.project-item .project-content {
  position: absolute;
  bottom: 0px;
  left: 50%;
  padding: 0px 25px 30px 25px;
  border-radius: 20px;
  width: calc(100% - 0px);
  transform: translateX(-50%);
  z-index: 2;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 575px) {
  .project-item .project-content {
    padding: 0px 25px 27px;
    height: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .project-item .project-content {
  position: absolute;
  bottom: 0px;
  left: 50%;
  padding: 10px 25px 35px 25px;
  width: calc(100% - 0px);
  transform: translateX(-50%);
  opacity: 0.65;
  visibility: hidden;
  z-index: 2;
  transition: all 0.3s linear;
}
}

@media only screen and (max-width: 1199px) {
  .project-item .project-content {
  position: absolute;
  bottom: 0px;
  left: 50%;
  padding: 10px 25px 35px 25px;
  width: calc(100% - 0px);
  transform: translateX(-50%);
  opacity: 0.65;
  visibility: hidden;
  z-index: 2;
  transition: all 0.3s linear;
  height: 100%;
  }
}
.project-details-section {
  background: #CDE9D9;
}

.project-details-wrap {
  margin-top: -60px;
}

.project-sidebar {
  padding-left: 35px;
}

.project-widget {
  margin-top: 60px;
  background: var(--theme-color);
  border-radius: 25px;
  padding: 25px;
}
.project-item .project-content .project-title {
  color: var(--theme-color2);
}

.project-widget .project-list .list-title h3 {
  font-size: 26px;
  line-height: 42px;
  font-weight: 600;
  color: var(--theme-color2);
}

.project-widget .project-list {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 25px;
}

.project-list ul li span {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--smoke-color);
  margin-right: 20px;
}

.project-single-sidebar .project-list ul li {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  /*padding-left: 40px;*/
  margin-left: 20px;
  color: var(--smoke-color);
  border-bottom: 1px solid #CDE9DF;
  padding-bottom: 5px;
  margin-top: 20px;
}

.project-widget .widget-social-title .title {
  font-size: 20px;
  line-height: 42px;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--smoke-color);
  margin-bottom: 20px;
}

.project-widget .sidebar-tag li a {
  display: inline-block;
  padding: 8px 15px;
  font-size: 18px;
  color: #000;
  line-height: 22px;
  border-radius: 10px;
  transition: all 0.3s linear;
  background: var(--theme-color2);
}

.project-widget .sidebar-tag li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 4px;
}

.project-single-wrap {
  padding-right: 0px;
  margin-top: 60px;
}

.project-single-content {
  box-shadow: none;
  border-radius: 25px;
  padding: 15px;
  margin-top: 0;
}

.project-widget p {
  color: #fff;
}

.project-single-content .project-image {
  overflow: hidden;
  border-radius: 25px;
}

.project-single-content .project-content {
  padding: 0;
  padding-top: 40px;
}

.project-single-content .project-single-content .title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  margin-top: 15px;
  color: var(--black-color);
}

.project-single-content .cover-img {
  border-radius: 25px 25px 25px 25px;
  margin-bottom: 25px;
  width: 100%;
}

.project-single-sidebar {
  padding: 15px;
}

.project-item .project-content .title {
  font-size: 24px;
  line-height: 36px;
  color: var(--white-color);
}

@media only screen and (max-width: 575px) {
  .project-item .project-content .title {
    font-size: 24px;
    line-height: 32px;
  }
}


@media only screen and (max-width: 991px) {
  .project-item .project-content .title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 1199px) {
  .project-item .project-content .title {
    font-size: 24px;
    line-height: 32px;
  }
}

.project-item .project-content .title a:hover {
  color: var(--smoke-color);
}
.project-content p {
  font-size: 18px;
  line-height: 28px;
  color: var(--white-color);
  margin-top: 10px;
}

.project-item .project-content .read-more {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--theme-color2);
  margin-top: 10px;
}

.project-item .project-content .read-more i {
  margin-left: 3px;
}

.project-item .project-content .read-more:hover {
  color: var(--smoke-color);
}

.project-item:hover .project-img a img {
  transform: scale(1.05);
}

.project-item:hover .project-content {
  opacity: 1;
  background: linear-gradient(#004943E0, #00494391);
  visibility: visible;
}


/* Project 2 ---------------------------------- */
.project-item-2 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.project-item-2 .project-item-2-thumb {
  position: relative;
  border-radius: 10px;
}
.project-item-2 .project-item-2-thumb img {
  border-radius: 10px;
  width: 100%;
}
.col-lg-4 .project-item-2 .project-item-2-thumb img {
  /* height: 450px; */
}

.project-item-2 .project-item-2-details {
  position: absolute;
  z-index: 1;
  /*bottom: -100px;*/
  /*right: 30px;*/
  bottom: -100px;
  background-color: var(--theme-color);
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05), 0px 4px 9px -1px rgba(19, 16, 34, 0.03);
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding: 25px 25px 32px;
  transition: 0.4s;
  opacity: 0;
  gap: 30px;
}

.project-item-2 .project-item-2-details_subtitle {
  color: var(--theme-color2);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  margin-top: -0.3em;
  margin-bottom: 6px;
  display: block;
}
.project-item-2 .project-item-2-details_title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: -0.4em;
}
.project-item-2 .project-item-2-details_title a {
  color: var(--smoke-color);
}
.project-item-2 .project-item-2-details_title a:hover {
  color: var(--theme-color);
}
.project-item-2 .project-item-2-details .icon-btn {
  --btn-size: 50px;
  background: var(--theme-color2);
  border-radius: 10px;
  color: var(--white-color);
  flex: none;
}
.project-item-2 .project-item-2-details .icon-btn:hover {
  background: var(--title-color);
}
.project-item-2:hover .project-item-2-details {
  bottom: 30px;
  opacity: 1;
}

/* Portfolio Details Area ---------------------------------- */
.portfolio-deatils-area .page-thumb img {
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .portfolio-deatils-area .page-thumb img {
    min-height: 580px;
  }
}
@media (max-width: 1199px) {
  .portfolio-deatils-area .page-thumb img {
    min-height: 630px;
  }
}
.portfolio-deatils-area .page-thumb.style2 img {
  min-height: auto;
}

/*------------------- 4.24. Process  -------------------*/
.process-wrap {
  padding: 15px 40px 15px;
}

.process-wrap .number {
  font-size: 33px;
  font-weight: 600;
  color: #004943;
}
.process-content-wrap .title {
  font-size: 31px;
  line-height: 42px;
  font-weight: 600;
  color: #0F2B46;
}
.process-content-description {
  font-size: 18px;
  line-height: 26px;
  color: #474545;
}

/* Process Area 1 ---------------------------------- */
.process-card {
  background-color: var(--white-color);
  padding: 50px 40px 44px;
  border-radius: 20px;
}
.process-card_wrapp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 35px;
}
.process-card_number {
  font-weight: 700;
  font-size: 60.75px;
  line-height: 60.75px;
  color: rgba(25, 53, 45, 0.05);
  margin-bottom: 0;
}
.process-card .process-card-title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: -0.4rem;
}
.process-card .process-card-text {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  margin-bottom: 0px;
	color: var(--body-color);
}
/* Process Area 2 ---------------------------------- */
.process-area-2 {
  background-size: cover;
  padding-bottom: 295px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .process-area-2 {
    padding-bottom: 255px;
  }
}

.process-card-wrap2 {
  position: relative;
  /* Medium Large devices */
}
.process-card-wrap2:after {
  content: "\f105";
  position: absolute;
  font-family: var(--icon-font);
  display: inline-block;
  font-size: 40px;
  color: var(--white-color);
  font-weight: 700;
  right: 0;
  top: 50%;
  transform: translate(50%, 0);
  opacity: 0.1;
}
.process-card-wrap2:last-child:after {
  display: none;
}
@media (max-width: 1299px) {
  .process-card-wrap2:after {
    display: none;
  }
}

.process-card.style2 {
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  margin-top: 30px;
  padding: 0 30px 30px;
}
.process-card.style2 .process-card-number {
  background: var(--theme-color);
  display: inline-block;
  border-radius: 5px;
  padding: 19px 20px;
  min-width: 217px;
  font-size: 26px;
  font-weight: 900;
  font-family: var(--title-font);
  color: var(--white-color);
  transform: translate(0, -50%);
  margin-bottom: -7px;
}
.process-card.style2 .process-card-title {
  color: var(--white-color);
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 0;
}
.process-card.style2 .process-card-text {
  color: var(--white-color);
  margin-bottom: 27px;
}

/* Extra small devices */
@media (max-width: 575px) {
  .process-card.style2 .process-card-number {
    padding: 12px 20px;
    min-width: 150px;
    font-size: 20px;
  }
}
/*------------------- 4.25. Marquee -------------------*/
/* Marquee 1---------------------------------- */
.marquee-area {
  padding: 25px 0;
}

.slider__marquee {
  overflow: hidden;
  margin: 0;
  margin-bottom: 0;
}
.slider__marquee .item {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
}
.slider__marquee .item a {
  font-family: var(--body-color);
  font-weight: 700;
  font-size: 42px;
  line-height: 55px;
  color: var(--title-color);
  display: inline-flex;
  align-items: center;
}
.slider__marquee .item a img {
  margin-right: 30px;
  max-width: 50px;
}
.slider__marquee .item a span {
  display: inline-block;
  line-height: 1;
}
.slider__marquee .item a span.text-stroke {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--title-color);
  -webkit-text-stroke-width: 1px;
}

/*------------------- 4.26. Appointment -------------------*/
/*----------------------------------------------
    # Appointment Area 1
----------------------------------------------*/
.appointment-area-1 {
  position: relative;
  z-index: 1;
}
.appointment-area-1 .appointment-thumb-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  max-width: 70%;
}
.appointment-area-1 .appointment-thumb-1 img {
  border-radius: 5px 0 0 5px;
  height: 100%;
  object-fit: cover;
}

.appointment-form select,
.appointment-form .single-select,
.appointment-form .form-control,
.appointment-form .form-select,
.appointment-form textarea,
.appointment-form input {
  height: 60px;
  padding: 0 20px;
  border: none;
  color: var(--body-color);
  background-color: transparent;
  font-size: 18px;
  width: 100%;
  font-family: var(--body-font);
  border-bottom: 2px solid rgba(25, 53, 45, 0.2);
  transition: 0.4s ease-in-out;
  padding-right: 45px;
  border-radius: 0px;
}
.appointment-form .form-group > i {
  font-size: 14px;
  color: var(--theme-color);
}
.appointment-form textarea.form-control,
.appointment-form textarea {
  border: 2px solid rgba(25, 53, 45, 0.2) !important;
  padding: 20px;
  border-radius: 20px;
}
.appointment-form .global-btn {
  border-radius: 50px;
}

.appointment-form .form-group > svg {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 21px;
    font-size: 16px;
    color: var(--body-color);
}

.appointment-thumb-2 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .appointment-thumb-2 {
    margin-bottom: 40px;
  }
}

/* Appointment 2 ---------------------------------- */
.appointment-area-2 {
  position: relative;
  background-size: cover;
}
.appointment-area-2 .appointment-form-wrap {
  margin: 0;
}

/* Extra small devices */
@media (max-width: 375px) {
  .appointment-area-2 .appointment-form-wrap .form-group {
    margin-bottom: 15px;
  }
}


.mfp-content {
  margin: 1.5rem auto;
}
.mfp-content .product-details-img {
  padding-top: 15px;
}
.mfp-content .product-about {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-content .container {
  position: relative;
}
.mfp-content .product-big-img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

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

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

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

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

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

.pb-105 {
  padding-bottom: 105px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-95 {
  padding-top: 95px;
}

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

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

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

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

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.65rem;
}

.mt-n3 {
  margin-top: -0.8rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.6rem;
}

.mb-n3 {
  margin-bottom: -0.8rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

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

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
  .pb-105 {
    padding-bottom: 65px;
  }
  .pt-105 {
    padding-top: 65px;
  }
}
/*=================================
    RTL
==================================*/
/*------------------- Global -------------------*/
/* rtl Support */
[dir=rtl] {
  /*-- margin Right --*/
  /*-- Padding Left --*/
  /*-- Padding Right --*/
  /* Header 1 ---------------------------------- */
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Header 2 ---------------------------------- */
  /* Extra small devices */
  /* Medium Large devices */
  /* Extra small devices */
  /************** wcu-thumb-wrap ***************/
}
[dir=rtl] .ml-5 {
  margin-right: 5px;
  margin-left: 0;
}
[dir=rtl] .ml-10 {
  margin-right: 10px;
  margin-left: 0;
}
[dir=rtl] .ml-15 {
  margin-right: 15px;
  margin-left: 0;
}
[dir=rtl] .ml-20 {
  margin-right: 20px;
  margin-left: 0;
}
[dir=rtl] .ml-25 {
  margin-right: 25px;
  margin-left: 0;
}
[dir=rtl] .ml-30 {
  margin-right: 30px;
  margin-left: 0;
}
[dir=rtl] .ml-35 {
  margin-right: 35px;
  margin-left: 0;
}
[dir=rtl] .ml-40 {
  margin-right: 40px;
  margin-left: 0;
}
[dir=rtl] .ml-45 {
  margin-right: 45px;
  margin-left: 0;
}
[dir=rtl] .ml-50 {
  margin-right: 50px;
  margin-left: 0;
}
[dir=rtl] .mr-5 {
  margin-left: 5px;
  margin-right: 0;
}
[dir=rtl] .mr-10 {
  margin-left: 10px;
  margin-right: 0;
}
[dir=rtl] .mr-15 {
  margin-left: 15px;
  margin-right: 0;
}
[dir=rtl] .mr-20 {
  margin-left: 20px;
  margin-right: 0;
}
[dir=rtl] .mr-25 {
  margin-left: 25px;
  margin-right: 0;
}
[dir=rtl] .mr-30 {
  margin-left: 30px;
  margin-right: 0;
}
[dir=rtl] .mr-35 {
  margin-left: 35px;
  margin-right: 0;
}
[dir=rtl] .mr-40 {
  margin-left: 40px;
  margin-right: 0;
}
[dir=rtl] .mr-45 {
  margin-left: 45px;
  margin-right: 0;
}
[dir=rtl] .mr-50 {
  margin-left: 50px;
  margin-right: 0;
}
[dir=rtl] .pl-5 {
  padding-left: 0;
  padding-right: 5px;
}
[dir=rtl] .pl-10 {
  padding-left: 0;
  padding-right: 10px;
}
[dir=rtl] .pl-15 {
  padding-left: 0;
  padding-right: 15px;
}
[dir=rtl] .pl-20 {
  padding-left: 0;
  padding-right: 20px;
}
[dir=rtl] .pl-25 {
  padding-left: 0;
  padding-right: 25px;
}
[dir=rtl] .pl-30 {
  padding-left: 0;
  padding-right: 30px;
}
[dir=rtl] .pl-35 {
  padding-left: 0;
  padding-right: 35px;
}
[dir=rtl] .pl-40 {
  padding-left: 0;
  padding-right: 40px;
}
[dir=rtl] .pl-45 {
  padding-left: 0;
  padding-right: 45px;
}
[dir=rtl] .pl-50 {
  padding-left: 0;
  padding-right: 50px;
}
[dir=rtl] .pr-5 {
  padding-right: 0;
  padding-left: 5px;
}
[dir=rtl] .pr-10 {
  padding-right: 0;
  padding-left: 10px;
}
[dir=rtl] .pr-15 {
  padding-right: 0;
  padding-left: 15px;
}
[dir=rtl] .pr-20 {
  padding-right: 0;
  padding-left: 20px;
}
[dir=rtl] .pr-25 {
  padding-right: 0;
  padding-left: 25px;
}
[dir=rtl] .pr-30 {
  padding-right: 0;
  padding-left: 30px;
}
[dir=rtl] .pr-35 {
  padding-right: 0;
  padding-left: 35px;
}
[dir=rtl] .pr-40 {
  padding-right: 0;
  padding-left: 40px;
}
[dir=rtl] .pr-45 {
  padding-right: 0;
  padding-left: 45px;
}
[dir=rtl] .pr-50 {
  padding-right: 0;
  padding-left: 50px;
}
[dir=rtl] .sub-title:after, [dir=rtl] .sub-title:before {
  margin-left: 12px;
  margin-right: 0;
}
[dir=rtl] .sub-title:after {
  margin-left: 0;
  margin-right: 12px;
}
[dir=rtl] .slick-dots li {
  margin-left: 18px;
  margin-right: 0;
}
[dir=rtl] .slick-dots li:last-child {
  margin-left: 0;
}
[dir=rtl] .header-links li:not(:last-child) {
  margin: 0 0 0 35px;
}
[dir=rtl] .header-links li > i {
  margin-left: 10px;
  margin-right: 0;
}
[dir=rtl] .main-menu > ul > li:first-child {
  margin-right: 0 !important;
  margin-left: 11px !important;
}
[dir=rtl] .main-menu > ul > li:last-child {
  margin-right: 11px !important;
  margin-left: 0 !important;
}
[dir=rtl] .main-menu ul li.menu-item-has-children > a:after {
  margin-left: 0px;
  margin-right: 5px;
}
[dir=rtl] .header-layout1 .social-links {
  padding-left: 20px;
  padding-right: 0;
}
[dir=rtl] .header-layout1 .social-links:after {
  right: -20px;
  left: 0;
}
[dir=rtl] .header-layout1 .header-navbar-logo {
  padding-right: 60px;
  padding-left: 0;
}
[dir=rtl] .header-layout1 .menu-area .logo-bg {
  right: 0;
  left: auto;
  border-radius: 0 0 0 5px;
}
[dir=rtl] .header-layout1 .navbar-right-desc {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
[dir=rtl] .header-layout1 .navbar-right-desc .navbar-right-desc-details .title {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: -2px;
}
[dir=rtl] .header-layout1 .navbar-right-desc .navbar-right-desc-details .link {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font);
}
[dir=rtl] .header-layout1 .navbar-right-desc i {
  margin-right: 10px;
  transform: rotate(-45deg);
}
[dir=rtl] .header-layout1 .navbar-right-desc a {
  color: var(--title-color);
}
[dir=rtl] .header-layout1 .navbar-right-desc a:hover {
  color: var(--theme-color);
}
@media (max-width: 1700px) {
  [dir=rtl] .header-layout1 .header-navbar-logo {
    padding-right: 35px;
    padding-left: 0;
  }
  [dir=rtl] .header-layout1 .header-top .header-links {
    padding-right: 160px;
    padding-left: 0;
  }
  [dir=rtl] .header-layout1 .menu-area .main-menu {
    padding-right: 160px;
    padding-left: 0;
  }
}
@media (max-width: 1500px) {
  [dir=rtl] .header-layout1 .header-top .header-links {
    padding-right: 0;
  }
  [dir=rtl] .header-layout1 .menu-area .main-menu {
    padding-right: 200px;
  }
}
@media (max-width: 1399px) {
  [dir=rtl] .header-layout1 .menu-area .main-menu {
    padding-right: 160px;
  }
  [dir=rtl] .header-layout1 .header-navbar-logo {
    padding-right: 30px;
  }
}
@media (max-width: 1299px) {
  [dir=rtl] .header-layout1 .menu-area .main-menu {
    padding-right: 230px;
  }
}
@media (max-width: 1199px) {
  [dir=rtl] .header-layout1 .menu-area .main-menu {
    padding-right: 0;
  }
  [dir=rtl] .header-layout1 .header-logo:after {
    right: 0;
    left: auto;
  }
}
@media (max-width: 991px) {
  [dir=rtl] .header-layout1 .social-links {
    padding-right: 20px;
    padding-left: 20px;
  }
  [dir=rtl] .header-layout1 .social-links:after {
    right: 0;
  }
}
[dir=rtl] .header-grid-info li:not(:last-child) {
  border-left: 1px solid var(--border-color);
  padding-left: 30px;
  margin-left: 30px;
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
[dir=rtl] .checklist.style-white li i, [dir=rtl] .checklist.style-white li svg {
  margin-left: 20px;
  margin-right: 0;
}
[dir=rtl] .checklist li i, [dir=rtl] .checklist li svg {
  margin-left: 20px;
  margin-right: 0;
}
[dir=rtl] .checklist.style2 ul li i {
  margin-left: 15px;
  margin-right: 0;
}
[dir=rtl] .mobile-menu-wrapper .mobile-menu-area {
  right: -110%;
  left: auto;
}
[dir=rtl] .mobile-menu-wrapper.body-visible .mobile-menu-area {
  right: 0;
}
[dir=rtl] .mobile-menu-wrapper .mobile-logo {
  padding: 0 30px 0 0;
}
[dir=rtl] .mobile-menu-wrapper .menu-toggle {
  border-right: 1px solid var(--theme-color);
}
[dir=rtl] .mobile-menu {
  text-align: right;
}
[dir=rtl] .mobile-menu ul .submenu-item-has-children > a .mean-expand-class:before {
  content: "\f104";
}
[dir=rtl] .blog-shape-img1 {
  right: 66px;
  left: auto;
  /* Extra large devices */
}
[dir=rtl] .blog-shape-img1 .about1-shape-img-2 {
  margin-right: -35px;
  margin-left: 0;
}
@media (max-width: 1500px) {
  [dir=rtl] .blog-shape-img1 {
    left: 42px;
  }
}
[dir=rtl] .blog-meta span, [dir=rtl] .blog-meta a {
  margin-left: 11px;
  margin-right: 0;
}
[dir=rtl] .blog-meta span i, [dir=rtl] .blog-meta a i {
  margin-left: 9px;
  margin-right: 0;
}
[dir=rtl] .counter-checklist-wrap:after {
  background: linear-gradient(-90deg, #E8092E -1.06%, rgba(232, 9, 46, 0) 100%);
}
[dir=rtl] .about1-shape-img {
  right: 82px;
  left: auto;
  /* Extra large devices */
}
[dir=rtl] .about1-shape-img .about1-shape-img-2 {
  margin-right: -35px;
  margin-left: 0;
}
@media (max-width: 1500px) {
  [dir=rtl] .about1-shape-img {
    right: 42px;
  }
}
[dir=rtl] .slider__marquee {
  direction: ltr;
  margin-bottom: -0.1em;
}
[dir=rtl] .portfolio-shape-img {
  left: 66px;
  right: auto;
  /* Extra large devices */
}
[dir=rtl] .portfolio-shape-img .about1-shape-img-2 {
  margin-right: -35px;
  margin-left: 0;
}
@media (max-width: 1500px) {
  [dir=rtl] .portfolio-shape-img {
    left: 42px;
  }
}
[dir=rtl] .appointment-area-1 .appointment-thumb-1 {
  left: 0;
  right: auto;
}
[dir=rtl] .appointment-area-1 .appointment-thumb-1 img {
  border-radius: 0 5px 5px 0;
}
[dir=rtl] .pricing-shape-img1 {
  right: 53px;
  left: auto;
  /* Extra large devices */
}
[dir=rtl] .pricing-shape-img1 .about1-shape-img-2 {
  margin-right: -35px;
  margin-left: 0;
}
@media (max-width: 1500px) {
  [dir=rtl] .pricing-shape-img1 {
    right: 42px;
  }
}
[dir=rtl] .testi-slider-1 .slick-dots {
  left: 74px;
  right: auto;
}
[dir=rtl] .process-card-wrap {
  position: relative;
  /* Medium Large devices */
  /* Large devices */
}
[dir=rtl] .process-card-wrap:after {
  left: -210px;
  right: auto;
  transform: rotate(-6deg) rotateY(180deg);
}
[dir=rtl] .process-card-wrap:nth-child(2):after {
  left: -175px;
  right: auto;
  transform: rotate(-5deg) rotateY(180deg);
}
@media (max-width: 1399px) {
  [dir=rtl] .process-card-wrap:after {
    transform: rotate(-9deg) rotateY(180deg);
    left: -180px;
  }
  [dir=rtl] .process-card-wrap:nth-child(2):after {
    left: -145px;
    transform: rotate(-4deg) rotateY(180deg);
  }
}
@media (max-width: 1199px) {
  [dir=rtl] .process-card-wrap:after {
    left: -155px;
    transform: rotate(-12deg) rotateY(180deg);
  }
  [dir=rtl] .process-card-wrap:nth-child(2):after {
    left: -117px;
    transform: rotate(0deg) rotateY(180deg);
  }
}
[dir=rtl] .accordion-card .accordion-button {
  padding: 12px 30px 12px 65px;
  text-align: start;
}
[dir=rtl] .accordion-card .accordion-button:after {
  left: 17px;
  right: auto;
}
@media (max-width: 575px) {
  [dir=rtl] .accordion-card .accordion-button {
    padding: 15px 30px 15px 65px;
  }
}
[dir=rtl] .hero-2:after {
  background: linear-gradient(-90deg, #171717 0.03%, rgba(23, 23, 23, 0) 99.95%);
}
[dir=rtl] .hero-2 .hero-shape2-1 {
  left: 0;
}
[dir=rtl] .about-thumb2 .about-img-1 {
  padding-right: 237px;
  padding-left: 0;
}
[dir=rtl] .about-thumb2 .about-counter-wrap {
  right: 20px;
  left: auto;
}
[dir=rtl] .about-thumb2 .about-year-wrap2 {
  left: 50px;
  right: auto;
}
@media (max-width: 1399px) {
  [dir=rtl] .about-thumb2 .about-counter-wrap {
    right: 0;
  }
  [dir=rtl] .about-thumb2 .about-img-1 {
    padding-right: 217px;
  }
}
@media (max-width: 375px) {
  [dir=rtl] .about-thumb2 .about-img-1 {
    padding-right: 0;
  }
}
[dir=rtl] .cta2-bg-thumb {
  transform: rotateY(180deg);
  left: 0;
  right: auto;
}
[dir=rtl] .testimonial-area-2 .testimonial-thumb-2 {
  right: 0;
  left: auto;
}
[dir=rtl] .testiomonial-wrap-2 .quote-icon {
  right: auto;
  left: 55px;
  transform: rotateY(180deg);
}
[dir=rtl] .single-feature-wrap {
  padding: 30px 25px 26px 18px;
}
[dir=rtl] .single-feature-wrap:after {
  right: 0;
  left: auto;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 70px 100%);
}

[dir=rtl] .wcu-thumb-wrap {
  /* Small devices */
}
[dir=rtl] .wcu-thumb-wrap .img-2 {
  margin: 120px 30px 0 0px;
}
@media (max-width: 767px) {
  [dir=rtl] .wcu-thumb-wrap .img-1 {
    margin-left: 60px;
    margin-right: 0;
  }
  [dir=rtl] .wcu-thumb-wrap .img-2 {
    margin: 30px 60px 0 0px;
  }
}
[dir=rtl] .header-search-wrap .search-form .form-control {
  border-left: 1px solid var(--border-color);
  border-right: 0;
}
[dir=rtl] .hero-style6 {
  padding-right: 70px;
  padding-left: 0;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  [dir=rtl] .hero-style6 {
    padding: 70px 70px 70px 0px;
  }
}
@media (max-width: 767px) {
  [dir=rtl] .hero-style6 {
    padding: 0 50px 50px 50px;
  }
}
@media (max-width: 375px) {
  [dir=rtl] .hero-style6 {
    padding: 0 30px 30px 30px;
  }
}
[dir=rtl] .hero-intro-card {
  flex-direction: row-reverse;
  /* Large devices */
}
@media (max-width: 1199px) {
  [dir=rtl] .hero-intro-card {
    flex-direction: column-reverse;
  }
  [dir=rtl] .hero-intro-card .intro-card-img {
    align-self: self-end;
  }
}
[dir=rtl] .product-intro-card .intro-card-details {
  text-align: end;
}

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


.slider-margin .slick-list  {
  margin: 0 -15px;
}
.slider-margin .service-box {
  margin: 0 15px 15px;
}

.z-indez-3 {
  z-index: 3;
  position: relative;
}
.bg-heading {
  background-color: var(--title-color);
}
.footer-top-space {
  padding-top: 220px;
}
.text-green {
    color: var(--theme-color2) !important;
}
.footer-widget .widget_contact ul li {
  color: #fff !important;
}
.footer-widget.widget_nav_menu ul li a {
    padding-left: 0 !important;
}
.footer-widget.widget_nav_menu ul li a:after {
  display: none;
}

.footer-style-1 .footer-widget.widget_nav_menu{
  padding-left: 120px;
}

.service-sitebar .widget_categories a {
    display: block;
    background: var(--white-color);
    margin: 0 0px 20px 0px;
    font-family: var(--title-font);
    line-height: 1;
    color: var(--title-color);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    border-radius: 10px;
    padding: 24px 20px;
}

.team-form .form-group .form-control {
  border: 2px solid #FFF3;
}
.border-radius-15 {
  border-radius: 15px;
}
.copyright-wrap .menu-footer-menu-container ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  padding-left: 20px;
  margin-left: 10px;
  font-weight: 400;
}
.copyright-wrap .menu-footer-menu-container ul li a {
  font-weight: 400;
}
.blog-single-content-wrap {
  border-radius: 25px;
  background: var(--smoke-color); 
}
.blog-image {
  overflow: hidden;
  border-radius: 25px;
}
.single-post-navigation {
    border:  0 !important;
    padding: 20px 0 !important;
}
.blog-details-footer {
    border-bottom: 1px solid #19617a21 !important;
    margin-bottom: 0 !important;
}
blockquote.overflow-inharit {
  border-radius: 12px !important;
  margin-bottom: 0 !important;
}

.service-cat-business-service .thumbnail a {
  height: 470px;
  display: block;
}
.service-cat-business-service .thumbnail img {
  height: auto;
  width: 100%;
}

.project-cat-business .thumbnail a {
  height: 450px;
  display: block;
}
.project-cat-business .thumbnail a img {
  height: auto;
  width: 100%;
}

.widget_consultemo_category ul li a {
    display: block;
    /* background: #fff; */
    padding: 12px 22px;
    border-radius: 20px;
}
.widget-area .widget_search .search-form .form-group .form-control {
    border-radius: 20px;
}
.widget-area .widget_search .search-form .submit-btn {
    border-radius: 20px;
    background: transparent;
    color: var(--main-color-one);
}
.fw-600 {
  font-weight: 600;
}
.sub-title svg {
	max-width: 20px;
	max-height: 20px;
}
