@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
:root {
  --primary-color: #033631;
  --primary-rgb-05: rgba(3, 54, 49, 0.05);
  --secondary-color: #DAA520;
  --secondary-rgb-05: rgba(191, 156, 66, 0.05);
  --white-color: #FFFFFF;
  --black-color: #000000;
  --text-color: #525252;
  --body-color: #FFFFFF;
  --footer-color: #1E1E1E;
  --border-color-one: #04433D;
  --border-color-two: #07554D;
  --border-radius-one: 5px;
  --border-radius-two: 15px;
  --border-radius-three: 24px;
  --title-fonts: "Playfair Display", serif;
  --body-fonts: "Poppins", sans-serif;
  --transition: all 0.5s ease-in-out;
  --box-shadow: 0 14px 28px -20px rgba(16, 24, 40, .24);
  --background-one: var(--primary-color);
  --background-two: var(--secondary-color);
  --extra-color: #E7EEEE;
  --extra-color-one: #07554D;
  --extra-color-two: #04433D;
  --extra-color-three: #161616;
  --extra-color-four: #272727;
  --extra-color-five: #0C193E;
  --extra-color-six: #0E131A;
}

::-moz-selection {
  text-shadow: none;
  background: var(--primary-color);
  color: var(--white-color);
}

::-moz-selection {
  text-shadow: none;
  background: var(--primary-color);
  color: var(--white-color);
}

::selection {
  text-shadow: none;
  background: var(--primary-color);
  color: var(--white-color);
}

html {
  overflow-x: hidden;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  margin: 0;
}

body {
  background: var(--body-color);
  font-family: var(--body-fonts);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6em;
  color: var(--text-color);
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 1.4rem;
  }
}

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

.page-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

p {
  position: relative;
  font-size: 16px;
  line-height: 1.6rem;
  color: inherit;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  p {
    font-size: 15px;
    line-height: 1.4rem;
  }
}

a:focus,
a:hover {
  text-decoration: none;
  outline: none !important;
  color: inherit;
}

a {
  color: inherit;
  outline: none !important;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

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

blockquote {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: var(--border-radius-three);
  position: relative;
  padding: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  blockquote {
    border-radius: 20px;
  }
}
blockquote strong {
  font-family: var(--title-fonts);
  color: var(--white-color);
  font-style: italic;
  font-weight: 600;
  display: block;
  padding-top: 15px;
}

strong {
  font-weight: bold;
}

em,
dfn {
  font-style: italic;
}

dfn {
  font-weight: bold;
}

sup,
sub {
  line-height: 0;
}

abbr,
acronym {
  border-bottom: 1px dotted var(--border-color-one);
}

address {
  margin: 0 0 1.5em;
  font-style: italic;
}

del {
  color: var(--text-color);
}

pre {
  margin: 1.5em 0;
  white-space: pre;
}

pre,
code,
tt {
  font-family: var(--body-fonts);
  line-height: 1.5;
}

button {
  text-decoration: none;
  outline: none !important;
  color: inherit;
  border: none;
}

figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

img {
  max-width: 100%;
}

pre {
  background: var(--white-color);
  padding: 15px;
  border: 1px solid var(--extra-color-one);
}

hr {
  margin: 0;
  padding: 0px;
  border-bottom: 1px solid var(--extra-color-one);
  border-top: 0px;
}

b,
strong {
  font-weight: 600;
}

section {
  position: relative;
  z-index: 1;
}

li ul,
li ol {
  margin: 0;
}

ul,
ol {
  margin: 0;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

ol {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: decimal;
}

dl {
  margin: 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

ol li {
  list-style: decimal;
}

ol ol {
  padding-left: 25px;
}

ul li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0 !important;
}

th {
  font-weight: 500;
}

th,
td,
caption {
  padding: 4px 0;
}

tfoot {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary-color);
  font-family: var(--title-fonts);
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.5px;
}

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

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}

h1 {
  font-size: 72px;
  line-height: 1.3em;
}
@media (max-width: 1400px) {
  h1 {
    font-size: 68px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 1.2em;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-size: 62px;
  line-height: 1.3em;
}
@media (max-width: 991px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 42px;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 32px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 28px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 22px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

.form-group {
  margin-bottom: 25px;
}
.form-group .field-inner {
  position: relative;
}
.form-group .field-inner label {
  font-size: 14px;
  margin-bottom: 5px;
}
.form-group .field-inner .form-control.error-border {
  border-color: red;
}
.form-group .field-inner textarea {
  overflow: hidden;
  resize: none;
  height: 150px;
  float: none;
  outline: none;
}
.form-group .field-inner.checkbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 10px;
}
.form-group .field-inner.checkbox input {
  border: 1px solid var(--primary-color);
  background-color: var(--white-color);
  border-radius: 5px !important;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}
.form-group .field-inner.checkbox input:checked {
  background-color: var(--primary-color);
  border-color: var(--extra-color);
}
.form-group .field-inner.checkbox input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-group .field-inner.checkbox label {
  margin-bottom: 0;
  line-height: normal;
  flex: 1;
}
.form-group .field-inner .error {
  color: red !important;
  font-size: 13px;
}

input,
.form-control,
.form-select {
  float: none;
  width: 100%;
  height: 52px;
  padding: 10px 15px;
  outline: none;
  background-color: var(--extra-color-two);
  color: var(--white-color);
  border: 1px solid var(--extra-color-two);
  border-radius: var(--border-radius-one);
}
input.white-field,
.form-control.white-field,
.form-select.white-field {
  background-color: transparent;
  border-color: var(--border-color-two);
  color: var(--black-color);
}

.form-select {
  background-image: none;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 1;
  display: block;
  cursor: pointer;
}

input[type=time]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 1;
  display: block;
  cursor: pointer;
}

input:focus,
input:hover,
textarea:hover,
textarea:focus,
textarea:hover,
.form-control:hover,
.form-control:focus,
.form-select:focus,
.form-select:hover {
  outline: none;
  background-color: var(--extra-color-two);
  border-color: var(--extra-color-two);
  color: var(--white-color);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
input:focus.white-field,
input:hover.white-field,
textarea:hover.white-field,
textarea:focus.white-field,
textarea:hover.white-field,
.form-control:hover.white-field,
.form-control:focus.white-field,
.form-select:focus.white-field,
.form-select:hover.white-field {
  background-color: transparent;
  color: var(--black-color);
}

input[type=radio],
input[type=checkbox] {
  width: auto;
  height: auto;
  float: none;
  margin-right: 5px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--white-color) !important;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--white-color) !important;
}

.ajax-response.success {
  background-color: green;
  color: var(--white-color);
  border-radius: var(--border-radius-one);
  padding: 15px;
  margin-top: 30px;
}
.ajax-response.error {
  background-color: red;
  color: var(--white-color);
  border-radius: var(--border-radius-one);
  padding: 15px;
  margin-top: 30px;
}

.accordion .accordion-item {
  margin-bottom: 25px;
  background-color: var(--extra-color);
  border: none;
  overflow: hidden;
  border-radius: var(--border-radius-two);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.accordion .accordion-item .accordion-header {
  color: var(--black-color);
}
.accordion .accordion-item .accordion-header .accordion-button {
  background: var(--primary-rgb-05);
  border: none;
  margin-bottom: 0;
  color: var(--black-color);
  padding: 20px 80px 20px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6rem;
  text-transform: capitalize;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  position: absolute;
  height: 45px;
  width: 45px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: none;
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  font-weight: 600;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: var(--black-color);
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: var(--primary-color);
  color: var(--white-color);
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: var(--white-color);
}
.accordion .accordion-item .accordion-collapse {
  border-top: 1px solid var(--extra-color);
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  background-color: var(--primary-color);
}
.accordion .accordion-item .accordion-collapse .accordion-body p {
  margin-bottom: 0;
  color: var(--white-color);
  font-weight: 300;
}
@media (max-width: 767px) {
  .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-size: 14px;
    line-height: 1.4rem;
  }
}
.accordion .accordion-item:nth-last-child(1) {
  margin-bottom: 0;
}

.breadcrumb-section .breadcrumb-wapper {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
}
.breadcrumb-section .breadcrumb-wapper::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--black-color);
  top: 0;
  z-index: -1;
  opacity: 0.65;
} 
  .breadcrumb-section .breadcrumb-wapper .breadcrumb-content {
  z-index: 2;
  position: relative;
  text-align: center;
  padding-top: 145px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-wapper .breadcrumb-content {
    padding-top: 40px;
  }
}
.breadcrumb-section .breadcrumb-wapper .breadcrumb-content .breadcrumb-title h1 {
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: var(--white-color);
}
.breadcrumb-section .breadcrumb-wapper .breadcrumb-content nav .breadcrumb {
  margin-bottom: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.breadcrumb-section .breadcrumb-wapper .breadcrumb-content nav .breadcrumb .breadcrumb-item {
  padding-left: 10px;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
}
.breadcrumb-section .breadcrumb-wapper .breadcrumb-content nav .breadcrumb .breadcrumb-item:not(:nth-child(1))::before {
  content: "\f105";
  color: var(--white-color);
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 15px;
  padding-right: 10px;
  top: 2px;
  position: relative;
}
.breadcrumb-section .breadcrumb-wapper .breadcrumb-content nav .breadcrumb .breadcrumb-item:nth-child(1) {
  padding-left: 0;
}
.breadcrumb-section .breadcrumb-wapper .breadcrumb-content nav .breadcrumb .breadcrumb-item.active {
  color: var(--white-color);
}
.breadcrumb-section .breadcrumb-wapper .breadcrumb-content nav .breadcrumb .breadcrumb-item a {
  color: var(--white-color);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-wapper .breadcrumb-content nav .breadcrumb .breadcrumb-item a {
    font-size: 14px;
  }
}
.breadcrumb-section .breadcrumb-shape-bottom {
  position: relative;
  text-align: center;
  z-index: 2;
}
.breadcrumb-section .breadcrumb-shape-bottom figure {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.breadcrumb-section .breadcrumb-shape-bottom figure img {
  width: 100%;
}

.theme-button {
  position: relative;
  overflow: hidden;
  height: 52px;
  line-height: 2;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  border: none;
  vertical-align: middle;
  text-transform: capitalize;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  gap: 10px;
}
@media (max-width: 767px) {
  .theme-button {
    font-size: 14px;
  }
}
.theme-button.style-1 {
  background-color: var(--secondary-color);
  color: var(--black-color);
  z-index: 2;
}
.theme-button.style-1::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: var(--extra-color-one);
  transition: all 0.4s;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.theme-button.style-1::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--extra-color-one);
  transition: all 0.4s;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.theme-button.style-1:hover {
  background-color: var(--extra-color-one);
  color: var(--white-color);
}
.theme-button.style-1:hover::before {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.9s;
}
.theme-button.style-1:hover::after {
  width: 100%;
  right: 0;
  left: auto;
  transition: all 0.9s;
}
.theme-button.style-2 {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}
.theme-button.style-2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: var(--secondary-color);
  transition: all 0.4s;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.theme-button.style-2::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--secondary-color);
  transition: all 0.4s;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.theme-button.style-2:hover {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--black-color);
}
.theme-button.style-2:hover::before {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.9s;
}
.theme-button.style-2:hover::after {
  width: 100%;
  right: 0;
  left: auto;
  transition: all 0.9s;
}
.theme-button.style-3 {
  border: 1px solid var(--black-color);
  color: var(--black-color);
}
.theme-button.style-3::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: var(--extra-color-one);
  transition: all 0.4s;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.theme-button.style-3::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--extra-color-one);
  transition: all 0.4s;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.theme-button.style-3:hover {
  border-color: var(--extra-color-one);
  background-color: var(--extra-color-one);
  color: var(--white-color);
}
.theme-button.style-3:hover::before {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.9s;
}
.theme-button.style-3:hover::after {
  width: 100%;
  right: 0;
  left: auto;
  transition: all 0.9s;
}

.read-more-btn {
  position: relative;
  color: var(--extra-color-five);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8em;
  text-transform: capitalize;
  display: inline-block;
  padding-right: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.read-more-btn::before {
  content: "\f061";
  position: absolute;
  right: 0;
  top: 50%;
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  line-height: normal;
  color: var(--white-color);
  width: 30px;
  height: 30px;
  background-color: var(--extra-color-five);
  background-position: center center;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translate(-3px, -50%);
  -moz-transform: translate(-3px, -50%);
  -ms-transform: translate(-3px, -50%);
  -o-transform: translate(-3px, -50%);
  transform: translate(-3px, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.read-more-btn:hover {
  color: var(--primary-color);
}
.read-more-btn:hover::before {
  background-color: var(--primary-color);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

button:focus {
  text-decoration: none;
  outline: none;
}

.offcanvas {
  border: none;
  background: var(--extra-color);
}
.offcanvas .offcanvas-header .offcanvas-close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px;
  text-align: center;
  color: var(--black-color);
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.offcanvas .offcanvas-body .widget {
  background: transparent;
  padding: 0;
  border: none;
}
.offcanvas .offcanvas-body .offcanvas-about {
  margin-bottom: 50px;
}
.offcanvas .offcanvas-body .offcanvas-about p {
  color: var(--text-color);
  font-weight: normal;
  margin-bottom: 0;
}
.offcanvas .offcanvas-body .offcanvas-contact {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
.offcanvas .offcanvas-body .offcanvas-contact .widget-contact .offcanvas-cta-item .offcanvas-cta-list {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 20px;
}
.offcanvas .offcanvas-body .offcanvas-contact .widget-contact .offcanvas-cta-item .offcanvas-cta-list:last-of-type {
  margin-bottom: 0;
}
.offcanvas .offcanvas-body .offcanvas-contact .widget-contact .offcanvas-cta-item .offcanvas-cta-list .offcanvas-cta-icon {
  position: relative;
  color: var(--primary-color);
  height: 24px;
  width: 24px;
  border-radius: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.offcanvas .offcanvas-body .offcanvas-contact .widget-contact .offcanvas-cta-item .offcanvas-cta-list .offcanvas-cta-content {
  flex: 1;
}
.offcanvas .offcanvas-body .offcanvas-contact .widget-contact .offcanvas-cta-item .offcanvas-cta-list .offcanvas-cta-content a,
.offcanvas .offcanvas-body .offcanvas-contact .widget-contact .offcanvas-cta-item .offcanvas-cta-list .offcanvas-cta-content p {
  color: var(--text-color);
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
.offcanvas .offcanvas-body .offcanvas-contact .widget-contact .offcanvas-cta-item .offcanvas-cta-list .offcanvas-cta-content a:hover,
.offcanvas .offcanvas-body .offcanvas-contact .widget-contact .offcanvas-cta-item .offcanvas-cta-list .offcanvas-cta-content p:hover {
  color: var(--primary-color);
}
.offcanvas .offcanvas-body .offcanvas-button-wapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
.offcanvas .offcanvas-body .offcanvas-button-wapper a {
  width: 100%;
}
.offcanvas .offcanvas-body .offcanvas-social {
  margin-bottom: 30px;
}
.offcanvas.show .offcanvas-close {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.widget-sidebar {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.widget {
  background-color: var(--extra-color);
  border-radius: var(--border-radius-three);
  padding: 25px;
}
@media (max-width: 1199px) {
  .widget {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .widget {
    padding: 20px;
  }
}
.widget .widget-title h3 {
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.widget.widget-search form {
  position: relative;
}
.widget.widget-search form .form-group .field-inner input {
  height: 62px;
  background-color: var(--primary-rgb-05);
  border-color: var(--primary-rgb-05);
  color: var(--black-color);
}
.widget.widget-search form .form-group .field-inner input::placeholder {
  color: var(--black-color) !important;
}
.widget.widget-search form .form-group .field-inner button {
  width: 62px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--primary-color);
  color: var(--white-color);
  -webkit-transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -ms-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0 var(--border-radius-one) var(--border-radius-one) 0;
}
.widget.widget-search form .form-group .field-inner button:hover {
  background: var(--secondary-color);
}
.widget.widget-categories-list .widget-content .category-list li {
  margin: 0 0 15px 0;
}
.widget.widget-categories-list .widget-content .category-list li a {
  position: relative;
  text-transform: capitalize;
  width: 100%;
  padding: 15px;
  background-color: var(--primary-rgb-05);
  color: var(--black-color);
  border-radius: var(--border-radius-one);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.widget.widget-categories-list .widget-content .category-list li a.active, .widget.widget-categories-list .widget-content .category-list li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.widget.widget-categories-list .widget-content .category-list li:nth-last-child(1) {
  margin-bottom: 0;
}
.widget.widget-recent-post .recent-post-item {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 20px;
}
.widget.widget-recent-post .recent-post-item:last-child {
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.widget.widget-recent-post .recent-post-item .recent-post-image figure {
  display: block;
  overflow: hidden;
  border-radius: var(--border-radius-two);
}
.widget.widget-recent-post .recent-post-item .recent-post-image figure img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 991px) {
  .widget.widget-recent-post .recent-post-item .recent-post-image figure img {
    width: 80px;
    height: 80px;
  }
}
.widget.widget-recent-post .recent-post-item .recent-post-content {
  align-self: center;
}
.widget.widget-recent-post .recent-post-item .recent-post-content h4 {
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--black-color);
  text-transform: capitalize;
}
.widget.widget-recent-post .recent-post-item .recent-post-content h4:hover {
  color: var(--primary-color);
}
.widget.widget-recent-post .recent-post-item .recent-post-content .post-date {
  font-size: 14px;
  color: var(--text-color);
  margin-bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
}
.widget.widget-recent-post .recent-post-item .recent-post-content .post-date i {
  color: var(--primary-color);
}
.widget.widget-recent-post .recent-post-item:hover .recent-post-image img {
  -webkit-transform: rotate(-3deg) scale(1.1);
  -moz-transform: rotate(-3deg) scale(1.1);
  -ms-transform: rotate(-3deg) scale(1.1);
  -o-transform: rotate(-3deg) scale(1.1);
  transform: rotate(-3deg) scale(1.1);
}
.widget.widget-tag .widget-content .widget-tag-box a {
  position: relative;
  padding: 10px 20px;
  display: inline-block;
  background-color: var(--primary-rgb-05);
  border-radius: var(--border-radius-three);
  color: var(--black-color);
}
@media (max-width: 1199px) {
  .widget.widget-tag .widget-content .widget-tag-box a {
    border-radius: 20px;
  }
}
.widget.widget-tag .widget-content .widget-tag-box a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.widget.widget-cta .service-cta-item {
  padding-top: 10px;
}
.widget.widget-cta .service-cta-item .service-cta-list {
  margin-bottom: 20px;
}
.widget.widget-cta .service-cta-item .service-cta-list:last-of-type {
  margin-bottom: 0;
}
.widget.widget-cta .service-cta-item .service-cta-list .service-cta-icon {
  position: relative;
  background-color: var(--primary-rgb-05);
  color: var(--primary-color);
  height: 52px;
  width: 52px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 100%;
}
.widget.widget-cta .service-cta-item .service-cta-list .service-cta-icon::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  position: absolute;
  background: var(--primary-color);
  border-radius: inherit;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.widget.widget-cta .service-cta-item .service-cta-list .service-cta-content p {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
}
.widget.widget-cta .service-cta-item .service-cta-list .service-cta-content a {
  color: var(--black-color);
  font-family: var(--title-fonts);
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .widget.widget-cta .service-cta-item .service-cta-list .service-cta-content a {
    font-size: 16px;
  }
}
.widget.widget-cta .service-cta-item .service-cta-list:hover .service-cta-icon {
  color: var(--white-color);
}
.widget.widget-cta .service-cta-item .service-cta-list:hover .service-cta-icon i {
  position: relative;
  z-index: 1;
}
.widget.widget-cta .service-cta-item .service-cta-list:hover .service-cta-icon::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.widget.widget-cta .service-cta-item .service-cta-list:hover .service-cta-content a {
  color: var(--primary-color);
}
.widget.widget-service-profile .service-profile-list li {
  margin-bottom: 20px;
}
.widget.widget-service-profile .service-profile-list li:nth-last-child(1) {
  margin-bottom: 0;
}
.widget.widget-service-profile .service-profile-list li a {
  position: relative;
  padding: 14px;
  background-color: var(--primary-rgb-05);
  border-radius: var(--border-radius-two);
  color: var(--black-color);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .widget.widget-service-profile .service-profile-list li a {
    border-radius: var(--border-radius-one);
  }
}
.widget.widget-service-profile .service-profile-list li a .service-profile-icon {
  position: relative;
  color: var(--primary-color);
  background-color: var(--extra-color);
  border-radius: 100%;
  height: 52px;
  width: 52px;
}
.widget.widget-service-profile .service-profile-list li a .service-profile-icon::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  position: absolute;
  background: var(--primary-color);
  border-radius: inherit;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.widget.widget-service-profile .service-profile-list li a .service-profile-icon i {
  position: relative;
  z-index: 1;
}
.widget.widget-service-profile .service-profile-list li a .download-content i {
  width: 25px;
  font-size: 24px;
  margin-right: 10px;
  color: var(--black-color);
}
.widget.widget-service-profile .service-profile-list li a:hover .service-profile-icon {
  color: var(--white-color);
}
.widget.widget-service-profile .service-profile-list li a:hover .service-profile-icon::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.widget.widget-extra-services .widget-content ul {
  position: relative;
  margin-bottom: 30px;
}
.widget.widget-extra-services .widget-content ul li {
  margin-bottom: 15px;
}
.widget.widget-extra-services .widget-content ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.widget.widget-extra-services .widget-content .services-total {
  position: relative;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.widget.widget-extra-services .widget-content .services-total span {
  color: var(--black-color);
}
.widget.widget-extra-services .widget-content .services-total p {
  margin-bottom: 0;
  font-family: var(--title-fonts);
  font-size: 28px;
  line-height: 1.4em;
  color: var(--primary-color);
  font-weight: 500;
}
@media (max-width: 767px) {
  .widget.widget-extra-services .widget-content .services-total p {
    font-size: 24px;
    line-height: 1.4em;
  }
}
.widget.widget-why-choose .widget-why-choose-list ul {
  position: relative;
}
.widget.widget-why-choose .widget-why-choose-list ul li {
  margin-bottom: 15px;
}
.widget.widget-why-choose .widget-why-choose-list ul li:nth-last-child(1) {
  margin-bottom: 0;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes move-bottom {
  0% {
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}
@keyframes move-left {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
  }
}
@keyframes move-left-right {
  0% {
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
  }
}
@keyframes move-left-center {
  0% {
    left: -60px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 60px;
  }
}
@keyframes move-right {
  0% {
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 40px));
    -moz-transform: translateX(calc(-100% - 40px));
    -ms-transform: translateX(calc(-100% - 40px));
    -o-transform: translateX(calc(-100% - 40px));
    transform: translateX(calc(-100% - 40px));
  }
}
@keyframes infiniterotate {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes imageanime {
  100% {
    left: 125%;
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spineer2 {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.99);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.99);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.99);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.99);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.99);
  }
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.01);
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.01);
    -ms-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.01);
    -o-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.01);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0.01);
  }
}
@keyframes spineer3 {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(3, 94, 88, 0.9);
    -moz-box-shadow: 0 0 0 0 rgba(3, 94, 88, 0.9);
    -ms-box-shadow: 0 0 0 0 rgba(3, 94, 88, 0.9);
    -o-box-shadow: 0 0 0 0 rgba(3, 94, 88, 0.9);
    box-shadow: 0 0 0 0 rgba(3, 94, 88, 0.9);
  }
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(3, 94, 88, 0.01);
    -moz-box-shadow: 0 0 0 15px rgba(3, 94, 88, 0.01);
    -ms-box-shadow: 0 0 0 15px rgba(3, 94, 88, 0.01);
    -o-box-shadow: 0 0 0 15px rgba(3, 94, 88, 0.01);
    box-shadow: 0 0 0 15px rgba(3, 94, 88, 0.01);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes fadeinone {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.section-title-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .section-title-area {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.section-title-area .section-title {
  position: relative;
  max-width: 580px;
  margin-bottom: 0;
  width: 50%;
}
@media (max-width: 991px) {
  .section-title-area .section-title {
    width: 100%;
  }
}
.section-title-area .section-title .sub-title {
  margin: 0;
}
.section-title-area .section-title-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  flex: 1;
  width: 50%;
}
@media (max-width: 991px) {
  .section-title-area .section-title-content {
    width: 100%;
  }
}
.section-title-area .section-title-content p {
  margin-bottom: 0;
}

.section-title {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .section-title {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.section-title.text-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
}
.section-title.text-center .sub-title {
  margin: 0 auto;
}
.section-title-white .sub-title {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--white-color) !important;
}
.section-title-white h2 {
  color: var(--white-color) !important;
}
.section-title .sub-title {
  position: relative;
  display: inline-block;
  width: max-content;
  background-color: var(--primary-rgb-05);
  color: var(--primary-color);
  border-radius: var(--border-radius-three);
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.section-title .sub-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .section-title .sub-title::before {
    width: 20px;
    height: 20px;
  }
}
.section-title h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.4em;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .section-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 32px;
  }
}
.section-title p {
  margin-bottom: 0;
}

.pagination {
  margin-top: 20px;
}
.pagination nav .page-list {
  padding-left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 10px;
}
.pagination nav .page-list li .page-numbers {
  position: relative;
  display: block;
  padding: 0 15px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--extra-color);
  color: var(--black-color);
  border-radius: var(--border-radius-three);
}
.pagination nav .page-list li .page-numbers.current {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.pagination nav .page-list li .page-numbers.prev {
  width: auto;
}
.pagination nav .page-list li .page-numbers.next {
  width: auto;
}
.pagination nav .page-list li .page-numbers:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  text-decoration: none;
  z-index: 2;
}

.check-list ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.check-list ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.check-list ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  height: 6px;
  width: 6px;
  background: var(--secondary-color);
  border-radius: 100px;
}
.check-list-two-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.check-list-two-col ul li {
  padding-left: 20px;
  position: relative;
  width: calc(50% - 15px);
  margin-bottom: 0;
}
.check-list-two-col ul li:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .check-list-two-col ul li {
    width: 100%;
  }
}
.check-list-two-col ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  height: 6px;
  width: 6px;
  background: var(--secondary-color);
  border-radius: 100px;
}

.social-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
.social-icon li span {
  font-size: 16px;
  font-weight: 400;
}
.social-icon li a {
  position: relative;
  color: var(--white-color);
  background-color: var(--extra-color-one);
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100px;
}
.social-icon li a::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  position: absolute;
  background: var(--secondary-color);
  border-radius: inherit;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.social-icon li a:hover {
  color: var(--white-color);
}
.social-icon li a:hover::before {
  opacity: 1;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.social-icon li a i {
  position: relative;
  z-index: 2;
}
.social-icon.social-vertical {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: 0;
  z-index: 5;
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: var(--border-radius-one);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.back-to-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}
.back-to-top:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.swiper-actions {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0;
  gap: 20px;
}
@media (max-width: 767px) {
  .swiper-actions {
    gap: 10px;
  }
}
.swiper-actions .swiper-button-next,
.swiper-actions .swiper-button-prev {
  position: relative;
  flex: none;
  width: 50px;
  height: 50px;
  color: var(--extra-color-five);
  background-color: transparent;
  border: 1px solid var(--extra-color-five);
  border-radius: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  right: 0;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .swiper-actions .swiper-button-next,
  .swiper-actions .swiper-button-prev {
    font-size: 15px;
  }
}
.swiper-actions .swiper-button-next::after,
.swiper-actions .swiper-button-prev::after {
  display: none;
}
.swiper-actions .swiper-button-next:hover,
.swiper-actions .swiper-button-prev:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}
.swiper-actions .dot .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background: var(--extra-color-five);
  opacity: 1;
  border-radius: 7px;
  margin-right: 15px;
  margin-bottom: 1px;
}
.swiper-actions .dot .swiper-pagination-bullet-active {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}
.swiper-actions .dot .swiper-pagination-bullet-active::before {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--extra-color-five);
  content: "";
}

.custome-radio [type=radio].checked, .custome-radio [type=radio]:not(.checked) {
  position: absolute;
  left: -9999px;
}
.custome-radio [type=radio]:checked + label, .custome-radio [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: var(--text-color);
}
.custome-radio [type=radio]:checked + label:before, .custome-radio [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: var(--white-color);
  border: 1px solid var(--black-color);
  border-radius: 100%;
}
.custome-radio [type=radio]:checked + label:before {
  border-color: var(--primary-color);
}
.custome-radio [type=radio]:checked + label:after, .custome-radio [type=radio]:not(:checked) + label:after {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--primary-color);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custome-radio [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.custome-radio [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.comment-wapper .comments-title {
  position: relative;
  font-size: 28px;
  line-height: 1.4em;
}
@media (max-width: 991px) {
  .comment-wapper .comments-title {
    font-size: 24px;
  }
}
.comment-wapper .comment-list li {
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 30px;
}
.comment-wapper .comment-list li:first-of-type {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.comment-wapper .comment-list li .comment-list-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
@media (max-width: 767px) {
  .comment-wapper .comment-list li .comment-list-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.comment-wapper .comment-list li .comment-list-item .comment-user-profile {
  flex: 0 0 auto;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .comment-wapper .comment-list li .comment-list-item .comment-user-profile {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.comment-wapper .comment-list li .comment-list-item .comment-user-profile figure {
  display: inline-block;
  overflow: hidden;
  border-radius: 20px;
}
.comment-wapper .comment-list li .comment-list-item .comment-user-profile figure img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.comment-wapper .comment-list li .comment-list-item .comment-content {
  position: relative;
  min-height: 115px;
}
.comment-wapper .comment-list li .comment-list-item .comment-content .comment-meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.comment-wapper .comment-list li .comment-list-item .comment-content .comment-meta .comment-author {
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  color: var(--text-color);
  font-weight: 500;
}
@media (max-width: 767px) {
  .comment-wapper .comment-list li .comment-list-item .comment-content .comment-meta .comment-author {
    font-size: 14px;
  }
}
.comment-wapper .comment-list li .comment-list-item .comment-content .comment-meta .comment-author .comment-author-name {
  margin: 0 5px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--black-color);
}
.comment-wapper .comment-list li .comment-list-item .comment-content .comment-meta .comment-date {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  margin: 0 0 0 30px;
  font-weight: 400;
  color: var(--text-color);
  position: relative;
}
@media (max-width: 767px) {
  .comment-wapper .comment-list li .comment-list-item .comment-content .comment-meta .comment-date {
    font-size: 14px;
  }
}
.comment-wapper .comment-list li .comment-list-item .comment-content .comment-meta .comment-date::before {
  position: absolute;
  content: "";
  left: -22px;
  height: 1px;
  top: 50%;
  width: 8px;
  background-color: var(--text-color);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.comment-wapper .comment-list li .comment-list-item .comment-content .comment-meta .comment-date i {
  color: var(--primary-color);
}
.comment-wapper .comment-list li .comment-list-item .comment-content p {
  margin-bottom: 15px;
}
.comment-wapper .comment-list li .comment-list-item .comment-content .comment-reply i {
  margin-right: 5px;
}
.comment-wapper .comment-list li .comment-list-item .comment-content .comment-reply:hover {
  color: var(--primary-color);
}
.comment-wapper .comment-list li .comment-list-item.comment-nesting {
  padding-left: 130px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .comment-wapper .comment-list li .comment-list-item.comment-nesting {
    padding-left: 30px;
  }
}
.comment-wapper .comment-list li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.comment-respond .comments-respond-title {
  position: relative;
  font-size: 28px;
  line-height: 1.4em;
}
@media (max-width: 991px) {
  .comment-respond .comments-respond-title {
    font-size: 24px;
  }
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px var(--primary-color);
  -moz-box-shadow: inset 0 0 5px var(--primary-color);
  -ms-box-shadow: inset 0 0 5px var(--primary-color);
  -o-box-shadow: inset 0 0 5px var(--primary-color);
  box-shadow: inset 0 0 5px var(--primary-color);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
.mouse-cursor.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--primary-color);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.mouse-cursor.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--primary-color);
  opacity: 0.3;
}
.mouse-cursor.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--primary-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -moz-transition: all 0.08s ease-out;
  -ms-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
.mouse-cursor.cursor-outer.cursor-hover {
  opacity: 0;
}

.line-anime {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.line-anime::before {
  content: "";
  height: 2px;
  width: 30px;
  background: var(--secondary-color);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-animation: move-left 3s alternate infinite;
  -moz-animation: move-left 3s alternate infinite;
  -o-animation: move-left 3s alternate infinite;
  animation: move-left 3s alternate infinite;
}
.line-anime::after {
  content: "";
  height: 2px;
  width: 90px;
  background: var(--extra-color-one);
  position: absolute;
  left: 0;
  bottom: 0;
}

.line-anime-center {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.line-anime-center::before {
  content: "";
  height: 2px;
  width: 30px;
  background: var(--secondary-color);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 1;
  -webkit-animation: move-left-center 3s alternate infinite;
  -moz-animation: move-left-center 3s alternate infinite;
  -o-animation: move-left-center 3s alternate infinite;
  animation: move-left-center 3s alternate infinite;
}
.line-anime-center::after {
  content: "";
  height: 2px;
  width: 90px;
  background: var(--extra-color-one);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.underline a {
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: all 0.3s, background-size 0.8s;
  transition: all 0.3s, background-size 0.8s;
}
.underline a:hover {
  color: var(--primary-color);
  background-size: 100% 1px;
}
.underline.is-white a {
  background-image: linear-gradient(var(--white-color), var(--white-color)), linear-gradient(var(--white-color), var(--white-color));
  padding: 0 0 3px 0;
}
.underline.is-white a:hover {
  color: var(--white-color);
}

.hover-icon-anime .icon-anime {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: var(--extra-color);
  color: var(--primary-color);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100px;
}
.hover-icon-anime .icon-anime::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  position: absolute;
  background: var(--primary-color);
  border-radius: inherit;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.hover-icon-anime .icon-anime figure {
  position: relative;
  z-index: 2;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.hover-icon-anime .icon-anime figure img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.hover-icon-anime:hover .icon-anime figure {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.hover-icon-anime:hover .icon-anime::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.preloader {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: var(--extra-color-two);
  position: fixed;
}
.preloader .preloader-icon {
  position: relative;
}
.preloader .preloader-icon img {
  width: 100px;
  height: 100px;
}
.preloader .preloader-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.preloader .preloader-text p {
  color: var(--white-color);
  margin-bottom: 0;
  font-size: 46px;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-animation: fadeinone 3s ease-in-out infinite;
  -moz-animation: fadeinone 3s ease-in-out infinite;
  -o-animation: fadeinone 3s ease-in-out infinite;
  animation: fadeinone 3s ease-in-out infinite;
}
@media (max-width: 991px) {
  .preloader .preloader-text p {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .preloader .preloader-text p {
    font-size: 26px;
  }
}
.preloader .preloader-text p:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.preloader .preloader-text p:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.preloader .preloader-text p:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.preloader .preloader-text p:nth-child(4) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.preloader .preloader-text p:nth-child(5) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.preloader .preloader-text p:nth-child(6) {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.preloader .preloader-text p:nth-child(7) {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.preloader .preloader-text p:nth-child(8) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-105 {
  padding-top: 105px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-115 {
  padding-top: 115px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-125 {
  padding-top: 125px !important;
}
.pt-130 {
  padding-top: 130px !important;
}
.pt-135 {
  padding-top: 135px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-145 {
  padding-top: 145px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pt-155 {
  padding-top: 155px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pt-165 {
  padding-top: 165px !important;
}
.pt-170 {
  padding-top: 170px !important;
}
.pt-175 {
  padding-top: 175px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pt-185 {
  padding-top: 185px !important;
}
.pt-190 {
  padding-top: 190px !important;
}
.pt-195 {
  padding-top: 195px !important;
}
.pt-200 {
  padding-top: 200px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-105 {
  padding-bottom: 105px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-115 {
  padding-bottom: 115px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-125 {
  padding-bottom: 125px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.pb-135 {
  padding-bottom: 135px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pb-145 {
  padding-bottom: 145px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pb-155 {
  padding-bottom: 155px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pb-165 {
  padding-bottom: 165px !important;
}
.pb-170 {
  padding-bottom: 170px !important;
}
.pb-175 {
  padding-bottom: 175px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.pb-185 {
  padding-bottom: 185px !important;
}
.pb-190 {
  padding-bottom: 190px !important;
}
.pb-195 {
  padding-bottom: 195px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}

.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pl-85 {
  padding-left: 85px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pl-95 {
  padding-left: 95px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pl-105 {
  padding-left: 105px !important;
}
.pl-110 {
  padding-left: 110px !important;
}
.pl-115 {
  padding-left: 115px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pl-125 {
  padding-left: 125px !important;
}
.pl-130 {
  padding-left: 130px !important;
}
.pl-135 {
  padding-left: 135px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pl-145 {
  padding-left: 145px !important;
}
.pl-150 {
  padding-left: 150px !important;
}
.pl-155 {
  padding-left: 155px !important;
}
.pl-160 {
  padding-left: 160px !important;
}
.pl-165 {
  padding-left: 165px !important;
}
.pl-170 {
  padding-left: 170px !important;
}
.pl-175 {
  padding-left: 175px !important;
}
.pl-180 {
  padding-left: 180px !important;
}
.pl-185 {
  padding-left: 185px !important;
}
.pl-190 {
  padding-left: 190px !important;
}
.pl-195 {
  padding-left: 195px !important;
}
.pl-200 {
  padding-left: 200px !important;
}

.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pr-65 {
  padding-right: 65px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pr-85 {
  padding-right: 85px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pr-95 {
  padding-right: 95px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pr-105 {
  padding-right: 105px !important;
}
.pr-110 {
  padding-right: 110px !important;
}
.pr-115 {
  padding-right: 115px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pr-125 {
  padding-right: 125px !important;
}
.pr-130 {
  padding-right: 130px !important;
}
.pr-135 {
  padding-right: 135px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
.pr-145 {
  padding-right: 145px !important;
}
.pr-150 {
  padding-right: 150px !important;
}
.pr-155 {
  padding-right: 155px !important;
}
.pr-160 {
  padding-right: 160px !important;
}
.pr-165 {
  padding-right: 165px !important;
}
.pr-170 {
  padding-right: 170px !important;
}
.pr-175 {
  padding-right: 175px !important;
}
.pr-180 {
  padding-right: 180px !important;
}
.pr-185 {
  padding-right: 185px !important;
}
.pr-190 {
  padding-right: 190px !important;
}
.pr-195 {
  padding-right: 195px !important;
}
.pr-200 {
  padding-right: 200px !important;
}

.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-105 {
  margin-top: 105px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-115 {
  margin-top: 115px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-125 {
  margin-top: 125px !important;
}
.mt-130 {
  margin-top: 130px !important;
}
.mt-135 {
  margin-top: 135px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mt-145 {
  margin-top: 145px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-155 {
  margin-top: 155px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mt-165 {
  margin-top: 165px !important;
}
.mt-170 {
  margin-top: 170px !important;
}
.mt-175 {
  margin-top: 175px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mt-185 {
  margin-top: 185px !important;
}
.mt-190 {
  margin-top: 190px !important;
}
.mt-195 {
  margin-top: 195px !important;
}
.mt-200 {
  margin-top: 200px !important;
}

.mt--100 {
  margin-top: -100px;
}
.mt--150 {
  margin-top: -150px;
}
.mt--200 {
  margin-top: -200px;
}

.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-105 {
  margin-bottom: 105px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-115 {
  margin-bottom: 115px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-125 {
  margin-bottom: 125px !important;
}
.mb-130 {
  margin-bottom: 130px !important;
}
.mb-135 {
  margin-bottom: 135px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.mb-145 {
  margin-bottom: 145px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mb-155 {
  margin-bottom: 155px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.mb-165 {
  margin-bottom: 165px !important;
}
.mb-170 {
  margin-bottom: 170px !important;
}
.mb-175 {
  margin-bottom: 175px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.mb-185 {
  margin-bottom: 185px !important;
}
.mb-190 {
  margin-bottom: 190px !important;
}
.mb-195 {
  margin-bottom: 195px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}

.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.ml-85 {
  margin-left: 85px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.ml-95 {
  margin-left: 95px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.ml-105 {
  margin-left: 105px !important;
}
.ml-110 {
  margin-left: 110px !important;
}
.ml-115 {
  margin-left: 115px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.ml-125 {
  margin-left: 125px !important;
}
.ml-130 {
  margin-left: 130px !important;
}
.ml-135 {
  margin-left: 135px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.ml-145 {
  margin-left: 145px !important;
}
.ml-150 {
  margin-left: 150px !important;
}
.ml-155 {
  margin-left: 155px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.ml-165 {
  margin-left: 165px !important;
}
.ml-170 {
  margin-left: 170px !important;
}
.ml-175 {
  margin-left: 175px !important;
}
.ml-180 {
  margin-left: 180px !important;
}
.ml-185 {
  margin-left: 185px !important;
}
.ml-190 {
  margin-left: 190px !important;
}
.ml-195 {
  margin-left: 195px !important;
}
.ml-200 {
  margin-left: 200px !important;
}

.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mr-85 {
  margin-right: 85px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mr-95 {
  margin-right: 95px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mr-105 {
  margin-right: 105px !important;
}
.mr-110 {
  margin-right: 110px !important;
}
.mr-115 {
  margin-right: 115px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mr-125 {
  margin-right: 125px !important;
}
.mr-130 {
  margin-right: 130px !important;
}
.mr-135 {
  margin-right: 135px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mr-145 {
  margin-right: 145px !important;
}
.mr-150 {
  margin-right: 150px !important;
}
.mr-155 {
  margin-right: 155px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.mr-165 {
  margin-right: 165px !important;
}
.mr-170 {
  margin-right: 170px !important;
}
.mr-175 {
  margin-right: 175px !important;
}
.mr-180 {
  margin-right: 180px !important;
}
.mr-185 {
  margin-right: 185px !important;
}
.mr-190 {
  margin-right: 190px !important;
}
.mr-195 {
  margin-right: 195px !important;
}
.mr-200 {
  margin-right: 200px !important;
}

@media (max-width: 991px) {
  .md-pt-180 {
    padding-top: 180px !important;
  }
  .md-pt-170 {
    padding-top: 170px !important;
  }
  .md-pt-160 {
    padding-top: 160px !important;
  }
  .md-pt-150 {
    padding-top: 150px !important;
  }
  .md-pt-140 {
    padding-top: 140px !important;
  }
  .md-pt-130 {
    padding-top: 130px !important;
  }
  .md-pt-120 {
    padding-top: 120px !important;
  }
  .md-pt-110 {
    padding-top: 110px !important;
  }
  .md-pt-100 {
    padding-top: 100px !important;
  }
  .md-pt-90 {
    padding-top: 90px !important;
  }
  .md-pt-80 {
    padding-top: 80px !important;
  }
  .md-pt-70 {
    padding-top: 70px !important;
  }
  .md-pt-60 {
    padding-top: 60px !important;
  }
  .md-pt-50 {
    padding-top: 50px !important;
  }
  .md-pt-40 {
    padding-top: 40px !important;
  }
  .md-pt-30 {
    padding-top: 30px !important;
  }
  .md-pt-20 {
    padding-top: 20px !important;
  }
  .md-pt-10 {
    padding-top: 10px !important;
  }
  .md-pb-180 {
    padding-bottom: 180px !important;
  }
  .md-pb-170 {
    padding-bottom: 170px !important;
  }
  .md-pb-160 {
    padding-bottom: 160px !important;
  }
  .md-pb-150 {
    padding-bottom: 150px !important;
  }
  .md-pb-140 {
    padding-bottom: 140px !important;
  }
  .md-pb-130 {
    padding-bottom: 130px !important;
  }
  .md-pb-120 {
    padding-bottom: 120px !important;
  }
  .md-pb-110 {
    padding-bottom: 110px !important;
  }
  .md-pb-100 {
    padding-bottom: 100px !important;
  }
  .md-pb-90 {
    padding-bottom: 90px !important;
  }
  .md-pb-80 {
    padding-bottom: 80px !important;
  }
  .md-pb-70 {
    padding-bottom: 70px !important;
  }
  .md-pb-60 {
    padding-bottom: 60px !important;
  }
  .md-pb-50 {
    padding-bottom: 50px !important;
  }
  .md-pb-40 {
    padding-bottom: 40px !important;
  }
  .md-pb-30 {
    padding-bottom: 30px !important;
  }
  .md-pb-20 {
    padding-bottom: 20px !important;
  }
  .md-pb-10 {
    padding-bottom: 10px !important;
  }
  .md-mt .md-mt--110 {
    margin-top: -110px;
  }
  .md-mt .md-mt--120 {
    margin-top: -120px;
  }
  .md-mt .md-mt--130 {
    margin-top: -130px;
  }
  .md-mt .md-mt--140 {
    margin-top: -140px;
  }
  .md-mt .md-mt--150 {
    margin-top: -150px;
  }
}
.fs_14 {
  font-size: 14px !important;
}
.fs_15 {
  font-size: 15px !important;
}
.fs_16 {
  font-size: 16px !important;
}
.fs_17 {
  font-size: 17px !important;
}
.fs_18 {
  font-size: 18px !important;
}
.fs_19 {
  font-size: 19px !important;
}
.fs_20 {
  font-size: 20px !important;
}
.fs_21 {
  font-size: 21px !important;
}
.fs_22 {
  font-size: 22px !important;
}
.fs_23 {
  font-size: 23px !important;
}
.fs_24 {
  font-size: 24px !important;
}

.fw_1 {
  font-weight: 100 !important;
}
.fw_2 {
  font-weight: 200 !important;
}
.fw_3 {
  font-weight: 300 !important;
}
.fw_4 {
  font-weight: 400 !important;
}
.fw_5 {
  font-weight: 500 !important;
}
.fw_6 {
  font-weight: 600 !important;
}
.fw_7 {
  font-weight: 700 !important;
}
.fw_8 {
  font-weight: 800 !important;
}
.fw_9 {
  font-weight: 900 !important;
}
.fw_bold {
  font-weight: bold !important;
}

.line_height {
  line-height: normal !important;
}

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

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

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

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

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

.background-one {
  background-color: var(--background-one) !important;
}
.background-two {
  background-color: var(--background-two) !important;
}

.extra-color {
  background-color: var(--extra-color);
}
.extra-color-one {
  background-color: var(--extra-color-one);
}
.extra-color-two {
  background-color: var(--extra-color-two);
}
.extra-color-three {
  background-color: var(--extra-color-three);
}

.fa-star {
  color: var(--text-color);
}
.fa-star.active {
  color: #ffb03b;
}

.grid-1 {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(1, 1fr);
}
.grid-2 {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 575px) {
  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-3 {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-4 {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-5 {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 767px) {
  .grid-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-6 {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 767px) {
  .grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.image-anime::after {
  position: absolute;
  top: 0;
  left: -85%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.image-anime:hover::after {
  -webkit-animation: imageanime 0.85s;
  -moz-animation: imageanime 0.85s;
  -o-animation: imageanime 0.85s;
  animation: imageanime 0.85s;
}

.sticky {
  position: sticky;
  top: 120px;
}
@media (max-width: 991px) {
  .sticky {
    position: relative;
    top: 0;
  }
}

.footer {
  background-color: var(--footer-color);
}
.footer .footer-bottom .footer-widget-wrap .footer-widget-title {
  font-size: 24px;
  color: var(--white-color);
}
.footer .footer-bottom .footer-widget-wrap .widget-link .link li {
  margin-bottom: 15px;
}
.footer .footer-bottom .footer-widget-wrap .widget-link .link li:nth-last-child(1) {
  margin-bottom: 0;
}
.footer .footer-bottom .footer-widget-wrap .widget-link .link li a {
  position: relative;
  color: var(--white-color);
  margin-left: -16px;
  transition: var(--transition);
}
.footer .footer-bottom .footer-widget-wrap .widget-link .link li a i {
  font-size: 12px;
  margin-right: 5px;
  opacity: 0;
  transition-duration: 0.8s;
  color: var(--secondary-color);
}
.footer .footer-bottom .footer-widget-wrap .widget-link .link li a:hover {
  margin-left: 0;
  color: var(--secondary-color);
}
.footer .footer-bottom .footer-widget-wrap .widget-link .link li a:hover i {
  margin-left: 0;
  opacity: 1;
}
.footer .footer-bottom .footer-widget-wrap .contact-info li p {
  color: var(--white-color);
  padding-left: 40px;
}
.footer .footer-bottom .footer-widget-wrap .contact-info li p i {
  position: absolute;
  left: 0;
  color: var(--white-color);
  height: 24px;
  width: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer .footer-bottom .footer-widget-wrap .footer-widget-about p {
  color: var(--white-color);
  margin-bottom: 30px;
}
.footer .footer-bottom .footer-widget-wrap .footer-widget-subscribe form {
  position: relative;
}
.footer .footer-bottom .footer-widget-wrap .footer-widget-subscribe form input {
  border: none;
  border-radius: var(--border-radius-one);
  font-weight: 400;
}
.footer .footer-bottom .footer-widget-wrap .footer-widget-subscribe form button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 5px 15px;
  right: 5px;
  height: 80%;
  background: transparent;
  color: var(--white-color);
  border-radius: var(--border-radius-one);
}
.footer .footer-bottom .footer-widget-wrap .footer-widget-get-in-touch .widget-get-in-touch .get-in-touch-list li {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 14px;
}
.footer .footer-bottom .footer-widget-wrap .footer-widget-get-in-touch .widget-get-in-touch .get-in-touch-list li:nth-last-child(1) {
  margin-bottom: 0;
}
.footer .footer-bottom .footer-widget-wrap .footer-widget-get-in-touch .widget-get-in-touch .get-in-touch-list li p {
  margin-bottom: 0;
  color: var(--white-color);
}
.footer .footer-copyright {
  background-color: var(--extra-color-three);
}
.footer .footer-copyright .footer-copyright-wrap {
  padding-top: 15px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .footer .footer-copyright .footer-copyright-wrap {
    padding-bottom: 25px;
  }
}
.footer .footer-copyright .footer-copyright-wrap .copyright-text {
  margin-top: 10px;
}
.footer .footer-copyright .footer-copyright-wrap .copyright-text p {
  color: var(--white-color);
}
.footer .footer-copyright .footer-copyright-wrap .footer-bottom-nav {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 15px;
}
.footer .footer-copyright .footer-copyright-wrap .footer-bottom-nav li {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .footer .footer-copyright .footer-copyright-wrap .footer-bottom-nav li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .footer .footer-copyright .footer-copyright-wrap .footer-bottom-nav li {
    margin-left: 15px;
    padding-left: 15px;
  }
}
.footer .footer-copyright .footer-copyright-wrap .footer-bottom-nav li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.footer .footer-copyright .footer-copyright-wrap .footer-bottom-nav li:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -4px;
  height: 6px;
  width: 6px;
  background: var(--secondary-color);
  border-radius: 100px;
}
.footer .footer-copyright .footer-copyright-wrap .footer-bottom-nav li a {
  color: var(--white-color);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.footer .footer-copyright .footer-copyright-wrap .footer-bottom-nav li a:hover {
  color: var(--secondary-color);
}
.footer-1 .footer-bottom .footer-widget-wrap {
  padding: 80px 0 0 0;
}
@media (max-width: 1199px) {
  .footer-1 .footer-bottom .footer-widget-wrap {
    padding: 80px 0 30px 0;
  }
}
@media (max-width: 1199px) {
  .footer-1 .footer-bottom .footer-widget-wrap .footer-widget {
    margin-bottom: 50px;
  }
}
.footer-1 .footer-bottom .footer-widget-wrap .footer-widget-about {
  background-color: var(--extra-color-four);
  padding: 50px 45px;
  margin-top: -270px;
  z-index: 2;
  position: relative;
  border-radius: var(--border-radius-three) var(--border-radius-three) 0 0;
}
@media (max-width: 1400px) {
  .footer-1 .footer-bottom .footer-widget-wrap .footer-widget-about {
    padding: 35px;
  }
}
@media (max-width: 1199px) {
  .footer-1 .footer-bottom .footer-widget-wrap .footer-widget-about {
    padding: 25px;
    margin-top: 0;
    margin-bottom: 50px;
    border-radius: var(--border-radius-two);
  }
}
@media (max-width: 767px) {
  .footer-1 .footer-bottom .footer-widget-wrap .footer-widget-about {
    padding: 20px;
  }
}
.footer-1 .footer-bottom .footer-widget-wrap .footer-widget-about .degree-text {
  background: var(--extra-color-three);
  padding: 20px;
  border-radius: var(--border-radius-one);
}
.footer-2 {
  position: relative;
  z-index: 1;
}
.footer-2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--black-color);
  top: 0;
  z-index: -1;
  opacity: 0.85;
}
.footer-2 .footer-bottom .footer-widget-wrap {
  padding: 80px 0 30px 0;
}
@media (max-width: 767px) {
  .footer-2 .footer-bottom .footer-widget-wrap {
    padding: 50px 0 0 0;
  }
}
.footer-2 .footer-bottom .footer-widget-wrap .footer-widget {
  margin-bottom: 50px;
}
.footer-2 .footer-bottom .footer-widget-wrap .footer-widget-about .degree-text {
  display: inline-block;
  background: var(--extra-color-one);
  padding: 20px;
  border-radius: var(--border-radius-one);
}
.footer-2 .footer-bottom .footer-widget-wrap .footer-widget-subscribe {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 50px;
}
@media (max-width: 767px) {
  .footer-2 .footer-bottom .footer-widget-wrap .footer-widget-subscribe {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.footer-2 .footer-bottom .footer-widget-wrap .footer-widget-subscribe .footer-widget-title {
  width: 33%;
}
@media (max-width: 767px) {
  .footer-2 .footer-bottom .footer-widget-wrap .footer-widget-subscribe .footer-widget-title {
    width: 100%;
  }
}
.footer-2 .footer-bottom .footer-widget-wrap .footer-widget-subscribe .subscribe-form {
  position: relative;
  flex: 1;
  width: 100%;
}
.footer-2 .footer-bottom .footer-widget-wrap .footer-widget-subscribe .subscribe-form .submit-btn {
  position: absolute;
  right: 5px;
  height: 45px;
  width: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: var(--border-radius-one);
}
.footer-2 .footer-bottom .footer-widget-wrap .footer-widget-subscribe .subscribe-form .submit-btn:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.footer-2 .footer-copyright {
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.0784313725);
}
.footer-3 .footer-bottom .footer-widget-wrap {
  padding: 80px 0 30px 0;
}
@media (max-width: 767px) {
  .footer-3 .footer-bottom .footer-widget-wrap {
    padding: 50px 0 0 0;
  }
}
.footer-3 .footer-bottom .footer-widget-wrap .footer-widget {
  margin-bottom: 50px;
}
.footer-3 .footer-bottom .footer-widget-wrap .footer-contact-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}
.footer-3 .footer-bottom .footer-widget-wrap .footer-contact-box .footer-contact-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.footer-3 .footer-bottom .footer-widget-wrap .footer-contact-box .footer-contact-list .footer-contact-icon {
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  border-radius: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer-3 .footer-bottom .footer-widget-wrap .footer-contact-box .footer-contact-list .footer-contact-icon::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  position: absolute;
  background: var(--secondary-color);
  border-radius: inherit;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.footer-3 .footer-bottom .footer-widget-wrap .footer-contact-box .footer-contact-list .footer-contact-icon i {
  position: relative;
  z-index: 2;
  width: 28px;
  height: 28px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer-3 .footer-bottom .footer-widget-wrap .footer-contact-box .footer-contact-list .footer-contact-content {
  font-size: 16px;
  margin-left: 20px;
  color: var(--white-color);
}
.footer-3 .footer-bottom .footer-widget-wrap .footer-contact-box .footer-contact-list .footer-contact-content span {
  display: block;
  font-size: 13px;
  margin-bottom: 0;
}
.footer-3 .footer-bottom .footer-widget-wrap .footer-contact-box .footer-contact-list:hover .footer-contact-icon::before {
  opacity: 1;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

@media (max-width: 1400px) {
  .header .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header .header-top {
  position: relative;
}
@media (max-width: 1199px) {
  .header .header-lower {
    padding: 10px 0;
  }
}
.header .header-lower .header-content .header-navigation nav.main-menu {
  position: relative;
}
@media (max-width: 1199px) {
  .header .header-lower .header-content .header-navigation nav.main-menu {
    display: none;
  }
}
.header .header-lower .header-content .header-navigation nav.main-menu .navbar-collapse {
  padding: 0;
  float: left;
  display: block !important;
}
.header .header-lower .header-content .header-navigation nav.main-menu .navbar-collapse .navigation {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 42px;
}
@media (max-width: 1400px) {
  .header .header-lower .header-content .header-navigation nav.main-menu .navbar-collapse .navigation {
    gap: 32px;
  }
}
@media (max-width: 1299px) {
  .header .header-lower .header-content .header-navigation nav.main-menu .navbar-collapse .navigation {
    gap: 20px;
  }
}
.header .header-lower .header-content .header-navigation nav.main-menu .navbar-collapse .navigation > li > a {
  position: relative;
  display: block;
  padding: 25px 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: var(--black-color);
}
.header .header-lower .header-content .header-navigation nav.main-menu .navbar-collapse .navigation > li > .submenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 15rem;
  background-color: var(--white-color);
  z-index: 3;
  border-radius: 15px;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: perspective(300px) scaleY(0) translateZ(30px);
  -moz-transform: perspective(300px) scaleY(0) translateZ(30px);
  -ms-transform: perspective(300px) scaleY(0) translateZ(30px);
  -o-transform: perspective(300px) scaleY(0) translateZ(30px);
  transform: perspective(300px) scaleY(0) translateZ(30px);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .header-lower .header-content .header-navigation nav.main-menu .navbar-collapse .navigation > li > .submenu li {
  border-bottom: 1px dashed var(--border-color-one);
}
.header .header-lower .header-content .header-navigation nav.main-menu .navbar-collapse .navigation > li > .submenu li:nth-last-child(1) {
  border-bottom: none;
}
.header .header-lower .header-content .header-navigation nav.main-menu .navbar-collapse .navigation > li > .submenu li a {
  position: relative;
  display: block;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: var(--black-color);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.header .header-lower .header-content .header-navigation nav.main-menu .navbar-collapse .navigation > li > .submenu li a::before {
  content: "";
  background-color: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 20px;
  height: 2px;
  width: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.header .header-lower .header-content .header-navigation nav.main-menu .navbar-collapse .navigation > li > .submenu li a:hover {
  color: var(--primary-color);
  padding: 10px 12px 10px 50px;
}
.header .header-lower .header-content .header-navigation nav.main-menu .navbar-collapse .navigation > li > .submenu li a:hover::before {
  width: 20px;
}
.header .header-lower .header-content .header-navigation nav.main-menu .navbar-collapse .navigation > li > .submenu li a i {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 0;
}
.header .header-lower .header-content .header-navigation nav.main-menu .navbar-collapse .navigation > li > .submenu li.dropdown .submenu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 15rem;
  opacity: 0;
  visibility: hidden;
  background-color: var(--white-color);
  border-radius: 15px;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .header-lower .header-content .header-navigation nav.main-menu .navbar-collapse .navigation > li > .submenu li:hover.dropdown .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.header .header-lower .header-content .header-navigation nav.main-menu .navbar-collapse .navigation > li .dropdown-btn {
  display: none;
}
.header .header-lower .header-content .header-navigation nav.main-menu .navbar-collapse .navigation > li:hover > a {
  color: var(--primary-color);
}
.header .header-lower .header-content .header-navigation nav.main-menu .navbar-collapse .navigation > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(300px) scaleY(1) translateZ(0);
  -moz-transform: perspective(300px) scaleY(1) translateZ(0);
  -ms-transform: perspective(300px) scaleY(1) translateZ(0);
  -o-transform: perspective(300px) scaleY(1) translateZ(0);
  transform: perspective(300px) scaleY(1) translateZ(0);
}
@media (max-width: 767px) {
  .header .header-lower .header-content .header-right .header-button {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header .header-lower .header-content .header-right .header-cart {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header .header-lower .header-content .header-right .header-call {
    display: none;
  }
}
.header .header-lower.sticky {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  position: fixed;
  background-color: var(--primary-color);
  border-bottom: none;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -moz-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -o-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header .header-contact-info ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 5px;
}
.header .header-contact-info ul li {
  margin-right: 45px;
  position: relative;
}
.header .header-contact-info ul li::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: -30px;
  height: 6px;
  width: 6px;
  background: var(--secondary-color);
  border-radius: 100px;
}
.header .header-contact-info ul li:nth-last-child(1)::before {
  display: none;
}
.header .header-contact-info ul li p {
  margin-bottom: 0;
  color: var(--white-color);
  font-size: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.header .header-contact-info ul li p i {
  color: var(--white-color);
  margin-right: 5px;
  width: 24px;
  height: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .header-top-right {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}
.header .header-sidebar .sidebar-toggler {
  position: relative;
  height: 52px;
  width: 52px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.header .header-sidebar .sidebar-toggler span {
  display: block;
  position: relative;
  z-index: 1;
  width: 32px;
  height: 2px;
  border-radius: 1px;
  opacity: 1;
  background-color: var(--secondary-color);
  margin: 3px 0;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.header .header-sidebar .sidebar-toggler:hover span {
  background-color: var(--white-color);
}
.header .header-social-icon ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 10px;
}
.header .header-social-icon ul li a {
  position: relative;
  background-color: var(--extra-color-one);
  color: var(--white-color);
  width: 42px;
  height: 42px;
  font-size: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100px;
}
.header .header-social-icon ul li a::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  position: absolute;
  background: var(--secondary-color);
  border-radius: inherit;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.header .header-social-icon ul li a:hover {
  color: var(--white-color);
}
.header .header-social-icon ul li a:hover::before {
  opacity: 1;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.header .header-social-icon ul li a i {
  position: relative;
  z-index: 2;
}
.header .logo-box {
  display: none;
}
@media (max-width: 1199px) {
  .header .logo-box {
    display: block;
  }
  .header .logo-box .logo a figure img {
    width: 120px;
  }
}
.header .header-search a {
  position: relative;
  height: 52px;
  width: 52px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  color: var(--secondary-color);
}
.header .header-search a:hover {
  color: var(--white-color);
}
.header #search-box {
  position: fixed;
  top: 0;
  padding: 15px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
  display: none;
}
.header #search-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: var(--extra-color-one);
  color: var(--white-color);
  width: 42px;
  height: 42px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100px;
  cursor: pointer;
}
.header #search-box .close::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  position: absolute;
  background: var(--secondary-color);
  border-radius: inherit;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.header #search-box .close:hover {
  color: var(--white-color);
}
.header #search-box .close:hover::before {
  opacity: 1;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.header #search-box .close i {
  position: relative;
  z-index: 2;
}
.header #search-box .search-wapper {
  position: relative;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.header #search-box .search-wapper .search-form {
  position: relative;
  max-width: 767px;
  width: 100%;
}
.header #search-box .search-wapper .search-form .input-group input {
  height: 72px;
}
.header #search-box .search-wapper .search-form .search-submit-btn {
  position: absolute;
  right: 15px;
  height: 45px;
  width: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  color: var(--white-color);
  border-radius: var(--border-radius-one);
}
.header #search-box.active {
  display: block;
}
.header-1 {
  position: relative;
  top: 0;
  z-index: 8;
  width: 100%;
}
.header-1 .header-top {
  padding: 10px 0;
  border-bottom: 1px solid var(--border-color-one);
}
.header-1 .header-lower {
  position: relative;
  z-index: 9;
  width: 100%;
}
.header-1 .header-lower .header-content .logo-box {
  display: none;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .header-1 .header-lower .header-content .logo-box {
    display: block;
  }
}
.header-1 .header-lower .header-left {
  width: 120px;
}
@media (max-width: 1400px) {
  .header-1 .header-lower .header-left {
    width: 100px;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-lower .header-left {
    width: auto;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-lower .header-left .header-sidebar {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .header-1 .header-lower .header-left .header-sidebar {
    margin-right: 0;
  }
}
.header-1 .header-lower.sticky .header-content .main-menu ul .center-logo {
  top: -46px;
}
.header-1 .header-lower.sticky .header-content .main-menu ul .center-logo .logo {
  height: 100px;
}
.header-1 .header-lower.sticky .header-content .main-menu ul .center-logo .logo a img {
  width: 160px;
}
.header-2 {
  position: absolute;
  top: 0;
  z-index: 8;
  width: 100%;
}
.header-2::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.header-2 .header-top {
  padding: 10px 0;
}
.header-2 .header-lower {
  position: relative;
  z-index: 9;
}
.header-2 .header-lower .header-content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  padding: 5px 25px;
  backdrop-filter: blur(6px);
  max-width: 1890px;
  margin: 0 auto;
  border-radius: 100px;
}
.header-2 .header-lower .header-content .logo-box {
  display: block;
}
.header-2 .header-lower .header-content .logo-box .logo a figure img {
  width: 120px;
}
.header-2 .header-lower .header-content .header-navigation .main-menu ul li {
  margin-inline-end: 32px;
}
.header-2 .header-lower.sticky {
  max-width: 100%;
  padding: 0 0;
  border-radius: 0;
}
@media (max-width: 1199px) {
  .header-2 .header-lower.sticky {
    padding: 10px 0;
  }
}
.header-2 .header-lower.sticky .header-content {
  padding: 0 0;
  background-color: transparent;
}
.header-2 .header-lower.sticky .header-content .logo-box {
  display: block;
}
.header-3 .header-top {
  background-color: var(--primary-color);
  padding: 10px 0;
}
.header-3 .header-lower .header-content .logo-box {
  display: block;
}
.header-3 .header-lower .header-content .logo-box .logo {
  position: relative;
}
.header-3 .header-lower .header-content .logo-box .logo .logo-shape {
  position: absolute;
  bottom: -23px;
  width: 100%;
  height: 15px;
  z-index: 2;
}
.header-3 .header-lower .header-content .logo-box .logo a {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.header-3 .header-lower .header-content .logo-box .logo a figure img {
  width: 120px;
}
.header-3 .header-lower .header-content .main-menu ul {
  margin-bottom: 0;
}
.header-3 .header-lower .header-content .main-menu ul li {
  margin-inline-end: 32px;
}
.header-3 .header-lower .header-content .main-menu ul li a {
  color: var(--black-color);
  font-weight: 500;
}
.header-3 .header-lower .header-content .main-menu ul li:hover > a {
  color: var(--secondary-color);
}
.header-3 .header-lower .header-content .main-menu ul li:hover > a::after {
  color: var(--secondary-color);
}
.header-3 .header-lower .header-content .header-right .header-sidebar a:hover span {
  background-color: var(--primary-color);
}
.header-3 .header-lower .header-content .header-right .header-search a:hover {
  color: var(--primary-color);
}
.header-3 .header-lower.sticky {
  background-color: var(--white-color);
}

.main-menu ul {
  margin-bottom: 0;
}
.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 65px;
}
@media (max-width: 1600px) {
  .main-menu ul li {
    margin-inline-end: 35px;
  }
}
.main-menu ul li:last-child {
  margin-inline-end: 0 !important;
}
.main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  color: var(--white-color);
  padding: 25px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.main-menu ul li a i {
  margin-left: 5px;
  font-size: 14px;
}
.main-menu ul li a:hover {
  color: var(--secondary-color) !important;
}
.main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 280px;
  background: var(--white-color);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  color: var(--secondary-color);
  -webkit-box-shadow: 0 0 40px 0 rgba(11, 13, 17, 0.08);
  -moz-box-shadow: 0 0 40px 0 rgba(11, 13, 17, 0.08);
  -ms-box-shadow: 0 0 40px 0 rgba(11, 13, 17, 0.08);
  -o-box-shadow: 0 0 40px 0 rgba(11, 13, 17, 0.08);
  box-shadow: 0 0 40px 0 rgba(11, 13, 17, 0.08);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  padding: 30px 30px;
}
.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.main-menu ul li .submenu li:not(:last-child) {
  padding-bottom: 15px;
}
.main-menu ul li .submenu li a {
  z-index: 11;
  color: var(--black-color);
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 0;
  height: 1px;
  background-color: var(--secondary-color);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.main-menu ul li .submenu li a:hover {
  color: var(--secondary-color) !important;
  padding-left: 20px;
}
.main-menu ul li .submenu li a:hover::before {
  width: 10px;
}
.main-menu ul li .submenu li:last-child a {
  border: none;
}
.main-menu ul li .submenu li .submenu {
  inset-inline-start: 113%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  visibility: visible;
  opacity: 1;
}
.main-menu ul li .has-homemenu {
  position: absolute;
  width: 1000px;
  top: 100%;
  left: -150px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  padding: 30px;
  background: var(--white-color);
  color: var(--primary-color);
  border-top: 5px solid var(--secondary-color);
  -webkit-box-shadow: 0 0 40px 0 rgba(11, 13, 17, 0.08);
  -moz-box-shadow: 0 0 40px 0 rgba(11, 13, 17, 0.08);
  -ms-box-shadow: 0 0 40px 0 rgba(11, 13, 17, 0.08);
  -o-box-shadow: 0 0 40px 0 rgba(11, 13, 17, 0.08);
  box-shadow: 0 0 40px 0 rgba(11, 13, 17, 0.08);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li .has-homemenu li {
  width: 33.33%;
  margin-inline-end: 30px;
}
.main-menu ul li .has-homemenu li a {
  padding: 0;
  font-weight: 500;
  text-align: center;
  color: var(--primary-color);
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.main-menu ul li .has-homemenu li a:hover img {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.main-menu ul li .has-homemenu li a img {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu ul li:hover > a {
  color: var(--secondary-color);
}
.main-menu ul li:hover > a::after {
  color: var(--secondary-color);
}
.main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.main-menu ul li:hover .has-homemenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.main-menu ul li.center-logo {
  position: relative;
  width: 180px;
  top: -107px;
}
.main-menu ul li.center-logo .logo {
  position: absolute;
  margin-top: 0;
  width: 100%;
  height: 150px;
  background-color: var(--secondary-color);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.main-menu ul li.center-logo .logo .logo-shape {
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 30px;
}
.main-menu ul li.center-logo .logo a {
  padding: 0;
}
.main-menu ul li.center-logo .logo a img {
  width: 150px;
}
@media (max-width: 1400px) {
  .main-menu ul li.center-logo .logo a img {
    width: 120px;
  }
}

.offcanvas .menu-outer {
  display: none;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .offcanvas .menu-outer {
    display: block;
  }
}
@media (max-width: 1199px) {
  .offcanvas .menu-outer .navbar-collapse {
    display: block;
  }
}
.offcanvas .menu-outer .navbar-collapse ul.navigation > li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.offcanvas .menu-outer .navbar-collapse ul.navigation > li > a {
  padding: 15px 0;
  width: 100%;
  position: relative;
  display: block;
  font-size: 16px;
  color: var(--black-color);
}
.offcanvas .menu-outer .navbar-collapse ul.navigation > li > a i {
  display: none;
}
.offcanvas .menu-outer .navbar-collapse ul.navigation > li ul.submenu {
  display: none;
}
.offcanvas .menu-outer .navbar-collapse ul.navigation > li ul.submenu li {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.offcanvas .menu-outer .navbar-collapse ul.navigation > li ul.submenu li > a {
  padding: 15px 0 15px 20px;
  display: block;
  color: var(--black-color);
  font-size: 16px;
}
.offcanvas .menu-outer .navbar-collapse ul.navigation > li ul.submenu li > a i {
  display: none;
}
.offcanvas .menu-outer .navbar-collapse ul.navigation > li ul.submenu li ul.submenu {
  display: none;
}
.offcanvas .menu-outer .navbar-collapse ul.navigation > li ul.submenu li ul.submenu li {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.offcanvas .menu-outer .navbar-collapse ul.navigation > li ul.submenu li ul.submenu li a {
  padding: 15px 0 15px 35px;
}
.offcanvas .menu-outer .navbar-collapse ul.navigation > li ul.submenu li ul.submenu li a i {
  display: none;
}
.offcanvas .menu-outer .navbar-collapse ul.navigation > li .dropdown-btn {
  position: absolute;
  text-align: center;
  margin: auto;
  right: 0;
  top: 5px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  background-color: var(--extra-color);
  color: var(--black-color);
  border-radius: 10px;
  z-index: 5;
  cursor: pointer;
}
.offcanvas .menu-outer .navbar-collapse ul.navigation > li .dropdown-btn.open {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.offcanvas .menu-outer .navbar-collapse ul.navigation > li .dropdown-btn.open i {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.offcanvas .menu-outer .navbar-collapse ul.navigation > li .dropdown-btn i {
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.mean-container .meanmenu-reveal {
  display: none !important;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  margin-bottom: 50px;
  float: left;
  width: 100%;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul li {
  position: relative;
}
.mean-container .mean-nav > ul li a {
  display: block;
  padding: 15px 0;
  color: var(--black-color);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: capitalize;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mean-container .mean-nav > ul li a:hover {
  color: var(--primary-color);
}
.mean-container .mean-nav > ul li a.mean-expand {
  width: 42px;
  height: 42px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 2;
  font-weight: 700;
  border: none;
  background-color: var(--primary-rgb-05);
  color: var(--black-color);
  border-radius: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
  margin: 0;
}
.mean-container .mean-nav > ul li a.mean-expand i {
  display: inline-block;
}
.mean-container .mean-nav > ul li a.mean-expand.mean-clicked i {
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mean-container .mean-nav > ul li a:last-child {
  border-bottom: 0;
}
.mean-container .mean-nav > ul li .submenu li a {
  padding: 15px 0 15px 25px;
}
.mean-container .mean-nav > ul li .submenu li .submenu li a {
  padding: 15px 0 15px 50px;
}
.mean-container .mean-nav > ul li > a > i {
  display: none;
}
.mean-container .mean-nav > ul li.menu-thumb .has-homemenu li a {
  padding-left: 20px;
}
.mean-container .mean-nav > ul li.menu-thumb .has-homemenu li a img {
  display: none;
}
.mean-container .mean-nav > ul li.center-logo {
  display: none !important;
}
.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.hero-section-1::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--black-color);
  top: 0;
  opacity: 0.4;
}
.hero-section-1 .hero-wapper {
  z-index: 1;
  padding: 150px 0 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .hero-section-1 .hero-wapper {
    padding: 80px 0 0 0;
  }
}
.hero-section-1 .hero-wapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--black-color) 0%, var(--black-color) 100%);
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero-section-1 .hero-wapper .hero-content {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero-section-1 .hero-wapper .hero-content {
    margin-bottom: 40px;
  }
}
.hero-section-1 .hero-wapper .hero-content .hero-star {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  gap: 15px;
}
.hero-section-1 .hero-wapper .hero-content .hero-star i {
  position: relative;
  font-size: 20px;
}
@media (max-width: 767px) {
  .hero-section-1 .hero-wapper .hero-content .hero-star i {
    font-size: 16px;
  }
}
.hero-section-1 .hero-wapper .hero-content .hero-star i.star-center {
  top: -10px;
  font-size: 42px;
}
@media (max-width: 767px) {
  .hero-section-1 .hero-wapper .hero-content .hero-star i.star-center {
    font-size: 24px;
  }
}
.hero-section-1 .hero-wapper .hero-content .hero-star i:nth-child(2), .hero-section-1 .hero-wapper .hero-content .hero-star i:nth-child(4) {
  top: -5px;
}
.hero-section-1 .hero-wapper .hero-content h1 {
  color: var(--white-color);
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: capitalize;
}
.hero-section-1 .hero-wapper .hero-content p {
  color: var(--white-color);
  margin-bottom: 40px;
  max-width: 576px;
  margin-left: auto;
  margin-right: auto;
}
.hero-section-1 .hero-wapper .hero-content .hero-button-wappper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.hero-section-1 .hero-wapper .hero-content .hero-button-wappper .style-1 i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.hero-section-1 .hero-wapper .hero-shape-bottom {
  position: relative;
  text-align: center;
  z-index: 2;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .hero-section-1 .hero-wapper .hero-shape-bottom {
    margin-top: 40px;
  }
}
.hero-section-1 .hero-wapper .hero-shape-bottom figure {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.hero-section-1 .hero-wapper .hero-shape-bottom figure img {
  width: 100%;
}
.hero-section-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero-section-2 .hero-slider {
  position: relative;
  z-index: 2;
}
.hero-section-2 .hero-slider .swiper-slide::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--black-color);
  top: 0;
  opacity: 0.4;
}
.hero-section-2 .hero-slider .swiper-slide-active .hero-content .section-title span {
  -webkit-animation: fadeInLeft 1s;
  -moz-animation: fadeInLeft 1s;
  -o-animation: fadeInLeft 1s;
  animation: fadeInLeft 1s;
}
.hero-section-2 .hero-slider .swiper-slide-active .hero-content .section-title h1 {
  -webkit-animation: fadeInLeft 1.5s;
  -moz-animation: fadeInLeft 1.5s;
  -o-animation: fadeInLeft 1.5s;
  animation: fadeInLeft 1.5s;
}
.hero-section-2 .hero-slider .swiper-slide-active .hero-content .section-title p {
  -webkit-animation: fadeInLeft 2s;
  -moz-animation: fadeInLeft 2s;
  -o-animation: fadeInLeft 2s;
  animation: fadeInLeft 2s;
}
.hero-section-2 .hero-slider .swiper-slide-active .hero-content .hero-button-wappper {
  -webkit-animation: fadeInLeft 2.5s;
  -moz-animation: fadeInLeft 2.5s;
  -o-animation: fadeInLeft 2.5s;
  animation: fadeInLeft 2.5s;
}
.hero-section-2 .hero-slider .swiper-slide-active .hero-image {
  -webkit-animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
  -o-animation: fadeInUp 1s;
  animation: fadeInUp 1s;
}
.hero-section-2 .hero-slider .swiper-actions {
  position: absolute;
  right: 30px;
  z-index: 1;
  top: 120px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1199px) {
  .hero-section-2 .hero-slider .swiper-actions {
    display: none;
  }
}
.hero-section-2 .hero-slider .swiper-actions .dot {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.hero-section-2 .hero-slider .swiper-actions .dot .swiper-pagination-bullet {
  background: var(--white-color);
}
.hero-section-2 .hero-slider .swiper-actions .dot .swiper-pagination-bullet-active::before {
  border-color: var(--white-color);
}
.hero-section-2 .hero-content {
  position: relative;
  z-index: 2;
  padding: 320px 0 240px 0;
}
@media (max-width: 1400px) {
  .hero-section-2 .hero-content {
    padding: 240px 0 220px 0;
  }
}
@media (max-width: 1199px) {
  .hero-section-2 .hero-content {
    padding: 180px 0;
  }
}
@media (max-width: 991px) {
  .hero-section-2 .hero-content {
    padding: 180px 0;
  }
}
@media (max-width: 767px) {
  .hero-section-2 .hero-content {
    padding: 140px 0;
  }
}
.hero-section-2 .hero-content .section-title .sub-title {
  background-color: var(--white-color);
}
.hero-section-2 .hero-content h1 {
  font-size: 62px;
  font-weight: 600;
  color: var(--white-color);
  text-transform: capitalize;
}
@media (max-width: 1499px) {
  .hero-section-2 .hero-content h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .hero-section-2 .hero-content h1 {
    font-size: 36px;
  }
}
.hero-section-2 .hero-content p {
  color: var(--white-color);
}
.hero-section-2 .hero-content .hero-button-wappper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.hero-section-2 .hero-shape-top {
  position: relative;
  text-align: center;
  margin-top: -128px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .hero-section-2 .hero-shape-top {
    margin-top: -40px;
  }
}
.hero-section-2 .hero-shape-top figure {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.hero-section-2 .hero-shape-top figure img {
  width: 100%;
}
.hero-section-3 {
  background-color: var(--extra-color);
  background-image: url("../images/shape/bg-shape-1.png");
}
.hero-section-3 .hero-content {
  position: relative;
  z-index: 2;
  margin-top: 160px;
  margin-bottom: 160px;
}
@media (max-width: 1399px) {
  .hero-section-3 .hero-content {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media (max-width: 1199px) {
  .hero-section-3 .hero-content {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .hero-section-3 .hero-content {
    margin-top: 50px;
  }
}
.hero-section-3 .hero-content h1 {
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: capitalize;
}
.hero-section-3 .hero-content p {
  margin-bottom: 40px;
  max-width: 576px;
}
.hero-section-3 .hero-content .hero-button-wappper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.hero-section-3 .hero-content .hero-button-wappper .style-2 {
  color: var(--secondary-color);
}
.hero-section-3 .hero-content .shape-arrow {
  position: absolute;
  right: 100px;
  top: 88%;
  -webkit-animation: move-left-right 5s linear infinite;
  -moz-animation: move-left-right 5s linear infinite;
  -o-animation: move-left-right 5s linear infinite;
  animation: move-left-right 5s linear infinite;
}
@media (max-width: 1399px) {
  .hero-section-3 .hero-content .shape-arrow {
    right: 0;
  }
}
@media (max-width: 767px) {
  .hero-section-3 .hero-content .shape-arrow {
    right: 0;
    top: 100%;
    margin-top: 30px;
  }
}
.hero-section-3 .hero-content .shape-arrow figure img {
  max-width: 180px;
}
@media (max-width: 767px) {
  .hero-section-3 .hero-content .shape-arrow figure img {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .hero-section-3 .hero-content .shape-arrow figure img {
    max-width: 100px;
  }
}
.hero-section-3 .hero-image {
  margin-right: -100px;
}
@media (max-width: 1600px) {
  .hero-section-3 .hero-image {
    margin-right: 0;
    text-align: center;
  }
}
.hero-section-3 .hero-bg-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 36%;
  margin: auto;
  z-index: -1;
}
@media (max-width: 991px) {
  .hero-section-3 .hero-bg-image {
    display: none;
  }
}
.hero-section-3 .hero-bg-image figure {
  width: 100%;
  height: 100%;
}
.hero-section-3 .hero-bg-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.micon-section .micon-items {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  padding: 25px;
  border: 1px solid var(--extra-color);
  border-radius: var(--border-radius-three);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 1199px) {
  .micon-section .micon-items {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .micon-section .micon-items {
    padding: 20px;
  }
}
.micon-section .micon-items::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background-color: var(--primary-color);
  border-radius: 100px 100px 0 0;
  transition: all 0.4s ease-in-out;
}
.micon-section .micon-items .micon-icon {
  margin: 0 auto 20px auto;
  position: relative;
  background-color: var(--extra-color);
  height: 100px;
  width: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100%;
}
.micon-section .micon-items .micon-icon figure {
  position: relative;
  z-index: 2;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.micon-section .micon-items .micon-icon figure img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.micon-section .micon-items .micon-content h2 {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.micon-section .micon-items .micon-content p {
  margin-bottom: 0;
}
.micon-section .micon-items:hover::before {
  height: 100%;
  border-radius: 0;
}
.micon-section .micon-items:hover .micon-icon {
  background-color: var(--extra-color);
}
.micon-section .micon-items:hover .micon-icon figure {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.micon-section .micon-items:hover .micon-content h2 {
  color: var(--white-color);
}
.micon-section .micon-items:hover .micon-content p {
  color: var(--white-color);
}

.about-section-1 .about-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
}
.about-section-1 .about-content .about-content-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.about-section-1 .about-content .about-content-bottom .about-avtara ul li + li {
  margin-left: -20px;
}
.about-section-1 .about-content .about-content-bottom .about-avtara ul li figure {
  display: block;
}
.about-section-1 .about-content .about-content-bottom .about-avtara ul li figure img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border: 4px solid var(--white-color);
  border-radius: 100%;
}
.about-section-1 .about-content .about-content-bottom .about-avtara ul li span {
  position: relative;
  width: 65px;
  height: 65px;
  line-height: 80px;
  font-size: 18px;
  font-weight: bold;
  background: var(--primary-color);
  color: var(--white-color);
  border: 4px solid var(--white-color);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100px;
  z-index: 3;
}
.about-section-1 .about-content .about-content-bottom .about-counter .counter-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 25px;
}
@media (max-width: 991px) {
  .about-section-1 .about-content .about-content-bottom .about-counter .counter-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.about-section-1 .about-content .about-content-bottom .about-counter .counter-list .counter-item {
  position: relative;
  width: calc(50% - 15px);
  text-align: left;
}
@media (max-width: 991px) {
  .about-section-1 .about-content .about-content-bottom .about-counter .counter-list .counter-item {
    width: calc(32.33% - 15px);
  }
}
.about-section-1 .about-content .about-content-bottom .about-counter .counter-list .counter-item .counter-text {
  color: var(--primary-color);
  font-size: 42px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .about-section-1 .about-content .about-content-bottom .about-counter .counter-list .counter-item .counter-text {
    font-size: 36px;
  }
}
.about-section-1 .about-content .about-content-bottom .about-counter .counter-list .counter-item .counter-title {
  color: var(--black-color);
  font-size: 16px;
}
.about-section-1 .about-features-wappper {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .about-section-1 .about-features-wappper {
    margin-left: 0;
    margin-top: 50px;
  }
}
.about-section-1 .about-features-wappper .about-features-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .about-section-1 .about-features-wappper .about-features-item {
    margin-bottom: 30px;
  }
}
.about-section-1 .about-features-wappper .about-features-item:last-child {
  margin-bottom: 0;
}
.about-section-1 .about-features-wappper .about-features-item .about-features-icon {
  position: relative;
  background-color: var(--extra-color);
  height: 80px;
  width: 80px;
  margin-right: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100%;
}
.about-section-1 .about-features-wappper .about-features-item .about-features-icon figure {
  position: relative;
  z-index: 2;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.about-section-1 .about-features-wappper .about-features-item .about-features-icon figure img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.about-section-1 .about-features-wappper .about-features-item .about-features-title {
  width: calc(100% - 100px);
}
.about-section-1 .about-features-wappper .about-features-item .about-features-title h3 {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.about-section-1 .about-features-wappper .about-features-item .about-features-title p {
  margin: 0;
}
.about-section-1 .about-features-wappper .about-features-item:hover .about-features-icon {
  background-color: var(--primary-color);
}
.about-section-1 .about-features-wappper .about-features-item:hover .about-features-icon figure {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.about-section-1 .about-features-wappper .about-features-item:hover .about-features-icon figure img {
  filter: brightness(0) invert(1);
}
.about-section-2 .about-left-content {
  margin-right: 50px;
}
@media (max-width: 991px) {
  .about-section-2 .about-left-content {
    margin-right: 0px;
  }
}
.about-section-2 .about-left-content .about-left-content-image figure {
  position: relative;
  border-radius: var(--border-radius-three);
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .about-section-2 .about-left-content .about-left-content-image figure {
    border-radius: 20px;
  }
}
.about-section-2 .about-left-content .about-left-content-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.about-section-2 .about-right-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1199px) {
  .about-section-2 .about-right-content {
    margin-top: 30px;
  }
}
.about-section-2 .about-right-content .about-right-content-image figure {
  position: relative;
  border-radius: var(--border-radius-three);
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .about-section-2 .about-right-content .about-right-content-image figure {
    border-radius: 20px;
  }
}
.about-section-2 .about-right-content .about-right-content-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.about-section-2 .about-right-content .about-right-bottom .about-tabs-content .about-tabs {
  margin-bottom: 30px;
}
.about-section-2 .about-right-content .about-right-bottom .about-tabs-content .about-tabs .nav-tabs {
  border: none;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .about-section-2 .about-right-content .about-right-bottom .about-tabs-content .about-tabs .nav-tabs {
    gap: 5px;
  }
}
.about-section-2 .about-right-content .about-right-bottom .about-tabs-content .about-tabs .nav-tabs button {
  background-color: var(--extra-color) !important;
  font-weight: 400;
  border: none;
  padding: 10px 25px;
  text-transform: capitalize;
  color: var(--black-color);
  border-radius: 100px;
}
@media (max-width: 576px) {
  .about-section-2 .about-right-content .about-right-bottom .about-tabs-content .about-tabs .nav-tabs button {
    padding: 10px 9px;
    font-size: 14px;
  }
}
.about-section-2 .about-right-content .about-right-bottom .about-tabs-content .about-tabs .nav-tabs button.active {
  background-color: var(--secondary-color) !important;
}
.about-section-2 .about-right-content .about-right-bottom .about-tabs-content .tab-content {
  margin-top: 20px;
}
.about-section-3 {
  padding-top: 200px;
}
@media (max-width: 1399px) {
  .about-section-3 {
    padding-top: 150px;
  }
}
@media (max-width: 1199px) {
  .about-section-3 {
    padding-top: 100px;
  }
}
.about-section-3 .about-left {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .about-section-3 .about-left {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about-section-3 .about-left {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.about-section-3 .about-left .about-image {
  width: 50%;
  flex: 1;
}
@media (max-width: 767px) {
  .about-section-3 .about-left .about-image {
    width: 100%;
  }
}
.about-section-3 .about-left .about-image .about-img-one {
  width: 100%;
  height: 100%;
}
.about-section-3 .about-left .about-image .about-img-one figure {
  width: 100%;
  height: 100%;
}
.about-section-3 .about-left .about-image .about-img-one figure img {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-three);
  overflow: hidden;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .about-section-3 .about-left .about-image .about-img-one figure img {
    border-radius: 20px;
  }
}
.about-section-3 .about-left .about-content {
  width: 50%;
  flex: 1;
}
@media (max-width: 767px) {
  .about-section-3 .about-left .about-content {
    width: 100%;
  }
}
.about-section-3 .about-left .about-content .about-features-wappper {
  margin-bottom: 30px;
}
.about-section-3 .about-left .about-content .about-features-wappper .about-features-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .about-section-3 .about-left .about-content .about-features-wappper .about-features-item {
    margin-bottom: 30px;
  }
}
.about-section-3 .about-left .about-content .about-features-wappper .about-features-item:last-child {
  margin-bottom: 0;
}
.about-section-3 .about-left .about-content .about-features-wappper .about-features-item .about-features-icon {
  position: relative;
  background-color: var(--extra-color);
  color: var(--primary-color);
  height: 80px;
  width: 80px;
  margin-right: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100%;
}
.about-section-3 .about-left .about-content .about-features-wappper .about-features-item .about-features-icon::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  position: absolute;
  background: var(--primary-color);
  border-radius: inherit;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.about-section-3 .about-left .about-content .about-features-wappper .about-features-item .about-features-icon figure {
  position: relative;
  z-index: 2;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.about-section-3 .about-left .about-content .about-features-wappper .about-features-item .about-features-icon figure img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.about-section-3 .about-left .about-content .about-features-wappper .about-features-item .about-features-title {
  width: calc(100% - 100px);
}
.about-section-3 .about-left .about-content .about-features-wappper .about-features-item .about-features-title h3 {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.about-section-3 .about-left .about-content .about-features-wappper .about-features-item .about-features-title p {
  margin: 0;
}
.about-section-3 .about-left .about-content .about-features-wappper .about-features-item:hover .about-features-icon {
  color: var(--white-color);
}
.about-section-3 .about-left .about-content .about-features-wappper .about-features-item:hover .about-features-icon::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.about-section-3 .about-left .about-content .about-features-wappper .about-features-item:hover .about-features-icon figure {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.about-section-3 .about-left .about-content .about-features-wappper .about-features-item:hover .about-features-icon figure img {
  filter: brightness(0) invert(1);
}
.about-section-3 .about-right {
  width: 100%;
  height: calc(100% - 220px);
}
@media (max-width: 991px) {
  .about-section-3 .about-right {
    height: auto;
  }
}
.about-section-3 .about-right .about-image {
  margin-bottom: 30px;
  width: 100%;
  height: 100%;
}
.about-section-3 .about-right .about-image .about-img-two {
  width: 100%;
  height: 100%;
}
.about-section-3 .about-right .about-image .about-img-two figure {
  width: 100%;
  height: 100%;
}
.about-section-3 .about-right .about-image .about-img-two figure img {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-three);
  overflow: hidden;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .about-section-3 .about-right .about-image .about-img-two figure img {
    border-radius: 20px;
  }
}
.about-section-3 .about-right .about-info {
  position: relative;
  background-color: var(--primary-color);
  border-radius: var(--border-radius-three);
  padding: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1199px) {
  .about-section-3 .about-right .about-info {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .about-section-3 .about-right .about-info {
    padding: 20px;
  }
}
.about-section-3 .about-right .about-info::after {
  content: "";
  height: 1px;
  width: calc(100% - 25px);
  background-color: var(--extra-color-one);
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
  right: 0;
}
.about-section-3 .about-right .about-info .about-year-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 25px;
}
.about-section-3 .about-right .about-info .about-year-content .about-year-title {
  color: var(--white-color);
  margin-bottom: 0;
  width: 20%;
  font-size: 42px;
}
.about-section-3 .about-right .about-info .about-year-content p {
  color: var(--white-color);
  margin-bottom: 0;
}
.about-section-3 .about-right .about-info .about-year-content p span {
  display: block;
}
.about-section-3 .about-right .about-info .about-review-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 25px;
}
.about-section-3 .about-right .about-info .about-review-content .about-review-title {
  width: 20%;
  color: var(--white-color);
  margin-bottom: 0;
  font-size: 42px;
}
.about-section-3 .about-right .about-info .about-review-content p {
  color: var(--white-color);
  margin-bottom: 0;
}
.about-section-3 .about-right .about-info .about-review-content p span {
  display: block;
}
.about-section-4 .about-image {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 991px) {
  .about-section-4 .about-image {
    margin-right: auto;
    max-width: 620px;
    margin-left: auto;
    margin-bottom: 30px;
  }
}
.about-section-4 .about-image .about-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: move-bottom 5s linear infinite;
  -moz-animation: move-bottom 5s linear infinite;
  -o-animation: move-bottom 5s linear infinite;
  animation: move-bottom 5s linear infinite;
}
.about-section-4 .about-image .about-img-one {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .about-section-4 .about-image .about-img-one {
    margin-right: 50px;
  }
}
.about-section-4 .about-image .about-img-one figure img {
  border-radius: var(--border-radius-three);
  overflow: hidden;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .about-section-4 .about-image .about-img-one figure img {
    border-radius: 20px;
  }
}
.about-section-4 .about-image .about-img-two {
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
}
.about-section-4 .about-image .about-img-two figure img {
  object-fit: cover;
  border: 10px solid var(--white-color);
  -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .about-section-4 .about-image .about-img-two figure img {
    border: 5px solid var(--white-color);
    right: 0;
  }
}
@media (max-width: 567px) {
  .about-section-4 .about-image .about-img-two figure img {
    max-width: 190px;
  }
}
.about-section-4 .about-content .about-features-wappper .about-features-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .about-section-4 .about-content .about-features-wappper .about-features-item {
    margin-bottom: 30px;
  }
}
.about-section-4 .about-content .about-features-wappper .about-features-item:last-child {
  margin-bottom: 0;
}
.about-section-4 .about-content .about-features-wappper .about-features-item .about-features-icon {
  position: relative;
  background-color: var(--extra-color);
  color: var(--primary-color);
  height: 80px;
  width: 80px;
  margin-right: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100%;
}
.about-section-4 .about-content .about-features-wappper .about-features-item .about-features-icon figure {
  position: relative;
  z-index: 2;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.about-section-4 .about-content .about-features-wappper .about-features-item .about-features-icon figure img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.about-section-4 .about-content .about-features-wappper .about-features-item .about-features-title {
  width: calc(100% - 100px);
}
.about-section-4 .about-content .about-features-wappper .about-features-item .about-features-title h3 {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.about-section-4 .about-content .about-features-wappper .about-features-item .about-features-title p {
  margin: 0;
}
.about-section-4 .about-content .about-features-wappper .about-features-item:hover .about-features-icon {
  background-color: var(--primary-color);
}
.about-section-4 .about-content .about-features-wappper .about-features-item:hover .about-features-icon figure {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.about-section-4 .about-content .about-features-wappper .about-features-item:hover .about-features-icon figure img {
  filter: brightness(0) invert(1);
}
.about-section-4 .about-content .about-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--extra-color);
}
.about-section-4 .about-content .about-footer .about-contact-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
}
.about-section-4 .about-content .about-footer .about-contact-box .icon-box {
  position: relative;
  background-color: var(--extra-color);
  color: var(--primary-color);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-section-4 .about-content .about-footer .about-contact-box .icon-box::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  position: absolute;
  background: var(--primary-color);
  border-radius: inherit;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.about-section-4 .about-content .about-footer .about-contact-box .icon-box i {
  position: relative;
  z-index: 1;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-section-4 .about-content .about-footer .about-contact-box .about-contact-box-content p {
  font-size: 14px;
  display: block;
  margin-bottom: 0;
}
.about-section-4 .about-content .about-footer .about-contact-box .about-contact-box-content a {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--black-color);
}
.about-section-4 .about-content .about-footer .about-contact-box:hover .icon-box {
  color: var(--white-color);
}
.about-section-4 .about-content .about-footer .about-contact-box:hover .icon-box::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.about-section-4 .about-content .about-footer .about-contact-box:hover .about-contact-box-content a {
  color: var(--primary-color);
}

.about-shape-1 {
  position: absolute;
  bottom: 0;
  left: -50px;
  z-index: -1;
  -webkit-animation: move-left 5s linear infinite;
  -moz-animation: move-left 5s linear infinite;
  -o-animation: move-left 5s linear infinite;
  animation: move-left 5s linear infinite;
}
.about-shape-1 figure img {
  width: auto;
  opacity: 0.09;
}
@media (max-width: 767px) {
  .about-shape-1 {
    display: none;
  }
}
.about-shape-2 {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: -1;
  -webkit-animation: move-bottom 5s linear infinite;
  -moz-animation: move-bottom 5s linear infinite;
  -o-animation: move-bottom 5s linear infinite;
  animation: move-bottom 5s linear infinite;
}
.about-shape-2 figure img {
  width: auto;
  opacity: 0.09;
}
@media (max-width: 767px) {
  .about-shape-2 {
    display: none;
  }
}
.about-shape-3 {
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: -1;
  -webkit-animation: move-left 5s linear infinite;
  -moz-animation: move-left 5s linear infinite;
  -o-animation: move-left 5s linear infinite;
  animation: move-left 5s linear infinite;
}
.about-shape-3 figure img {
  width: auto;
  opacity: 0.09;
}
@media (max-width: 767px) {
  .about-shape-3 {
    display: none;
  }
}
.about-shape-4 {
  position: absolute;
  top: 250px;
  right: 0;
  z-index: -1;
  -webkit-animation: move-bottom 5s linear infinite;
  -moz-animation: move-bottom 5s linear infinite;
  -o-animation: move-bottom 5s linear infinite;
  animation: move-bottom 5s linear infinite;
}
.about-shape-4 figure img {
  width: auto;
  opacity: 0.09;
}
@media (max-width: 767px) {
  .about-shape-4 {
    display: none;
  }
}

.authentication-section-1 .authentication-title {
  margin-bottom: 40px;
}
.authentication-section-1 .authentication-title h2 {
  margin-bottom: 10px;
}
.authentication-section-1 .default-form {
  padding: 30px;
  border-radius: var(--border-radius-three);
  background-color: var(--primary-color);
}
@media (max-width: 1199px) {
  .authentication-section-1 .default-form {
    border-radius: 20px;
    padding: 20px;
  }
}
.authentication-section-1 .default-form form .form-group .eye-icon {
  position: absolute;
  right: 20px;
  top: 45px;
  color: var(--white-color);
  z-index: 1;
  cursor: pointer;
}
.authentication-section-1 .default-form form .form-group label {
  color: var(--white-color);
}
.authentication-section-1 .default-form form .forgot-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.authentication-section-1 .default-form form .forgot-box .forgot-pass a {
  color: var(--white-color);
}
.authentication-section-1 .default-form form .sign-up-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.authentication-section-1 .default-form form .sign-up-box p {
  margin-bottom: 0;
  color: var(--white-color);
}
.authentication-section-1 .default-form form .sign-up-box a {
  color: var(--white-color);
  font-weight: 600;
}
.authentication-section-1 .default-form form .button-wapper .theme-button {
  width: 100%;
}

.coming-soon-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 100vh;
  height: 100%;
}
.coming-soon-section::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.coming-soon-section .coming-soon-box {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
.coming-soon-section .coming-soon-box .coming-soon-logo {
  margin-bottom: 30px;
  text-align: center;
}
.coming-soon-section .coming-soon-box .coming-soon-logo img {
  width: 220px;
}
@media (max-width: 991px) {
  .coming-soon-section .coming-soon-box .coming-soon-logo img {
    width: 140px;
  }
}
.coming-soon-section .coming-soon-box .big-title {
  position: relative;
  text-align: center;
  color: var(--white-color);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 50px;
  font-family: var(--title-fonts);
  font-size: 72px;
  line-height: 1.3em;
}
@media (max-width: 1400px) {
  .coming-soon-section .coming-soon-box .big-title {
    font-size: 68px;
  }
}
@media (max-width: 1199px) {
  .coming-soon-section .coming-soon-box .big-title {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .coming-soon-section .coming-soon-box .big-title {
    font-size: 48px;
    line-height: 1.2em;
  }
}
@media (max-width: 767px) {
  .coming-soon-section .coming-soon-box .big-title {
    font-size: 38px;
  }
}
.coming-soon-section .coming-soon-box .coming-soon-timer {
  position: relative;
  margin-bottom: 30px;
}
.coming-soon-section .coming-soon-box .coming-soon-timer .timer-body-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.coming-soon-section .coming-soon-box .coming-soon-timer .timer-body-block .table-cell {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  text-align: center;
  height: 150px;
  width: 150px;
  border: 1px solid rgba(255, 255, 255, 0.267);
  border-radius: 100px;
}
@media (max-width: 767px) {
  .coming-soon-section .coming-soon-box .coming-soon-timer .timer-body-block .table-cell {
    width: 114px;
    height: 114px;
  }
}
.coming-soon-section .coming-soon-box .coming-soon-timer .timer-body-block .table-cell .tab-val {
  color: var(--white-color);
  font-family: var(--body-fonts);
  font-size: 42px;
  font-weight: 600;
  line-height: 1.4em;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .coming-soon-section .coming-soon-box .coming-soon-timer .timer-body-block .table-cell .tab-val {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .coming-soon-section .coming-soon-box .coming-soon-timer .timer-body-block .table-cell .tab-val {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .coming-soon-section .coming-soon-box .coming-soon-timer .timer-body-block .table-cell .tab-val {
    font-size: 32px;
  }
}
.coming-soon-section .coming-soon-box .coming-soon-timer .timer-body-block .table-cell .tab-metr {
  position: relative;
  display: block;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.coming-soon-section .coming-soon-box .coming-soon-text {
  max-width: 620px;
  margin: 0 auto 30px;
  text-align: center;
}
.coming-soon-section .coming-soon-box .coming-soon-text p {
  color: var(--white-color);
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
}
@media (max-width: 991px) {
  .coming-soon-section .coming-soon-box .coming-soon-text p {
    font-size: 16px;
  }
}
.coming-soon-section .coming-soon-box .coming-soon-subscribe-box .subscribe-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 10px;
  max-width: 620px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .coming-soon-section .coming-soon-box .coming-soon-subscribe-box .subscribe-form {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.coming-soon-section .coming-soon-box .coming-soon-subscribe-box .subscribe-form .input-group {
  width: auto;
  flex: 1;
}
.coming-soon-section .coming-soon-box .coming-soon-subscribe-box .subscribe-form .submit-btn {
  height: 52px;
  padding: 0 25px;
  border-radius: var(--border-radius-one);
  background-color: var(--secondary-color);
  color: var(--black-color);
}

.room-section-1 .room-shape-top,
.room-section-1 .room-shape-bottom {
  position: relative;
  margin: 0 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .room-section-1 .room-shape-top,
  .room-section-1 .room-shape-bottom {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .room-section-1 .room-shape-top,
  .room-section-1 .room-shape-bottom {
    margin: 0;
  }
}
.room-section-1 .room-shape-top figure,
.room-section-1 .room-shape-bottom figure {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.room-section-1 .room-shape-top figure img,
.room-section-1 .room-shape-bottom figure img {
  width: 100%;
}
.room-section-1 .room-wapper {
  position: relative;
  background-color: var(--primary-color);
  margin: 0 40px;
}
@media (max-width: 991px) {
  .room-section-1 .room-wapper {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .room-section-1 .room-wapper {
    margin: 0 0;
  }
}
.room-section-1 .room-wapper .more-room-content {
  width: 100%;
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
}
.room-section-1 .room-wapper .more-room-content p {
  margin-bottom: 20px;
  color: var(--white-color);
}
.room-section-1 .room-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 30px;
  padding: 25px;
  margin-bottom: 30px;
  background-color: var(--extra-color-two);
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .room-section-1 .room-item {
    border-radius: 20px;
  }
}
@media (max-width: 1199px) {
  .room-section-1 .room-item {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .room-section-1 .room-item {
    padding: 20px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
}
.room-section-1 .room-item .room-image {
  position: relative;
  max-width: 34%;
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  .room-section-1 .room-item .room-image {
    max-width: 42%;
  }
}
@media (max-width: 991px) {
  .room-section-1 .room-item .room-image {
    max-width: 100%;
  }
}
.room-section-1 .room-item .room-image a {
  width: 100%;
  height: 100%;
  display: block;
}
.room-section-1 .room-item .room-image a figure {
  position: relative;
  border-radius: var(--border-radius-three);
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .room-section-1 .room-item .room-image a figure {
    border-radius: 20px;
  }
}
.room-section-1 .room-item .room-image a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.room-section-1 .room-item .room-content {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.room-section-1 .room-item .room-content .room-content-top h2 {
  color: var(--white-color);
  font-size: 28px;
  line-height: 1.4em;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .room-section-1 .room-item .room-content .room-content-top h2 {
    font-size: 26px;
  }
}
.room-section-1 .room-item .room-content .room-content-top h2:hover {
  color: var(--white-color);
}
.room-section-1 .room-item .room-content .room-content-top p {
  color: var(--white-color);
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .room-section-1 .room-item .room-content .room-content-top p {
    margin-bottom: 25px;
  }
}
.room-section-1 .room-item .room-content .room-content-top .room-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 30px;
}
@media (max-width: 420px) {
  .room-section-1 .room-item .room-content .room-content-top .room-meta ul {
    gap: 15px 10px;
  }
}
.room-section-1 .room-item .room-content .room-content-top .room-meta ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 15px;
  position: relative;
  width: calc(50% - 15px);
  margin-bottom: 0;
  color: var(--white-color);
}
.room-section-1 .room-item .room-content .room-content-top .room-meta ul li:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 420px) {
  .room-section-1 .room-item .room-content .room-content-top .room-meta ul li {
    width: calc(50% - 5px);
    gap: 12px;
  }
}
@media (max-width: 420px) {
  .room-section-1 .room-item .room-content .room-content-top .room-meta ul li span {
    font-size: 14px;
  }
}
.room-section-1 .room-item .room-content .room-content-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid var(--extra-color-one);
  padding-top: 25px;
  margin-top: 25px;
}
@media (max-width: 420px) {
  .room-section-1 .room-item .room-content .room-content-bottom {
    gap: 10px;
  }
}
.room-section-1 .room-item .room-content .room-content-bottom .room-price p {
  margin-bottom: 0;
  font-family: var(--title-fonts);
  font-size: 26px;
  line-height: 1.4em;
  color: var(--white-color);
}
@media (max-width: 767px) {
  .room-section-1 .room-item .room-content .room-content-bottom .room-price p {
    font-size: 24px;
    line-height: 1.4em;
  }
}
@media (max-width: 420px) {
  .room-section-1 .room-item .room-content .room-content-bottom .room-price p {
    font-size: 22px;
  }
}
.room-section-1 .room-item:hover .room-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.room-section-2 .room-item {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  background-color: var(--extra-color);
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .room-section-2 .room-item {
    border-radius: 20px;
  }
}
.room-section-2 .room-item .room-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.room-section-2 .room-item .room-image .room-review {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 15px;
  border-radius: 100px;
}
.room-section-2 .room-item .room-image .room-review p {
  margin-bottom: 0;
}
.room-section-2 .room-item .room-image a {
  width: 100%;
  height: 100%;
  display: block;
}
.room-section-2 .room-item .room-image a figure {
  position: relative;
  border-radius: var(--border-radius-three);
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .room-section-2 .room-item .room-image a figure {
    border-radius: 20px;
  }
}
.room-section-2 .room-item .room-image a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.room-section-2 .room-item .room-image .room-overlay {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  z-index: 1;
}
.room-section-2 .room-item .room-image .room-overlay .room-facilities {
  transform: translateY(30px);
  transition: var(--transition);
  opacity: 0;
}
.room-section-2 .room-item .room-image .room-overlay .room-facilities ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
}
.room-section-2 .room-item .room-image .room-overlay .room-facilities ul li {
  position: relative;
  height: 42px;
  width: 42px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100px;
  background-color: var(--extra-color);
  color: var(--primary-color);
  z-index: 2;
  cursor: pointer;
}
.room-section-2 .room-item .room-image .room-overlay .room-facilities ul li i {
  position: relative;
  z-index: 2;
}
.room-section-2 .room-item .room-image .room-overlay .room-facilities ul li::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  position: absolute;
  background: var(--secondary-color);
  border-radius: inherit;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.room-section-2 .room-item .room-image .room-overlay .room-facilities ul li:hover {
  color: var(--white-color);
}
.room-section-2 .room-item .room-image .room-overlay .room-facilities ul li:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.room-section-2 .room-item .room-content {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 25px;min-height: 305px;
}
@media (max-width: 991px) {
  .room-section-2 .room-item .room-content {
    padding: 20px;
  }
}
.room-section-2 .room-item .room-content .room-content-top h2 {
  font-size: 28px;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .room-section-2 .room-item .room-content .room-content-top h2 {
    font-size: 26px;
  }
}
.room-section-2 .room-item .room-content .room-content-top p {
  margin-bottom: 0;
}
.room-section-2 .room-item .room-content .room-content-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  gap: 25px;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
  margin-top: 2px;
  padding-top: 12px;
}
@media (max-width: 767px) {
  .room-section-2 .room-item .room-content .room-content-bottom {
    gap: 12px;
  }
}
.room-section-2 .room-item .room-content .room-content-bottom .room-price p {
  margin-bottom: 0;
  color: var(--black-color);
  font-family: var(--title-fonts);
  font-size: 26px;
  line-height: 1.4em;
}
@media (max-width: 991px) {
  .room-section-2 .room-item .room-content .room-content-bottom .room-price p {
    font-size: 24px;
  }
}
.room-section-2 .room-item:hover .room-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.room-section-2 .room-item:hover .room-image .room-overlay .room-facilities {
  transform: translateY(0);
  opacity: 1;
}
.room-section-2 .more-room-content {
  width: 100%;
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
}
.room-section-2 .more-room-content p {
  margin-bottom: 25px;
}
.room-section-3 {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .room-section-3 {
    padding-bottom: 80px;
  }
}
.room-section-3 .room-wapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 50px;
}
@media (max-width: 991px) {
  .room-section-3 .room-wapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.room-section-3 .room-wapper .room-tabs {
  width: 32%;
}
@media (max-width: 991px) {
  .room-section-3 .room-wapper .room-tabs {
    width: 100%;
  }
}
.room-section-3 .room-wapper .room-tabs nav .nav-tabs {
  border: none;
}
.room-section-3 .room-wapper .room-tabs nav .nav-tabs .nav-link {
  position: relative;
  width: 100%;
  color: var(--white-color);
  font-family: var(--title-fonts);
  font-size: 26px;
  line-height: 1.4em;
  text-transform: capitalize;
  margin-bottom: 15px;
  padding: 0 0 25px 0;
  text-align: left;
}
.room-section-3 .room-wapper .room-tabs nav .nav-tabs .nav-link span {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  line-height: normal;
  font-family: var(--body-fonts);
}
.room-section-3 .room-wapper .room-tabs nav .nav-tabs .nav-link:nth-last-child(1)::after {
  display: none;
}
.room-section-3 .room-wapper .room-tabs nav .nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: var(--extra-color-one);
}
.room-section-3 .room-wapper .room-tabs nav .nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent;
  color: var(--secondary-color);
}
.room-section-3 .room-wapper .room-tabs nav .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.room-section-3 .room-wapper .tab-content {
  width: 68%;
  flex: 1;
}
@media (max-width: 991px) {
  .room-section-3 .room-wapper .tab-content {
    width: 100%;
  }
}
.room-section-3 .room-wapper .tab-content .room-item {
  position: relative;
}
.room-section-3 .room-wapper .tab-content .room-item .room-image {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: -100px;
}
@media (max-width: 991px) {
  .room-section-3 .room-wapper .tab-content .room-item .room-image {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .room-section-3 .room-wapper .tab-content .room-item .room-image {
    height: 460px;
  }
}
.room-section-3 .room-wapper .tab-content .room-item .room-image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--black-color) 100%);
  border-radius: var(--border-radius-three);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  opacity: 0.7;
}
@media (max-width: 1199px) {
  .room-section-3 .room-wapper .tab-content .room-item .room-image::before {
    border-radius: 20px;
  }
}
.room-section-3 .room-wapper .tab-content .room-item .room-image figure {
  position: relative;
  border-radius: var(--border-radius-three);
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .room-section-3 .room-wapper .tab-content .room-item .room-image figure {
    border-radius: 20px;
  }
}
.room-section-3 .room-wapper .tab-content .room-item .room-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.room-section-3 .room-wapper .tab-content .room-item .room-overlay {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.room-section-3 .room-wapper .tab-content .room-item .room-overlay .room-content {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 25px;
}
@media (max-width: 991px) {
  .room-section-3 .room-wapper .tab-content .room-item .room-overlay .room-content {
    padding: 20px;
  }
}
.room-section-3 .room-wapper .tab-content .room-item .room-overlay .room-content .room-content-top h2 {
  color: var(--white-color);
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.room-section-3 .room-wapper .tab-content .room-item .room-overlay .room-content .room-content-top p {
  color: var(--white-color);
  margin-bottom: 0;
}
.room-section-3 .room-wapper .tab-content .room-item .room-overlay .room-content .room-content-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 25px;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .room-section-3 .room-wapper .tab-content .room-item .room-overlay .room-content .room-content-bottom {
    gap: 12px;
  }
}
.room-section-3 .room-wapper .tab-content .room-item .room-overlay .room-content .room-content-bottom .room-price p {
  color: var(--white-color);
  font-family: var(--title-fonts);
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 0;
}
.room-section-3 .room-wapper .tab-content .room-item:hover .room-image figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .room-single-section .room-single-post {
    margin-bottom: 40px;
  }
}
.room-single-section .room-single-post .room-heading {
  position: relative;
  margin-bottom: 30px;
}
.room-single-section .room-single-post .room-heading .room-heading-title h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4em;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .room-single-section .room-single-post .room-heading .room-heading-title h2 {
    font-size: 32px;
  }
}
.room-single-section .room-single-post .room-heading .room-heading-price {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}
.room-single-section .room-single-post .room-heading .room-heading-price p {
  margin-bottom: 0;
  font-family: var(--title-fonts);
  font-size: 28px;
  line-height: 1.4em;
  color: var(--black-color);
}
@media (max-width: 767px) {
  .room-single-section .room-single-post .room-heading .room-heading-price p {
    font-size: 24px;
    line-height: 1.4em;
  }
}
.room-single-section .room-single-post .room-heading .room-heading-price .room-star {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
}
.room-single-section .room-single-post .room-single-image-tabs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .room-single-section .room-single-post .room-single-image-tabs {
    margin-bottom: 50px;
  }
}
.room-single-section .room-single-post .room-single-image-tabs .large-images {
  margin-bottom: 20px;
}
.room-single-section .room-single-post .room-single-image-tabs .large-images .tab-content .tab-pane figure {
  background-color: var(--extra-color-four);
  overflow: hidden;
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .room-single-section .room-single-post .room-single-image-tabs .large-images .tab-content .tab-pane figure {
    border-radius: 20px;
  }
}
.room-single-section .room-single-post .room-single-image-tabs .large-images .tab-content .tab-pane figure img {
  width: 100%;
  object-fit: cover;
}
.room-single-section .room-single-post .room-single-image-tabs .thumbs-images nav .nav-tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 20px;
  border-bottom: none;
  margin-bottom: 1px;
}
.room-single-section .room-single-post .room-single-image-tabs .thumbs-images nav .nav-tabs .nav-link {
  padding: 0;
  width: 120px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--border-radius-two);
}
@media (max-width: 767px) {
  .room-single-section .room-single-post .room-single-image-tabs .thumbs-images nav .nav-tabs .nav-link {
    border-radius: var(--border-radius-one);
  }
}
@media (max-width: 575px) {
  .room-single-section .room-single-post .room-single-image-tabs .thumbs-images nav .nav-tabs .nav-link {
    width: 85px;
  }
}
.room-single-section .room-single-post .room-single-image-tabs .thumbs-images nav .nav-tabs .nav-link.active {
  border-color: var(--primary-color);
}
.room-single-section .room-single-post .room-single-image-tabs .thumbs-images nav .nav-tabs .nav-link figure img {
  width: 100%;
  object-fit: cover;
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-meta {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .room-single-section .room-single-post .room-single-contain .room-entry-content .room-meta {
    gap: 20px;
  }
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-meta .room-meta-icon {
  font-size: 18px;
  width: 72px;
  height: 72px;
}
@media (max-width: 1199px) {
  .room-single-section .room-single-post .room-single-contain .room-entry-content .room-meta .room-meta-icon {
    margin: 0 auto;
  }
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-meta .room-meta-icon i {
  position: relative;
  z-index: 2;
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-meta .room-meta-item {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  width: calc(25% - 30px);
  padding: 25px;
  border: 1px solid var(--extra-color);
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .room-single-section .room-single-post .room-single-contain .room-entry-content .room-meta .room-meta-item {
    border-radius: 20px;
  }
}
@media (max-width: 1199px) {
  .room-single-section .room-single-post .room-single-contain .room-entry-content .room-meta .room-meta-item {
    padding: 20px;
    width: calc(50% - 20px);
    text-align: center;
  }
}
@media (max-width: 767px) {
  .room-single-section .room-single-post .room-single-contain .room-entry-content .room-meta .room-meta-item {
    width: calc(50% - 10px);
  }
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-meta .room-meta-item .room-meta-content p {
  margin-bottom: 5px;
  font-family: var(--title-fonts);
  font-size: 22px;
  line-height: 1.4em;
  color: var(--black-color);
}
@media (max-width: 767px) {
  .room-single-section .room-single-post .room-single-contain .room-entry-content .room-meta .room-meta-item .room-meta-content p {
    font-size: 18px;
    line-height: 1.4em;
  }
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-meta .room-meta-item:hover .room-meta-icon {
  color: var(--white-color);
}
.room-single-section .room-single-post .room-single-contain .room-entry-content h3 {
  font-size: 28px;
  line-height: 1.4em;
}
@media (max-width: 991px) {
  .room-single-section .room-single-post .room-single-contain .room-entry-content h3 {
    font-size: 24px;
  }
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-facilities {
  position: relative;
  margin-bottom: 30px;
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-facilities .room-facilities-list ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-facilities .room-facilities-list ul li i {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 42px;
  width: 42px;
  background-color: var(--extra-color);
  color: var(--primary-color);
  border-radius: 100px;
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-facilities .room-facilities-list ul li p {
  margin-bottom: 0;
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-facilities .room-facilities-list ul li:hover i {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-included {
  position: relative;
  margin-bottom: 30px;
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-included .room-included-list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-included .room-included-list li:nth-last-child(1) {
  margin-bottom: 0;
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-included .room-included-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  height: 6px;
  width: 6px;
  background: var(--secondary-color);
  border-radius: 100px;
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-included .room-included-list li p {
  margin-bottom: 0;
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-extra-services {
  position: relative;
  margin-bottom: 30px;
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-extra-services .room-extra-services-list ul li .form-group .field-inner {
  -webkit-align-items: center;
  align-items: center;
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-extra-services .room-extra-services-list ul li .form-group .field-inner label {
  font-size: 16px;
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-rules {
  position: relative;
  margin-bottom: 30px;
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-rules .room-rules-list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-rules .room-rules-list li:nth-last-child(1) {
  margin-bottom: 0;
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-rules .room-rules-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  height: 6px;
  width: 6px;
  background: var(--secondary-color);
  border-radius: 100px;
}
.room-single-section .room-single-post .room-single-contain .room-entry-content .room-rules .room-rules-list li p {
  margin-bottom: 0;
}
.room-single-section .widget-sidebar .room-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.room-single-section .widget-sidebar .room-form .widget-booking-selection .widget-booking-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.room-single-section .widget-sidebar .room-form .widget-booking-selection .widget-booking-list .widget-booking-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  gap: 10px;
  background: var(--primary-rgb-05);
  padding: 15px;
  border-radius: var(--border-radius-one);
}
.room-single-section .widget-sidebar .room-form .widget-booking-selection .widget-booking-list .widget-booking-item label {
  width: 58%;
}
.room-single-section .widget-sidebar .room-form .widget-booking-selection .widget-booking-list .widget-booking-item .form-control,
.room-single-section .widget-sidebar .room-form .widget-booking-selection .widget-booking-list .widget-booking-item .form-select {
  width: 100%;
  max-width: 130px;
  background-color: transparent;
  border: none;
  color: var(--black-color);
  padding: 0 5px;
  height: auto;
}
.room-single-section .widget-sidebar .room-form .widget-booking-selection .widget-booking-list .widget-booking-item .form-control::-webkit-calendar-picker-indicator,
.room-single-section .widget-sidebar .room-form .widget-booking-selection .widget-booking-list .widget-booking-item .form-select::-webkit-calendar-picker-indicator {
  filter: inherit;
}
.room-single-section .widget-sidebar .room-form .widget-extra-services .widget-content ul li .form-group .field-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  gap: 10px;
}
.room-single-section .widget-sidebar .room-form .widget-extra-services .widget-content ul li .form-group .field-inner label {
  font-size: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
}
.room-single-section .widget-sidebar .room-form .widget-extra-services .widget-content ul li .form-group .field-inner label input {
  margin-right: 5px;
}
.room-single-section .widget-sidebar .room-form .widget-extra-services .widget-content ul li .form-group .field-inner .checkbox-price {
  font-family: var(--title-fonts);
  color: var(--primary-color);
}

.room-single-gallery {
  background-color: var(--extra-color);
}

.room-single-review .room-single-review-left-content .progress-wapper .single-progressbar {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
}
.room-single-review .room-single-review-left-content .progress-wapper .single-progressbar:last-of-type {
  margin-bottom: 0;
}
.room-single-review .room-single-review-left-content .progress-wapper .single-progressbar .progress-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.room-single-review .room-single-review-left-content .progress-wapper .single-progressbar .progress-title span {
  font-size: 14px;
}
.room-single-review .room-single-review-left-content .progress-wapper .single-progressbar .progress .progress-bar {
  background-color: var(--primary-color);
}
.room-single-review .comment-wapper {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .room-single-review .comment-wapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.room-single-review .comment-respond {
  background-color: var(--primary-color);
  border-radius: var(--border-radius-three);
  padding: 25px;
}
@media (max-width: 1199px) {
  .room-single-review .comment-respond {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .room-single-review .comment-respond {
    padding: 20px;
  }
}
.room-single-review .comment-respond .comments-respond-title {
  color: var(--white-color);
}
.room-single-review .comment-respond .comment-respond-form form label {
  color: var(--white-color);
}

.related-section {
  background-color: var(--extra-color);
}
.related-section .related-slider .room-item {
  background-color: var(--white-color);
}

.facilities-section-1 .facilities-item {
  position: relative;
  overflow: hidden;
  padding: 35px;
  margin-bottom: 30px;
  border: 1px solid var(--extra-color);
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .facilities-section-1 .facilities-item {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .facilities-section-1 .facilities-item {
    padding: 20px;
  }
}
.facilities-section-1 .facilities-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background-color: var(--primary-color);
  border-radius: 100px 100px 0 0;
  transition: all 0.4s ease-in-out;
}
.facilities-section-1 .facilities-item .facilities-icon {
  margin-bottom: 20px;
  position: relative;
  width: 100px;
  height: 100px;
  background-color: var(--extra-color);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100px;
}
.facilities-section-1 .facilities-item .facilities-icon figure {
  position: relative;
  z-index: 2;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.facilities-section-1 .facilities-item .facilities-icon figure img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.facilities-section-1 .facilities-item .facilities-content .facilities-title {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.facilities-section-1 .facilities-item .facilities-content .facilities-list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
.facilities-section-1 .facilities-item .facilities-content .facilities-list li:nth-last-child(1) {
  margin-bottom: 0;
}
.facilities-section-1 .facilities-item .facilities-content .facilities-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  height: 6px;
  width: 6px;
  background: var(--secondary-color);
  border-radius: 100px;
}
.facilities-section-1 .facilities-item:hover::before {
  height: 100%;
  border-radius: 0;
}
.facilities-section-1 .facilities-item:hover .facilities-icon {
  background-color: var(--extra-color);
}
.facilities-section-1 .facilities-item:hover .facilities-icon figure {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.facilities-section-1 .facilities-item:hover .facilities-content .facilities-title {
  color: var(--white-color);
}
.facilities-section-1 .facilities-item:hover .facilities-content li {
  color: var(--white-color);
}
.facilities-section-2 {
  background-color: var(--primary-color);
}
.facilities-section-2 .facilities-shape-top {
  position: relative;
  text-align: center;
}
.facilities-section-2 .facilities-shape-top figure {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.facilities-section-2 .facilities-shape-top figure img {
  width: 100%;
}
.facilities-section-2 .facilities-wapper {
  position: relative;
}
.facilities-section-2 .facilities-wapper .facilities-item {
  margin-bottom: 30px;
  text-align: center;
}
.facilities-section-2 .facilities-wapper .facilities-item .facilities-icon {
  margin: 0 auto 20px auto;
  position: relative;
  width: 180px;
  height: 220px;
  background-color: var(--extra-color);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100px;
}
.facilities-section-2 .facilities-wapper .facilities-item .facilities-icon figure {
  position: relative;
  z-index: 2;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.facilities-section-2 .facilities-wapper .facilities-item .facilities-icon figure img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.facilities-section-2 .facilities-wapper .facilities-item .facilities-content .facilities-title {
  color: var(--white-color);
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.facilities-section-2 .facilities-wapper .facilities-item:hover .facilities-icon {
  background-color: var(--extra-color);
}
.facilities-section-2 .facilities-wapper .facilities-item:hover .facilities-icon figure {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.booking-section-1 {
  z-index: 2;
}
.booking-section-1 .booking-wapper {
  position: relative;
  background-color: var(--primary-color);
  padding: 80px;
  margin: 0 50px;
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .booking-section-1 .booking-wapper {
    border-radius: 20px;
  }
}
@media (max-width: 1400px) {
  .booking-section-1 .booking-wapper {
    margin: 0 35px;
  }
}
@media (max-width: 991px) {
  .booking-section-1 .booking-wapper {
    padding: 45px;
  }
}
@media (max-width: 767px) {
  .booking-section-1 .booking-wapper {
    padding: 20px;
    margin: 0 20px;
  }
}
@media (max-width: 575px) {
  .booking-section-1 .booking-wapper {
    padding: 30px 20px;
  }
}
.booking-section-1 .booking-wapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50px;
  background: url("../images/shape/left-half-round-color.png") no-repeat;
  background-position: left center;
  background-size: cover;
  width: 50px;
  height: 100px;
  z-index: 2;
  top: 0;
  margin: auto;
}
@media (max-width: 1400px) {
  .booking-section-1 .booking-wapper::before {
    left: -35px;
    width: 35px;
    height: 65px;
  }
}
@media (max-width: 767px) {
  .booking-section-1 .booking-wapper::before {
    left: -25px;
    width: 25px;
    height: 45px;
  }
}
.booking-section-1 .booking-wapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -50px;
  background: url("../images/shape/right-half-round-color.png") no-repeat;
  background-position: left center;
  background-size: cover;
  width: 50px;
  height: 100px;
  z-index: 2;
  top: 0;
  margin: auto;
}
@media (max-width: 1400px) {
  .booking-section-1 .booking-wapper::after {
    right: -35px;
    width: 35px;
    height: 65px;
  }
}
@media (max-width: 767px) {
  .booking-section-1 .booking-wapper::after {
    right: -25px;
    width: 25px;
    height: 45px;
  }
}
@media (max-width: 575px) {
  .booking-section-1 .booking-wapper .section-title {
    max-width: 420px;
  }
}
.booking-section-1 .booking-wapper .booking-form .form-group label {
  color: var(--white-color);
}
@media (max-width: 575px) {
  .booking-section-1 .booking-wapper .booking-form .appointment-button-wapper .theme-button {
    width: 100%;
  }
}
.booking-section-2 .booking-wapper {
  background-color: var(--primary-color);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: var(--border-radius-three);
  padding: 25px;
}
@media (max-width: 1199px) {
  .booking-section-2 .booking-wapper {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .booking-section-2 .booking-wapper {
    padding: 20px;
  }
}
.booking-section-2 .booking-wapper .booking-form form {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  gap: 25px;
}
@media (max-width: 1199px) {
  .booking-section-2 .booking-wapper .booking-form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.booking-section-2 .booking-wapper .booking-form form .form-group {
  margin-bottom: 0;
  min-width: 207px;
}
@media (max-width: 1399px) {
  .booking-section-2 .booking-wapper .booking-form form .form-group {
    min-width: 172px;
  }
}
@media (max-width: 1199px) {
  .booking-section-2 .booking-wapper .booking-form form .form-group {
    width: calc(50% - 13px);
  }
}
@media (max-width: 575px) {
  .booking-section-2 .booking-wapper .booking-form form .form-group {
    width: 100%;
  }
}
.booking-section-2 .booking-wapper .booking-form form .form-group .field-inner label {
  color: var(--white-color);
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .booking-section-2 .booking-wapper .booking-form form .booking-button-wapper {
    width: calc(50% - 13px);
  }
}
@media (max-width: 575px) {
  .booking-section-2 .booking-wapper .booking-form form .booking-button-wapper {
    margin-top: 10px;
    width: 100%;
  }
}
.booking-section-2 .booking-wapper .booking-form form .booking-button-wapper .booking-button {
  height: 84px;
  width: 84px;
  border-radius: 100px;
  background-color: var(--secondary-color);
  color: var(--black-color);
  transition: var(--transition);
}
@media (max-width: 1199px) {
  .booking-section-2 .booking-wapper .booking-form form .booking-button-wapper .booking-button {
    height: 52px;
    width: 100%;
    border-radius: var(--border-radius-one);
  }
}
.booking-section-2 .booking-wapper .booking-form form .booking-button-wapper .booking-button:hover {
  background-color: var(--extra-color-one);
  color: var(--white-color);
}
.booking-section-3 .booking-content {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--extra-color);
  padding: 25px;
  border-radius: var(--border-radius-three);
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .booking-section-3 .booking-content {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .booking-section-3 .booking-content {
    padding: 20px;
  }
}
.booking-section-3 .booking-content .section-title h2 {
  font-size: 34px;
  line-height: 1.4em;
}
@media (max-width: 991px) {
  .booking-section-3 .booking-content .section-title h2 {
    font-size: 24px;
  }
}
.booking-section-3 .booking-content .form-group .field-inner label {
  color: var(--text-color);
  line-height: normal;
  margin-bottom: 10px;
}
.booking-section-3 .booking-content .form-group .field-inner .form-control,
.booking-section-3 .booking-content .form-group .field-inner .form-select {
  background-color: var(--primary-rgb-05);
  border-color: var(--extra-color);
  color: var(--black-color);
}
.booking-section-3 .booking-content .form-group .field-inner textarea::-webkit-input-placeholder,
.booking-section-3 .booking-content .form-group .field-inner input::-webkit-input-placeholder {
  color: var(--black-color) !important;
}
.booking-section-3 .booking-content .form-group .field-inner textarea::-moz-placeholder,
.booking-section-3 .booking-content .form-group .field-inner input::-moz-placeholder {
  color: var(--black-color) !important;
}
.booking-section-3 .widget-sidebar .widget-booking-selection .widget-booking-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}.booking-section-3 .widget-booking-list .widget-booking-item,
.booking-section-3 .widget-sidebar .widget-booking-selection .widget-booking-list .widget-booking-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  gap: 10px;
  background: var(--primary-rgb-05);
  padding: 15px;
  border-radius: var(--border-radius-one);
}
.booking-section-3 .widget-sidebar .widget-booking-selection .widget-booking-list .widget-booking-item label {
  width: 58%;
}
.booking-section-3 .widget-sidebar .widget-booking-selection .widget-booking-list .widget-booking-item .form-control,
.booking-section-3 .widget-sidebar .widget-booking-selection .widget-booking-list .widget-booking-item .form-select {
  width: 100%;
  max-width: 130px;
  background-color: transparent;
  border: none;
  color: var(--black-color);
  padding: 0;
  height: auto;
}
.booking-section-3 .widget-sidebar .widget-booking-selection .widget-booking-list .widget-booking-item .form-control::-webkit-calendar-picker-indicator,
.booking-section-3 .widget-sidebar .widget-booking-selection .widget-booking-list .widget-booking-item .form-select::-webkit-calendar-picker-indicator {
  filter: inherit;
}
.booking-section-3 .widget-sidebar .widget-booking-selection .extra-services h3 {
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.booking-section-3 .widget-sidebar .widget-booking-selection .extra-services ul {
  position: relative;
  margin-bottom: 30px;
}
.booking-section-3 .widget-sidebar .widget-booking-selection .extra-services ul li {
  margin-bottom: 15px;
}
.booking-section-3 .widget-sidebar .widget-booking-selection .extra-services ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.booking-section-3 .widget-sidebar .widget-booking-selection .extra-services ul li .form-group .field-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  gap: 10px;
}
.booking-section-3 .widget-sidebar .widget-booking-selection .extra-services ul li .form-group .field-inner label {
  font-size: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
}
.booking-section-3 .widget-sidebar .widget-booking-selection .extra-services ul li .form-group .field-inner label input {
  margin-right: 5px;
}
.booking-section-3 .widget-sidebar .widget-booking-selection .extra-services ul li .form-group .field-inner .checkbox-price {
  font-family: var(--title-fonts);
  color: var(--primary-color);
}

.video-section-1 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  border-radius: var(--border-radius-three);
  margin-top: -240px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 460px;
  padding-bottom: 200px;
}
@media (max-width: 1199px) {
  .video-section-1 {
    border-radius: 20px;
  }
}
@media (max-width: 1199px) {
  .video-section-1 {
    margin-top: -292px;
  }
}
@media (max-width: 991px) {
  .video-section-1 {
    margin-left: 0;
    margin-right: 0;
    margin-top: -244px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .video-section-1 {
    padding-top: 350px;
    padding-bottom: 100px;
    margin-top: -237px;
  }
}
@media (max-width: 575px) {
  .video-section-1 {
    padding-top: 450px;
    margin-top: -350px;
  }
}
@media (max-width: 386px) {
  .video-section-1 {
    margin-top: -372px;
  }
}
.video-section-2 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: var(--extra-color);
  margin: 0 40px;
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .video-section-2 {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .video-section-2 {
    margin: 0;
    border-radius: 0;
  }
}
.video-section-2 .video-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 720px;
}
@media (max-width: 991px) {
  .video-section-2 .video-box {
    height: 575px;
  }
}
@media (max-width: 767px) {
  .video-section-2 .video-box {
    height: 480px;
  }
}
.video-section-3 .video-box {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: var(--extra-color);
  border-radius: var(--border-radius-three);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 720px;
}
@media (max-width: 1199px) {
  .video-section-3 .video-box {
    border-radius: 20px;
  }
}
@media (max-width: 1199px) {
  .video-section-3 .video-box {
    height: 575px;
  }
}
@media (max-width: 991px) {
  .video-section-3 .video-box {
    height: 480px;
  }
}
@media (max-width: 767px) {
  .video-section-3 .video-box {
    height: 420px;
  }
}
.video-section-3 .video-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  border: 1px solid var(--extra-color);
  border-top: none;
  margin: 30px;
  border-radius: 0 0 var(--border-radius-three) var(--border-radius-three);
}
@media (max-width: 1199px) {
  .video-section-3 .video-box::after {
    margin: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 0 0 20px 20px;
  }
}

.video-play {
  width: 100px;
  height: 100px;
  background-color: var(--white-color);
  color: var(--black-color);
  font-size: 24px;
  z-index: 1;
  margin: auto;
  position: relative;
  border-radius: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-animation: spineer2 2s infinite;
  -moz-animation: spineer2 2s infinite;
  -o-animation: spineer2 2s infinite;
  animation: spineer2 2s infinite;
}
@media (max-width: 540px) {
  .video-play {
    width: 80px;
    height: 80px;
    font-size: 18px;
  }
}
.video-play:hover {
  color: var(--secondary-color);
}

.why-choose-section-1 .why-choose-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--extra-color);
  padding: 25px;
  text-align: center;
  border-radius: var(--border-radius-three);
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .why-choose-section-1 .why-choose-item {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .why-choose-section-1 .why-choose-item {
    padding: 20px;
  }
}
.why-choose-section-1 .why-choose-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: var(--primary-color);
  border-radius: 100px 100px 0 0;
  transition: all 0.4s ease-in-out;
}
.why-choose-section-1 .why-choose-item .why-choose-icon {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100px;
  height: 100px;
  background-color: var(--extra-color);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100px;
}
.why-choose-section-1 .why-choose-item .why-choose-icon figure {
  position: relative;
  z-index: 2;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.why-choose-section-1 .why-choose-item .why-choose-icon figure img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.why-choose-section-1 .why-choose-item .why-choose-content .why-choose-title {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.why-choose-section-1 .why-choose-item .why-choose-content .why-choose-title:hover {
  color: var(--primary-color);
}
.why-choose-section-1 .why-choose-item .why-choose-content p {
  margin: 0;
}
.why-choose-section-1 .why-choose-item:hover::before {
  height: 100%;
  border-radius: 0;
}
.why-choose-section-1 .why-choose-item:hover .why-choose-icon {
  background-color: var(--extra-color);
}
.why-choose-section-1 .why-choose-item:hover .why-choose-icon figure {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.why-choose-section-1 .why-choose-item:hover .why-choose-content .why-choose-title {
  color: var(--white-color);
}
.why-choose-section-1 .why-choose-item:hover .why-choose-content p {
  color: var(--white-color);
}

.our-facts-section {
  position: relative;
  overflow: hidden;
  background-color: var(--primary-color);
  padding: 100px 0;
}
@media (max-width: 991px) {
  .our-facts-section {
    padding: 0 0 80px 0;
  }
}
.our-facts-section .our-facts-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 991px) {
  .our-facts-section .our-facts-image {
    position: relative;
    width: 100%;
  }
}
.our-facts-section .our-facts-image figure {
  position: relative;
  height: 100%;
  width: 100%;
}
.our-facts-section .our-facts-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.our-facts-section .our-facts-image figure::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../images/shape/left-half-round-color.png") no-repeat;
  background-position: left center;
  background-size: cover;
  width: 50px;
  height: 100px;
  z-index: 2;
  top: 0;
  margin: auto;
}
@media (max-width: 1400px) {
  .our-facts-section .our-facts-image figure::before {
    width: 35px;
    height: 65px;
  }
}
@media (max-width: 991px) {
  .our-facts-section .our-facts-image figure::before {
    width: 100px;
    height: 50px;
    left: 0;
    bottom: 0;
    top: inherit;
    background: url("../images/shape/top-half-round-color.html") no-repeat;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .our-facts-section .our-facts-image figure::before {
    width: 40px;
    height: 20px;
  }
}
.our-facts-section .our-facts-content {
  position: relative;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .our-facts-section .our-facts-content {
    padding-left: 0;
    padding-top: 80px;
  }
}
.our-facts-section .counter-list {
  margin-top: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 60px 30px;
}
@media (max-width: 991px) {
  .our-facts-section .counter-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.our-facts-section .counter-list .counter-item {
  position: relative;
  width: calc(50% - 15px);
  text-align: left;
}
.our-facts-section .counter-list .counter-item:not(:nth-last-child(1))::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--extra-color-one);
  position: absolute;
  right: 20px;
  top: 0;
}
@media (max-width: 991px) {
  .our-facts-section .counter-list .counter-item:not(:nth-last-child(1))::after {
    right: 0;
  }
}

.services-section-1 {
  position: relative;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.services-section-1 .services-item {
  position: relative;
  background-color: var(--extra-color);
  border-radius: var(--border-radius-three);
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .services-section-1 .services-item {
    border-radius: 20px;
  }
}
.services-section-1 .services-item .services-image {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .services-section-1 .services-item .services-image {
    border-radius: 20px;
  }
}
.services-section-1 .services-item .services-image a {
  width: 100%;
  display: block;
}
.services-section-1 .services-item .services-image a figure {
  position: relative;
  border-radius: var(--border-radius-three);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .services-section-1 .services-item .services-image a figure {
    border-radius: 20px;
  }
}
.services-section-1 .services-item .services-image a figure img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.services-section-1 .services-item .services-image a figure::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("../images/services/services-half-round.png") no-repeat;
  background-position: left center;
  background-size: cover;
  width: 100px;
  height: 50px;
  z-index: 2;
}
@media (max-width: 1400px) {
  .services-section-1 .services-item .services-image a figure::before {
    width: 65px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .services-section-1 .services-item .services-image a figure::before {
    width: 40px;
    height: 20px;
  }
}
.services-section-1 .services-item .services-content {
  position: relative;
  padding: 25px;
}
@media (max-width: 767px) {
  .services-section-1 .services-item .services-content {
    padding: 20px;
  }
}
.services-section-1 .services-item .services-content .services-icon-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 15px;
}
.services-section-1 .services-item .services-content .services-icon-box .services-icon {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: var(--primary-rgb-05);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100px;
}
.services-section-1 .services-item .services-content .services-icon-box .services-icon figure {
  position: relative;
  z-index: 2;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.services-section-1 .services-item .services-content .services-icon-box .services-icon figure img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.services-section-1 .services-item .services-content .services-icon-box .services-icon-content {
  flex: 1;
}
.services-section-1 .services-item .services-content .services-icon-box .services-icon-content .services-title {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.services-section-1 .services-item .services-content .services-icon-box .services-icon-content .services-title:hover {
  color: var(--primary-color);
}
.services-section-1 .services-item:hover .services-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.services-section-1 .services-item:hover .services-content .services-icon-box .services-icon {
  background-color: var(--primary-color);
}
.services-section-1 .services-item:hover .services-content .services-icon-box .services-icon figure {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.services-section-1 .services-item:hover .services-content .services-icon-box .services-icon figure img {
  filter: brightness(0) invert(1);
}
.services-section-1 .more-service-content {
  width: 100%;
  max-width: 630px;
  text-align: center;
  margin: 0 auto;
}
.services-section-1 .more-service-content p {
  margin-bottom: 20px;
}
.services-section-2 .services-shape-top,
.services-section-2 .services-shape-bottom {
  position: relative;
  text-align: center;
}
.services-section-2 .services-shape-top figure,
.services-section-2 .services-shape-bottom figure {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.services-section-2 .services-shape-top figure img,
.services-section-2 .services-shape-bottom figure img {
  width: 100%;
}
@media (max-width: 991px) {
  .services-section-2 .services-left-content .service-button-wappper {
    margin-bottom: 30px;
  }
}
.services-section-2 .services-wapper {
  position: relative;
  background-color: var(--extra-color);
  z-index: 1;
}
.services-section-2 .services-item {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 25px;
  background-color: var(--primary-color);
  border-radius: var(--border-radius-three);
  margin-bottom: 30px;
  padding: 25px;
}
@media (max-width: 1199px) {
  .services-section-2 .services-item {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .services-section-2 .services-item {
    padding: 20px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.services-section-2 .services-item .services-image {
  position: relative;
  width: calc(50% - 25px);
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .services-section-2 .services-item .services-image {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .services-section-2 .services-item .services-image {
    width: 100%;
  }
}
.services-section-2 .services-item .services-image a {
  width: 100%;
  display: block;
}
.services-section-2 .services-item .services-image a figure {
  position: relative;
  border-radius: var(--border-radius-three);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .services-section-2 .services-item .services-image a figure {
    border-radius: 20px;
  }
}
.services-section-2 .services-item .services-image a figure img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.services-section-2 .services-item .services-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 50%;
  gap: 20px;
}
@media (max-width: 767px) {
  .services-section-2 .services-item .services-content {
    width: 100%;
  }
}
.services-section-2 .services-item .services-content .services-content-text .services-title {
  color: var(--white-color);
  font-size: 28px;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .services-section-2 .services-item .services-content .services-content-text .services-title {
    font-size: 26px;
  }
}
.services-section-2 .services-item .services-content .services-content-text p {
  color: var(--white-color);
  margin-bottom: 0;
}
.services-section-2 .services-item:hover .services-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.services-section-3 {
  background-color: var(--extra-color);
}
.services-section-3 .services-wapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.services-section-3 .services-item {
  margin-bottom: 30px;
  text-align: center;
}
.services-section-3 .services-item .services-icon {
  margin: 0 auto 20px auto;
  position: relative;
  width: 180px;
  height: 220px;
  background-color: var(--primary-rgb-05);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100px;
}
.services-section-3 .services-item .services-icon figure {
  position: relative;
  z-index: 2;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.services-section-3 .services-item .services-icon figure img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.services-section-3 .services-item .services-content .services-title {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.services-section-3 .services-item:hover .services-icon {
  background-color: var(--primary-color);
}
.services-section-3 .services-item:hover .services-icon figure {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.services-section-3 .services-item:hover .services-icon figure img {
  filter: brightness(0) invert(1);
}

.services-shape-2 {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
}
.services-shape-2 figure img {
  width: auto;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .services-shape-2 {
    display: none;
  }
}

@media (max-width: 1199px) {
  .service-single-section .service-single-post {
    margin-bottom: 40px;
  }
}
.service-single-section .service-single-post .service-single-media {
  margin-bottom: 30px;
}
.service-single-section .service-single-post .service-single-media figure {
  overflow: hidden;
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .service-single-section .service-single-post .service-single-media figure {
    border-radius: 20px;
  }
}
.service-single-section .service-single-post .service-single-media figure img {
  width: 100%;
  object-fit: cover;
}
.service-single-section .service-single-post .service-single-contain .service-entry-content h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4em;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .service-single-section .service-single-post .service-single-contain .service-entry-content h2 {
    font-size: 32px;
  }
}
.service-single-section .service-single-post .service-single-contain .service-entry-content h3 {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.4em;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .service-single-section .service-single-post .service-single-contain .service-entry-content h3 {
    font-size: 24px;
  }
}
.service-single-section .service-single-post .service-single-contain .service-entry-content .service-gallery figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .service-single-section .service-single-post .service-single-contain .service-entry-content .service-gallery figure {
    border-radius: 20px;
  }
}
.service-single-section .service-single-post .service-single-contain .service-entry-content .service-gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-single-section .service-single-post .service-single-contain .service-entry-content .benifits-wapper .benifits-item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
}
.service-single-section .service-single-post .service-single-contain .service-entry-content .benifits-wapper .benifits-item .benifits-content i {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 18px;
  color: var(--primary-color);
}
.service-single-section .service-single-post .service-single-contain .service-entry-content .benifits-wapper .benifits-item .benifits-content h4 {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .service-single-section .service-single-post .service-single-contain .service-entry-content .benifits-wapper .benifits-item .benifits-content h4 {
    font-size: 18px;
    line-height: 1.4em;
  }
}
.service-single-section .service-single-post .service-single-contain .service-entry-content .benifits-wapper .benifits-item .benifits-content p {
  margin-bottom: 0;
}

.offer-section-1 .offer-shape-top,
.offer-section-1 .offer-shape-bottom {
  position: relative;
  margin: 0 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .offer-section-1 .offer-shape-top,
  .offer-section-1 .offer-shape-bottom {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .offer-section-1 .offer-shape-top,
  .offer-section-1 .offer-shape-bottom {
    margin: 0 0;
  }
}
.offer-section-1 .offer-shape-top figure,
.offer-section-1 .offer-shape-bottom figure {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.offer-section-1 .offer-shape-top figure img,
.offer-section-1 .offer-shape-bottom figure img {
  width: 100%;
}
.offer-section-1 .offer-wapper {
  position: relative;
  background-color: var(--primary-color);
  margin: 0 40px;
}
@media (max-width: 991px) {
  .offer-section-1 .offer-wapper {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .offer-section-1 .offer-wapper {
    margin: 0 0;
  }
}
.offer-section-1 .offer-wapper .offer-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 30px;
  padding: 25px;
  margin-bottom: 30px;
  background-color: var(--extra-color-two);
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .offer-section-1 .offer-wapper .offer-item {
    border-radius: 20px;
  }
}
@media (max-width: 1199px) {
  .offer-section-1 .offer-wapper .offer-item {
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .offer-section-1 .offer-wapper .offer-item {
    flex-direction: column;
    gap: 25px;
    padding: 20px;
  }
}
.offer-section-1 .offer-wapper .offer-item .offer-image {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-three);
  max-width: 325px;
  width: 100%;
}
@media (max-width: 1199px) {
  .offer-section-1 .offer-wapper .offer-item .offer-image {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .offer-section-1 .offer-wapper .offer-item .offer-image {
    max-width: 100%;
  }
}
.offer-section-1 .offer-wapper .offer-item .offer-image a {
  width: 100%;
  display: block;
}
.offer-section-1 .offer-wapper .offer-item .offer-image a figure {
  position: relative;
  border-radius: var(--border-radius-three);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .offer-section-1 .offer-wapper .offer-item .offer-image a figure {
    border-radius: 20px;
  }
}
.offer-section-1 .offer-wapper .offer-item .offer-image a figure img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.offer-section-1 .offer-wapper .offer-item .offer-content {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding-right: 20px;
  border-right: 1px solid var(--extra-color-one);
  margin-right: 20px;
}
@media (max-width: 991px) {
  .offer-section-1 .offer-wapper .offer-item .offer-content {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    border-bottom: 1px solid var(--extra-color-one);
    padding-bottom: 30px;
  }
}
.offer-section-1 .offer-wapper .offer-item .offer-content h3 {
  color: var(--white-color);
  font-size: 28px;
  line-height: 1.4em;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .offer-section-1 .offer-wapper .offer-item .offer-content h3 {
    font-size: 24px;
    line-height: 1.4em;
  }
}
.offer-section-1 .offer-wapper .offer-item .offer-content p {
  color: var(--white-color);
}
.offer-section-1 .offer-wapper .offer-item .offer-content .check-list ul li {
  color: var(--white-color);
}
.offer-section-1 .offer-wapper .offer-item .offer-content .check-list ul li::before {
  color: var(--white-color);
}
.offer-section-1 .offer-wapper .offer-item .offer-reviews {
  max-width: 225px;
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .offer-section-1 .offer-wapper .offer-item .offer-reviews {
    max-width: 100%;
    text-align: start;
  }
}
@media (max-width: 991px) {
  .offer-section-1 .offer-wapper .offer-item .offer-reviews .offer-price {
    margin-bottom: 25px;
  }
}
.offer-section-1 .offer-wapper .offer-item .offer-reviews .offer-price .price {
  font-family: var(--title-fonts);
  color: var(--white-color);
  font-size: 28px;
  line-height: 1.4em;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .offer-section-1 .offer-wapper .offer-item .offer-reviews .offer-price .price {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .offer-section-1 .offer-wapper .offer-item .offer-reviews .offer-price .price {
    font-size: 24px;
    line-height: 1.4em;
  }
}
.offer-section-1 .offer-wapper .offer-item:hover .offer-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.offer-section-2 .offer-wapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
.offer-section-2 .offer-wapper .offer-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 30px;
  padding: 25px;
  background-color: var(--extra-color);
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .offer-section-2 .offer-wapper .offer-item {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .offer-section-2 .offer-wapper .offer-item {
    position: relative;
    top: 0;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
  }
}
.offer-section-2 .offer-wapper .offer-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .offer-section-2 .offer-wapper .offer-item:nth-child(even) {
    flex-direction: column;
  }
}
.offer-section-2 .offer-wapper .offer-item:nth-child(even) .offer-content {
  padding-left: 0;
  padding-right: 120px;
}
@media (max-width: 991px) {
  .offer-section-2 .offer-wapper .offer-item:nth-child(even) .offer-content {
    padding-left: 50px;
    padding-right: 0;
  }
}
.offer-section-2 .offer-wapper .offer-item:nth-child(even) .offer-content .offer-number {
  left: initial;
  right: 30px;
}
@media (max-width: 991px) {
  .offer-section-2 .offer-wapper .offer-item:nth-child(even) .offer-content .offer-number {
    left: 0;
    right: inherit;
  }
}
.offer-section-2 .offer-wapper .offer-item .offer-image {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-three);
  max-width: 40%;
  width: 100%;
}
@media (max-width: 1199px) {
  .offer-section-2 .offer-wapper .offer-item .offer-image {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .offer-section-2 .offer-wapper .offer-item .offer-image {
    max-width: 100%;
  }
}
.offer-section-2 .offer-wapper .offer-item .offer-image a {
  width: 100%;
  display: block;
}
.offer-section-2 .offer-wapper .offer-item .offer-image a figure {
  position: relative;
  border-radius: var(--border-radius-three);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .offer-section-2 .offer-wapper .offer-item .offer-image a figure {
    border-radius: 20px;
  }
}
.offer-section-2 .offer-wapper .offer-item .offer-image a figure img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.offer-section-2 .offer-wapper .offer-item .offer-content {
  position: relative;
  max-width: 60%;
  width: 100%;
  padding-left: 120px;
}
@media (max-width: 991px) {
  .offer-section-2 .offer-wapper .offer-item .offer-content {
    max-width: 100%;
    padding-left: 50px;
  }
}
.offer-section-2 .offer-wapper .offer-item .offer-content .offer-number {
  position: absolute;
  left: 30px;
  top: 0;
  color: var(--primary-color);
  font-size: 28px;
  font-weight: bold;
}
.offer-section-2 .offer-wapper .offer-item .offer-content .offer-number::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 2px;
  background: var(--extra-color-one);
  left: 0;
  right: 0;
  margin: auto;
  top: 40px;
}
@media (max-width: 991px) {
  .offer-section-2 .offer-wapper .offer-item .offer-content .offer-number {
    font-size: 28px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .offer-section-2 .offer-wapper .offer-item .offer-content .offer-number {
    font-size: 22px;
  }
}
.offer-section-2 .offer-wapper .offer-item .offer-content .offer-tag {
  position: relative;
  display: inline-block;
  width: max-content;
  background-color: var(--primary-rgb-05);
  color: var(--primary-color);
  border-radius: var(--border-radius-three);
  padding: 6px 15px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .offer-section-2 .offer-wapper .offer-item .offer-content .offer-tag {
    border-radius: 20px;
  }
}
.offer-section-2 .offer-wapper .offer-item .offer-content .offer-title {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.4em;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .offer-section-2 .offer-wapper .offer-item .offer-content .offer-title {
    font-size: 24px;
  }
}
.offer-section-2 .offer-wapper .offer-item .offer-content p.desc {
  margin-bottom: 25px;
}
.offer-section-2 .offer-wapper .offer-item .offer-content .offer-price {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}
.offer-section-2 .offer-wapper .offer-item .offer-content .offer-price .price {
  color: var(--primary-color);
  font-family: var(--title-fonts);
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 500;
}
.offer-section-2 .offer-wapper .offer-item:hover .offer-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.offer-section-2 .more-offer-content {
  width: 100%;
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
}
.offer-section-2 .more-offer-content p {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .offer-single-section .offer-single-post {
    margin-bottom: 40px;
  }
}
.offer-single-section .offer-single-post .offer-heading {
  position: relative;
  margin-bottom: 30px;
}
.offer-single-section .offer-single-post .offer-heading .offer-heading-title h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4em;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .offer-single-section .offer-single-post .offer-heading .offer-heading-title h2 {
    font-size: 32px;
  }
}
.offer-single-section .offer-single-post .offer-heading .offer-heading-price {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}
.offer-single-section .offer-single-post .offer-heading .offer-heading-price p {
  margin-bottom: 0;
  font-family: var(--title-fonts);
  font-size: 28px;
  line-height: 1.4em;
  color: var(--black-color);
}
@media (max-width: 767px) {
  .offer-single-section .offer-single-post .offer-heading .offer-heading-price p {
    font-size: 24px;
    line-height: 1.4em;
  }
}
.offer-single-section .offer-single-post .offer-heading .offer-heading-price .offer-star {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
}
.offer-single-section .offer-single-post .offer-single-contain .offer-entry-content h3 {
  font-size: 28px;
  line-height: 1.4em;
}
@media (max-width: 991px) {
  .offer-single-section .offer-single-post .offer-single-contain .offer-entry-content h3 {
    font-size: 24px;
  }
}
.offer-single-section .offer-single-post .offer-single-contain .offer-entry-content .offer-single-item {
  margin-bottom: 30px;
}
.offer-single-section .offer-single-post .offer-single-contain .offer-entry-content .offer-single-item .offer-single-list {
  margin-bottom: 20px;
}
.offer-single-section .offer-single-post .offer-single-contain .offer-entry-content .offer-single-item .offer-single-list:last-of-type {
  margin-bottom: 0;
}
.offer-single-section .offer-single-post .offer-single-contain .offer-entry-content .offer-single-item .offer-single-list .offer-single-icon {
  position: relative;
  background-color: var(--primary-rgb-05);
  color: var(--primary-color);
  height: 52px;
  width: 52px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 100%;
}
.offer-single-section .offer-single-post .offer-single-contain .offer-entry-content .offer-single-item .offer-single-list .offer-single-icon::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  position: absolute;
  background: var(--primary-color);
  border-radius: inherit;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.offer-single-section .offer-single-post .offer-single-contain .offer-entry-content .offer-single-item .offer-single-list .offer-single-content span {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
}
.offer-single-section .offer-single-post .offer-single-contain .offer-entry-content .offer-single-item .offer-single-list .offer-single-content p {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.offer-single-section .offer-single-post .offer-single-contain .offer-entry-content .offer-single-item .offer-single-list:hover .offer-single-icon {
  color: var(--white-color);
}
.offer-single-section .offer-single-post .offer-single-contain .offer-entry-content .offer-single-item .offer-single-list:hover .offer-single-icon i {
  position: relative;
  z-index: 1;
}
.offer-single-section .offer-single-post .offer-single-contain .offer-entry-content .offer-single-item .offer-single-list:hover .offer-single-icon::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.offer-single-section .widget-sidebar .widget-why-choose .widget-why-choose-list ul li p {
  margin-bottom: 0;
  color: var(--black-color);
  font-weight: 600;
}

.team-section-1 .team-item {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.team-section-1 .team-item .team-image {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin-bottom: 15px;
  overflow: hidden;
}
.team-section-1 .team-item .team-image a figure {
  position: relative;
  border-radius: var(--border-radius-three);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .team-section-1 .team-item .team-image a figure {
    border-radius: 20px;
  }
}
.team-section-1 .team-item .team-image a figure img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.team-section-1 .team-item .team-image .team-review {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  background-color: var(--primary-color);
  padding: 5px 15px;
  border-radius: 100px;
}
.team-section-1 .team-item .team-image .team-review p {
  color: var(--white-color);
  margin-bottom: 0;
}
.team-section-1 .team-item .team-image .team-share {
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.team-section-1 .team-item .team-image .team-share .social-icon {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translate(0, 65px);
  -moz-transform: translate(0, 65px);
  -ms-transform: translate(0, 65px);
  -o-transform: translate(0, 65px);
  transform: translate(0, 65px);
  opacity: 0;
  visibility: hidden;
}
.team-section-1 .team-item .team-image .team-share .social-icon li a {
  background: var(--white-color);
  color: var(--primary-color);
  text-align: center;
}
.team-section-1 .team-item .team-image .team-share .social-icon li a:hover {
  color: var(--white-color);
}
.team-section-1 .team-item .team-content {
  position: relative;
  text-align: center;
}
.team-section-1 .team-item .team-content .team-title {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.team-section-1 .team-item:hover .team-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.team-section-1 .team-item:hover .team-image .team-share {
  bottom: 20px;
}
.team-section-1 .team-item:hover .team-image .team-share .social-icon {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.team-section-2 .team-wapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 991px) {
  .team-section-2 .team-wapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.team-section-2 .team-wapper .team-item {
  position: relative;
  padding: 30px;
  background-color: var(--extra-color);
  border-radius: var(--border-radius-three);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1199px) {
  .team-section-2 .team-wapper .team-item {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .team-section-2 .team-wapper .team-item {
    padding: 20px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: calc(50% - 15px);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .team-section-2 .team-wapper .team-item {
    width: 100%;
  }
}
.team-section-2 .team-wapper .team-item .team-content-one {
  width: 30%;
}
@media (max-width: 991px) {
  .team-section-2 .team-wapper .team-item .team-content-one {
    width: 100%;
  }
}
.team-section-2 .team-wapper .team-item .team-content-one .team-title {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.team-section-2 .team-wapper .team-item .team-content-one p {
  margin-bottom: 0;
}
.team-section-2 .team-wapper .team-item .team-image {
  transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  width: 30%;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 991px) {
  .team-section-2 .team-wapper .team-item .team-image {
    transform: scale(1);
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
}
.team-section-2 .team-wapper .team-item .team-image figure {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  border-radius: var(--border-radius-three);
  max-width: 280px;
}
@media (max-width: 1199px) {
  .team-section-2 .team-wapper .team-item .team-image figure {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .team-section-2 .team-wapper .team-item .team-image figure {
    position: relative;
    top: 0;
    transform: translateY(0) rotate(0);
    max-width: 100%;
  }
}
.team-section-2 .team-wapper .team-item .team-image figure img {
  width: 100%;
  object-fit: cover;
}
.team-section-2 .team-wapper .team-item .team-content-two {
  width: 40%;
}
@media (max-width: 991px) {
  .team-section-2 .team-wapper .team-item .team-content-two {
    width: 100%;
  }
}
.team-section-2 .team-wapper .team-item:hover {
  background-image: url("../images/shape/bg-shape-1.png");
}
.team-section-2 .team-wapper .team-item:hover .team-image {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  right: 0;
}
.team-section-3 .team-wapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 991px) {
  .team-section-3 .team-wapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.team-section-3 .team-wapper .team-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 25px;
  background-color: var(--primary-color);
  padding: 25px 55px 25px 25px;
  border-radius: var(--border-radius-three);
  width: calc(50% - 15px);
}
@media (max-width: 1199px) {
  .team-section-3 .team-wapper .team-item {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .team-section-3 .team-wapper .team-item {
    padding: 20px 55px 20px 20px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .team-section-3 .team-wapper .team-item {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}
.team-section-3 .team-wapper .team-item .team-image {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 170px;
}
@media (max-width: 991px) {
  .team-section-3 .team-wapper .team-item .team-image {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 575px) {
  .team-section-3 .team-wapper .team-item .team-image {
    width: 100%;
    height: 100%;
  }
}
.team-section-3 .team-wapper .team-item .team-image a figure {
  position: relative;
  border-radius: var(--border-radius-three);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .team-section-3 .team-wapper .team-item .team-image a figure {
    border-radius: 20px;
  }
}
.team-section-3 .team-wapper .team-item .team-image a figure img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.team-section-3 .team-wapper .team-item .team-content .team-title {
  color: var(--white-color);
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.team-section-3 .team-wapper .team-item .team-content p {
  margin-bottom: 20px;
  color: var(--white-color);
}

@media (max-width: 991px) {
  .team-single-section .team-single-left {
    margin-bottom: 30px;
  }
}
.team-single-section .team-single-left .image-1 figure {
  overflow: hidden;
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .team-single-section .team-single-left .image-1 figure {
    border-radius: 20px;
  }
}
.team-single-section .team-single-left .image-1 figure img {
  width: 100%;
  object-fit: cover;
}
.team-single-section .team-single-left .section-title h2 {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.4em;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .team-single-section .team-single-left .section-title h2 {
    font-size: 24px;
  }
}
.team-single-section .team-single-right h3 {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.4em;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .team-single-section .team-single-right h3 {
    font-size: 24px;
  }
}
.team-single-section .team-single-right .team-contact-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.team-single-section .team-single-right .team-contact-item .team-contact-list .team-contact-icon {
  position: relative;
  background-color: var(--primary-rgb-05);
  color: var(--primary-color);
  height: 52px;
  width: 52px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 100%;
}
.team-single-section .team-single-right .team-contact-item .team-contact-list .team-contact-icon::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  position: absolute;
  background: var(--primary-color);
  border-radius: inherit;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.team-single-section .team-single-right .team-contact-item .team-contact-list .team-contact-icon svg {
  position: relative;
  z-index: 1;
}
.team-single-section .team-single-right .team-contact-item .team-contact-list .team-contact-content p {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
}
.team-single-section .team-single-right .team-contact-item .team-contact-list .team-contact-content a {
  color: var(--black-color);
  font-family: var(--title-fonts);
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .team-single-section .team-single-right .team-contact-item .team-contact-list .team-contact-content a {
    font-size: 16px;
  }
}
.team-single-section .team-single-right .team-contact-item .team-contact-list:hover .team-contact-icon {
  color: var(--white-color);
}
.team-single-section .team-single-right .team-contact-item .team-contact-list:hover .team-contact-icon i {
  position: relative;
  z-index: 1;
}
.team-single-section .team-single-right .team-contact-item .team-contact-list:hover .team-contact-icon::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.team-single-section .team-single-right .team-contact-item .team-contact-list:hover .team-contact-content a {
  color: var(--primary-color);
}
.team-single-section .team-single-right .team-contact-form {
  background-color: var(--primary-color);
  border-radius: var(--border-radius-three);
  padding: 25px;
}
@media (max-width: 1199px) {
  .team-single-section .team-single-right .team-contact-form {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .team-single-section .team-single-right .team-contact-form {
    padding: 20px;
  }
}
.team-single-section .team-single-right .team-contact-form .form-group label {
  color: var(--white-color);
}

.testimonials-section-1 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: var(--extra-color);
  margin: 0 40px;
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .testimonials-section-1 {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .testimonials-section-1 {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .testimonials-section-1 {
    margin: 0 0;
    border-radius: 0;
  }
}
.testimonials-section-1 .testimonial-shape {
  position: relative;
  -webkit-animation: zoom 5s linear infinite;
  -moz-animation: zoom 5s linear infinite;
  -o-animation: zoom 5s linear infinite;
  animation: zoom 5s linear infinite;
}
.testimonials-section-1 .testimonial-shape.shape-one {
  position: absolute;
  top: 110px;
  inset-inline-start: 225px;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media (max-width: 1400px) {
  .testimonials-section-1 .testimonial-shape.shape-one {
    inset-inline-start: 120px;
  }
}
@media (max-width: 1199px) {
  .testimonials-section-1 .testimonial-shape.shape-one {
    display: none;
  }
}
.testimonials-section-1 .testimonial-shape.shape-two {
  position: absolute;
  top: 385px;
  inset-inline-start: 60px;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@media (max-width: 991px) {
  .testimonials-section-1 .testimonial-shape.shape-two {
    display: none;
  }
}
.testimonials-section-1 .testimonial-shape.shape-three {
  position: absolute;
  bottom: 140px;
  inset-inline-start: 300px;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@media (max-width: 1400px) {
  .testimonials-section-1 .testimonial-shape.shape-three {
    inset-inline-start: 190px;
  }
}
@media (max-width: 991px) {
  .testimonials-section-1 .testimonial-shape.shape-three {
    display: none;
  }
}
.testimonials-section-1 .testimonial-shape.shape-four {
  position: absolute;
  top: 95px;
  inset-inline-end: 470px;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@media (max-width: 1400px) {
  .testimonials-section-1 .testimonial-shape.shape-four {
    inset-inline-end: 250px;
  }
}
@media (max-width: 1199px) {
  .testimonials-section-1 .testimonial-shape.shape-four {
    display: none;
  }
}
.testimonials-section-1 .testimonial-shape.shape-five {
  position: absolute;
  top: 265px;
  inset-inline-end: 80px;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@media (max-width: 1400px) {
  .testimonials-section-1 .testimonial-shape.shape-five {
    top: 355px;
  }
}
@media (max-width: 991px) {
  .testimonials-section-1 .testimonial-shape.shape-five {
    display: none;
  }
}
.testimonials-section-1 .testimonial-shape.shape-six {
  position: absolute;
  bottom: 155px;
  inset-inline-end: 285px;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media (max-width: 1400px) {
  .testimonials-section-1 .testimonial-shape.shape-six {
    inset-inline-end: 130px;
  }
}
@media (max-width: 991px) {
  .testimonials-section-1 .testimonial-shape.shape-six {
    display: none;
  }
}
.testimonials-section-1 .testimonial-shape figure img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .testimonials-section-1 .testimonial-shape figure img {
    width: 72px;
    height: 72px;
  }
}
.testimonials-section-1 .testimonials-item {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 30px auto;
}
.testimonials-section-1 .testimonials-item .testimonials-author {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.testimonials-section-1 .testimonials-item .testimonials-author .testimonials-author-image {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}
.testimonials-section-1 .testimonials-item .testimonials-author .testimonials-author-image figure img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-section-1 .testimonials-item .testimonials-author .testimonials-author-image .testimonials-review {
  position: absolute;
  top: 0;
  right: -40px;
  gap: 2px;
  height: 62px;
  width: 62px;
  border: 2px solid var(--white-color);
  background-color: var(--primary-color);
  border-radius: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.testimonials-section-1 .testimonials-item .testimonials-author .testimonials-author-image .testimonials-review span {
  color: var(--white-color);
}
.testimonials-section-1 .testimonials-item .testimonials-content {
  position: relative;
  padding-bottom: 30px;
}
.testimonials-section-1 .testimonials-item .testimonials-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-color);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.testimonials-section-1 .testimonials-item .testimonials-content p {
  font-size: 20px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .testimonials-section-1 .testimonials-item .testimonials-content p {
    font-size: 18px;
  }
}
.testimonials-section-1 .testimonials-item .testimonials-author-content h2 {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.4em;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .testimonials-section-1 .testimonials-item .testimonials-author-content h2 {
    font-size: 20px;
    line-height: normal;
  }
}
.testimonials-section-1 .testimonials-item .testimonials-author-content p {
  margin: 0;
}
@media (max-width: 767px) {
  .testimonials-section-1 .testimonials-item .testimonials-author-content p {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.testimonials-section-2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.testimonials-section-3 .testimonials-image {
  position: relative;
  padding-right: 50px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .testimonials-section-3 .testimonials-image {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .testimonials-section-3 .testimonials-image {
    padding-right: 0;
    margin-bottom: 40px;
    width: auto;
    height: auto;
  }
}
.testimonials-section-3 .testimonials-image figure {
  display: block;
  border-radius: var(--border-radius-three);
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .testimonials-section-3 .testimonials-image figure {
    border-radius: 20px;
  }
}
.testimonials-section-3 .testimonials-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-section-4 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  margin: 0 40px;
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .testimonials-section-4 {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .testimonials-section-4 {
    margin: 0 0;
    border-radius: 0;
  }
}
.testimonials-section-4 .testimonials-item {
  position: relative;
  margin: 0 auto 30px auto;
}
.testimonials-section-4 .testimonials-item .testimonials-content {
  position: relative;
  padding-bottom: 30px;
  background-color: var(--white-color);
  padding: 25px;
  margin-bottom: 25px;
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .testimonials-section-4 .testimonials-item .testimonials-content {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .testimonials-section-4 .testimonials-item .testimonials-content {
    padding: 20px;
  }
}
.testimonials-section-4 .testimonials-item .testimonials-content::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: var(--white-color) transparent transparent transparent;
}
.testimonials-section-4 .testimonials-item .testimonials-content .testimonials-content-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.testimonials-section-4 .testimonials-item .testimonials-content .testimonials-quote {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 52px;
  width: 52px;
  border-radius: 100px;
  background-color: var(--primary-color);
}
.testimonials-section-4 .testimonials-item .testimonials-content .testimonials-quote figure img {
  width: 32px;
  height: 32px;
}
.testimonials-section-4 .testimonials-item .testimonials-content h2 {
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.testimonials-section-4 .testimonials-item .testimonials-content p {
  font-size: 18px;
  margin-bottom: 0;
}
.testimonials-section-4 .testimonials-item .testimonials-author {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
  position: relative;
}
.testimonials-section-4 .testimonials-item .testimonials-author .testimonials-author-image {
  position: relative;
  display: block;
  width: 82px;
  height: 82px;
}
.testimonials-section-4 .testimonials-item .testimonials-author .testimonials-author-image figure img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-section-4 .testimonials-item .testimonials-author .testimonials-author-image .testimonials-review {
  position: absolute;
  top: 0;
  right: -40px;
  gap: 2px;
  height: 62px;
  width: 62px;
  border: 2px solid var(--white-color);
  background-color: var(--primary-color);
  border-radius: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.testimonials-section-4 .testimonials-item .testimonials-author .testimonials-author-image .testimonials-review span {
  color: var(--white-color);
}
.testimonials-section-4 .testimonials-item .testimonials-author .testimonials-author-content h3 {
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.testimonials-section-4 .testimonials-item .testimonials-author .testimonials-author-content p {
  margin: 0;
}
@media (max-width: 767px) {
  .testimonials-section-4 .testimonials-item .testimonials-author .testimonials-author-content p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.style-two {
  position: relative;
  border: 1px solid var(--extra-color);
  padding: 25px;
  background-color: var(--extra-color);
  border-radius: var(--border-radius-three);
  margin-bottom: 30px;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .style-two {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .style-two {
    padding: 20px;
  }
}
.style-two .testimonials-content {
  position: relative;
  margin-bottom: 30px;
}
.style-two .testimonials-content .testimonials-quote {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 62px;
  width: 62px;
  border-radius: 100px;
  background-color: var(--primary-color);
  border: 4px solid var(--white-color);
  position: absolute;
  top: -70px;
  right: 0;
}
.style-two .testimonials-content .testimonials-quote figure img {
  width: 32px;
  height: 32px;
}
.style-two .testimonials-content p {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 20px;
  color: var(--black-color);
}
.style-two .testimonials-author {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 15px;
}
.style-two .testimonials-author .testimonials-author-image {
  position: relative;
}
.style-two .testimonials-author .testimonials-author-image figure img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.style-two .testimonials-author .testimonials-author-image .testimonials-review {
  position: relative;
  left: 0;
  right: 0;
  gap: 5px;
  width: 70px;
  padding: 3px 5px;
  margin: -20px auto 0 auto;
  background-color: var(--primary-color);
  border: 2px solid var(--white-color);
  border-radius: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.style-two .testimonials-author .testimonials-author-image .testimonials-review span {
  color: var(--white-color);
}
.style-two .testimonials-author .testimonials-author-content h2 {
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.style-two .testimonials-author .testimonials-author-content p {
  margin: 0;
}
@media (max-width: 767px) {
  .style-two .testimonials-author .testimonials-author-content p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.blog-section .blog-grid-item-1 {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.blog-section .blog-grid-item-1 .blog-grid-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: var(--border-radius-two);
}
.blog-section .blog-grid-item-1 .blog-grid-image a {
  width: 100%;
  display: block;
}
.blog-section .blog-grid-item-1 .blog-grid-image a figure {
  position: relative;
  border-radius: var(--border-radius-three);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .blog-section .blog-grid-item-1 .blog-grid-image a figure {
    border-radius: 20px;
  }
}
.blog-section .blog-grid-item-1 .blog-grid-image a figure img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.blog-section .blog-grid-item-1 .blog-grid-image a figure::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("../images/shape/half-round-top.png") no-repeat;
  background-position: left center;
  background-size: cover;
  width: 100px;
  height: 50px;
  z-index: 2;
}
@media (max-width: 1400px) {
  .blog-section .blog-grid-item-1 .blog-grid-image a figure::before {
    width: 65px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-grid-item-1 .blog-grid-image a figure::before {
    width: 40px;
    height: 20px;
  }
}
.blog-section .blog-grid-item-1 .blog-grid-content .blog-meta {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 35px;
  margin-bottom: 15px;
  padding-left: 80px;
}
.blog-section .blog-grid-item-1 .blog-grid-content .blog-meta::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: var(--primary-color);
  top: 12px;
  left: 0;
}
.blog-section .blog-grid-item-1 .blog-grid-content .blog-meta li {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
}
.blog-section .blog-grid-item-1 .blog-grid-content .blog-meta li:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -20px;
  height: 6px;
  width: 6px;
  background: var(--secondary-color);
  border-radius: 100px;
}
.blog-section .blog-grid-item-1 .blog-grid-content .blog-meta li i {
  color: var(--primary-color);
}
.blog-section .blog-grid-item-1 .blog-grid-content .blog-meta li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
}
.blog-section .blog-grid-item-1 .blog-grid-content .blog-title {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.blog-section .blog-grid-item-1 .blog-grid-content .blog-title:hover {
  color: var(--primary-color);
}
.blog-section .blog-grid-item-1:hover .blog-grid-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-section .blog-grid-item-2 {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.blog-section .blog-grid-item-2 .blog-grid-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: var(--border-radius-two);
}
.blog-section .blog-grid-item-2 .blog-grid-image a {
  width: 100%;
  display: block;
}
.blog-section .blog-grid-item-2 .blog-grid-image a figure {
  position: relative;
  border-radius: var(--border-radius-three);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .blog-section .blog-grid-item-2 .blog-grid-image a figure {
    border-radius: 20px;
  }
}
.blog-section .blog-grid-item-2 .blog-grid-image a figure img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.blog-section .blog-grid-item-2 .blog-grid-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}
.blog-section .blog-grid-item-2 .blog-grid-content .blog-meta {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 35px;
}
.blog-section .blog-grid-item-2 .blog-grid-content .blog-meta::before {
  content: "";
  position: absolute;
  height: 60px;
  width: 1px;
  background: var(--primary-color);
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.blog-section .blog-grid-item-2 .blog-grid-content .blog-meta li {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  height: 100px;
  width: 100px;
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: var(--border-radius-one);
}
.blog-section .blog-grid-item-2 .blog-grid-content .blog-meta li:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -20px;
  height: 6px;
  width: 6px;
  background: var(--secondary-color);
  border-radius: 100px;
}
.blog-section .blog-grid-item-2 .blog-grid-content .blog-meta li span {
  font-family: var(--title-fonts);
  font-size: 32px;
  line-height: normal;
}
.blog-section .blog-grid-item-2 .blog-grid-content .blog-title {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 0;
  text-transform: capitalize;
}
.blog-section .blog-grid-item-2:hover .blog-grid-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-section .blog-grid-item-3 {
  position: relative;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 1199px) {
  .blog-section .blog-grid-item-3 {
    margin-bottom: 30px;
  }
}
.blog-section .blog-grid-item-3 .blog-grid-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: var(--border-radius-two);
}
.blog-section .blog-grid-item-3 .blog-grid-image a {
  width: 100%;
  display: block;
}
.blog-section .blog-grid-item-3 .blog-grid-image a figure {
  position: relative;
  border-radius: var(--border-radius-three);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .blog-section .blog-grid-item-3 .blog-grid-image a figure {
    border-radius: 20px;
  }
}
.blog-section .blog-grid-item-3 .blog-grid-image a figure img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.blog-section .blog-grid-item-3 .blog-grid-content .blog-meta {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 35px;
  margin-bottom: 15px;
  padding-left: 80px;
}
.blog-section .blog-grid-item-3 .blog-grid-content .blog-meta::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: var(--primary-color);
  top: 12px;
  left: 0;
}
.blog-section .blog-grid-item-3 .blog-grid-content .blog-meta li {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
}
.blog-section .blog-grid-item-3 .blog-grid-content .blog-meta li:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -20px;
  height: 6px;
  width: 6px;
  background: var(--secondary-color);
  border-radius: 100px;
}
.blog-section .blog-grid-item-3 .blog-grid-content .blog-meta li i {
  color: var(--primary-color);
}
.blog-section .blog-grid-item-3 .blog-grid-content .blog-meta li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
}
.blog-section .blog-grid-item-3 .blog-grid-content .blog-title {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 0;
  text-transform: capitalize;
}
.blog-section .blog-grid-item-3 .blog-grid-content .blog-title:hover {
  color: var(--primary-color);
}
.blog-section .blog-grid-item-3:hover .blog-grid-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-section .blog-list-wapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.blog-section .blog-list-wapper .blog-list-item-1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-radius: var(--border-radius-three);
  gap: 30px;
  background-color: var(--extra-color);
  padding: 25px;
}
@media (max-width: 1199px) {
  .blog-section .blog-list-wapper .blog-list-item-1 {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .blog-section .blog-list-wapper .blog-list-item-1 {
    padding: 20px;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .blog-section .blog-list-wapper .blog-list-item-1 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.blog-section .blog-list-wapper .blog-list-item-1 .blog-list-image {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-two);
}
.blog-section .blog-list-wapper .blog-list-item-1 .blog-list-image a {
  width: 100%;
  display: block;
}
.blog-section .blog-list-wapper .blog-list-item-1 .blog-list-image a figure {
  position: relative;
  border-radius: var(--border-radius-three);
  overflow: hidden;
  width: 150px;
  height: 150px;
}
@media (max-width: 1199px) {
  .blog-section .blog-list-wapper .blog-list-item-1 .blog-list-image a figure {
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .blog-section .blog-list-wapper .blog-list-item-1 .blog-list-image a figure {
    width: 100%;
    height: 100%;
  }
}
.blog-section .blog-list-wapper .blog-list-item-1 .blog-list-image a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.blog-section .blog-list-wapper .blog-list-item-1 .blog-list-content {
  flex: 1;
}
.blog-section .blog-list-wapper .blog-list-item-1 .blog-list-content .blog-meta {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 35px;
  margin-bottom: 15px;
  padding-left: 80px;
}
@media (max-width: 575px) {
  .blog-section .blog-list-wapper .blog-list-item-1 .blog-list-content .blog-meta {
    padding-left: 60px;
  }
}
.blog-section .blog-list-wapper .blog-list-item-1 .blog-list-content .blog-meta::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: var(--primary-color);
  top: 12px;
  left: 0;
}
@media (max-width: 767px) {
  .blog-section .blog-list-wapper .blog-list-item-1 .blog-list-content .blog-meta::before {
    width: 40px;
  }
}
.blog-section .blog-list-wapper .blog-list-item-1 .blog-list-content .blog-meta li {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
}
.blog-section .blog-list-wapper .blog-list-item-1 .blog-list-content .blog-meta li:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: -20px;
  height: 6px;
  width: 6px;
  background: var(--secondary-color);
  border-radius: 100px;
}
.blog-section .blog-list-wapper .blog-list-item-1 .blog-list-content .blog-meta li i {
  color: var(--primary-color);
}
.blog-section .blog-list-wapper .blog-list-item-1 .blog-list-content .blog-meta li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
}
.blog-section .blog-list-wapper .blog-list-item-1 .blog-list-content .blog-title {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 0;
  text-transform: capitalize;
}
.blog-section .blog-list-wapper .blog-list-item-1 .blog-list-content .blog-title:hover {
  color: var(--primary-color);
}
.blog-section .blog-list-wapper .blog-list-item-1:hover .blog-list-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-section .single-blog-post {
  position: relative;
  overflow: hidden;
  background-color: var(--extra-color);
  margin-bottom: 30px;
  border-radius: var(--border-radius-three);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 1199px) {
  .blog-section .single-blog-post {
    border-radius: 20px;
  }
}
.blog-section .single-blog-post .post-image {
  position: relative;
}
.blog-section .single-blog-post .post-image a {
  display: block;
  overflow: hidden;
}
.blog-section .single-blog-post .post-image a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.blog-section .single-blog-post .post-image a figure::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("../images/services/services-half-round.png") no-repeat;
  background-position: left center;
  background-size: cover;
  width: 100px;
  height: 50px;
  z-index: 2;
}
@media (max-width: 1400px) {
  .blog-section .single-blog-post .post-image a figure::before {
    width: 65px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .blog-section .single-blog-post .post-image a figure::before {
    width: 40px;
    height: 20px;
  }
}
.blog-section .single-blog-post .post-content {
  padding: 25px;
}
@media (max-width: 991px) {
  .blog-section .single-blog-post .post-content {
    padding: 20px;
  }
}
.blog-section .single-blog-post .post-content .post-meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 15px;
}
.blog-section .single-blog-post .post-content .post-meta li {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .blog-section .single-blog-post .post-content .post-meta li {
    font-size: 14px;
  }
}
.blog-section .single-blog-post .post-content .post-meta li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .blog-section .single-blog-post .post-content .post-meta li a {
    font-size: 14px;
  }
}
.blog-section .single-blog-post .post-content .post-meta li i {
  color: var(--primary-color);
}
.blog-section .single-blog-post .post-content .post-meta li span {
  line-height: normal;
}
.blog-section .single-blog-post .post-content h2 {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .blog-section .single-blog-post .post-content h2 {
    font-size: 24px;
  }
}
.blog-section .single-blog-post .post-content p {
  position: relative;
  margin-bottom: 30px;
}
.blog-section .single-blog-post:hover .post-image a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .blog-single-section .blog-single-post {
    margin-bottom: 40px;
  }
}
.blog-single-section .blog-single-post .blog-single-media {
  position: relative;
  margin-bottom: 30px;
}
.blog-single-section .blog-single-post .blog-single-media figure {
  overflow: hidden;
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .blog-single-section .blog-single-post .blog-single-media figure {
    border-radius: 20px;
  }
}
.blog-single-section .blog-single-post .blog-single-media figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-single-meta {
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-single-meta {
    gap: 10px;
  }
}
.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-single-meta li {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-single-meta li {
    font-size: 14px;
  }
}
.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-single-meta li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-single-meta li a {
    font-size: 14px;
  }
}
.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-single-meta li i {
  color: var(--primary-color);
}
.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-single-meta li span {
  line-height: normal;
}
.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4em;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .blog-single-section .blog-single-post .blog-single-contain .blog-entry-content h2 {
    font-size: 32px;
  }
}
.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content h3 {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.4em;
}
@media (max-width: 991px) {
  .blog-single-section .blog-single-post .blog-single-contain .blog-entry-content h3 {
    font-size: 24px;
  }
}
.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-quote {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 30px 30px 30px 80px;
  margin-bottom: 20px;
  background-color: var(--extra-color);
  color: var(--black-color);
  border-left: 3px solid var(--primary-color);
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-quote {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-quote {
    padding: 20px 20px 20px 80px;
  }
}
.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-quote .blog-quote-icon {
  position: absolute;
  left: 20px;
  top: 25px;
  color: var(--black-color);
  width: 42px;
  font-size: 42px;
}
.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-post-gallary figure {
  overflow: hidden;
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-post-gallary figure {
    border-radius: 20px;
  }
}
.blog-single-section .blog-single-post .blog-single-contain .blog-entry-content .blog-post-gallary figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-single-section .blog-single-post .share-links {
  margin-bottom: 30px;
}
.blog-single-section .blog-single-post .share-links .share-tag {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 991px) {
  .blog-single-section .blog-single-post .share-links .share-tag {
    margin-bottom: 30px;
  }
}
.blog-single-section .blog-single-post .share-links .share-tag .share-links-title {
  color: var(--black-color);
}
.blog-single-section .blog-single-post .share-links .share-tag .tagcloud {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 15px;
}
.blog-single-section .blog-single-post .share-links .share-tag .tagcloud a {
  background-color: var(--extra-color);
  border-radius: var(--border-radius-three);
  color: var(--black-color);
  display: inline-block;
  padding: 10px 15px;
}
@media (max-width: 1199px) {
  .blog-single-section .blog-single-post .share-links .share-tag .tagcloud a {
    border-radius: 20px;
  }
}
.blog-single-section .blog-single-post .share-links .share-tag .tagcloud a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.blog-single-section .blog-single-post .share-links .share-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.blog-single-section .blog-single-post .share-links .share-social .share-links-title {
  color: var(--black-color);
}
.blog-single-section .blog-single-post .share-links .share-social ul li a {
  background-color: var(--extra-color);
  color: var(--black-color);
  height: 45px;
  width: 45px;
}
.blog-single-section .blog-single-post .share-links .share-social ul li a:hover {
  color: var(--white-color);
}
.blog-single-section .blog-single-post .post-navigation {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-single-section .blog-single-post .post-navigation .nav-links .nav-previous {
    margin-bottom: 30px;
  }
}
.blog-single-section .blog-single-post .post-navigation .nav-links .nav-previous a {
  display: block;
  width: 100%;
  border: 1px solid var(--extra-color);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: var(--black-color);
  border-radius: var(--border-radius-three);
  padding: 25px;
}
@media (max-width: 1199px) {
  .blog-single-section .blog-single-post .post-navigation .nav-links .nav-previous a {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .blog-single-section .blog-single-post .post-navigation .nav-links .nav-previous a {
    padding: 20px;
  }
}
.blog-single-section .blog-single-post .post-navigation .nav-links .nav-previous a .post-nav-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 5px;
}
.blog-single-section .blog-single-post .post-navigation .nav-links .nav-previous a .post-nav-icon .post-nav-head {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-single-section .blog-single-post .post-navigation .nav-links .nav-previous a:hover {
  color: var(--primary-color);
}
.blog-single-section .blog-single-post .post-navigation .nav-links .nav-next a {
  text-align: right;
  display: block;
  width: 100%;
  border: 1px solid var(--extra-color);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: var(--black-color);
  border-radius: var(--border-radius-three);
  padding: 25px;
}
@media (max-width: 1199px) {
  .blog-single-section .blog-single-post .post-navigation .nav-links .nav-next a {
    border-radius: 20px;
  }
}
.blog-single-section .blog-single-post .post-navigation .nav-links .nav-next a .post-nav-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 5px;
}
.blog-single-section .blog-single-post .post-navigation .nav-links .nav-next a .post-nav-icon .post-nav-head {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-single-section .blog-single-post .post-navigation .nav-links .nav-next a:hover {
  color: var(--primary-color);
}
.blog-single-section .blog-single-post .blog-author {
  margin-bottom: 50px;
  background-color: var(--extra-color);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-radius: var(--border-radius-three);
  padding: 25px;
}
@media (max-width: 1199px) {
  .blog-single-section .blog-single-post .blog-author {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .blog-single-section .blog-single-post .blog-author {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .blog-single-section .blog-single-post .blog-author {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.blog-single-section .blog-single-post .blog-author .blog-author-image {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .blog-single-section .blog-single-post .blog-author .blog-author-image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.blog-single-section .blog-single-post .blog-author .blog-author-image figure {
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .blog-single-section .blog-single-post .blog-author .blog-author-image figure {
    width: 100px;
    height: 100px;
  }
}
.blog-single-section .blog-single-post .blog-author .blog-author-image figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-single-section .blog-single-post .blog-author .blog-author-content h3 {
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 15px;
}
.blog-single-section .blog-single-post .blog-author .social-icon li a {
  background-color: var(--primary-rgb-05);
  color: var(--black-color);
}
.blog-single-section .blog-single-post .blog-author .social-icon li a:hover {
  color: var(--white-color);
}
.blog-single-section .blog-single-post .blog-author .social-icon li a::before {
  background: var(--secondary-color);
}
.blog-single-section .blog-single-post .comment-wapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .blog-single-section .blog-single-post .comment-wapper {
    margin-bottom: 30px;
  }
}
.blog-single-section .blog-single-post .comment-respond {
  background-color: var(--primary-color);
  border-radius: var(--border-radius-three);
  padding: 25px;
}
@media (max-width: 1199px) {
  .blog-single-section .blog-single-post .comment-respond {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .blog-single-section .blog-single-post .comment-respond {
    padding: 20px;
  }
}
.blog-single-section .blog-single-post .comment-respond .comments-respond-title {
  color: var(--white-color);
}
.blog-single-section .blog-single-post .comment-respond .comment-respond-form form label {
  color: var(--white-color);
}

.subscribe-section-1 {
  background-color: var(--secondary-color);
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .subscribe-section-1 .subscribe-wapper {
    text-align: center;
  }
}
.subscribe-section-1 .subscribe-wapper h2 {
  font-size: 38px;
}
@media (max-width: 767px) {
  .subscribe-section-1 .subscribe-wapper h2 {
    font-size: 32px;
  }
}
.subscribe-section-1 .subscribe-wapper .subscribe-form {
  position: relative;
}
.subscribe-section-1 .subscribe-wapper .subscribe-form .submit-btn {
  position: absolute;
  right: 6px;
  height: 40px;
  width: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: var(--border-radius-one);
}
.subscribe-section-1 .subscribe-wapper .subscribe-form .submit-btn:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.contact-section .section-title {
  margin-bottom: 30px;
}
.contact-section .contact-item-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}
.contact-section .contact-item-wrapper .contact-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  gap: 20px;
  background-color: var(--extra-color);
  padding: 25px;
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .contact-section .contact-item-wrapper .contact-item {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .contact-section .contact-item-wrapper .contact-item {
    padding: 20px;
  }
}
.contact-section .contact-item-wrapper .contact-item .contact-icon {
  position: relative;
  background-color: var(--extra-color-one);
  color: var(--white-color);
  height: 52px;
  width: 52px;
  font-size: 20px;
  border-radius: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.contact-section .contact-item-wrapper .contact-item .contact-icon i {
  position: relative;
  z-index: 1;
}
.contact-section .contact-item-wrapper .contact-item .contact-content {
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.contact-section .contact-item-wrapper .contact-item .contact-content span {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  color: var(--black-color);
}
.contact-section .contact-item-wrapper .contact-item .contact-content .contact-content-title {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.contact-section .contact-item-wrapper .contact-item .contact-content .contact-content-text {
  font-size: 22px;
  line-height: 1.3em;
  color: var(--primary-color);
  font-family: var(--title-fonts);
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .contact-section .contact-item-wrapper .contact-item .contact-content .contact-content-text {
    font-size: 18px;
  }
}
.contact-section .contact-item-wrapper .contact-item:hover .contact-icon {
  background-color: var(--secondary-color);
  color: var(--black-color);
}
.contact-section .contact-social-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--extra-color);
}
.contact-section .contact-social-links .follow-text {
  color: var(--black-color);
  font-weight: 500;
}
.contact-section .contact-social-links .social-icon li a {
  background-color: var(--extra-color-one);
  color: var(--white-color);
}
.contact-section .contact-form-box {
  position: relative;
  z-index: 1;
  padding: 25px;
  border-radius: var(--border-radius-three);
  background-color: var(--primary-color);
}
@media (max-width: 1199px) {
  .contact-section .contact-form-box {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .contact-section .contact-form-box {
    margin-top: 50px;
    padding: 20px;
  }
}
.contact-section .contact-form-box .contact-form .form-group label {
  color: var(--white-color);
}
@media (max-width: 575px) {
  .contact-section .contact-form-box .contact-form .appointment-button-wapper .theme-button {
    width: 100%;
  }
}

.google-map {
  position: relative;
  background-color: var(--extra-color);
}
.google-map .agent-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  gap: 30px;
  padding: 80px 45px;
  height: 100%;
}
@media (max-width: 991px) {
  .google-map .agent-item {
    height: auto;
  }
}
@media (max-width: 767px) {
  .google-map .agent-item {
    padding: 80px 20px;
  }
}
.google-map .agent-item .agent-image {
  position: relative;
  background-color: var(--extra-color);
  height: 100px;
  width: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
}
.google-map .agent-item .agent-image figure {
  position: relative;
  z-index: 2;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.google-map .agent-item .agent-image figure img {
  width: 100%;
  width: 100%;
  object-fit: cover;
}
.google-map .agent-item .agent-content h2 {
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 15px;
}
.google-map .google-map-iframe {
  width: 100%;
  height: 520px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .google-map .google-map-iframe {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .google-map .google-map-iframe {
    height: 430px;
  }
}
.google-map .google-map-iframe iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .google-map .google-map-iframe iframe {
    height: 430px;
  }
}

.photo-gallery {
  position: relative;
  margin-bottom: 30px;
}
.photo-gallery::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--primary-color);
  border-radius: var(--border-radius-three);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 1199px) {
  .photo-gallery::before {
    border-radius: 20px;
  }
}
.photo-gallery .photo-gallery-image figure {
  display: block;
  border-radius: var(--border-radius-three);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .photo-gallery .photo-gallery-image figure {
    border-radius: 20px;
  }
}
.photo-gallery .photo-gallery-image figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.photo-gallery .photo-gallery-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
}
.photo-gallery .photo-gallery-icon a {
  font-size: 24px;
  color: var(--black-color);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
}
.photo-gallery .photo-gallery-icon a i {
  background-color: var(--white-color);
  border-radius: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  width: 60px;
}
.photo-gallery:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0.82;
}
.photo-gallery:hover .photo-gallery-icon a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.skill-progress-wapper {
  padding-right: 10px;
}
.skill-progress-wapper .single-progressbar {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-bottom: 25px;
}
.skill-progress-wapper .single-progressbar:last-of-type {
  margin-bottom: 0;
}
.skill-progress-wapper .single-progressbar .progress-title {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.skill-progress-wapper .single-progressbar .progressbar {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: var(--extra-color);
  border-radius: 25px;
}
.skill-progress-wapper .single-progressbar .progressbar .progress-bar-count {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0;
  background-color: var(--primary-color);
  -webkit-transition: all 800ms linear;
  -moz-transition: all 800ms linear;
  -ms-transition: all 800ms linear;
  -o-transition: all 800ms linear;
  transition: all 800ms linear;
  border-radius: 25px;
}
.skill-progress-wapper .single-progressbar .progressbar .progress-bar-count::before {
  content: attr(data-percent);
  position: absolute;
  padding: 2px 6px;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  top: -29px;
  right: 0;
  border-radius: 5px;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.skill-progress-wapper .single-progressbar .progressbar .progress-bar-count::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  top: -14px;
  right: 0;
  -webkit-transform: translateX(50%) rotate(45deg);
  -moz-transform: translateX(50%) rotate(45deg);
  -ms-transform: translateX(50%) rotate(45deg);
  -o-transform: translateX(50%) rotate(45deg);
  transform: translateX(50%) rotate(45deg);
}

.counter-section-1 .counter-list .counter-item {
  position: relative;
}
.counter-section-1 .counter-list .counter-item:not(:nth-last-child(1))::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--extra-color-one);
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .counter-section-1 .counter-list .counter-item:not(:nth-last-child(1))::after {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .counter-section-1 .counter-list .counter-item:nth-child(2)::after {
    display: none;
  }
}
.counter-section-2 {
  margin: 0 40px;
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .counter-section-2 {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .counter-section-2 {
    margin: 0 0;
    border-radius: 0;
  }
}
.counter-section-2 .counter-list .counter-item {
  position: relative;
}
.counter-section-2 .counter-list .counter-item:not(:nth-last-child(1))::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--extra-color-one);
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .counter-section-2 .counter-list .counter-item:not(:nth-last-child(1))::after {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .counter-section-2 .counter-list .counter-item:nth-child(2)::after {
    display: none;
  }
}

.counter-item .counter-content .counter-text {
  color: var(--white-color);
  font-family: var(--title-fonts);
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 62px;
  line-height: 1.1em;
  font-weight: 600;
}
@media (max-width: 991px) {
  .counter-item .counter-content .counter-text {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .counter-item .counter-content .counter-text {
    font-size: 42px;
  }
}
.counter-item .counter-content .counter-title {
  color: var(--white-color);
  margin-bottom: 0;
  font-size: 1.2rem;
  font-family: var(--body-fonts);
  font-weight: normal;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .counter-item .counter-content .counter-title {
    font-size: 16px;
  }
}

.faq-section .background-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 620px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1600px) {
  .faq-section .background-image {
    max-width: 520px;
  }
}
@media (max-width: 1399px) {
  .faq-section .background-image {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .faq-section .background-image {
    display: none;
  }
}
@media (max-width: 991px) {
  .faq-section .faq-title-content {
    margin-bottom: 40px;
  }
}
.faq-section .faq-wapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}
.faq-section .faq-wapper .faq-content {
  width: calc(50% - 25px);
}
@media (max-width: 991px) {
  .faq-section .faq-wapper .faq-content {
    width: 100%;
  }
}
.faq-section .faq-wapper .faq-content .accordion .accordion-item {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.faq-section .faq-wapper .booking-content {
  background-color: var(--primary-color);
  width: calc(50% - 25px);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  padding: 25px;
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .faq-section .faq-wapper .booking-content {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .faq-section .faq-wapper .booking-content {
    padding: 20px;
    width: 100%;
  }
}
.faq-section .faq-wapper .booking-content .booking-form .form-group label {
  color: var(--white-color);
}
@media (max-width: 575px) {
  .faq-section .faq-wapper .booking-content .booking-form .appointment-button-wapper .theme-button {
    width: 100%;
  }
}
.faq-section .faq-image {
  position: relative;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .faq-section .faq-image {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.faq-section .faq-image figure {
  display: block;
  border-radius: var(--border-radius-three);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .faq-section .faq-image figure {
    border-radius: 20px;
  }
}
.faq-section .faq-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pricing-tabs {
  text-align: center;
  margin-bottom: 30px;
}
.pricing-tabs .nav-tabs {
  border: none;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  overflow: hidden;
}
.pricing-tabs .nav-tabs button {
  background-color: var(--background-one) !important;
  border: none;
  padding: 10px 25px;
  text-transform: capitalize;
  color: var(--white-color);
  border-radius: 100px;
  margin: 0;
}
.pricing-tabs .nav-tabs button.active {
  background-color: var(--secondary-color) !important;
}

.pricing-section-1 .pricing-shape-top {
  position: relative;
  text-align: center;
}
.pricing-section-1 .pricing-shape-top figure {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.pricing-section-1 .pricing-shape-top figure img {
  width: 100%;
}
.pricing-section-1::after {
  content: "";
  position: absolute;
  top: 0;
  height: 650px;
  width: 100%;
  background-color: var(--primary-color);
  z-index: -1;
}
.pricing-section-1 .pricing-wapper {
  position: relative;
}
.pricing-section-1 .pricing-wapper .pricing-question p {
  color: var(--white-color);
}
.pricing-section-1 .pricing-wapper .pricing-question p a {
  color: var(--secondary-color);
}
.pricing-section-1 .pricing-wapper .pricing-item {
  background-color: var(--extra-color-two);
  padding: 25px;
  margin-bottom: 30px;
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .pricing-section-1 .pricing-wapper .pricing-item {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .pricing-section-1 .pricing-wapper .pricing-item {
    padding: 20px;
  }
}
.pricing-section-1 .pricing-wapper .pricing-item .pricing-icon-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.pricing-section-1 .pricing-wapper .pricing-item .pricing-icon-box .pricing-icon {
  position: relative;
  background-color: var(--extra-color);
  height: 80px;
  width: 80px;
  margin-right: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100%;
}
.pricing-section-1 .pricing-wapper .pricing-item .pricing-icon-box .pricing-icon figure {
  position: relative;
  z-index: 2;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.pricing-section-1 .pricing-wapper .pricing-item .pricing-icon-box .pricing-icon figure img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.pricing-section-1 .pricing-wapper .pricing-item .pricing-icon-box .pricing-plan-title {
  font-family: var(--title-fonts);
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white-color);
  margin-bottom: 0;
}
.pricing-section-1 .pricing-wapper .pricing-item .pricing-icon-box .pricing-plan-title span {
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 2px 10px;
  border-radius: 100px;
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 300;
}
.pricing-section-1 .pricing-wapper .pricing-item .pricing-content .pricing-text .desc {
  color: var(--white-color);
  margin-bottom: 20px;
}
.pricing-section-1 .pricing-wapper .pricing-item .pricing-content .pricing-text .pricing-plan-price-box {
  margin-bottom: 20px;
  background-color: var(--extra-color-one);
  padding: 25px;
  border-radius: var(--border-radius-three);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 1199px) {
  .pricing-section-1 .pricing-wapper .pricing-item .pricing-content .pricing-text .pricing-plan-price-box {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .pricing-section-1 .pricing-wapper .pricing-item .pricing-content .pricing-text .pricing-plan-price-box {
    padding: 20px;
  }
}
.pricing-section-1 .pricing-wapper .pricing-item .pricing-content .pricing-text .pricing-plan-price-box p {
  margin-bottom: 10px;
  color: var(--white-color);
}
.pricing-section-1 .pricing-wapper .pricing-item .pricing-content .pricing-text .pricing-plan-price-box .pricing-plan-price {
  color: var(--white-color);
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 0;
}
.pricing-section-1 .pricing-wapper .pricing-item .pricing-content .pricing-included-list {
  margin-bottom: 30px;
}
.pricing-section-1 .pricing-wapper .pricing-item .pricing-content .pricing-included-list p {
  color: var(--white-color);
}
.pricing-section-1 .pricing-wapper .pricing-item .pricing-content .pricing-included-list .check-list ul li {
  color: var(--white-color);
  margin-bottom: 10px;
}
.pricing-section-1 .pricing-wapper .pricing-item .pricing-content .pricing-included-list .check-list ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.pricing-section-1 .pricing-wapper .pricing-item:hover {
  background-image: url("../images/shape/bg-shape-1.png");
}
.pricing-section-1 .pricing-wapper .pricing-item:hover .pricing-icon-box .pricing-icon {
  background-color: var(--extra-color);
}
.pricing-section-1 .pricing-wapper .pricing-item:hover .pricing-icon-box .pricing-icon figure {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.pricing-section-1 .pricing-wapper .pricing-item:hover .pricing-content .pricing-text .pricing-plan-price-box {
  background-color: var(--secondary-color);
}
.pricing-section-1 .pricing-wapper .pricing-item:hover .pricing-content .pricing-text .pricing-plan-price-box p {
  color: var(--black-color);
}
.pricing-section-1 .pricing-wapper .pricing-item:hover .pricing-content .pricing-text .pricing-plan-price-box .pricing-plan-price {
  color: var(--black-color);
}
.pricing-section-2 .pricing-shape-top {
  position: relative;
  text-align: center;
}
.pricing-section-2 .pricing-shape-top figure {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.pricing-section-2 .pricing-shape-top figure img {
  width: 100%;
}
.pricing-section-2 .pricing-wapper {
  position: relative;
}
.pricing-section-2 .pricing-wapper .pricing-question {
  margin-bottom: 30px;
}
.pricing-section-2 .pricing-wapper .pricing-question p {
  color: var(--white-color);
}
.pricing-section-2 .pricing-wapper .pricing-question p a {
  color: var(--secondary-color);
}
.pricing-section-2 .pricing-wapper .pricing-image {
  position: relative;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .pricing-section-2 .pricing-wapper .pricing-image {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.pricing-section-2 .pricing-wapper .pricing-image figure {
  display: block;
  border-radius: var(--border-radius-three);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .pricing-section-2 .pricing-wapper .pricing-image figure {
    border-radius: 20px;
  }
}
.pricing-section-2 .pricing-wapper .pricing-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pricing-section-2 .pricing-wapper .pricing-item {
  background-color: var(--extra-color-two);
  padding: 25px;
  margin-bottom: 30px;
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .pricing-section-2 .pricing-wapper .pricing-item {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .pricing-section-2 .pricing-wapper .pricing-item {
    padding: 20px;
  }
}
.pricing-section-2 .pricing-wapper .pricing-item .pricing-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .pricing-section-2 .pricing-wapper .pricing-item .pricing-content {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.pricing-section-2 .pricing-wapper .pricing-item .pricing-content .pricing-text {
  width: calc(50% - 15px);
}
@media (max-width: 575px) {
  .pricing-section-2 .pricing-wapper .pricing-item .pricing-content .pricing-text {
    width: 100%;
  }
}
.pricing-section-2 .pricing-wapper .pricing-item .pricing-content .pricing-text .pricing-icon {
  position: relative;
  background-color: var(--extra-color);
  height: 80px;
  width: 80px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100%;
}
.pricing-section-2 .pricing-wapper .pricing-item .pricing-content .pricing-text .pricing-icon figure {
  position: relative;
  z-index: 2;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.pricing-section-2 .pricing-wapper .pricing-item .pricing-content .pricing-text .pricing-icon figure img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.pricing-section-2 .pricing-wapper .pricing-item .pricing-content .pricing-text .pricing-plan-title {
  font-family: var(--title-fonts);
  font-size: 24px;
  line-height: 1.4em;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--white-color);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
}
.pricing-section-2 .pricing-wapper .pricing-item .pricing-content .pricing-text .pricing-plan-title span {
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 2px 10px;
  border-radius: 100px;
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 300;
}
.pricing-section-2 .pricing-wapper .pricing-item .pricing-content .pricing-text .desc {
  color: var(--white-color);
  margin-bottom: 30px;
}
.pricing-section-2 .pricing-wapper .pricing-item .pricing-content .pricing-included-list {
  width: calc(50% - 15px);
}
@media (max-width: 575px) {
  .pricing-section-2 .pricing-wapper .pricing-item .pricing-content .pricing-included-list {
    width: 100%;
  }
}
.pricing-section-2 .pricing-wapper .pricing-item .pricing-content .pricing-included-list .pricing-plan-price-box {
  margin-bottom: 20px;
  background-color: var(--extra-color-one);
  padding: 25px;
  border-radius: var(--border-radius-three);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 1199px) {
  .pricing-section-2 .pricing-wapper .pricing-item .pricing-content .pricing-included-list .pricing-plan-price-box {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .pricing-section-2 .pricing-wapper .pricing-item .pricing-content .pricing-included-list .pricing-plan-price-box {
    padding: 20px;
  }
}
.pricing-section-2 .pricing-wapper .pricing-item .pricing-content .pricing-included-list .pricing-plan-price-box p {
  margin-bottom: 10px;
  color: var(--white-color);
}
.pricing-section-2 .pricing-wapper .pricing-item .pricing-content .pricing-included-list .pricing-plan-price-box .pricing-plan-price {
  color: var(--white-color);
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 0;
}
.pricing-section-2 .pricing-wapper .pricing-item .pricing-content .pricing-included-list p {
  color: var(--white-color);
}
.pricing-section-2 .pricing-wapper .pricing-item .pricing-content .pricing-included-list .check-list ul li {
  color: var(--white-color);
  margin-bottom: 10px;
}
.pricing-section-2 .pricing-wapper .pricing-item .pricing-content .pricing-included-list .check-list ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.pricing-section-2 .pricing-wapper .pricing-item:hover .pricing-content .pricing-text .pricing-icon {
  background-color: var(--extra-color);
}
.pricing-section-2 .pricing-wapper .pricing-item:hover .pricing-content .pricing-text .pricing-icon figure {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.pricing-section-2 .pricing-wapper .pricing-item:hover .pricing-content .pricing-plan-price-box {
  background-color: var(--secondary-color);
}
.pricing-section-2 .pricing-wapper .pricing-item:hover .pricing-content .pricing-plan-price-box p {
  color: var(--black-color);
}
.pricing-section-2 .pricing-wapper .pricing-item:hover .pricing-content .pricing-plan-price-box .pricing-plan-price {
  color: var(--black-color);
}
.pricing-section-3 .pricing-list-box .pricing-item {
  position: relative;
  overflow: hidden;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: var(--border-radius-three);
  border: 1px solid var(--extra-color);
}
@media (max-width: 1199px) {
  .pricing-section-3 .pricing-list-box .pricing-item {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .pricing-section-3 .pricing-list-box .pricing-item {
    padding: 20px;
  }
}
.pricing-section-3 .pricing-list-box .pricing-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: var(--primary-color);
  border-radius: 100px 100px 0 0;
  transition: all 0.4s ease-in-out;
}
.pricing-section-3 .pricing-list-box .pricing-item .pricing-icon-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.pricing-section-3 .pricing-list-box .pricing-item .pricing-icon-box .pricing-icon {
  position: relative;
  background-color: var(--extra-color);
  height: 80px;
  width: 80px;
  margin-right: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100%;
}
.pricing-section-3 .pricing-list-box .pricing-item .pricing-icon-box .pricing-icon figure {
  position: relative;
  z-index: 2;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.pricing-section-3 .pricing-list-box .pricing-item .pricing-icon-box .pricing-icon figure img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.pricing-section-3 .pricing-list-box .pricing-item .pricing-icon-box .pricing-plan-title {
  font-family: var(--title-fonts);
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--primary-color);
  margin-bottom: 0;
}
.pricing-section-3 .pricing-list-box .pricing-item .pricing-icon-box .pricing-plan-title span {
  background-color: var(--primary-color);
  color: var(--primary-color);
  padding: 2px 10px;
  border-radius: 100px;
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 300;
}
.pricing-section-3 .pricing-list-box .pricing-item .pricing-content {
  position: relative;
}
.pricing-section-3 .pricing-list-box .pricing-item .pricing-content .pricing-text .desc {
  margin-bottom: 20px;
}
.pricing-section-3 .pricing-list-box .pricing-item .pricing-content .pricing-text .pricing-plan-price-box {
  margin-bottom: 20px;
  background-color: var(--extra-color);
  padding: 25px;
  border-radius: var(--border-radius-three);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 1199px) {
  .pricing-section-3 .pricing-list-box .pricing-item .pricing-content .pricing-text .pricing-plan-price-box {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .pricing-section-3 .pricing-list-box .pricing-item .pricing-content .pricing-text .pricing-plan-price-box {
    padding: 20px;
  }
}
.pricing-section-3 .pricing-list-box .pricing-item .pricing-content .pricing-text .pricing-plan-price-box p {
  color: var(--primary-color);
  margin-bottom: 10px;
}
.pricing-section-3 .pricing-list-box .pricing-item .pricing-content .pricing-text .pricing-plan-price-box .pricing-plan-price {
  color: var(--primary-color);
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 0;
}
.pricing-section-3 .pricing-list-box .pricing-item .pricing-content .pricing-included-list {
  margin-bottom: 30px;
}
.pricing-section-3 .pricing-list-box .pricing-item .pricing-content .pricing-included-list .check-list ul li {
  margin-bottom: 10px;
}
.pricing-section-3 .pricing-list-box .pricing-item .pricing-content .pricing-included-list .check-list ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.pricing-section-3 .pricing-list-box .pricing-item:hover::before {
  height: 100%;
  border-radius: 0;
}
.pricing-section-3 .pricing-list-box .pricing-item:hover .pricing-icon-box .pricing-icon {
  background-color: var(--extra-color);
}
.pricing-section-3 .pricing-list-box .pricing-item:hover .pricing-icon-box .pricing-icon figure {
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.pricing-section-3 .pricing-list-box .pricing-item:hover .pricing-icon-box .pricing-plan-title {
  color: var(--white-color);
}
.pricing-section-3 .pricing-list-box .pricing-item:hover .pricing-icon-box .pricing-plan-title span {
  color: var(--white-color);
}
.pricing-section-3 .pricing-list-box .pricing-item:hover .pricing-content .pricing-text .desc {
  color: var(--white-color);
}
.pricing-section-3 .pricing-list-box .pricing-item:hover .pricing-content .pricing-text .pricing-plan-price-box {
  background-color: var(--secondary-color);
}
.pricing-section-3 .pricing-list-box .pricing-item:hover .pricing-content .pricing-text .pricing-plan-price-box p {
  color: var(--black-color);
}
.pricing-section-3 .pricing-list-box .pricing-item:hover .pricing-content .pricing-text .pricing-plan-price-box .pricing-plan-price {
  color: var(--black-color);
}
.pricing-section-3 .pricing-list-box .pricing-item:hover .pricing-content .pricing-included-list {
  color: var(--white-color);
}
.pricing-section-3 .pricing-list-box .pricing-item:hover .pricing-content .pricing-included-list p {
  color: var(--white-color);
}
.pricing-section-3 .pricing-list-box .pricing-item:hover .pricing-content .pricing-included-list .check-list ul li {
  color: var(--white-color);
}

.restaurant-section .menu-wapper {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.restaurant-section .menu-wapper.menu-wapper-left {
  padding-right: 80px;
}
@media (max-width: 991px) {
  .restaurant-section .menu-wapper.menu-wapper-left {
    padding-right: 0;
  }
}
.restaurant-section .menu-wapper.menu-wapper-left::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  border-right: 1px dashed var(--border-color-one);
}
@media (max-width: 991px) {
  .restaurant-section .menu-wapper.menu-wapper-left::after {
    display: none;
  }
}
.restaurant-section .menu-wapper.menu-wapper-right {
  padding-left: 80px;
}
@media (max-width: 991px) {
  .restaurant-section .menu-wapper.menu-wapper-right {
    margin-top: 30px;
    padding-left: 0;
  }
}
.restaurant-section .menu-wapper .menu-item {
  position: relative;
  padding-left: 120px;
  min-height: 100px;
}
@media (max-width: 991px) {
  .restaurant-section .menu-wapper .menu-item {
    padding-left: 0;
    border-bottom: 1px dashed var(--border-color-one);
    margin-bottom: 0;
    padding-bottom: 25px;
  }
}
.restaurant-section .menu-wapper .menu-item .menu-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .restaurant-section .menu-wapper .menu-item .menu-image {
    position: relative;
    margin-bottom: 20px;
  }
}
.restaurant-section .menu-wapper .menu-item .menu-image figure {
  position: relative;
  border-radius: var(--border-radius-three);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .restaurant-section .menu-wapper .menu-item .menu-image figure {
    border-radius: 20px;
  }
}
.restaurant-section .menu-wapper .menu-item .menu-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.restaurant-section .menu-wapper .menu-item .menu-content .menu-content-top {
  position: relative;
  line-height: 24px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.restaurant-section .menu-wapper .menu-item .menu-content .menu-content-top .menu-title {
  margin-bottom: 0;
  position: relative;
  padding-right: 15px;
  background-color: var(--white-color);
  font-size: 24px;
  line-height: 1.4em;
  text-transform: capitalize;
}
.restaurant-section .menu-wapper .menu-item .menu-content .menu-content-top .menu-price {
  position: relative;
  font-size: 22px;
  line-height: normal;
  padding-left: 15px;
  background-color: var(--white-color);
  color: var(--black-color);
}
.restaurant-section .menu-wapper .menu-item .menu-content .menu-content-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 100%;
  height: 6px;
  border-top: 1px dashed var(--border-color-one);
  border-bottom: 1px dashed var(--border-color-one);
}
.restaurant-section .menu-wapper .menu-item .menu-content .menu-content-bottom p {
  margin-bottom: 0;
}
.restaurant-section.extra-color .menu-wapper .menu-item .menu-content .menu-content-top .menu-title {
  background-color: var(--extra-color);
}
.restaurant-section.extra-color .menu-wapper .menu-item .menu-content .menu-content-top .menu-price {
  background-color: var(--extra-color);
}
.restaurant-section.extra-color .menu-wapper .menu-item .menu-content .menu-content-bottom p {
  margin-bottom: 0;
}
.restaurant-section .restaurant-time-content {
  margin-top: 30px;
  text-align: center;
}
.restaurant-section .restaurant-time-content p {
  margin-bottom: 0;
}

.restaurant-booking-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.restaurant-booking-section .restaurant-booking-wapper {
  background-color: var(--primary-color);
  padding: 25px;
  border-radius: var(--border-radius-three);
}
@media (max-width: 1199px) {
  .restaurant-booking-section .restaurant-booking-wapper {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .restaurant-booking-section .restaurant-booking-wapper {
    padding: 20px;
  }
}
.restaurant-booking-section .restaurant-booking-wapper .restaurant-booking-form .form-group label {
  color: var(--white-color);
}

.marquee-ticker-section {
  position: relative;
  padding: 50px 0;
  background-color: var(--primary-color);
  overflow: hidden;
}
.marquee-ticker-section .marquee-ticker-box {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .marquee-ticker-section .marquee-ticker-box {
    gap: 20px;
  }
}
.marquee-ticker-section .marquee-ticker-box .marquee-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 40px;
  flex-shrink: 0;
  min-width: 100%;
  -webkit-animation: scroll 32s linear infinite;
  -moz-animation: scroll 32s linear infinite;
  -o-animation: scroll 32s linear infinite;
  animation: scroll 32s linear infinite;
}
@media (max-width: 767px) {
  .marquee-ticker-section .marquee-ticker-box .marquee-content {
    gap: 20px;
  }
}
.marquee-ticker-section .marquee-ticker-box .marquee-content .marquee-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100px;
  height: 60px;
  width: 60px;
}
@media (max-width: 767px) {
  .marquee-ticker-section .marquee-ticker-box .marquee-content .marquee-icon {
    width: 42px;
    height: 42px;
  }
}
.marquee-ticker-section .marquee-ticker-box .marquee-content .marquee-icon img {
  width: 45px;
}
.marquee-ticker-section .marquee-ticker-box .marquee-content p {
  margin-bottom: 0;
  display: inline-block;
  font-family: var(--title-fonts);
  color: var(--white-color);
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .marquee-ticker-section .marquee-ticker-box .marquee-content p {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .marquee-ticker-section .marquee-ticker-box .marquee-content p {
    font-size: 26px;
  }
}/*# sourceMappingURL=main.css.map */