
:root {
  --theme-color: #203b56;
   --theme-color1: #203b56;
  --theme-color2: #dc6230;
  --secondary-color: #111330;
  --title-color: #000000;
  --body-color: #000;
  --smoke-color: #EFF1F5;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E1E1E1;
  --title-font: "Epilogue", sans-serif;
  --body-font: "Epilogue", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1290px;
  --container-gutters: 30px;
  --section-space: 100px;
  --section-space-mobile: 80px;
  --section-title-space: 80px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  /*scroll-behavior: auto !important;*/
}
html {
  overflow-x: hidden;
  position: relative;
}
body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

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

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

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--theme-color2);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

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

ins {
  text-decoration: none;
}

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

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

p {
  margin: 0 0 18px 0;
  color: var(--body-color);
    line-height: 30px;
        font-size: 16px;
}

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

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

.h1,
h1 {
  font-size: 48px;
}

.h2,
h2 {
  font-size: 40px;
}

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

.h4,
h4 {
  font-size: 30px;
}

.h5,
h5 {
  font-size: 24px;
}

.h6,
h6 {
  font-size: 20px;
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.container {
  /* Large devices */
}
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

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

@media (min-width: 767px) {
  .row:not([class*=gx-]) {
    --bs-gutter-x: 26px;
  }
}
.gy-30 {
  --bs-gutter-y: 30px;
}

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

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

.gx-gy {
  --bs-gutter-y: var(--bs-gutter-x);
}

@media (min-width: 1500px) {
  .gx-45 {
    --bs-gutter-x: 45px;
  }
  .gx-50 {
    --bs-gutter-x: 50px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-70 {
    --bs-gutter-x: 70px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
  .gx-100 {
    --bs-gutter-x: 100px;
  }
}
@media (min-width: 1399px) {
  .gx-20 {
    --bs-gutter-x: 20px;
  }
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 50px;
  padding: 0 30px 0 28px;
  padding-right: 45px;
  border: 1px solid #E0E0E0;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 9999px;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--white-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: var(--body-color);
}
select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: var(--body-color);
}
select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

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

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

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

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

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

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  position: absolute;
  right: calc(var(--bs-gutter-x) / 2 + 30px);
  top: 18px;
  font-size: 14px;
  color: #A0ABB4;
}
.form-group.has-label > i {
  top: 45px;
}

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

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

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

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

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

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

.slick-dots {
  list-style-type: none;
  padding: 0 0;
  margin: 0 0 30px 0;
  line-height: 0;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  width: 60px;
  height: 10px;
  line-height: 0;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #D1D1D1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  position: relative;
  display: inline-block;
}
.slick-dots button:hover {
  border-color: var(--theme-color2);
}
.slick-dots .slick-active button {
  background-color: var(--theme-color2);
  border-color: transparent;
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  border: 2px solid var(--theme-color2);
  left: var(--pos-x, -100px);
  width: var(--icon-size, 66px);
  height: var(--icon-size, 66px);
  font-size: var(--icon-font-size, 22px);
  margin-top: calc(var(--icon-size, 66px) / -2);
  z-index: 2;
  border-radius: 50%;
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto;
}
.slick-arrow i {
  vertical-align: middle;
}
.slick-arrow:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
  border-color: transparent;
}

.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}

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

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 8px 0 38px 0;
  }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.vs-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: rgba(71, 175, 52, 0.1);
}
.vs-menu-wrapper .mobile-logo img,
.vs-menu-wrapper .mobile-logo svg {
  max-width: 190px;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}
.vs-menu-wrapper .vs-menu-toggle i {
  line-height: inherit;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.vs-mobile-menu .new-label {
  margin-left: 5px;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.vs-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
}
.vs-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}
.vs-mobile-menu ul li.vs-active > a {
  color: var(--theme-color);
}
.vs-mobile-menu ul li.vs-active > a:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.vs-mobile-menu ul li ul li {
  padding-left: 20px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  -webkit-box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
          box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
  content: "\f068";
}
.vs-mobile-menu > ul {
  padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 0;
  vertical-align: middle;
}
.vs-menu-toggle.style-text, .vs-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}
.vs-menu-toggle.style-text i, .vs-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.vs-menu-toggle.style-text-white {
  color: var(--white-color);
}

@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .vs-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*** 

====================================================================
  Search Popup
====================================================================

***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.search-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 0%;
}
.search-popup.active .search-inner {
  opacity: 1;
  -wssebkit-transform: translateY(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #222429;
  opacity: 0.95;
}
.search-popup .close-search {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 26px;
  color: #fff;
  z-index: 3;
  border-radius: 50%;
  border: 0;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .search-inner {
  position: relative;
  display: block;
  top: 40%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 800px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-popup .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  position: relative;
  display: block;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6dc;
  padding: 15px 20px;
  color: #707070;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
  border-color: var(--border-theme-color2);
}
.search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  display: block;
  font-size: 18px;
  color: #000;
  border: 0;
  line-height: 40px;
  border-radius: 5px;
  font-weight: normal;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .form-group button:hover {
  color: var(--theme-color-dark);
}
.search-popup textarea::-webkit-input-placeholder, .search-popup input::-webkit-input-placeholder {
  color: inherit;
}
.search-popup textarea::-moz-placeholder, .search-popup input::-moz-placeholder {
  color: inherit;
}
.search-popup textarea:-ms-input-placeholder, .search-popup input:-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::-ms-input-placeholder, .search-popup input::-ms-input-placeholder {
  color: inherit;
}
.search-popup textarea::placeholder,
.search-popup input::placeholder {
  color: inherit;
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 0%;
}
.moblie-search-active .search-popup .search-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--white-color);
}
.preloader .vs-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.preloader-inner img {
  display: block;
  margin: 0 auto 25px auto;
}

.loader {
  display: block;
  position: relative;
  height: 20px;
  width: 140px;
  margin: 0 auto;
  background-image: linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0 0, 40px 0, 80px 0, 120px 0;
  -webkit-animation: animloader 1s linear infinite;
          animation: animloader 1s linear infinite;
}

@-webkit-keyframes animloader {
  0% {
    background-image: linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  25% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  50% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  75% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  100% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0);
  }
}

@keyframes animloader {
  0% {
    background-image: linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  25% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  50% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  75% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color) 20px, transparent 0);
  }
  100% {
    background-image: linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0), linear-gradient(var(--theme-color2) 20px, transparent 0);
  }
}
/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
  border: none;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-family: var(--title-font);
  background-color: var(--theme-color2);
  color: var(--white-color);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  padding: 15px 25px;
  border-radius: 9999px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vs-btn:before, .vs-btn:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background-color: var(--theme-color);
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: -1;
  border-radius: inherit;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: opacity ease 0.4s, visibility ease 0.4s, -webkit-transform ease 0.4s;
  transition: opacity ease 0.4s, visibility ease 0.4s, -webkit-transform ease 0.4s;
  transition: opacity ease 0.4s, visibility ease 0.4s, transform ease 0.4s;
  transition: opacity ease 0.4s, visibility ease 0.4s, transform ease 0.4s, -webkit-transform ease 0.4s;
}
.vs-btn:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.vs-btn:hover {
  color: var(--white-color);
}
.vs-btn:hover:before, .vs-btn:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.gg{
  border: none;
   
    text-align: center;
    font-family: var(--title-font);
/*    background-color: var(--theme-color2);*/
    color:  var(--theme-color2) !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
   padding: 14.5px 25px;
    border-radius: 9999px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #fff;
background: #fff;
}
.gg:hover{
  border: none;
   
    text-align: center;
    font-family: var(--title-font);
    background-color: #fff;
    color:  var(--theme-color2) !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
   padding: 22px 32px;
    border-radius: 9999px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #fff;
}
.vs-btn.style4, .vs-btn.style3, .vs-btn.style2 {
  outline: 2px solid var(--theme-color2);
  outline-offset: -2px;
  background-color: transparent;
  color: var(--theme-color2);
}
.vs-btn.style4:hover, .vs-btn.style3:hover, .vs-btn.style2:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
  outline-color: var(--theme-color2);
}
.vs-btn.style3 {
  outline-color: var(--white-color);
  color: var(--white-color);
}
.vs-btn.style4 {
  outline-color: var(--theme-color2);
  color: var(--title-color);
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  background-color: var(--icon-bg, #ffffff);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  font-size: var(--btn-font-size, 16px);
  padding: 0;
  vertical-align: middle;
}
.icon-btn:focus {
  outline: none;
}
.icon-btn i {
  line-height: inherit;
}
.icon-btn.style2 {
  background-color: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  --btn-size: 62px;
  --btn-font-size: 22px;
  line-height: calc(var(--btn-size, 50px) - 1px);
}
.icon-btn.style2:hover {
  background-color: var(--theme-color2);
  border-color: transparent;
  color: var(--white-color);
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.icon-btn.style3 {
  --btn-size: 60px;
  --btn-font-size: 20px;
  border: 2px solid var(--theme-color2);
  line-height: calc(var(--btn-size, 50px) - 2px);
}
.icon-btn.style3:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
  border-color: transparent;
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 124px);
  height: var(--icon-size, 124px);
  line-height: var(--icon-size, 124px);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--title-color);
  font-size: var(--icon-font-size, 1.5em);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.play-btn:after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--theme-color2);
  color: var(--white-color);
}

.link-btn {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: capitalize;
  color: var(--title-color);
}
.link-btn i {
  margin-left: 7px;
  font-size: 0.9rem;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #E1E1E1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--theme-color2);
}
.link-btn:hover::before {
  background-color: var(--theme-color2);
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
  /* Small devices */
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color2);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.02);
}
.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed var(--theme-color2);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-animation: spin 13s infinite linear;
          animation: spin 13s infinite linear;
}
.scroll-btn:focus i, .scroll-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.scroll-btn:focus:before, .scroll-btn:hover:before {
  border-color: var(--theme-color);
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 999;
}
.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}

.bar-btn {
  border: none;
  display: inline-block;
  padding: 0;
  line-height: 1;
  font-size: 25px;
  vertical-align: middle;
  background-color: transparent;
  width: 25px;
  height: 23px;
  position: relative;
  overflow: hidden;
}
.bar-btn .bar:after, .bar-btn .bar:before {
  content: "";
  width: 100%;
  height: 3px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background-color: var(--title-color);
}
.bar-btn .bar:after {
  left: -140%;
  right: auto;
  background-color: var(--theme-color2);
}
.bar-btn .bar:nth-child(2):before, .bar-btn .bar:nth-child(2):after {
  top: 50%;
  margin-top: -1.5px;
  width: 17px;
}
.bar-btn .bar:nth-child(2):after {
  left: auto;
  right: -120%;
}
.bar-btn .bar:nth-child(3):after, .bar-btn .bar:nth-child(3):before {
  top: auto;
  bottom: 0;
}
.bar-btn:hover {
  color: var(--theme-color2);
}
.bar-btn:hover .bar:before {
  right: -120%;
}
.bar-btn:hover .bar:after {
  left: 0;
}
.bar-btn:hover .bar:nth-child(2):before {
  right: 120%;
}
.bar-btn:hover .bar:nth-child(2):after {
  left: auto;
  right: 0;
}
.bar-btn.style2 .bar:before {
  background-color: var(--white-color);
}
.bar-btn.style2:hover .bar:before {
  background-color: var(--theme-color2);
}

.watch-btn .btn-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  vertical-align: middle;
  font-size: 16px;
}
.watch-btn .btn-icon:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.watch-btn .btn-icon i {
  vertical-align: middle;
}
.watch-btn .btn-text {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin-left: 8px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.watch-btn .btn-text:hover {
  color: var(--theme-color2);
}

.bottom-btn {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .icon-btn.style2 {
    --btn-size: 50px;
    --btn-font-size: 18px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .play-btn {
    --icon-size: 60px;
    --icon-font-size: 20px;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
}
.custom-slider-btns {
  text-align: right;
  position: relative;
  top: -60px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .custom-slider-btns {
    top: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.custom-slider-btns button {
  position: static;
  display: inline-block;
  background: #47AF34;
  border-radius: 5px;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  height: 60px;
  line-height: 62px;
  border: 0;
  min-width: 109px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 10px;
}
.custom-slider-btns button:last-child {
  margin-right: 0;
}
.custom-slider-btns button:hover {
  background: #FF741B;
}
.custom-slider-btns button i {
  position: relative;
  top: -2px;
}
.custom-slider-btns button.slick-prev i {
  margin-right: 4px;
}
.custom-slider-btns button.slick-next i {
  margin-left: 4px;
}
.custom-slider-btns .slick-prev + .slick-prev {
  display: none;
}
.custom-slider-btns .slick-prev + .slick-prev + .slick-next {
  display: none;
}

/* Medium devices */
@media (max-width: 991px) {
  br {
    display: none;
  }
}
.updown-animation {
  -webkit-animation: updown-animation 10s infinite linear;
  animation: updown-animation 10s infinite linear;
}

@-webkit-keyframes updown-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes updown-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.updown-animation {
  -webkit-animation: updown-animation 10s infinite linear;
  animation: updown-animation 10s infinite linear;
}

@-webkit-keyframes updown-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes updown-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin: -0.2em 0 0 0;
}

.sec-subtitle {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #d86437;
  margin: -0.2em 0 20px 0;
  text-transform: uppercase;
}

.sub-title2 {
  color: var(--theme-color2);
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.06em;
  margin: 0 0 3px 0;
  display: block;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 20px);
}

.sec-shape {
  fill: var(--theme-color2);
}

.sec-icon {
  margin-bottom: 23px;
}

.sec-btns {
  margin-bottom: var(--section-title-space);
}

.border-title {
  margin: 0 0 30px 0;
  text-decoration: underline;
  text-decoration-color: var(--theme-color2);
  text-underline-offset: 4px;
}

.title-area-two {
  margin-bottom: 60px;
}
.title-area-two .sub-title {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color);
  padding: 8px 30px 6px;
  border-radius: 4px;
  background: rgba(71, 175, 52, 0.2);
  display: inline-block;
  margin-bottom: 23px;
}
.title-area-two .sec-title {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: var(--black-color);
  padding-bottom: 24px;
  /* Extra small devices */
}
@media (max-width: 416px) {
  .title-area-two .sec-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.title-area-two .sec-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 180px;
  height: 6px;
  border-radius: 20px;
  background-color: #d7ebd2;
}
.title-area-two .sec-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 20px;
  width: 30px;
  height: 8px;
  border-radius: 20px;
  background-color: var(--theme-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.title-area-two .sec-title:hover:after {
  left: 150px;
}
.title-area-two p {
  line-height: 26px;
  margin-top: 27px;
}

.title-area-two.v1 .sec-title::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.title-area-two.v1 .sec-title::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -55px;
}
.title-area-two.v1 .sec-title:hover:after {
  margin-left: 80px;
}

.light .sec-title {
  color: var(--white-color);
}
.light .sec-title::before {
  background-color: var(--white-color);
}
.light .sec-title::after {
  background-color: var(--theme-color2);
}
.light .sub-title {
  background-color: var(--white-color);
  color: var(--theme-color2);
}
.light p {
  color: var(--white-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
   
}
/* Medium devices */
@media (max-width: 991px) {
  .title-area {
    margin-bottom: 40px;
  }
  .sec-title {
    font-size: 36px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title {
    font-size: 30px;
  }
  .sec-subtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
  overflow: hidden;
}
.image-scale-hover img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
}
.image-scale-hover:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

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

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

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

.vs-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
}

.new-label {
  font-size: 12px;
  background-color: var(--theme-color2);
  color: var(--white-color);
  line-height: 1;
  padding: 5px 5px 3px 5px;
  border-radius: 4px;
  text-transform: capitalize;
  position: relative;
  top: -1px;
  font-weight: 500;
  margin-left: 5px;
  -webkit-animation: newlabel infinite 0.4s;
          animation: newlabel infinite 0.4s;
}

@-webkit-keyframes newlabel {
  0% {
    background-color: var(--theme-color);
  }
  50% {
    background-color: var(--theme-color2);
  }
  100% {
    background-color: var(--theme-color);
  }
}

@keyframes newlabel {
  0% {
    background-color: var(--theme-color);
  }
  50% {
    background-color: var(--theme-color2);
  }
  100% {
    background-color: var(--theme-color);
  }
}
@media (max-width: 1550px) {
  .d-xxxl-block {
    display: block !important;
  }
}
/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

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

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

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

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

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

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

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

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

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

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

/* Small devices */
@media (max-width: 767px) {
  p.fs-md {
    font-size: 16px;
  }
}
/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

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

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

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

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

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

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

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

.bg-light-1 {
  background-color: #FAFAFA;
}

.bg-light-2 {
  background-color: #F7F7F7;
}

.shape-dotted {
  width: 275px;
  height: 175px;
  --dot-color: var(--theme-color);
  background: radial-gradient(circle, transparent 20%, var(--dot-bg, #fff) 20%, var(--dot-bg, #fff) 80%, transparent), radial-gradient(circle, transparent 20%, var(--dot-bg, #fff) 20%, var(--dot-bg, #fff) 0%, var(--dot-color, red)) var(--dot-size, 5.8px) var(--dot-size, 5.8px);
  background-color: var(--dot-bg, #fff);
  background-size: calc(var(--dot-size, 5.8px) * 2) calc(var(--dot-size, 5.8px) * 2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-overlay=custom1]:before {
  background-color: #06071A;
}

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

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

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

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

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

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

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

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

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

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

/*------------------- 3.10. Animation -------------------*/
.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
  -webkit-animation: jumpping var(--duration, 6s) infinite linear;
          animation: jumpping var(--duration, 6s) infinite linear;
}

.jump-reverse-img,
.jump-img {
  --duration: 5s;
}

.jump-reverse-img,
.jump-reverse {
  --jump-y: -20px;
}

.rotate-reverse-img,
.rotate-img,
.rotate-reverse,
.rotate {
  -webkit-animation: rotate var(--duration, 12s) infinite linear;
          animation: rotate var(--duration, 12s) infinite linear;
}

.rotate-reverse-img,
.rotate-img {
  --duration: 40s;
}

.rotate-reverse {
  --rotate-angle: -360deg;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.wow-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadein {
  --animation-name: fadein-custom;
}

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

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

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

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

.ripple-animation, .play-btn:after, .play-btn:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
          animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
          animation-name: ripple;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadein-custom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein-custom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes jumpping {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
            transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}
@keyframes jumpping {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
            transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(var(--rotate-angle, 360deg));
            transform: rotate(var(--rotate-angle, 360deg));
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(var(--rotate-angle, 360deg));
            transform: rotate(var(--rotate-angle, 360deg));
  }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0 0 -10px 0;
  padding: 0;
}
.widget_nav_menu a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  background-color: #F8F8F8;
  padding: 23px 60px 21px 30px;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: var(--title-color);
  border-radius: 0;
}
.widget_nav_menu li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}
.widget_nav_menu li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--white-color);
  color: var(--title-color);
  right: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  text-align: center;
  position: absolute;
  border: 1px solid var(--theme-color2);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 0;
}
.widget_nav_menu li:hover > span,
.widget_pages li:hover > span,
.widget_archive li:hover > span,
.widget_categories li:hover > span {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.widget_nav_menu .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

.widget_meta ul {
  margin: 0 0 -10px 0;
  padding: 0;
  list-style-type: none;
}
.widget_meta li {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 11px;
  margin-bottom: 12px;
}
.widget_meta li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.widget_meta a {
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  position: relative;
}
.widget_meta a:before {
  content: "\f0da";
  font-family: var(--icon-font);
  margin-right: 10px;
}
.widget_meta a:hover {
  color: var(--theme-color2);
}

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

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

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

/* Large devices */
@media (max-width: 1199px) {
  .widget_nav_menu,
  .widget_pages,
  .widget_archive,
  .widget_categories {
    padding: 18px 50px 18px 20px;
    font-size: 14px;
  }
  .widget_nav_menu a,
  .widget_pages a,
  .widget_archive a,
  .widget_categories a {
    padding: 18px 50px 18px 20px;
    font-size: 14px;
  }
  .widget_nav_menu li > span,
  .widget_pages li > span,
  .widget_archive li > span,
  .widget_categories li > span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  border: 1px solid #E1E1E1;
  background-color: var(--white-color);
  position: relative;
  margin-bottom: -1px;
}
.widget select,
.widget input {
  height: 60px;
  border: none;
  background-color: var(--input-bg, #F0F4F5);
  border-radius: 9999px;
}

.widget_title {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.07em 0 23px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #DFDFDF;
}
.widget_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 70px;
  height: 1px;
  background-color: var(--theme-color2);
}

.widget .search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget .search-form input {
  padding-right: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #F7F7F7;
  color: #646464;
  font-weight: 500;
  border-radius: 0;
  font-size: 14px;
}
.widget .search-form input::-moz-placeholder {
  color: #646464;
}
.widget .search-form input::-webkit-input-placeholder {
  color: #646464;
}
.widget .search-form input:-ms-input-placeholder {
  color: #646464;
}
.widget .search-form input::-ms-input-placeholder {
  color: #646464;
}
.widget .search-form input::placeholder {
  color: #646464;
}
.widget .search-form button {
  height: 60px;
  width: 60px;
  border: none;
  background-color: var(--theme-color2);
  color: var(--white-color);
  font-size: 18px;
}
.widget .search-form button:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 20.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--title-color);
  background-color: #F6F6F6;
  border-radius: 9999px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
}

.tagcloud {
  margin-right: -5px;
  margin-bottom: -10px;
}

.recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .media-img {
  margin-right: 20px;
  width: 95px;
}
.recent-post .media-img img {
  width: 100%;
}
.recent-post .post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 -0.1em 0;
}
.recent-post .post-title a:hover {
  color: var(--theme-color2);
}
.recent-post .recent-post-meta {
  margin-bottom: 2px;
}
.recent-post .recent-post-meta a {
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-color2);
}
.recent-post .recent-post-meta a i {
  margin-right: 10px;
}

.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  border: none;
}
.wp-block-calendar span[class*=wp-calendar-nav],
.calendar_wrap span[class*=wp-calendar-nav] {
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 14px;
  color: var(--title-color);
  font-weight: 500;
  z-index: 1;
}
.wp-block-calendar span[class*=wp-calendar-nav] a,
.calendar_wrap span[class*=wp-calendar-nav] a {
  color: inherit;
}
.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
  left: auto;
  right: 20px;
}
.wp-block-calendar caption,
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: var(--title-color);
  background-color: #f1dbbe;
}
.wp-block-calendar th,
.calendar_wrap th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid #fff;
  color: #01133c;
  font-weight: 500;
}
.wp-block-calendar th a,
.calendar_wrap th a {
  color: inherit;
}
.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px;
  color: #01133c;
  border: 1px solid #ededed;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.wp-block-calendar #today,
.calendar_wrap #today {
  color: var(--theme-color);
  background-color: var(--white-color);
  border-color: #ededed;
}
.wp-block-calendar thead,
.calendar_wrap thead {
  background-color: #f6f6f6;
}
.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
  margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
  display: none;
}

.sidebar-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
}
.sidebar-gallery .gallery-thumb img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sidebar-gallery .gallery-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color2);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.sidebar-gallery .gallery-thumb .gal-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 28px;
  color: var(--white-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
.sidebar-gallery .gallery-thumb:hover:before {
  opacity: 0.9;
  visibility: visible;
}
.sidebar-gallery .gallery-thumb:hover .gal-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.sidebar-gallery .gallery-thumb:hover img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

.newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsletter-form input {
  border-radius: 0;
  color: #000;
  height: 70px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.newsletter-form input::-moz-placeholder {
  color: #777777;
}
.newsletter-form input::-webkit-input-placeholder {
  color: #777777;
}
.newsletter-form input:-ms-input-placeholder {
  color: #777777;
}
.newsletter-form input::-ms-input-placeholder {
  color: #777777;
}
.newsletter-form input::placeholder {
  color: #777777;
}
.newsletter-form .vs-btn {
  border-radius: 0;
}
.newsletter-form .vs-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.sidebar-area {
  margin-bottom: -10px;
}
.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0;
}
.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}
.sidebar-area .wp-block-group__inner-container h2 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: -0.07em;
}
.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}
.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recent-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recent-product .product-title {
  font-size: 16px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 20px;
  }
  .recent-post .media-img {
    width: 75px;
    margin-right: 15px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
  .recent-post .post-title {
    font-size: 16px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .newsletter-form {
    display: block;
  }
  .newsletter-form input {
    margin-bottom: 15px;
    height: 60px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .contact-widget .icon {
    --icon-size: 30px;
    --icon-font-size: 12px;
    top: 5px;
  }
  .contact-widget .contact {
    padding: 0 0 0 45px;
    margin: 0 0 20px 0;
    border-bottom: none;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .widget {
    padding: 30px 20px;
  }
}
.footer-widget {
  margin-bottom: 40px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget .widget_title {
  border: none;
  font-size: 20px;
  padding: 0;
  margin: 0 0 30px 0;
}
.footer-widget .widget_title:after{
     position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 55px;
    height: 1px;
    /* background-color: #d86437; */
   border-bottom: 3px double #d06f4b;
}
.footer-widget p{
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer-widget .widget_title::before {
  display: none;
}
.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
  margin-bottom: 50px;
}
.footer-widget.widget_meta .widget_title, .footer-widget.widget_pages .widget_title, .footer-widget.widget_archive .widget_title, .footer-widget.widget_categories .widget_title, .footer-widget.widget_nav_menu .widget_title {
  margin-bottom: 35px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  border: none;
  font-size: 16px;
  font-weight: 400;
/*  margin-bottom: 23px;*/
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
  line-height: 24px;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  height: 1px;
  background-color: var(--theme-color2);
}
.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  width: 100%;
}
.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-widget .sidebar-gallery {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.footer-address {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  max-width: 340px;
}

.footer-menu > ul {
  /*display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);*/
}

.footer-logo {
  margin-bottom: 28px;
  margin-top: -10px;
}

.footer-text {
  max-width: 330px;
}

.footer-info {
  position: relative;
  margin: 0 0 10px 0;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 50px;
  max-width: 300px;
  font-weight: 500;
}
.footer-info:last-child {
  margin-bottom: 0;
}
.footer-info i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--theme-color2);
  color: var(--white-color);
  position: absolute;
  left: 0;
  top: 48%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 30px;
  }
  .footer-widget .widget_title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .footer-widget.widget_meta .widget_title, .footer-widget.widget_pages .widget_title, .footer-widget.widget_archive .widget_title, .footer-widget.widget_categories .widget_title, .footer-widget.widget_nav_menu .widget_title {
    margin-bottom: 25px;
  }
  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    font-size: 14px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
}
/*------------------- 4.2. Header  -------------------*/
.vs-header {
  position: relative;
  z-index: 999;
   background:#fff !important;
}

.vs-logo img {
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .vs-logo img {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .vs-logo img {
            max-width: 163px;
        padding: 0;
  }
  .header-infos-wrap:not([data-sec-pos]) {
        margin-bottom: 0;
        display: none;
    }
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.will-sticky .sticky-active.active {
  top: 0;
  background-color: #fff;
}

.main-menu a {
  display: block;
  position: relative;
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 18px;
  color: var(--title-color);
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .main-menu a {
    
        font-size: 16px;
        font-weight: 600;
  }
}
.main-menu a:hover {
  color: var(--theme-color2);
}
.main-menu > ul > li {
  margin: 0 13px;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 18px;
  }
}
.main-menu > ul > li > a .new-label {
  position: absolute;
  top: -15px;
  right: -16px;
  font-size: 11px;
  border-radius: 3px;
  background-color: var(--theme-color);
}
.main-menu > ul > li > a .has-new-lable {
  position: relative;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: -0.8px;
  font-size: 0.8rem;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid var(--theme-color2);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}
.main-menu ul.sub-menu:before {
/*  content: "";
  position: absolute;
  left: 34.5px;
  top: 30px;
  width: 1px;
  background-color: #ededed;
  height: calc(100% - 60px);*/
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 3px;
}
.main-menu ul.sub-menu li a {
  position: relative;
/*  padding-left: 21px;*/
}
.main-menu ul.sub-menu li a:before {
  /*content: "\f111";
  position: absolute;
  top: 2.5em;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: var(--theme-color2);
  font-weight: 700;
  background-color: var(--white-color);
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(255, 116, 27, 0.4);
          box-shadow: inset 0px 2px 4px 0px rgba(255, 116, 27, 0.4);*/
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.main-menu .mega-menu-wrap {
  position: static;
}
.main-menu ul.mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.main-menu ul.mega-menu li li {
  padding: 4px 0;
}
.main-menu ul.mega-menu li a {
  display: inline-block;
}
.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--theme-color2);
}
.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color2);
}
.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}
.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}

.menu-hover1 > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  background-color: var(--theme-color2);
}
.menu-hover1 > ul > li > a:hover {
  color: var(--title-color);
}
.menu-hover1 > ul > li > a:hover:before {
  width: 100%;
}

.menu-style1 > ul > li {
  padding: 30px 0;
}
.menu-style1 > ul > li > a {
  padding: 0;
}

.menu-style2 > ul > li {
  padding: 31.5px 0;
}
.menu-style2 > ul > li > a {
  padding: 0;
  color: var(--white-color);
}
.menu-style2 > ul > li > a:hover {
  color: var(--white-color);
}

.menu-style3 > ul > li {
  padding: 47px 0;
}
.menu-style3 > ul > li > a {
  padding: 0;
  color: var(--white-color);
}
.menu-style3 > ul > li > a:hover {
  color: var(--white-color);
}

.header-top-text {
  color: #555555;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.header-top-text .shape {
  background-color: var(--theme-color);
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
}
.header-top-text i {
  margin-right: 10px;
}

a.header-top-text:hover {
  color: var(--theme-color2);
}

.header-social a {
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid #BBBBBB;
  color: #555555;
  line-height: 1;
  margin-right: 10px;
  padding-right: 15px;
}
.header-social a:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.header-social a:hover {
  color: var(--theme-color2);
}

.header-btns a,
.header-btns button {
  margin-right: 15px;
}
.header-btns a:last-child,
.header-btns button:last-child {
  margin-right: 0;
}

.header-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-media .media-icon {
  width: 70px;
  height: 70px;
  border: 1px solid var(--theme-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}
.header-media .media-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: block;
  color: var(--title-color);
  margin: 0 0 12px 0;
}
.header-media .media-info {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}
.header-media .media-info a {
  color: inherit;
}
.header-media .media-info a:hover {
  color: var(--theme-color2);
}
.header-media .media-body {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.header-infos-wrap {
  background-color: var(--theme-color);
}
.header-infos-wrap:not([data-sec-pos]) {
  margin-bottom: -54px;
}

.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.header-info:nth-child(even):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  z-index: -1;
}
.header-info .vs-media {
  padding: 28px 20px;
}
.header-info a {
  color: inherit;
}
.header-info a:hover {
  color: var(--title-color);
}

.info-box .vs-media,
.header-info .vs-media {
  /*-webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info-box .media-icon,
.header-info .media-icon {
  display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #243b54;
    text-align: center;
    border-radius: 50%;
    font-size: 26px;
    color: #fff;
    margin-right: 15px;
}
.info-box .media-icon i,
.header-info .media-icon i {
  line-height: inherit;
}
.info-box .media-info,
.header-info .media-info {
  color: #000;
  margin: 0;
  font-size: 17px;
/*  font-weight: 700;*/
  line-height: 26px;
/*  max-width: 250px;*/
}

.header-layout1 .header-top {
  padding: 16.5px 0;
  border-bottom: 1px solid #DDDDDD;
}

.header-layout2 .header-top {
  background-color: var(--theme-color);
  padding: 16.5px 0;
}
.header-layout2 .header-top-text {
  color: var(--white-color);
}
.header-layout2 .shape {
  background-color: var(--white-color);
}
.header-layout2 .header-social a {
  color: var(--white-color);
}
.header-layout2 .header-social a:hover {
  color: var(--theme-color2);
}
.header-layout2 .sticky-active:not(.active) {
  position: relative;
}

.header-layout2 .menu-area {
  position: absolute;
    left: 0;
    top: 0;
    right: 0;
   /* background: #fff;
    
    padding: 0px 20px;
    max-width: 1670px;
    margin-left: auto;
    margin-right: auto;
*/
}
/*.header-layout2 .menu-area::before {
    content: "";
    top: 0;
    bottom: -20px;
    left: 30px;
    right: 30px;
    position: absolute;
    background-color: rgba(var(--sunpv-white-rgb, 255, 255, 255), 0.25);
    z-index: -1;
}
.header-layout2 .menu-area::after {
    content: "";
    top: 0;
    bottom: -10px;
    left: 15px;
    right: 15px;
    position: absolute;
    background-color: rgba(var(--sunpv-white-rgb, 255, 255, 255), 0.25);
    z-index: -1;
}*/
.header-layout2 .sticky-active.active .menu-area {
/*  background-color: var(--title-color);*/
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
/*           max-width: 100%;*/
position: relative;
}
.header-layout3 .header-top {
  padding: 16.5px 0;
  background-color: #F7F7F7;
}
.header-layout3 .header-middle {
  padding: 25px 0;
}
.header-layout3 .menu-area {
  position: relative;
  z-index: 1;
}
.header-layout3 .menu-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 45px;
  -webkit-box-shadow: 0.79px 44.99px 54px 0 rgba(35, 31, 32, 0.06);
          box-shadow: 0.79px 44.99px 54px 0 rgba(35, 31, 32, 0.06);
  z-index: -1;
}
.header-layout3 .menu-bg {
  position: absolute;
  left: 235px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--theme-color);
  z-index: -1;
}
.header-layout3 .sticky-active.active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--theme-color);
}
.header-layout3 .sticky-active.active .menu-area:before {
  opacity: 0;
  visibility: hidden;
}

.header-layout4 .will-sticky .sticky-active.active {
  background-color: var(--theme-color);
}

.header-btns.v4 {
  /* Medium devices */
}
.header-btns.v4 .bar-btn,
.header-btns.v4 .shoping,
.header-btns.v4 .search-btn {
  position: relative;
  font-size: 16px;
  background-color: var(--white-color);
  color: var(--theme-color2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  margin: 0 37px 0 0;
  padding: 0;
}
.header-btns.v4 .bar-btn:hover,
.header-btns.v4 .shoping:hover,
.header-btns.v4 .search-btn:hover {
  background: var(--theme-color2);
  color: #fff;
  border-color: transparent;
}
.header-btns.v4 .bar-btn::before,
.header-btns.v4 .shoping::before,
.header-btns.v4 .search-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -21px;
  width: 1px;
  height: 80px;
  background-color: #40a130;
  z-index: 99;
}
.header-btns.v4 .search-btn {
  font-size: 22px;
}
.header-btns.v4 .shoping span {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 12px;
  font-family: var(--title-font);
  color: var(--white-color);
  width: 20px;
  height: 20px;
  line-height: 23px;
  background-color: var(--theme-color2);
  border-radius: 50%;
  display: inline-block;
}
.header-btns.v4 .bar-btn {
  margin-right: 16px;
}
.header-btns.v4 .bar-btn::before {
  display: none;
}
@media (max-width: 991px) {
  .header-btns.v4 {
    display: none;
  }
}

.header-btns.v4 a:last-child,
.header-btns.v4 button:last-child {
  height: 80px;
  line-height: 80px;
  padding: 0 30px;
  border-radius: 0;
}

.sticky-wrapper.v4 {
  background-color: var(--theme-color);
  /* Medium devices */
}
.sticky-wrapper.v4 .sticky-active.active {
  background-color: var(--theme-color);
}
.sticky-wrapper.v4 .row {
  -ms-flex-wrap: unset !important;
      flex-wrap: unset !important;
}
.sticky-wrapper.v4 .col-auto {
  display: inline-block !important;
}
@media (max-width: 991px) {
  .sticky-wrapper.v4 .vs-menu-toggle {
    position: fixed;
    top: 19px;
    right: 15px;
  }
}

.main-menu.v4 .mega-menu-wrap .mega-menu li {
  border: 0;
}
.main-menu.v4 .mega-menu-wrap .mega-menu li:hover {
  background-color: unset;
}
.main-menu.v4 .mega-menu-wrap .mega-menu li a {
  color: var(--title-color);
}

.menu-style1.v4 > ul > li {
  margin: 0;
  padding: 0;
  margin-right: -3px;
}
.menu-style1.v4 > ul > li > a {
  padding: 27px 21px 27px 16px;
}

.main-menu.v4 ul li.menu-item-has-children > a:after {
  display: none;
}

.menu-hover1.v4 > ul > li > a::before {
  display: none;
}

.main-menu.v4 ul li {
  border-right: 1px solid #40a130;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-menu.v4 ul li:hover {
  background-color: var(--theme-color2);
}
.main-menu.v4 ul li a {
  color: var(--white-color);
}
.main-menu.v4 ul li .sub-menu li {
  border: 0;
}
.main-menu.v4 ul li .sub-menu li:hover {
  background-color: unset;
}
.main-menu.v4 ul li .sub-menu li a {
  color: var(--title-color);
}

.header-top.v4 {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .header-top.v4 .header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-top.v4 .header-infos-wrap-two {
  /* Medium devices */
}
@media (max-width: 991px) {
  .header-top.v4 .header-infos-wrap-two {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-top.v4 {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 0 15px;
  }
  .header-top.v4 .vs-menu-toggle {
    position: fixed;
    top: 30px;
    right: 20px;
  }
  .header-top.v4 .header-btns {
    display: none;
  }
}

.header-info-v4 .vs-media {
  margin-right: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Large devices */
  /* Medium devices */
}
.header-info-v4 .vs-media.header-info:nth-child(even):before {
  background-color: unset;
}
.header-info-v4 .vs-media:hover .media-icon {
  background-color: var(--theme-color);
}
.header-info-v4 .vs-media:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .header-info-v4 .vs-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991px) {
  .header-info-v4 .vs-media {
    margin-right: 30px;
  }
}
.header-info-v4 .vs-media .media-icon {
  background-color: var(--theme-color2);
  color: var(--white-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-info-v4 .vs-media .media-info {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 600;
}
.header-info-v4 .vs-media .media-info a,
.header-info-v4 .vs-media .media-info span {
  color: var(--body-color);
  font-size: 14px;
}
.header-info-v4 .vs-media .media-info a:hover {
  color: var(--theme-color);
}

@media (max-width: 1800px) {
  .header-layout3 .menu-bg {
    left: 0;
  }
  .header-layout3 .menu-area:before {
    display: none;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .header-media .media-icon {
    width: 55px;
    height: 55px;
  }
  .header-media .media-icon img {
    max-width: 26px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .main-menu > ul > li {
    margin: 0 12px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-info {
    display: block;
    --icon-size: 40px;
  }
  .header-info .media-info {
    font-size: 14px;
  }
  .header-infos-wrap:not([data-sec-pos]) {
    margin-bottom: 0;
  }
  .header-layout2 .menu-area {
    position: relative;
    background-color: var(--title-color);
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-media .media-icon {
    width: 50px;
    height: 50px;
  }
  .header-layout3 .menu-area {
    padding: 10px 0;
  }
  .header-layout3 .header-middle {
    padding: 0 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .header-layout3 .vs-logo img {
    max-width: 140px;
  }
  .header-layout3 .header-media .media-title {
    font-size: 14px;
  }
  .header-layout3 .header-media .media-icon {
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    margin-right: 15px;
    max-width: 15px;
  }
  .header-layout3 .header-media .media-info {
    font-size: 12px;
  }
}
/*------------------- 4.3. Footer  -------------------*/
.widget-area {
  padding-top: 60px;
  padding-bottom: 0px;
}

.copyright-wrap {
  text-align: center;
  padding: 22px 0;
  position: relative;
  z-index: 2;
}

.copyright-menu ul {
  margin: 0;
}
.copyright-menu li {
  display: inline-block;
  margin-right: 30px;
}
.copyright-menu li:last-child {
  margin-right: 0;
}
.copyright-menu a {
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
}
.copyright-menu a:hover {
  color: var(--theme-color2);
}

.copyright-text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.copyright-text a {
  color: var(--theme-color2);
}
.copyright-text a:hover {
  color: var(--title-color);
  text-decoration: underline;
}

.footer-layout1 .footer-widget.widget_nav_menu a,
.footer-layout2 .footer-widget.widget_nav_menu a {
  color: var(--white-color);
}
.footer-layout1 .footer-widget.widget_nav_menu a:hover,
.footer-layout2 .footer-widget.widget_nav_menu a:hover {
  color: var(--theme-color2);
}

.footer-layout1 {
  background-color: #06071A;
  --body-color: #C7C7C7;
  --title-color: #fff;
}

.footer-layout2 {
  --body-color: #fff;
  --title-color: #fff;
}
/*footer::before{
   content:" ";
  height: 2px;
  width: 130px;
  background: red;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}*/
.footer-layout2::before {
   
    border-top: 10px solid #d86437;
  }
.footer-layout2 .footer-middle {
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.footer-layout2 .copyright-wrap {
/*  background-color: #111330;*/
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}

.widget_title-two {
  position: relative;
  color: var(--white-color);
  font-size: 24px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 56px;
  /* Large devices */
}
.widget_title-two::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 10px;
}
@media (max-width: 1199px) {
  .widget_title-two {
    font-size: 23px;
  }
}

.footer-layout4 {
  position: relative;
}

.copyright-wrap.v4 {
  background: rgba(71, 175, 52, 0.2);
  padding: 25px 0 21px;
}
.copyright-wrap.v4 .copyright-text {
  color: var(--white-color);
}
.copyright-wrap.v4 .copyright-text a {
  color: var(--theme-color);
}

.recent-post.v4 {
  margin-bottom: 28px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.recent-post.v4:hover .image {
  border-radius: 5px;
}
.recent-post.v4:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.recent-post.v4 .image {
  overflow: hidden;
  border-radius: 5px;
  width: 90px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}
.recent-post.v4 .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recent-post.v4 .content-box {
  margin-left: 21px;
}
.recent-post.v4 .content-box .title {
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 26px;
}
.recent-post.v4 .content-box .title a {
  color: var(--white-color); /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.recent-post.v4 .content-box .title a:hover {
  color: var(--theme-color2);
}
@media (max-width: 1199px) {
  .recent-post.v4 .content-box .title a {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 991px) {
  .recent-post.v4 .content-box .title a {
    font-size: 23px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .recent-post.v4 .content-box .title a {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 416px) {
  .recent-post.v4 .content-box .title a {
    font-size: 16px;
    line-height: 20px;
  }
}
.recent-post.v4 .content-box span {
  font-size: 14px;
  font-family: var(--title-font);
  color: var(--white-color);
}

.widget_nav_menu.v4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 35px;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .widget_nav_menu.v4 {
    margin-left: 0;
  }
}
@media (max-width: 416px) {
  .widget_nav_menu.v4 {
    display: block;
  }
  .widget_nav_menu.v4 .link-widget.v2 {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.widget_nav_menu.v4 .link-widget.v2 {
  margin-right: 60px;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .widget_nav_menu.v4 .link-widget.v2 {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .widget_nav_menu.v4 .link-widget.v2 {
    width: 40%;
  }
}
@media (max-width: 416px) {
  .widget_nav_menu.v4 .link-widget.v2 {
    width: 100%;
  }
}

.footer-menu.v4 .menu {
  display: unset;
}
.footer-menu.v4 .menu li a {
  font-family: var(--title-color);
  color: var(--white-color);
  margin-bottom: 16px;
  /* Medium devices */
}
.footer-menu.v4 .menu li a:hover {
  color: var(--theme-color2);
}
.footer-menu.v4 .menu li a::before {
  display: none;
}
@media (max-width: 991px) {
  .footer-menu.v4 .menu li a {
    font-size: 16px;
  }
}
.footer-menu.v4 .menu li a i {
  margin-right: 5px;
}



/* Large devices */
@media (max-width: 1199px) {
  .footer-layout1 {
    font-size: 14px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .copyright-text {
    font-size: 14px;
  }
}


/*------------------- 4.8. Hero Area  -------------------*/



@media (min-width: 1199px) {
  .hero-layout3 {
    margin-top: -45px;
  }
}
@media (max-width: 1550px) {
  .ls-layer .vs-btn {
    padding: 22px 32px;
    font-size: 14px;
  }
}
@media (max-width: 1700px) {
  .ls-video-caption {
    display: none;
  }
}
@media (max-width: 1200px) {
  .ls-box-img {
    max-width: 250px;
    padding: 5px;
  }
  .ls-box-img img {
    width: 100%;
  }
  .ls-box-img .play-btn i {
    --icon-size: 66px;
    --icon-font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .ls-layer .vs-btn {
    padding: 17px 30px;
    font-size: 14px;
  }
  .ls-layer .ls-btn-group .vs-btn {
    padding: 17px 24px;
  }
  .watch-btn .btn-icon {
    width: 40px;
    height: 40px;
    line-height: 39px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .ls-layer .vs-btn {
    padding: 12px 20px;
    font-size: 12px;
  }
  .ls-layer .ls-btn-group .vs-btn {
    padding: 14px 16px;
    margin-right: 7px;
  }
  .ls-layer .ls-btn-group .vs-btn:last-child {
    margin-right: 0;
  }
}
.hero-img {
  position: relative;
}
.hero-img img {
  max-width: unset;
}
.hero-img:before {
  content: "";
  position: absolute;
  bottom: -125px;
  left: 93px;
  width: 700px;
  height: 1160px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 116, 27, 0)), color-stop(80.43%, #FF741B));
  background: linear-gradient(180deg, rgba(255, 116, 27, 0) 0%, #FF741B 80.43%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 350px;
  z-index: -1;
}


.info-box {
/*  background-color: var(--theme-color);*/
/*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 24px;

  padding: 55px 50px 60px 50px;*/
  margin-bottom: 30px;
}
.info-box .info-box-title {
  color: #000;
  font-size: 24px;
  margin: 0 0 30px 0;
  text-decoration: underline;
  text-decoration-color: var(--theme-color2);
  text-underline-offset: 4px;
}
.info-box .vs-media {
     border: 1px dashed rgb(36 59 84);
    margin: 0 0 23px 0;
    padding: 0 0 24px 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 24px;
    /* padding: 55px 50px 60px 50px; */
    padding: 20px 20px;
}
.info-box .vs-media:first-child {
/*  padding-top: 8px;*/
}
.info-box .vs-media:last-child {
  margin-bottom: 43px;
}

.contact-section .container {
  max-width: 1462px;
}

.cta-box1.v4 {
  padding: 80px 121px;
  margin-bottom: 42px;
  /* Medium Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .cta-box1.v4 {
    padding: 80px 70px;
  }
}
@media (max-width: 575px) {
  .cta-box1.v4 {
    padding: 80px 45px;
  }
}
.cta-box1.v4 .cta-img1 {
  /* Small devices */
}
@media (max-width: 767px) {
  .cta-box1.v4 .cta-img1 {
    margin-bottom: 0;
  }
}
.cta-box1.v4 .cta-box-title .sub-title {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color);
  padding: 8px 30px 6px;
  border-radius: 4px;
  background: var(--white-color);
  display: inline-block;
  margin-bottom: 23px;
}
.cta-box1.v4 .cta-box-title .sec-title {
  /* Medium Large devices */
  /* Small devices */
}
@media (max-width: 1399px) {
  .cta-box1.v4 .cta-box-title .sec-title {
    font-size: 37px;
  }
}
@media (max-width: 767px) {
  .cta-box1.v4 .cta-box-title .sec-title {
    font-size: 30px;
  }
}
.cta-box1.v4 .cta-box-title .vs-btn {
  margin-right: 0;
}


/*------------------- 4.11. About  -------------------*/
.list-style1 ul {
  margin: 0 0 40px 0;
}
.list-style1 li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 27px;
}
.list-style1 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  background-color: var(--theme-color);
}

.img-box1 {
  position: relative;
  z-index: 1;
}
.img-box1 .img-2 {
  position: absolute;
  right: -60px;
  bottom: -35px;
  z-index: -1;
}
.img-box1 .shape-dotted {
  position: absolute;
  right: -25px;
  bottom: -35px;
  z-index: -1;
}
.img-box1.style2 {
  margin-bottom: 30px;
}
.img-box1.style2 .shape-dotted {
  right: -3px;
}

.img-box2 {
  position: relative;
  padding-top: 35px;
  max-width: 570px;
  margin-bottom: 30px;
}
.img-box2 .shape-dotted {
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  z-index: -1;
}

.img-box3 {
  position: relative;
  padding-bottom: 120px;
  z-index: 1;
  margin: 0 -35px 30px 0;
}
.img-box3 .img-1 {
  display: inline-block;
  padding-top: 100px;
}
.img-box3 .img-2 {
  float: right;
}
.img-box3 .img-3 {
  margin-top: -80px;
  text-align: right;
  width: 100%;
}
.img-box3 .img-shape1 {
  position: absolute;
  left: 90px;
  bottom: 45px;
  width: 450px;
  height: 480px;
  background-color: var(--theme-color);
  z-index: -1;
}
.img-box3 .shape-dotted {
  position: absolute;
  bottom: 0;
  left: 45px;
  z-index: -2;
}

.img-box4 {
  position: relative;
  padding-bottom: 140px;
  margin-bottom: 30px;
}
.img-box4 .img-1 {
  display: inline-block;
  padding: 0 0 0 80px;
  vertical-align: top;
}
.img-box4 .img-2 {
  display: inline-block;
  padding: 145px 0 0 55px;
}
.img-box4 .img-shape1 {
  position: absolute;
  left: 0;
  top: 38px;
  background-color: var(--theme-color);
  width: 519.99px;
  height: 567.99px;
  z-index: -1;
}
.img-box4 .shape-dotted {
  position: absolute;
  right: 130px;
  bottom: -2px;
  z-index: -2;
}

.img-box5 {
  position: relative;
  z-index: 1;
}
.img-box5 .img-1 {
  position: absolute;
  right: 0;
  top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.img-box5 .shape-dotted {
  position: absolute;
  right: -30px;
  bottom: -33px;
  z-index: -1;
}

.img-box6 {
  position: relative;
  z-index: 1;
  padding-bottom: 105px;
}
.img-box6 .img-1 {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
.img-box6 .img-2 {
  display: inline-block;
}
.img-box6 .img-shape1 {
  width: 525px;
  height: 240px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  background-color: var(--theme-color);
  z-index: -1;
}
.img-box6 .shape-dotted {
  position: absolute;
  right: 75px;
  bottom: -5px;
  z-index: -2;
}

.img-box7 {
  position: relative;
  padding: 70px 0;
}
.img-box7 .img-shape1 {
  position: absolute;
  left: 37.3%;
  bottom: 0;
  top: 0;
  width: 99999px;
  z-index: -1;
  background-color: var(--theme-color);
}

.img-box8 {
  position: relative;
  text-align: center;
  padding-bottom: 55px;
  margin-bottom: 30px;
}
.img-box8 .img-shape1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 240px;
  max-height: 100%;
  background-color: var(--theme-color);
  z-index: -1;
}
.img-box8 .shape-dotted {
  position: absolute;
  right: -30px;
  bottom: -34px;
  z-index: -3;
}

.img-box9 {
  padding-bottom: 80px;
  position: relative;
  margin-bottom: 75px;
}
.img-box9 .img-1 {
  display: inline-block;
  padding-right: 60px;
}
.img-box9 .img-2 {
  display: inline-block;
}
.img-box9 .img-shape1 {
  position: absolute;
  right: 115px;
  left: 115px;
  bottom: 0;
  background-color: var(--theme-color);
  height: 345px;
  max-height: 100%;
  z-index: -1;
}
.img-box9 .shape-dotted {
  position: absolute;
  right: 75px;
  bottom: -45px;
  z-index: -2;
}

.img-box10 {
  position: relative;
  margin-bottom: 75px;
}
.img-box10 .img-1 {
  position: relative;
  padding: 0 70px 60px 70px;
  margin: 0 0 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: block;
}
.img-box10 .img-shape1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 605px;
  max-height: 100%;
  background-color: var(--theme-color);
  z-index: -1;
}
.img-box10 .shape-dotted {
  position: absolute;
  left: -44px;
  bottom: -44px;
  z-index: -2;
}




@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------------------- 4.12. Counter  -------------------*/
.counter-style1 {
  margin-bottom: 22px;
}
.counter-style1 .counter-number {
  border-bottom: 5px solid var(--theme-color);
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.counter-style1 .counter-number.h1 {
  margin-top: -0.3em;
}
.counter-style1 .counter-text {
  line-height: 26px;
  font-size: 16px;
  color: var(--title-color);
  margin-bottom: 0;
}

.counter-wrap1 {
  background-color: #FAFAFA;
  position: relative;
  padding: 318px 20px 70px 20px;
  margin: -238px 0 30px 0;
}
.counter-wrap1 .shape-dotted {
  position: absolute;
  right: -30px;
  bottom: -33px;
  z-index: -1;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .counter-wrap1 .shape-dotted {
    right: -20px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .counter-style1 .counter-number {
    width: 100%;
  }
  .counter-wrap1 {
    padding: 150px 30px 20px 30px;
    margin: -100px 0 30px 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .counter-wrap1 {
    padding: 40px 20px 10px 20px;
    margin: 0 0 30px 0;
  }
  .counter-wrap1 .shape-dotted {
    right: 0;
    bottom: -23px;
  }
}
/*------------------- 4.13. Service  -------------------*/
/*.service-slide1 {
  margin-bottom: -35px;
  z-index: 1;
  position: relative;
}
.service-slide1 .slick-slide:hover + .slick-slide .service-style1 {
  border-color: transparent;
}
*/
.service-slider {
  margin-bottom: -20px;
}


.service-style2 {
  border: 1px solid #DDDDDD;
  margin-left: 20px;
  margin-bottom: 30px;
  position: relative;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.service-style2 .service-head {
  padding: 42px 50px 0 50px;
}
.service-style2 .service-body {
  padding: 25px 50px 40px 50px;
}
.service-style2 .service-list ul {
  margin: 0;
}
.service-style2 .service-list li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: #000;
}
.service-style2 .service-list li:last-child {
  margin-bottom: 0;
}
.service-style2 .service-list li:before {
  content: "";
  border: 3px solid var(--theme-color);
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}
.service-style2 .service-icon {
  width: 105px;
  height: 105px;
  line-height: 105px;
  text-align: center;
  outline: 2px solid var(--theme-color2);
  outline-offset: -6px;
  background-color: var(--white-color);
  border-radius: 50%;
  margin-bottom: -60px;
  position: relative;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.service-style2 .service-icon img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.service-style2 .service-title {
  margin-bottom: 17px;
}
.service-style2 .service-text {
  color: #000;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.service-style2 .service-img {
  overflow: hidden;
  margin: 0 20px 0 -20px;
}
.service-style2 .service-img img {
  width: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.service-style2 .shape-dotted {
  height: 32px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.slick-slide .service-style2 {
  margin-bottom: 60px;
}

.slick-center .service-style2,
.service-style2:hover {
  background-color: #111330;
  border-color: transparent;
}
.slick-center .service-style2 .shape-dotted,
.service-style2:hover .shape-dotted {
  opacity: 1;
  visibility: visible;
  bottom: -30px;
}
.slick-center .service-style2 .service-img img,
.service-style2:hover .service-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.slick-center .service-style2 .service-list li,
.slick-center .service-style2 .service-text,
.service-style2:hover .service-list li,
.service-style2:hover .service-text {
  color: #fff;
}
.slick-center .service-style2 .service-title,
.service-style2:hover .service-title {
  color: var(--white-color);
}
.slick-center .service-style2 .service-icon,
.service-style2:hover .service-icon {
  background-color: var(--theme-color2);
  outline-color: var(--white-color);
}
.slick-center .service-style2 .service-icon img,
.service-style2:hover .service-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}




/* Medium devices */
@media (max-width: 991px) {
  .service-style2 {
    margin: 0;
  }
  .service-style2 .service-img {
    margin: 0;
  }
  .service-style2 .service-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: -40px;
  }
  .service-style2 .service-title {
    margin-bottom: 17px;
    max-width: 250px;
  }
}

/*------------------- 4.14. CTA  -------------------*/
.cta-box1 {
  background-color: var(--theme-color);
  padding: 85px 45px 85px 70px;
  margin-bottom: 55px;
  position: relative;
}
.cta-box1 .shape-dotted {
  position: absolute;
  left: -35px;
  bottom: -38px;
  width: 275px;
  height: 175px;
  z-index: -1;
}
.cta-box1 .sec-subtitle {
  color: var(--white-color);
}
.cta-box1 .sec-title {
  color: var(--white-color);
  max-width: 700px;
  margin-bottom: 23px;
}
.cta-box1 .vs-btn {
  margin-right: 20px;
}
.cta-box1 .cta-number {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  color: var(--white-color);
}
.cta-box1 .cta-number img {
  margin: 0 5px 0 0;
}

.cta-img1 {
  position: relative;
}
.cta-img1 img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: initial;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .cta-box1 {
    padding: 50px 35px 50px 35px;
    margin-bottom: 100px;
  }
  .cta-box1 .sec-title {
    max-width: 100%;
  }
  .cta-box1 .shape-dotted {
    left: -25px;
    bottom: -38px;
  }
  .cta-img1 {
    margin-bottom: -130px;
  }
  .cta-img1 img {
    position: relative;
    max-width: 100%;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .cta-box1 {
    padding: 40px 20px 30px 20px;
    margin-bottom: 100px;
  }
  .cta-box1 .sec-title {
    max-width: 100%;
  }
  .cta-box1 .shape-dotted {
    left: 0;
    bottom: -38px;
  }
  .cta-box1 .cta-number {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .cta-img1 {
    margin-bottom: -80px;
  }
}

/*------------------- 4.16. Project  -------------------*/
.project-style2 .project-energytotal,
.project-style1 .project-energytotal {
  display: block;
  margin: 0;
  line-height: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.project-style2 .quantity,
.project-style1 .quantity {
  color: var(--theme-color2);
}
.project-style2 .project-energytext,
.project-style1 .project-energytext {
  font-weight: 500;
  color: #555555;
  margin: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.project-style1 {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 60px;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.project-style1 .project-content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--white-color);
  border: 1px solid #E8E8E8;
  max-width: 490px;
  margin: 0 20px;
  padding: 32px 40px 32px 40px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  width: 500px;
}
.project-style1 .project-category {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 3px 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.project-style1 .project-title2,
.project-style1 .project-title {
  margin: 0 0 22px 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.project-style1 .shape-dotted {
  position: absolute;
  bottom: -35px;
  left: 50%;
  height: 35px;
  margin-left: -138px;
  z-index: -1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.project-style1 .project-img {
  overflow: hidden;
}
.project-style1 .project-img img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.003);
          transform: scale(1.003);
}
.project-style1:hover .project-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.project-style1.layout2 .project-content {
  opacity: 0;
  visibility: hidden;
}
.project-style1.layout2 .project-category,
.project-style1.layout2 .project-title,
.project-style1.layout2 .project-energytotal,
.project-style1.layout2 .project-energytext,
.project-style1.layout2 .shape-dotted {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}
.project-style1.layout2 .shape-dotted {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.project-style1.layout3 {
  padding-bottom: 110px;
}
.project-style1.layout3 .project-img img {
  width: 100%;
}
.project-style1.layout3 .project-title {
  font-size: 24px;
}
.project-style1.layout3 .project-content {
/*  margin: 0 30px 0 0;*/
}
.project-style1.layout3 .project-body {
  overflow: hidden;
}
.project-style1.layout3 .project-energy {
  margin-bottom: -84px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.project-style1.layout3 .shape-dotted {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.project-slide1 .slick-current .project-style1.layout2 .project-content,
.project-slide1 .slick-current .project-style1.layout2 .project-category,
.project-slide1 .slick-current .project-style1.layout2 .project-title,
.project-slide1 .slick-current .project-style1.layout2 .project-energytotal,
.project-slide1 .slick-current .project-style1.layout2 .project-energytext,
.project-slide1 .slick-current .project-style1.layout2 .shape-dotted {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  opacity: 1;
  visibility: visible;
}
.project-slide1 .slick-current .project-style1.layout2 .project-title {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.project-slide1 .slick-current .project-style1.layout2 .project-energytotal {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.project-slide1 .slick-current .project-style1.layout2 .project-energytext {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.project-style1.layout3:hover .project-content,
.slick-center .project-style1.layout3 .project-content {
  background-color: #111330;
  border-color: transparent;
}
.project-style1.layout3:hover .project-energytext,
.project-style1.layout3:hover .project-category,
.slick-center .project-style1.layout3 .project-energytext,
.slick-center .project-style1.layout3 .project-category {
  color: #C6C6C6;
}
.project-style1.layout3:hover .project-energytotal,
.project-style1.layout3:hover .project-title2 a,
.project-style1.layout3:hover .project-title a,
.slick-center .project-style1.layout3 .project-energytotal,
.slick-center .project-style1.layout3 .project-title2 a,
.slick-center .project-style1.layout3 .project-title a {
  color: var(--white-color);
}
.project-style1.layout3:hover .shape-dotted,
.slick-center .project-style1.layout3 .shape-dotted {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.project-style1.layout3:hover .project-energy,
.slick-center .project-style1.layout3 .project-energy {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}

.project-slide1 {
  --dot-bg: #FAFAFA;
  margin-bottom: 0;
}
.project-slide1 .project-style1 {
  margin-bottom: 62px;
}
.project-slide1 .slick-arrow {
  right: 19px;
  bottom: 61px;
  left: auto;
  top: auto;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.project-slide1 .slick-arrow.slick-prev {
  right: 92px;
}


.project-slide11 .project-style1 {
  margin-bottom: 62px;
}
.project-slide11 .slick-arrow {
  right: 19px;
  bottom: 61px;
  left: auto;
  top: auto;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.project-slide1 .slick-arrow.slick-prev {
  right: 92px;
}
/*------------------- 4.17. Brand  -------------------*/
.brand-wrap1 {
  background-color: #FAFAFA;
  padding: 30px;
  position: relative;
}
.brand-wrap1 [class*=col-] {
  position: relative;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.brand-wrap1 [class*=col-]:hover {
  z-index: 2;
}
.brand-wrap1 .shape-dotted {
  position: absolute;
  right: -30px;
  bottom: -33px;
  z-index: -1;
}

.brand-style1 {
  border: 1px solid #DDDDDD;
  height: 140px;
  line-height: 140px;
  text-align: center;
  padding: 0 20px;
  margin: -0.5px;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 1;
}
.brand-style1:hover {
  z-index: 2;
  border-color: var(--theme-color2);
}

.brand-style2 {
  border: 1px solid #DDDDDD;
  height: 180px;
  line-height: 180px;
  text-align: center;
  padding: 0 20px;
  margin: -0.5px;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 1;
  margin: 0 0 0;
}
.brand-style2:hover {
  z-index: 2;
  border-color: var(--theme-color2);
}

.brand-section {
  position: relative;
  background-color: #fafafa;
}
.brand-section .circle-two {
  position: absolute;
  top: 24px;
  left: 38px;
  z-index: 999;
  /* Large devices */
}
@media (max-width: 1199px) {
  .brand-section .circle-two {
    display: none !important;
  }
}
.brand-section .wave-two {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 999;
  /* Large devices */
}
@media (max-width: 1199px) {
  .brand-section .wave-two {
    display: none !important;
  }
}
.brand-section .triangle-two {
  position: absolute;
  bottom: 58px;
  right: 240px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .brand-section .triangle-two {
    bottom: 20px;
    right: 36px;
  }
}
@media (max-width: 1199px) {
  .brand-section .triangle-two {
    display: none !important;
  }
}

.slick-slide .brand-style1 {
  margin: 1px 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .brand-wrap1 .shape-dotted {
    right: -20px;
    bottom: -23px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .brand-wrap1 {
    padding: 20px;
  }
  .brand-wrap1 .shape-dotted {
    right: 0;
    bottom: -23px;
  }
}
/*------------------- 4.21. Testimonial  -------------------*/
.testimonial-style1 {
  position: relative;
  padding: 60px 60px 60px 0;
  margin: 30px 0 60px 0;
}
.testimonial-style1 .testimonial-bg {
  position: absolute;
  left: -275px;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #F7F7F7;
}
.testimonial-style1 .testimonial-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--title-color);
  margin: 0 0 30px 0;
}
.testimonial-style1 .author-name {
  font-size: 26px;
  margin: 0 0 4px 0;
}
.testimonial-style1 .author-degi {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-right: 20px;
}
.testimonial-style1 .testimonial-rating {
  display: inline-block;
  position: relative;
  top: -1.5px;
}
.testimonial-style1 .testimonial-rating i {
  font-size: 14px;
  color: var(--theme-color2);
}
.testimonial-style1 .slick-dots {
  position: absolute;
  left: 0;
  bottom: -147px;
}

.testi-style2 {
  max-width: 770px;
  position: relative;
}
.testi-style2 .testi-body {
  background-color: var(--white-color);
  padding: 30px;
  border: 1px solid #C0C0C0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-shadow: 0.5px 0.87px 27px 0 rgba(35, 31, 32, 0.04);
          box-shadow: 0.5px 0.87px 27px 0 rgba(35, 31, 32, 0.04);
}
.testi-style2 .media-body {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-top: 7px;
}
.testi-style2 .testi-img {
  margin-right: 45px;
}
.testi-style2 .testi-rating {
  color: var(--theme-color2);
  font-size: 18px;
  margin: 0 0 20px 0;
}
.testi-style2 .testi-rating i {
  margin-right: 3px;
}
.testi-style2 .testi-text {
  font-size: 20px;
  font-weight: 500;
  color: var(--title-color);
  line-height: 32px;
}
.testi-style2 .testi-name {
  margin: 0;
}
.testi-style2 .testi-degi {
  color: #818181;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.testi-style2 .quote-icon {
  position: absolute;
  right: 0;
  bottom: -10px;
}
.testi-style2 .shape-dotted {
  position: absolute;
  right: -30px;
  bottom: 20px;
  z-index: -1;
}
.testi-style2 .slick-dots {
  margin-top: 48px;
  margin-bottom: 0;
}

.testimonial-section-three {
  position: relative;
}
.testimonial-section-three .title-area-two .sec-title {
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .testimonial-section-three .title-area-two .sec-title {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-three .title-area-two .sec-title {
    font-size: 30px;
    line-height: 42px;
  }
}
.testimonial-section-three .up-arrow {
  position: absolute;
  bottom: 69px;
  left: 225px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .testimonial-section-three .up-arrow {
    bottom: 8px;
    left: 65px;
  }
}
.testimonial-section-three .circle {
  position: absolute;
  top: 58px;
  right: 58px;
}
.testimonial-section-three .triangle {
  position: absolute;
  top: 0;
  right: 0;
}

.testi-slider {
  height: 100%;
}
.testi-slider .slick-track,
.testi-slider .slick-list {
  height: 100%;
}

/* Medium devices */
@media (max-width: 991px) {
  .testi-slider {
    height: unset;
  }
  .testi-slider .slick-track,
  .testi-slider .slick-list {
    height: unset;
  }
}
.testimonial-slide {
  height: 100%;
}
.testimonial-slide .outer-box {
  position: relative;
  padding: 71px 12px 65px 313px;
  border-radius: 6px;
  background: #FFF;
  border: 1px solid #eaeaea;
  height: calc(100% - 30px);
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
.testimonial-slide .outer-box::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 150px;
  height: 150px;
  background-image: url(../img/shape/shape.png);
}
@media (max-width: 1199px) {
  .testimonial-slide .outer-box {
    padding: 50px 12px 51px 313px;
  }
}
@media (max-width: 991px) {
  .testimonial-slide .outer-box {
    margin-left: 0;
    padding: 67px 12px 67px 313px;
  }
}
@media (max-width: 767px) {
  .testimonial-slide .outer-box {
    padding: 20px 20px 30px;
  }
}
.testimonial-slide .outer-box .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /* Small devices */
}
@media (max-width: 767px) {
  .testimonial-slide .outer-box .image {
    position: static;
  }
}
.testimonial-slide .outer-box .image img {
  border-radius: 5px 0 0 5px;
  height: 100%;
  /* Small devices */
}
.testimonial-slide .outer-box .image img img {
  height: 100%;
}
@media (max-width: 767px) {
  .testimonial-slide .outer-box .image img {
    width: 100%;
  }
}
.testimonial-slide .outer-box .content-box {
  /* Small devices */
}
@media (max-width: 767px) {
  .testimonial-slide .outer-box .content-box {
    padding-top: 30px;
  }
}
.testimonial-slide .outer-box .content-box ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}
.testimonial-slide .outer-box .content-box ul li {
  color: var(--theme-color2);
  margin-right: 4px;
}
.testimonial-slide .outer-box .content-box p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 25px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .testimonial-slide .outer-box .content-box p {
    font-size: 20px;
  }
}
.testimonial-slide .outer-box .content-box .auther-info .name {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 3px;
}
.testimonial-slide .outer-box .content-box .auther-info .designation {
  font-size: 14px;
  font-family: var(--title-font);
  display: inline-block;
}

.testi-thumbs-slider {
  position: relative;
  top: -15px;
  z-index: 99;
}


/* Medium Large devices */
@media (max-width: 1399px) {
  .testimonial-style1 {
    padding: 40px 40px 40px 0;
    margin: 30px 0 0 0;
  }
  .testimonial-style1 .testimonial-text {
    /*font-size: 24px;*/
    margin: 0 0 20px 0;
  }
  .testi-style2 .shape-dotted {
    right: -10px;
    bottom: 35px;
  }
  .testi-style2 .testi-img {
    margin-right: 30px;
  }
  .testi-style2 .testi-name {
    font-size: 26px;
  }
  .testi-style2 .testi-degi {
    font-size: 14px;
    letter-spacing: 0;
  }
  .testi-style2 .testi-text {
    font-size: 18px;
    line-height: 30px;
  }
  .testi-style2 .testi-rating {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .testimonial-style1 {
    padding: 40px;
  }
  .testimonial-style1 .testimonial-bg {
    width: 100%;
    left: 0;
  }
  .testi-style2 {
    max-width: 100%;
  }
  .testi-nav {
    width: 100%;
  }
  .testi-nav .tab-btn {
    width: 100%;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .testimonial-style1 .testimonial-text {
    font-size: 16px;
  }
  .testimonial-style1 .author-name {
    font-size: 24px;
  }
  .testimonial-style1 .author-degi {
    font-size: 14px;
    margin-right: 15px;
  }
  .testi-style2 {
    padding-left: 100px;
    margin-bottom: 0;
  }
  .testi-style2 .shape-dotted {
    display: none;
  }
  .testi-style2 .quote-icon {
    max-width: 100px;
    bottom: 0;
  }
  .testi-style2 .testi-body {
    padding: 20px;
  }
  .testi-style2 .testi-img {
    margin-right: 25px;
    max-width: 200px;
  }
  .testi-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    margin: 0;
    z-index: 2;
  }
  .testi-nav.nav-next {
    top: 130px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .testimonial-style1 {
    padding: 40px 20px;
  }
  .testi-style2 {
    padding-left: 0;
    text-align: center;
  }
  .testi-style2 .testi-body {
    display: block;
    padding: 35px 10px 35px 10px;
  }
  .testi-style2 .testi-img {
    margin: 0 0 15px 0;
    max-width: 100%;
  }
  .testi-nav {
    position: relative;
    width: 100%;
  }
  .testi-nav.nav-next {
    top: 0;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*------------------- 4.22. Feature  -------------------*/
.feature-style1 .feature-body {
  position: relative;
  border: 1px solid #DDDDDD;
  padding: 42px 40px 34px 40px;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin-bottom: 30px;
  outline: 2px solid transparent;
  outline-offset: -2px;
}
.feature-style1 .feature-number {
  font-size: 60px;
  font-weight: 900;
  color: var(--theme-color2);
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.feature-style1 .feature-title {
  font-size: 18px;
  margin: 0 0 5px 0;
}
.feature-style1 .feature-text {
  margin: 0;
  font-size: 14px;
}
.feature-style1 .feature-line {
  position: absolute;
  right: 100%;
  top: 50%;
  margin: -1.5px 0 0 0;
  height: 3px;
  width: 135px;
  background-color: var(--theme-color2);
}
.feature-style1 .feature-line:after, .feature-style1 .feature-line:before {
  content: "";
  position: absolute;
  background-color: var(--theme-color2);
  display: inline-block;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  margin: -8px -8px 0 0;
  border-radius: 50%;
  line-height: 1;
  -webkit-box-shadow: 0 0 0 6px rgba(255, 116, 27, 0.15);
          box-shadow: 0 0 0 6px rgba(255, 116, 27, 0.15);
}
.feature-style1 .feature-line:after {
  left: 0;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.feature-style1:hover .feature-body {
  outline-color: var(--theme-color2);
  border-color: transparent;
  -webkit-box-shadow: 0.5px 0.87px 27px 0 rgba(35, 31, 32, 0.04);
          box-shadow: 0.5px 0.87px 27px 0 rgba(35, 31, 32, 0.04);
}
.feature-style1:nth-child(even) .feature-line {
  right: auto;
  left: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.feature-middle-img {
  position: relative;
}
.feature-middle-img img {
  position: absolute;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}


/* Medium Large devices */
@media (max-width: 1399px) {
  .feature-style1 .feature-body {
    padding: 32px 30px 24px 30px;
  }
  .feature-style1 .feature-number {
    margin-bottom: 10px;
  }
  .feature-style2.style2 {
    padding: 35px 30px 30px 30px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .feature-style1 .feature-line {
    display: none;
  }
  .feature-style2.style2 {
    padding: 35px 20px 30px 20px;
  }
  .feature-style2.style2 .feature-title {
    font-size: 20px;
  }
  .feature-style2.style2 .feature-icon {
    margin-bottom: 22px;
  }
  .feature-middle-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .feature-middle-img img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}



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

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

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

/*-- margin Left And Right --*/
.mt-n1 {
  margin-top: -0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-top-extra {
  padding: 268px 0 120px;
}

/* Medium devices */
@media (max-width: 991px) {
  .ls-layer .icon-btn {
    margin-right: 5px;
    line-height: 36px;
}
.icon-btn.style3 {
    --btn-size: 38px;
    --btn-font-size: 12px;
    border: 2px solid var(--theme-color2);
    line-height: calc(var(--btn-size, 50px) - 2px);
}
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
}
.ls-wrapper {
    padding: 0 !important;
    visibility: visible !important;
    border: 0 !important;
    z-index: 1;
/*    padding: 50px 0 !important;*/
}
.service-style3 {
  position: relative;
}
.service-style3 .service-img {
  position: relative;
  overflow: hidden;
}
.service-style3 .service-img img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
}
.service-style3 .service-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black-color);
  opacity: 0.2;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 1;
}
.service-style3 .service-icon {
  width: var(--icon-size, 70px);
  height: var(--icon-size, 70px);
  line-height: var(--icon-size, 70px);
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 40px;
  top: 40px;
  background-color: var(--white-color);
  z-index: 2;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.service-style3 .service-icon img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-filter: none;
          filter: none;
}
.service-style3 .service-content {
  position: absolute;
  left: 40px;
  bottom: 37px;
  bottom: -2px;
  max-width: 300px;
  z-index: 2;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.service-style3 .service-title {
  color: var(--white-color);
  font-size: 24px;
  margin: 0 0 5px 0;
}
.service-style3 .service-title a {
  color: inherit;
}
.service-style3 .service-title a:hover {
  color: var(--theme-color2);
}
.service-style3 .link-btn {
  color: var(--white-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.service-style3 .link-btn:before {
  background-color: var(--theme-color2);
}
.service-style3:hover .link-btn {
  opacity: 1;
  visibility: visible;
}
.service-style3:hover .service-icon {
  background-color: var(--theme-color2);
}
.service-style3:hover .service-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.service-style3:hover .service-content {
  bottom: 37px;
}
.service-style3:hover .service-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.service-style3:hover .service-img:before {
  opacity: 0.7;
}
.pt-100{
  padding-top: 80px;
}
.work-process-two{
    position:relative;
/*    background: #f3faf8;*/
    background-image: linear-gradient(#c8dcf0, #fff);
    padding: 80px 0px 50px;
}

.work-process-two .title-box{
    position: relative;
    margin-bottom: 50px;
}

.work-process-two .title-box .text{
    position: relative;
    padding-top: 10px;
    line-height: 1.7em;
    max-width: 490px;
}

.work-process-two .process{
    position: relative;
}

.process-block-two{
    position: relative;
    margin-bottom: 50px;
}

.process-block-two .inner-box{
    position: relative;
    display: block;
    text-align: center;
}

.process-block-two .inner-box:before{
    content: '';
    position: absolute;
    right: -40px;
    top: 45px;
    width: 40px;
    height: 70px;
    background: url(../img/tri-pattern-3.png) left center no-repeat;
}

.process .process-block-two:last-child .inner-box:before{
    display: none;
}

.process-block-two .icon-box{
    position: relative;
    display: block;
    width: 145px;
    height: 145px;
    margin: 0 auto 30px;
    background: #ffffff;
    color: #24a77e;
    border-radius: 50%;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.07);
    -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;
}

.process-block-two:hover .icon-box{
    background: #dfd3cf;
    color: #ffffff;
    box-shadow: none;
}

.process-block-two .icon-box .icon{
    position: relative;
    display: block;
   /* width: 160px;
    height: 160px;*/
    line-height: 145px;
    font-size: 64px;
}

.process-block-two .icon-box .count{
    position: absolute;
    right: 3px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -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;
}

.process-block-two:hover .icon-box .count{
    bottom: 100%;
    right: 0px;
    margin-bottom: -50px;
}

.process-block-two .icon-box .count .number{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    background:#d86437;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07),0px 10px 20px 0px rgba(0,0,0,0.03);
}

.process-block-two:hover .icon-box .count .number{
    background: #ffffff;
    color: #24a77e;
}

.process-block-two .icon-box .count .number:before{
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px dashed #ffffff;
    border-radius: 50%;
}

.process-block-two:hover .icon-box .count .number:before{
    border-color: rgba(0,0,0,0.15);
}

.process-block-two .lower-box{
    position: relative;
    display: block;
}

.process-block-two h5{
    position: relative;
    color: #132728;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.process-block-two .text{
    position: relative;
    font-size: 16px;
    color: #000;
}

/**/
.cig-ic {
  position: relative; padding:30px 10px; 
}
a.remote-data-monitoring img {
    display: inline-block;
    position: absolute;
    bottom: 34px;
    left: 71px;
    visibility: visible;
    opacity: 0;
    max-width: 100%;
    width: 450px;
}
a.remote-data-monitoring img:hover {
 opacity: 0.6;
}
a.water-treatment-solutions img {
    display: inline-block;
    position: absolute;
        bottom: 239px;
    left: 94px;
    visibility: visible;
    opacity: 0;
    width: 100%;
    max-width: 360px;
}
a.water-treatment-solutions img:hover{
 opacity: 0.6;
}
a.solar-pv-solutions img {
  display: inline-block;
    position: absolute;
    top: 43px;
    left: 200px;
    visibility: visible;
    opacity: 0;
    max-width: 280px;
    width: 100%;
}
a.solar-pv-solutions img:hover {
 opacity: 0.6;
}
a.hot-water-solutions img{
    display: inline-block;
    position: absolute;
    top: 43px;
    left: 502px;
    visibility: visible;
    opacity: 0;
    max-width: 250px;
   width: 100%;
}
a.hot-water-solutions img:hover{
 opacity: 0.6;
}
a.storage-solutions img{
  display: inline-block;
    position: absolute;
    bottom: 270px;
    left: 432px;
    visibility: visible;
    opacity: 0;
    max-width: 147px;
    width: 100%;
}
a.storage-solutions img:hover {
 opacity: 0.6;
}
a.rain-water-harvesting img {
    display: inline-block;
    position: absolute;
       bottom: 44px;
    left: 524px;
    visibility: visible;
    opacity: 0;
   width: 100%;
    max-width: 360px;
}
a.rain-water-harvesting img:hover{
  opacity: 0.6;
}
a.water-pumping-solution img{
    display: inline-block;
    position: absolute;
       top: 63px;
    right: 117px;
    visibility: visible;
    opacity: 0;
    max-width: 220px;
    width: 100%;
}
a.water-pumping-solution img:hover {
 opacity: 0.6;
}
@media(max-width:768px){
  a.water-pumping-solution img {
               top: 29px !important;
        right: 44px !important;
        max-width: 63px !important;
}
a.solar-pv-solutions img {
                  top: 30px !important;
        left: 63px !important;
        max-width: 88px !important;
}
a.remote-data-monitoring img {
   
  bottom: 33px !important;
        left: 39px !important;
       max-width: 115px !important;
}
a.water-treatment-solutions img {
          bottom: 93px !important;
        left: 37px !important;
        max-width: 94px !important;
}
a.hot-water-solutions img {
  left: 157px !important;
        max-width: 65px !important;
        top: 38px;
}
a.storage-solutions img {
          bottom: 98px !important;
               left: 136px !important;
        max-width:40px !important;
}
a.rain-water-harvesting img {
  
   bottom: 35px !important;
        left: 150px !important;
        max-width: 103px !important;
}
}
.contact-section {
  position: relative;
  padding: 120px 0;
}
.contact-section .icon-bulb-3 {
  position: absolute;
  top: 300px;
  right: 100px;
  z-index: 3;
}
.contact-section .outer-box {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 46px rgba(212, 212, 212, 0.35);
          box-shadow: 0 3px 46px rgba(212, 212, 212, 0.35);
  padding: 20px;
  z-index: 3;
}
@media (max-width: 575.98px) {
  .contact-section .outer-box {
    padding: 10px;
  }
}
.contact-section .content-column .inner-column {
  position: relative;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 15px;
}
@media (max-width: 1199.98px) {
  .contact-section .content-column .inner-column {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .contact-section .content-column .inner-column {
    margin-bottom: 50px;
  }
}
.contact-section .content-column .inner-column .icon-dots {
  position: absolute;
  top: 25px;
  left: 0;
}
.contact-section .content-column .inner-column .sec-title .text {
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  .contact-section .content-column .inner-column .sec-title .text br {
    display: none;
  }
}
.contact-section .form-column .inner-column {
  padding-left: 20px;
}
@media (max-width: 1199.98px) {
  .contact-section .form-column .inner-column {
    padding-left: 0;
  }
}
.contact-section .form-column .inner-column .contact-form {
  border: none;
  margin-top: 0;
  padding-bottom: 45px;
}
@media (max-width: 575.98px) {
  .contact-section .form-column .inner-column .contact-form {
    padding: 30px 20px;
  }
}
.contact-section .form-column .inner-column .contact-form textarea {
  height: 140px;
}
.contact-section .form-column .inner-column .contact-form .title {
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .contact-section .form-column .inner-column .contact-form .title {
    font-size: 26px;
  }
}

.contact-block {
  margin-bottom: 30px;
}
.contact-block .inner-box {
  position: relative;
  text-align: center;
}
.contact-block .inner-box:hover .icon {
  color: var(--theme-color2);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.contact-block .inner-box .icon {
  position: relative;
  display: block;
  color: var(--theme-color1);
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .contact-block .inner-box .icon {
    margin-bottom: 10px;
  }
}
.contact-block .inner-box .title {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

.contact-info-block-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  width: 100%;
  margin-top: 30px;
  background-color: var(--theme-color1);
}
@media (max-width: 991.98px) {
  .contact-info-block-two {
    background-color: transparent;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 575.98px) {
  .contact-info-block-two {
    display: block;
    margin-top: 40px;
  }
}
.contact-info-block-two:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  background-color: var(--theme-color2);
  color: #fff;
}
.contact-info-block-two .image {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .contact-info-block-two .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .contact-info-block-two .image {
    display: none;
  }
}
.contact-info-block-two .contact {
  position: relative;
  background-color: var(--theme-color1);
  padding: 33px 20px 0px 60px;
}
@media (max-width: 575.98px) {
  .contact-info-block-two .contact {
    padding: 42px 20px 20px;
    width: 100%;
    text-align: center;
  }
}
.contact-info-block-two .text {
  color: #fff;
  margin-bottom: 0px;
  font-size: 14px;
}
.contact-info-block-two .number {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .contact-info-block-two .number {
    font-size: 18px;
    display: block;
  }
}
.contact-info-block-two .icon {
  position: absolute;
  top: 27%;
  left: -31px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 27px;
  border-radius: 50%;
  color: var(--theme-color2);
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .contact-info-block-two .icon {
    left: 0;
    right: 0;
    top: -32px;
    margin: 0 auto;
  }
}

.map {
  height: 500px;
}
.icon-bulb-3 {
    width: 201px;
    height: 343px;
    background-image: url(../img/icon-bulb-3.png);
}
.icon-dots {
    width: 503px;
    height: 552px;
    background-image: url(../img/icon-dots.png);
}
.contact-section .form-column .inner-column .contact-form {
    border: none;
    margin-top: 0;
    padding-bottom: 45px;
}
.contact-form {
    position: relative;
    padding: 40px 35px 35px;
    background-color: var(--theme-color2);
}
.contact-section .icon-bulb-3 {
    position: absolute;
    top: 300px;
    right: 26px;
    z-index: 3;
}
.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}
.contact-info-block-two .contact {
    position: relative;
    background-color: var(--theme-color);
    padding: 33px 20px 0px 60px;
}
.gallery-style1 {
  position: relative;
}
.gallery-style1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 1;
}
.gallery-style1 .gallery-img {
  overflow: hidden;
}
.gallery-style1 .gallery-img img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
  width: 100%;
}
.gallery-style1 .gallery-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  color: var(--white-color);
  font-size: 50px;
  z-index: 2;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.gallery-style1 .gallery-btn:hover {
  color: var(--theme-color2);
}
.gallery-style1:hover:before {
  opacity: 1;
  visibility: visible;
}
.gallery-style1:hover .gallery-btn {
  opacity: 1;
  visibility: visible;
}
.gallery-style1:hover .gallery-img img {
  -webkit-transform: scale(1.2) rotate(10deg);
          transform: scale(1.2) rotate(10deg);
}

/* Small devices */
@media (max-width: 767px) {
  .gallery-style1 .gallery-btn {
    font-size: 30px;
  }
}
.service-style2  .service-img img{
  height: 210px;
  object-fit: cover;
}
.project-style1 .project-img img{
  height: 390px;
  object-fit: cover;
}
.about-two__content__feature {
  margin-top: 20px;
}
.about-two__content__feature__item {
  padding-top: 25px;
  border-top: 1px solid var(--sunpv-border-color, #DEDEDE);
  display: flex;
  align-self: center;
  gap: 20px;
}
.about-two__content__feature__item:hover .about-two__content__feature__icon {
  color: var(--sunpv-text-dark, #202220);
}
.about-two__content__feature__item:hover .about-two__content__feature__icon i {
  animation: bounceIn 1s linear;
}
.about-two__content__feature__item + .about-two__content__feature__item {
  margin-top: 30px;
}
.about-two__content__feature__icon {
  color: var(--sunpv-base, #60AC45);
  font-size: 80px;
  line-height: 0;
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-two__content__feature__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 10px;
  padding-bottom: 0;
  color: var(--sunpv-text-dark, #202220);
  text-transform: capitalize;
  text-shadow: 0 0 0.1px currentColor;
}
.about-two__content__feature__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  margin-bottom: -4px;
  padding-bottom: 0;
  color: #000;
  text-transform: capitalize;
}
.footer_nav2 {padding:0;margin:0;list-style:none;;}
.footer_nav2 li{display:block;margin:0 0 15px;display:block;color:#fff;padding:0 0 0 34px;position:relative;line-height:25px;}
.footer_nav2 li i{position:absolute;left:0;margin-top:2px;font-size:20px;color:#d86437}


.footer_nav21 {padding:0;margin:0;list-style:none;;}
.footer_nav21 li{display:block;margin:0 0 10px;display:block;color:#fff1;padding:0 0 0 18px;position:relative;line-height:25px;}
.footer_nav21 li i{position:absolute;left:0;margin-top: 3px;
    font-size: 14px;color:#d86437}

@media(max-width:991px){
 .img-box6 .img-1 {
    display: block;
    vertical-align: middle;
    padding-right: 0;
}

.img-box6 .img-1 img{
    width: 100%;
}


}
.breadcrumb {
    padding-top: 190px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -53px;
}
.breadcrumb:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #223b55;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.9;
}
.breadcrumb-text {
    position: relative;
}
.breadcrumb-text h2 {
    font-size: 40px;
    font-weight: bold;
    color: white;
    line-height: 52px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0;
}

.breadcrumb-text p {
    color: #dadada;
    width: 34%;
    padding-top: 14px;

    margin-bottom: 0;
}
.page-breadcrumb {
        position: relative;
    bottom: 0;
    width: 100%;
    padding: 18px 32px;
    border-radius: 40px;
    margin-top: 0px;
    transform: translateY(25px);
    background-color: #d86437;
    width: max-content;
    margin-bottom: 0;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  content: "|";
  right: -6px;
  top: 1px;
  color: #fff;
  font-size: 14px;
}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li a {
  font-weight: bold;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 16px;
  color: white;
  text-transform: capitalize;
}
.page-breadcrumb li a:hover {
  color: #ffffff;
}
.services-section-two {
  position: relative;
  padding: 90px 0 90px;
  z-index: 3;
}
.services-section-two .bg {
  height: auto;
  bottom: 280px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.services-section-two .bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(248, 248, 248)), color-stop(50%, rgb(248, 248, 248)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to right, rgb(248, 248, 248) 0%, rgb(248, 248, 248) 50%, rgba(125, 185, 232, 0) 100%);
}
.services-section-two .bottom-text .text {
  color: #fff;
  font-family: var(--title-font);
  font-size: 16px;
}
.services-section-two .bottom-text .text a {
  margin-left: 5px;
  font-weight: 600;
  color: var(--theme-color2);
  text-decoration: underline;
}

.service-block-two {
  margin-bottom: 30px;
}
.service-block-two .inner-box {
  position: relative;
  height: 100%;
  background-color: #fff;
}
.service-block-two .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.service-block-two .inner-box:hover .content-box:before {
  height: 100%;
}
.service-block-two .inner-box:hover .content-box .icon {
     /* background-color: #223b55;
    color: var(--theme-color2);*/
}

.service-block-two .inner-box:hover .content-box .title,
.service-block-two .inner-box:hover .content-box .text {
  color: #fff;
}
.service-block-two .inner-box:hover .content-box .title a{
   color: #fff !important;
}

.service-block-two .inner-box:hover .content-box .count {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
}
.service-block-two .inner-box:hover .content-box .icon-border {
  display: none;
}
.service-block-two .inner-box:hover .content-box .icon-border-2 {
  display: block;
}
.service-block-two .inner-box .image-box {
  position: relative;
  padding: 0 20px;
  z-index: 3;
}
.service-block-two .inner-box .image-box .image {
  overflow: hidden;
  margin-bottom: 0;
}
.service-block-two .inner-box .image-box .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-box .content-box {
  position: relative;
  background-color: #fff;
  padding: 175px 40px 50px 20px;
  margin-top: -140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      box-shadow: 0 0 50px 0 rgba(2, 22, 9, 0.12);
      border: 1px solid #E8E8E8;
}
@media (max-width: 1199.98px) {
  .service-block-two .inner-box .content-box {
    padding-right: 20px;
  }
}
@media (max-width: 575.98px) {
  .service-block-two .inner-box .content-box {
    padding-bottom: 30px;
  }
}
.service-block-two .inner-box .content-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  height: 0;
  background-color: #25324d;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-box .content-box .icon-border-3 {
  position: absolute;
  left: 47px;
  bottom: 37px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-box .content-box .icon-border-2 {
  position: absolute;
  left: 47px;
  bottom: 37px;
  display: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-box .content-box .icon {
      position: relative;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 23px;
    color: #fff;
    background-color: var(--theme-color2);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-two .inner-box .content-box .content {
  margin-left: 19px;
}
.service-block-two .inner-box .content-box .title {
     margin-bottom: 0;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.01em;
    z-index: 999;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 33px;
}
.service-block-two .inner-box .content-box .subtitle {
 margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.01em;
    z-index: 999;
    position: relative;
    color: #d86437;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}
.service-block-two .inner-box .content-box .text {
  position: relative;
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: -0.01em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 80px;
    line-height: 26px;
}
.service-block-two .inner-box .content-box .count {
  position: absolute;
  bottom: 40px;
  right: 35px;
  line-height: 0.8em;
  font-size: 100px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.icon-border-2 {
    width: 5px;
    height: 62px;
    background-image: url(../img/icon-border-2.png);
}.icon-border-3 {
    width: 6px;
    height: 63px;
    background-image: url(../img/icon-border-3.png);
}
.solution-inner{
  margin-bottom: 50px;
}
.solar-pv-power{
  padding: 50px 0;
}
@media(max-width:991px){
  .menu-area .container{
    border-radius: 0 !important;
  }
  .breadcrumb {
    padding-top: 100px;
   
}
.breadcrumb-text h2 {
    font-size: 21px;
   
    line-height: 40px;
    
}
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item p:last-child {
  margin-bottom: 0;
}

.accordion-button {
  padding: 0;
  border: none;
  text-align: left;
  font-family: var(--title-font);
  font-weight: 700;
}
.accordion-button:after {
  display: none;
}
.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: var(--title-color);
  background-color: transparent;
}

.accordion-collapse {
  border: none;
}

.accordion-body {
  padding: 0;
}

.accordion-style2 .accordion-button {
  border: 2px solid transparent;
  font-size: 20px;
  padding: 22.5px 60px 22.5px 36px;
  background-color: var(--white-color);
  position: relative;
}
.accordion-style2 .accordion-button:before {
  content: "\f178";
  font-family: var(--icon-font);
  font-weight: 400;
  position: absolute;
  right: 18px;
  top: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 116, 27, 0.05);
  color: var(--theme-color2);
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.accordion-style2 .accordion-button:not(.collapsed) {
  border-color: var(--theme-color2);
}
.accordion-style2 .accordion-button:not(.collapsed):before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.accordion-style2 .accordion-item {
  margin-bottom: 15px;
}
.accordion-style2 .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-style2 .accordion-body {
  padding: 15px 65px 3px 39px;
}

.img-box7 {
  position: relative;
  padding: 70px 0;
}
.img-box7 .img-shape1 {
  position: absolute;
  left: 37.3%;
  bottom: 0;
  top: 0;
  width: 99999px;
  z-index: -1;
  background-color: var(--theme-color);
}
.package-style2 {

    background-color: #fff;
    padding: 35px 30px 30px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 1;
    margin: 0 0 30px 0;
        box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    border-radius: 50px 0;
    border: 1px solid #e2dcdc;

}
.package-style2:after, .package-style2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-color: var(--theme-color2);
  border-style: solid;
  border-width: 2px 0 0 2px;
  width: 0;
  height: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.package-style2:after {
  border-width: 0 2px 2px 0;
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
}
.package-style2 .package-name {
 margin: 0 0 3px 0;
    font-size: 18px;
    margin-bottom: 10px;
}
.package-style2 .package-label {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 12px 0;
  display: block;
  color: #999999;
}
.package-style2 .package-price {
  font-size:30px;
  font-weight: 700;
  color: var(--title-color);
  display: block;
  margin: 0 0 22px 0;
}
.package-style2 .currency {
  color: var(--theme-color2);
}
.package-style2 .package-img {
  border: 1px solid #DDDDDD;
  margin-bottom: 28px;
  overflow: hidden;
}
.package-style2 .package-img img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.package-style2 .package-text {
  font-weight: 500;
  margin: 0 0 20px 0;
}
.package-style2 .vs-btn {
  height: 60px;
  line-height: 60px;
  padding: 0;
  width: 100%;
}
.arrow-list{
  padding-left: 1.5rem;
}
.arrow-list li{
  list-style-type: none;

}
.arrow-list li::before {
  content: "\f105"; /* Font Awesome right angle */
  font-family: 'Font Awesome 5 Pro'; /* or 5 Free depending on version */
  font-weight: 900;
  margin-right: 8px;
  position: absolute;
  left: 34px;
      color: #d86437;
}


#experienceTab.nav-pills .nav-link.active {
    color: #fff !important;
/*    background-color: transparent;*/
    border-radius: 0px;
    border-radius: 0px;
    border-left: 5px solid #223b55;
    background: #d5663d;
    color: #fff;
   
}
#experienceTab.nav-pills .nav-link {
  border-radius: 0px;
    border-left: 5px solid #d86437;
    background: #223b55;
    color: #fff;
        margin-bottom: 10px;
}
.date-range {
    letter-spacing: 0.01em;
    color:   #8892B0;
}
.blue-bg-sec{
      padding: 50px 0;
    background: #f1f1f1;
    border-radius: 500px 0 500px 0;
    background: linear-gradient(to right, #d8643759 0%, #dfebf8 50%, #ececec 100%);
    background-image: linear-gradient(#fff, #dfebf8);

}
.service-details__list__item1{
      gap: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
/*    background: #dee2e6;*/
    padding: 30px 20px;
    margin: 0;
/*    border: 5px solid #fff;*/
    height: 280px;
    border-bottom: 0;
/*    border-top: 10px solid #fff;*/
text-align: center;
}
.service-details__list__text {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 10px;
    padding-bottom: 0;
    color: var(--sunpv-text-dark, #202220);
    text-transform: capitalize;
}
.service-details__list__icon1 svg{
  margin-bottom: 20px;
}
.service-details__list__item1  p{
  margin-top: 10px;
}
.white-gap-sec{
  padding: 10px 0 50px;
}

.saurza-list-item {padding:0;margin:0;list-style:none;;}
.saurza-list-item li{display:block;margin:0 0 15px;display:block;color:#000;font-size:15px;padding:0 0 0 34px;position:relative;line-height:25px;}
.saurza-list-item li i{position:absolute;left:0;margin-top:2px;font-size:20px;color:#dc6230}
.clip-path-shape{
      clip-path: polygon(
  0px 0%,          /* Top left inset */
  calc(100% - 30px) 0%,  /* Top right inset */
  100% 50%,         /* Right mid point (inset triangle) */
  calc(100% - 30px) 100%, /* Bottom right inset */
  0px 100%,        /* Bottom left inset */
  0 50%             /* Left mid point (inset triangle) */
);
    background: #ececec;
    padding: 35px 68px;
    border-left: 10px solid #dc6230;
}
.blue-bg-sec1 .container {
    background: #c3dbf38c;
    padding: 50px 50px;
    border-radius: 63px 0 10px;
    /* border-radius: 500px 0 500px 0; */
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    box-shadow: inset 0 0 10px #000000;
}
.padding-space{
  padding: 50px 0;
}
.project-details__list__item{
  padding: 30px 30px;
    margin: 0;
    border: 10px solid #fff;
    height: 260px;
    border-radius: 50px 0;
    background: linear-gradient(to right, #d8643759 0%, #dfebf8 50%, #ececec 100%);
}
.news-section {
  position: relative;
  padding: 80px 0 80px;
  z-index: 3;
}
.news-section .icon-turbines-6 {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.news-section .icon-home {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.news-section .row {
  margin: 0 -15px;
}
.news-section .row > .div {
  padding: 0 15px;
}

.news-block {
  margin-bottom: 40px;
}
.news-block .inner-box {
      position: relative;
    background-color: #f8f8f8;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50px 0;
    border: 1px solid #d86437;
}
.news-block .inner-box:hover {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.news-block .inner-box:hover .content-box {
  border-color: var(--theme-color1);
}
.news-block .inner-box:hover .image-box .image {
  position: relative;
  overflow: hidden;
}
.news-block .inner-box:hover .image-box .image img:first-child {
 /* -webkit-transform: translatex(0) scalex(1);
          transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);*/
}
/*.news-block .inner-box:hover .image-box .image img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
          transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}*/
.news-block .image-box {
  position: relative;
}
.news-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block .image-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50px 0 0 0;
}
.news-block .image-box .image img:first-child {
/*  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translatex(50%) scalex(2);
          transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);*/
}
.news-block .image-box .date {
  position: absolute;
  left: 30px;
  bottom: 0px;
  width: 72px;
  height: 66px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: block;
  background-color: var(--theme-color1);
  text-align: center;
  text-transform: uppercase;
  z-index: 3;
}
.news-block .image-box .date strong {
  position: relative;
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.news-block .image-box .date span {
  position: relative;
  display: block;
  font-family: var(--title-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.news-block .content-box {
 position: relative;
    padding: 15px 27px 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom: 6px solid #d86437;
    border-radius: 50px 0;
}
@media (max-width: 575.98px) {
  .news-block .content-box {
    padding: 15px 20px 20px;
  }
}
.news-block .content-box .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 23px;
}
.news-block .content-box .post-meta li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #7a7a7a;
  margin-right: 32px;
}
.news-block .content-box .post-meta li:last-child {
  margin-right: 0;
}
.news-block .content-box .post-meta li:last-child:before {
  display: none;
}
.news-block .content-box .post-meta li:before {
  content: "";
  position: absolute;
  top: 6px;
  right: -16px;
  width: 1px;
  height: 16px;
  background-color: #ebebeb;
}
.news-block .content-box .post-meta li i {
  font-size: 12px;
  color: var(--theme-color2);
  margin-right: 10px;
}
.news-block .content-box .title {
  margin-bottom: 10px;
  font-size: 22px;
  letter-spacing: -0.01em;
}
.news-block .content-box .title:hover {
  color: var(--theme-color1);
}
@media (max-width: 1199.98px) {
  .news-block .content-box .title br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .news-block .content-box .title {
    font-size: 20px;
  }
}
.news-block .content-box .text {
  margin-bottom: 30px;
  color: var(--text-color);
}
.news-block .theme-btn {
  margin-left: 27px;
  padding: 6px 30px;
}

.about-media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E8E8E8;
  padding: 0 60px 30px 0;
  margin: 0 0 30px 0;
}
.about-media:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.about-media .media-icon {
  display: inline-block;
  width: var(--icon-size, 118px);
  height: var(--icon-size, 118px);
  border: var(--border-size, 3px) solid var(--theme-color2);
  outline: var(--border-size, 3px) solid var(--theme-color2);
  outline-offset: var(--border-size, 3px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin: calc(var(--border-size, 3px) * 2);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.about-media .media-icon img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-filter: none;
          filter: none;
}
.about-media .media-body {
  padding-left: 25px;
}
.about-media .media-title {
  margin: 0 0 8px 0;
  display: block;
}
.about-media .media-info {
  font-size: 18px;
  margin: 0 0 -0.15em 0;
}
.about-media:hover .media-icon {
  background-color: var(--theme-color2);
}
.about-media:hover .media-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.about-media.layout2 {
  display: block;
  margin-bottom: 21px;
}
.about-media.layout2 .media-body {
  padding-left: 0;
  margin-top: 40px;
}

.about-media2 {
  display: block;
  margin-bottom: 20px;
}
.about-media2 .media-icon {
  width: var(--icon-size, 104px);
  height: var(--icon-size, 104px);
  outline: var(--border-size, 3px) solid var(--theme-color2);
  outline-offset: var(--border-size, 3px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin: calc(var(--border-size, 3px) * 2);
  background-color: var(--theme-color2);
}
.about-media2 .media-body {
  padding: 26px 0 0 0;
}
.about-media2 .media-title {
  display: block;
  margin-bottom: 10px;
}
.about-media2 .media-info {
  margin-bottom: 30px;
  font-size: 18px;
}

.progress-box {
  position: relative;
  margin-bottom: 39px;
  max-width: 530px;
}
.progress-box__title {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 10px 0;
}
.progress-box__number {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--title-color);
  position: absolute;
  right: 0;
  top: 0;
}
.progress-box__progress {
  height: 20px;
  -webkit-box-shadow: inset 0 0 0 4px #FAFAFA;
          box-shadow: inset 0 0 0 4px #FAFAFA;
  border-radius: 9999px;
}
.progress-box__bar {
  background-color: var(--theme-color);
  height: 100%;
  border-radius: inherit;
}
.progress-box.style2 {
  margin-bottom: 49px;
}
.progress-box.style2:last-child {
  margin-bottom: 30px;
}

.progress-style1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 21px;
  margin-bottom: 25px;
}
.progress-style1:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 21px;
}
.progress-style1 .circle-progress {
  position: relative;
  margin-right: 20px;
  line-height: 1;
  width: 110px;
  height: 110px;
}
.progress-style1 .progress-value {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  color: var(--theme-color);
  display: inline-block;
}
.progress-style1 .progress-title {
  margin: 0 0 6px 0;
}
.progress-style1 .progress-text {
  margin: 0;
}
.progress-style1 .media-body {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.about-box1 {
  padding-left: 90px;
}
.about-box1 .sec-title {
  margin-bottom: 24px;
}
.about-box1 .about-text {
  margin-bottom: 40px;
}

.about-box2 {
  margin-bottom: 30px;
}
.about-box2 .about-subtitle {
  color: var(--theme-color2);
  display: block;
  margin-bottom: 20px;
}
.about-box2 .about-text {
  font-size: 18px;
  margin: 0 0 47px 0;
}
.about-box2 .vs-media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 26px 0;
}
.about-box2 .media-icon {
  display: inline-block;
  width: var(--icon-size, 50px);
  height: var(--icon-size, 50px);
  line-height: calc(var(--icon-size, 50px) - 1px);
  border: 1px solid var(--theme-color);
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: var(--theme-color);
  margin-right: 15px;
}
.about-box2 .media-icon i {
  line-height: inherit;
}
.about-box2 .media-info {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: var(--title-color);
  margin: 2px 0 0 0;
  max-width: 250px;
}
.about-box2 hr {
  margin: 46px 0 45px 0;
}
.about-box2 .border-title {
  margin: 0 0 20px 0;
}

.media-style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.media-style2:last-child {
  margin-bottom: 20px;
}
.media-style2 .media-icon {
  background-color: rgba(255, 116, 27, 0.1);
  color: var(--theme-color2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  margin-right: 25px;
  display: inline-block;
  font-size: 24px;
}
.media-style2 .media-icon i {
  line-height: inherit;
}
.media-style2 .media-title {
  color: var(--title-color);
  font-weight: 700;
  font-size: 22px;
  display: block;
  margin: 0 0 15px 0;
}
.media-style2 .media-info {
  margin: 0;
}
.feature-style2 {
  margin: -0.5px;
  z-index: 1;
  padding: 50px 50px 40px 50px;
  outline-offset: -2px;
  outline: 2px solid transparent;
  position: relative;
  border: 1px solid #D9D9D9;
  background-color: var(--white-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.feature-style2 .feature-icon {
  width: var(--icon-size, 110px);
  height: var(--icon-size, 110px);
  line-height: var(--icon-size, 110px);
  margin: 0 0 26px 0;
  text-align: center;
  background-color: rgba(255, 116, 27, 0.1);
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  font-size: 40px;
  color: var(--theme-color2);
}
.feature-style2 .feature-icon img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-filter: none;
          filter: none;
}
.feature-style2 .feature-icon i {
  line-height: inherit;
}
.feature-style2 .feature-title {
  margin: 0 0 8px 0;
}
.feature-style2 .feature-text {
  margin: 0;
}
.feature-style2:hover {
  border-color: var(--theme-color2);
  outline-color: var(--theme-color2);
  z-index: 3;
}
.feature-style2:hover .feature-icon {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.feature-style2:hover .feature-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.feature-style2.style2 {
  padding: 45px 45px 35px 45px;
}
.feature-style2.style2 .feature-title {
  font-size: 22px;
}
.feature-style2.style2 .feature-icon {
  --icon-size: 80px;
  font-size: 30px;
  margin-bottom: 30px;
}

.features-section-two {
  position: relative;
  background-color: #232331;
  padding: 70px 0 40px;
  overflow: hidden;
}
.features-section-two .float-image {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1699px) {
  .features-section-two .float-image {
    max-width: 50%;
  }
}
@media (max-width: 991.98px) {
  .features-section-two .float-image {
    display: none;
  }
}
.features-section-two .icon-dots-2 {
  position: absolute;
  top: 70px;
  left: 0;
}
.features-section-two .sec-title {
  margin-bottom: 60px;
}
.features-section-two .sec-title .sub-title {
  color: #fff;
}
.features-section-two .sec-title .text {
  font-size: 16px;
  margin-top: 30px;
}

.feature-block-two {
  margin-bottom: 30px;
}
.feature-block-two .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 38px;
  margin-right: 5px;
  padding: 12px 0;
  -webkit-box-shadow: 0 0 76px rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 76px rgba(0, 0, 0, 0.28);
  background-color: #fff;
  z-index: 3;
}
.feature-block-two .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  width: 0;
  background-color: var(--theme-color2);
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-two .inner-box:hover::before {
  width: 100%;
}
.feature-block-two .inner-box:hover .icon {
  background-color: #191e28;
}
.feature-block-two .inner-box:hover .icon:after {
  border-left-color: #191e28;
}
.feature-block-two .inner-box:hover .title a {
  color: #fff;
}
.feature-block-two .inner-box:hover .icon-border-3 {
  -webkit-filter: brightness(1000);
          filter: brightness(1000);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block-two .inner-box .icon-border-3 {
  position: absolute;
  top: 0;
  right: 24px;
}
.feature-block-two .inner-box .content {
  padding: 12px 12px;
  padding-left: 25px;
}
.feature-block-two .inner-box .title {
  position: relative;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  font-weight: 600;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .feature-block-two .inner-box .title br {
    display: none;
  }
}
.feature-block-two .inner-box .image {
  position: absolute;
  right: 23px;
  top: 0;
}
.feature-block-two .inner-box .icon {
  position: relative;
  margin-left: -38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82px;
  height: 72px;
  font-size: 40px;
  background-color: var(--theme-color1);
  color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 3;
}
.feature-block-two .inner-box .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-left: 10px solid var(--theme-color1);
  border-bottom: 16px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.icon-dots-2 {
    width: 300px;
    height: 600px;
    background-image: url(../img/icon-dots-2.png);
}
 .icon-turbines-5 {
    position: absolute;
    right: 0;
    /*bottom: 0;
    bottom: -120px;*/
}
.icon-turbines-5 {
    width: 823px;
    height: 652px;
    background-image: url(../img/icon-turbines-5.png);
}
.icon-solar-6 {
    position: absolute;
    left: -390px;
    bottom: -90px;
}
.icon-solar-6 {
    width: 480px;
    height: 397px;
    background-image: url(assets/img/icon-solar-6.png);
}
.shape-dotted1 {
    width: 275px;
    height: 175px;
    --dot-color: var(--theme-color);
    background: radial-gradient(circle, transparent 20%, var(--dot-bg, #e0e8f3) 20%, var(--dot-bg, #e1e9f3) 80%, transparent), radial-gradient(circle, transparent 20%, var(--dot-bg, #fff) 20%, var(--dot-bg, #fff) 0%, var(--dot-color, red)) var(--dot-size, 5.8px) var(--dot-size, 5.8px);
    background-color: #f4eded;
    background-size: calc(var(--dot-size, 5.8px) * 2) calc(var(--dot-size, 5.8px) * 2);
}
.contact-one__wind-turbine {
    position: absolute;
    left: 40px;
/*    bottom: -87px;*/
    max-width: 100%;
    height: auto;
    z-index: 1;
    animation: moveHorizontal2 1s infinite alternate;
}
.contact-one__solar-panel {
    position: absolute;
    right: 0;
/*    bottom: 240px;*/
    max-width: 100%;
    height: auto;
    z-index: 1;
}
.contact-one__border {
    position: absolute;
    right: -192px;
/*    bottom: 120px;*/
    max-width: 100%;
    height: auto;
    z-index: 1;
    animation: rotate 9s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.about-three__wind-turbine {
    position: absolute;
    right: 51px;
    bottom: 120px;
    max-width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    animation: moveHorizontal2 1s infinite alternate;
}@keyframes moveHorizontal2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-13px);
  }
}

.about-three__solar-panel {
    position: absolute;
    top: 219px;
    left: 28px;
    max-width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    animation: zumpBottom 2.5s infinite linear;
}

@media (max-width: 1899px) {
    .about-three__solar-panel {
        left: 20px;
        width: 200px;
    }
}@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.main-contact-form-area {
/*    position: relative;*/
    display: block;
    background: #ffffff;
    padding: 50px 0px 60px;
    z-index: 10;
}

.contact-info-box {
    position: relative;
    display: block;
}

.contact-info-box .sec-title {
    padding-bottom: 25px;
}

.contact-info-box .text {
    position: relative;
    display: block;
}

.contact-info-box .text p {
    margin: 0px;
}

.contact-info-list
 {
    position: relative;
    display: block;
    margin-top: 0;
}
.contact-info-list li {
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 24px;
    padding: 20px;
}
.contact-info-list li .icon,
.contact-info-list li .text {
    display: table-cell;
    vertical-align: middle;
}

.contact-info-list li .icon {
    position: relative;
    width: 66px;
    height: 60px;
    background: #d5663d;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.contact-info-list li .icon span::before {
    position: relative;
    display: block;
    line-height: 60px;
}

.contact-info-list li .text {
    position: relative;
    padding-left: 20px;
}

.contact-info-list li .text p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
}

.contact-info-list li .text h4 {
    font-size: 18px;
    line-height: 20px;
}

.contact-info-list li .text h4 a {
    color: var(--thm-black);
}

.contact-info-list li .text h4 a:hover {
    color: var(--thm-primary);
}




.contact-form--style2 {
    position: relative;
    display: block;
    max-width: 570px;
    background: #223b55;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07), inset 0px 10px 0px 0px rgba(0, 105, 64, 0.004);
    padding: 58px 70px 48px;
    margin-top: -135px;
}

.contact-form--style2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #d86437;
    height: 10px;
    content: "";
}

.contact-form--style2 .sec-title {
    padding-bottom: 14px;
}

.contact-form--style2 form .button-box {
    padding-top: 0px;
}

.contact-form--style2 form textarea {
    height: 110px !important;
    padding-top: 20px;
}

.contact-form--style2 form .input-box {
    margin-bottom: 15px;
}

.contact-form--style2 form input[type="text"],
.contact-form--style2 form input[type="email"],
.contact-form--style2 form textarea {
    height: 52px;
}
.contact-form form .button-box button {
    padding-top: 9px;
    padding-bottom: 5px;
}
.contact-info-list ul{
  padding-left: 0;
}
.btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-top: 7px;
    padding-left: 60px;
    padding-bottom: 3px;
    padding-right: 60px;
    background-color: #d86437;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: var(--thm-font);
    z-index: 1;
}

.social-box a,
.info-social a {
      display: inline-block;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 62px;
    text-align: center;
    border: 1px solid #243b54;
    font-size: 23px;
    margin-right: 5px;
    border-radius: 50%;
    background: #243b54;
}
.social-box a:last-child,
.info-social a:last-child {
  margin-right: 0;
}
.social-box a:hover,
.info-social a:hover {
  background-color: var(--theme-color2);
  color: var(--white-color);
  border-color: transparent;
}
.team-style1 {
  margin-bottom: 30px;
}
.team-style1 .team-img {
  width: 285px;
  height: 285px;
  border: 1px solid #DDDDDD;
  outline: 2px solid transparent;
  outline-offset: -2px;
  border-radius: 50%;
  position: relative;
  padding: 10px;
  margin-left: auto;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.team-style1 .team-img img {
  border-radius: 50%;
  width: 100%;
}
.team-style1 .team-name {
  font-size: 23px;
    margin: 0;
    margin-bottom: 5px;
}
.team-style1 .team-name a {
  color: inherit;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.team-style1 .team-degi {
     /* font-weight: 500; */
    color: var(--theme-color2);
    display: block;
    border-top: 1px solid #DDDDDD;
    padding: 15px 0 0px 0;
    margin: 0 0 20px 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}
.team-style1 .team-number {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.team-style1 .team-number a {
  color: #555555;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.team-style1 .team-number a:hover {
  color: var(--theme-color2) !important;
}
.team-style1 .team-number img {
  margin-right: 10px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-filter: none;
          filter: none;
}
.team-style1 .team-content {
  background-color: #fff;
  padding: 40px 30px 20px 30px;
  /*margin: -150px 0 0 0;*/
/*  max-width: 340px;*/
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border-radius: 50px 0px 0px 0px;
  box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
}
.team-style1 .team-links {
  position: absolute;
  left: -5px;
  bottom: 34px;
  text-align: center;
  background-color: var(--white-color);
  outline: 3px solid var(--theme-color2);
  outline-offset: -3px;
  border-radius: 9999px;
}
.team-style1 .share-btn {
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 59px;
  border-radius: 50%;
  font-size: 24px;
  background-color: var(--white-color);
  color: var(--title-color);
  border: 1px solid #DDDDDD;
  position: relative;
  z-index: 1;
}
.team-style1 .share-btn i {
  vertical-align: middle;
}
.team-style1 .team-social {
  margin: 0;
  padding: 28px 20px 0 20px;
  list-style-type: none;
  display: none;
}
.team-style1 .team-social a {
  color: #555555;
  display: inline-block;
  font-size: 18px;
}
.team-style1 .team-social li {
  margin-bottom: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DEDEDE;
}
.team-style1 .team-social li:last-child {
  margin-bottom: 10px;
  border-bottom: none;
  padding-bottom: 0;
}
.project-style1.layout3 {
    padding-bottom: 110px;
}
.project-style1.layout3 .project-energy1 {
  
    opacity: 1;
    visibility: visible;
/*    bottom: -16px !IMPORTANT;*/
}

.project-style1.layout3 .shape-dotted3 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    bottom: -67px !important;
        z-index: 9;
}
.project-style1.layout3:hover .shape-dotted, .slick-center .project-style1.layout3 .shape-dotted3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    bottom: -15px !important;
}
.project-style1  .project-title11 {
    margin: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.gallery {
     /* display: grid;
      grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
      gap: 20px;*/
      padding: 80px 0;

    }

    .gallery a {
      display: block;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      margin-bottom: 30px;
          border-radius: 50px 0;
    }

    .gallery img {
        width: 100%;
    height: 330px;
    display: block;
    transition: transform 0.3s ease;
    object-fit: cover;
    object-position: top;
    border: 2px solid #d5663d;
    padding: 10px;
    border-radius: 50px 0;
    }

    .gallery a:hover img {
      transform: scale(1.05);
       border: 2px solid #d5663d;
    padding: 10px;
    border-radius: 50px 0;
    }

    .product__item {
      position: relative;
    background-color: var(--sunpv-white, #fff);
    transition: all 500ms ease;
    border: 1px solid #dee2e6;
    background: #fff;
    border-bottom-left-radius: 40px;
    min-width: 400px;
    border-top-right-radius: 40px;
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
}
.product__item:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}
.product__item__img {
/*  background-color: #ececec;*/
  position: relative;
/*  display: flex;*/
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-align: center;
/*  padding: 10px 0px;*/

}
.product__item__img img {
     text-align: center;
    /* width: auto !important; */
/*    mix-blend-mode: multiply;*/
    transition: all 500ms ease;
    transform: scale(1);
/*    height: 250px;*/
    width: 100%;
    object-fit: cover;
}
.product__item__btn {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.product__item__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--sunpv-white, #fff);
  border-radius: 50%;
  color: var(--sunpv-text-dark, #202220);
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
}
.product__item__btn a:hover {
  background-color: var(--sunpv-base, #60AC45);
  color: var(--sunpv-white, #fff);
}
.product__item__btn a:nth-child(1) {
  -webkit-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}
.product__item__btn a:nth-child(2) {
  -webkit-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -moz-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -ms-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  -o-transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
}
.product__item__btn a + a {
  margin-top: 10px;
}
.product__item:hover .product__item__img img {
/*  transform: scale(1.05);*/
}
.product__item:hover .product__item__btn a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.product__item__content {
      position: relative;
    text-align: center;
    padding: 5px 20px 20px;
    border-top: none !important;
    /* border: 1px solid var(--sunpv-border-color, #DEDEDE); */
    transition: all .4s linear 0s;
    /* background-color: #ececec; */
    background: #223b55;
    border-bottom-left-radius: 40px;
    min-width: 400px;
}
.product__item:hover {
    box-shadow: 0 1rem 3rem #adb5bd78;
}
.product__item__ratings {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: var(--sunpv-base, #60AC45);
  letter-spacing: 2.5px;
  margin-bottom: 17px;
}
.product__item__title {
      margin: 0;
    margin-bottom: 13px;
    margin-top: 13px;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 26px;
    color: #fff;
    text-transform: capitalize;
}
.product__item__title a {
  color: inherit;
/*  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;*/
  transition: all 500ms ease;
}
.product__item__title a:hover {
  background-size: 100% 1px;
}
.product__item__title a:hover {
  /*color: var(--sunpv-base, #60AC45);*/
}
.product__item__price {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--sunpv-text, #74787C);
  font-style: normal;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 23px;
}
.product__item__link {
     display: inline-flex
;
    text-transform: uppercase;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 133%;
    color: #d5663d;
}
.product__item__link__icon {
  position: relative;
  display: inline-flex;
  margin-left: 20px;
  font-size: 16px;
}
.product__item__link__icon i {
  font-size: 15px;
}
.product__item__link__icon::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -7px;
  transform: translateY(-50%);
  background-color: rgba(var(--sunpv-white-rgb, 255, 255, 255), 0.2);
  transition: all 400ms ease;
}
.product__item__link:hover .product__item__link__icon::before {
  background-color: rgba(var(--sunpv-base-rgb, 96, 172, 69), 0.2);
}
.product__item__link:hover {
  border: 1px solid var(--sunpv-base, #60AC45);
  background: transparent;
}

.product-one {
  padding: 60px 0;
  background-color: var(--sunpv-white, #fff);
 
}
.related-prod{
 
    background: #dcd5d5;
    background-image: url(assets/images/bbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}
.related-prod h3{
  font-size: 32px;
}
.related-prod h3:before {
   content: '';
    width: 75px;
    height: 3px;
    background: #54ac51;
    position: absolute;
    left: 0px;
    /* bottom: 0; */
    right: 0;
    margin: 0 auto;
    top: auto;
    margin-top: 50px;
}
@media (max-width: 767px) {
  .product-one {
    padding: 80px 0;
  }
}
.product-one--page {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .product-one--page {
    padding-top: 60px;
  }
}
.figure img {
      display: block;
    max-width: 100%;
    height: 420px;
    width: 100%;
    object-fit: cover;
    /* height: auto; */
    border-top-right-radius: 40px;
/*    padding: 0 0 5px 0;*/
}
.figure .image-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity .2s;
}
.figure:hover .image-hover {
  opacity: 1;
}
.remote-bg1{
  background-image: url(assets/images/remote/remote22.jpg);
    background-blend-mode: overlay;
    background-color: #0000008c;
    background-attachment: fixed;
    background-size: 100%;
    padding: 50px 0 50px 0;
}
.icon-linked svg{
  fill: green !important;
}.icomoon-free--linkedin {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M14.5 0h-13C.675 0 0 .675 0 1.5v13c0 .825.675 1.5 1.5 1.5h13c.825 0 1.5-.675 1.5-1.5v-13c0-.825-.675-1.5-1.5-1.5M6 13H4V6h2zM5 5a1 1 0 1 1 0-2a1 1 0 1 1 0 2m8 8h-2V9a1 1 0 1 0-2 0v4H7V6h2v1.241C9.412 6.675 10.044 6 10.75 6C11.994 6 13 7.119 13 8.5z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
area.hoverable
{
    fill: transparent;
    stroke:gray; /* Replace with none if you like */
    stroke-width: 4;
    cursor: pointer;
}

area.hoverable:hover
{
 stroke:black;   
}
#map {
background-image: url(assets/css/face-grid.png);
height: 68px; width: 128px;
position: absolute; top: 100px;
}

#map a {
position: relative;
}

#map a:hover {
border: solid 2px #936;
}
.product-one .post-pagination {
    margin-top: 30px;
}

.post-pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
}
.post-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}
.post-pagination li:last-child a:hover, .post-pagination li:first-child a:hover {
  background:  #000;
  color:  #fff;
}
.post-pagination a {
  width: 40px;
  height: 40px;
  background-color:  #F5F5F5;
  color:  #74787C;
  text-transform: capitalize;
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 400ms ease;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-pagination a:hover {
  background: transparent;
  color:  #60AC45;
  border: 1px solid  #60AC45;
}
.post-pagination a i {
  line-height: 1;
  font-size: 14px;
}
.product__item__img__item .figure {
    display: block;
}


.product-details {
  /*position: relative;*/
  padding: 60px 0;
  background-color: var(--sunpv-white, #fff);
}
@media (max-width: 767px) {
  .product-details {
    padding: 80px 0;
  }
}
.product-details__img {
 padding: 10px;
    /* background-color: #d86437; */
    position: relative;
    border-radius: 50px 0;
    border: 5px solid #d86437;
}
.product-details__img img {
  max-width: 100%;
  width: 100%;
     /*height:450px;*/
     object-fit: contain;
     border-radius: 50px 0;
         border: 1px solid #ececec;
}
.product-details__top {
 /* display: flex;
  flex-wrap: wrap;
  align-items: baseline;*/
  font-family: var(--sunpv-heading-font, "DM Sans", sans-serif);
  /*margin-bottom: 22px;*/
}
.product-details__title {
/*  font-size: 34px;*/
  text-transform: capitalize;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 31px;
  color: var(--sunpv-text-dark, #202220);
  letter-spacing: -0.001px;
}
.product-details__price {
  color: var(--sunpv-base, #60AC45);
  margin: 0 0 0 30px;
  font-family: var(--sunpv-font, "DM Sans", sans-serif);
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
}
.product-details__review {
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 3px;
  font-size: 16px;
  color: var(--sunpv-base, #60AC45);
}
.product-details__review a {
  display: inline-block;
  color: var(--sunpv-text, #74787C);
  font-size: 16px;
  letter-spacing: 0;
  margin-left: 12px;
  font-weight: 500;
  transition: all 500ms ease;
  line-height: 21px;
}
.product-details__review a:hover {
  color: var(--sunpv-base, #60AC45);
}
.product-details__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(var(--sunpv-border-color-rgb, 222, 222, 222), 0.4);
  margin: 25px 0 21px;
}
.product-details__excerpt {
  margin: 0;
}
.product-details__excerpt-text{
  line-height: 28px;
}
.product-details__excerpt-text1 {
  margin: 0 0 38px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 188%;
  color: var(--sunpv-text, #74787C);
}
.product-details__quantity {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0px 0 40px;
}
.product-details__quantity-title {
  margin: 0;
  text-transform: capitalize;
  margin-right: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
}
.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  height: 50px;
}
.product-details__quantity .quantity-box input {
  width: 98px;
  height: 50px;
  border: 1px solid var(--sunpv-border-color, #DEDEDE);
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--sunpv-font, "DM Sans", sans-serif);
  color: var(--sunpv-base, #60AC45);
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
}
.product-details__quantity .quantity-box button {
  width: 24px;
  height: 24px;
  color: var(--sunpv-text, #74787C);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: transparent;
  border: none;
  border-left: 1px solid var(--sunpv-border-color, #DEDEDE);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all 500ms ease;
}
.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid var(--sunpv-border-color, #DEDEDE);
}
.product-details__quantity .quantity-box button:hover {
  color: var(--sunpv-base, #60AC45);
}
.product-details__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.product-details__buttons a {
  text-transform: uppercase;
  display: inline-flex;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 16.5px 22px;
}
.product-details__buttons a:hover {
  border: 1px solid var(--sunpv-base, #60AC45);
}
.product-details__buttons a:last-child {
  border: 1px solid var(--sunpv-text-dark, #202220);
  padding: 16.5px 30px;
  background: var(--sunpv-text-dark, #202220);
  color: var(--sunpv-white, #fff);
}
.product-details__buttons a:last-child:hover {
  color: var(--sunpv-white, #fff);
  border: 1px solid var(--sunpv-base, #60AC45);
  background: var(--sunpv-base, #60AC45);
}
.product-details__buttons__icon {
  position: relative;
  display: inline-flex;
  margin-left: 29px;
  font-size: 18px;
}
.product-details__buttons__icon i {
  font-size: 18px;
}
.product-details__buttons__icon::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  background-color: rgba(var(--sunpv-white-rgb, 255, 255, 255), 0.2);
  transition: all 400ms ease;
}
.product-details__socials {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.product-details__socials__title {
  text-transform: capitalize;
  margin: 0;
  margin-right: 10px;
  flex: 0 0 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: var(--sunpv-text, #74787C);
}
@media (min-width: 768px) {
  .product-details__socials__title {
    flex: 0 0 auto;
  }
}
.product-details__socials a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;

    background-color: var(--sunpv-base, #60AC45);
  font-size: 16px;
    color: var(--sunpv-white, #fff);
 
  transition: all 500ms ease;
  border: 1px solid var(--sunpv-border-color, #DEDEDE);
}
.product-details__socials a:hover {
   background-color: transparent;
   color: var(--sunpv-text, #74787C);
}
.product-details__description {
  position: relative;
  margin: 55px 0 58px;
  border-bottom: 1px solid var(--sunpv-border-color, #DEDEDE);
}
@media (max-width: 991px) {
  .product-details__description {
    margin: 45px 0 30px;
  }
}
.product-details__description__title {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 18px;
  font-weight: bold;
  line-height: 31px;
}
.product-details__description__text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 188%;
}
.product-details__description__text + .product-details__description__text {
  margin-top: 23px;
  padding-bottom: 20px;
}
.product-details__description__lists {
  margin: 0 0 30px;
  padding: 0;
}
.product-details__description__lists li {
  display: block;
  position: relative;
  padding: 0 0 0 36px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: var(--sunpv-black, #000);
}
.product-details__description__lists li span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: var(--sunpv-base, #60AC45);
}
.product-details__review-title {
  margin-bottom: 44px;
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  line-height: 154%;
}
.product-details__comment-title {
  margin: 0;
  text-transform: capitalize;
  font-size: 25px;
  margin-top: -4px;
  margin-bottom: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  color: var(--sunpv-text-dark, #202220);
}
@media (min-width: 992px) {
  .product-details__comment-title {
    margin-bottom: 56px;
  }
}
.product-details__comment__list {
  margin: 0;
  margin-top: 35px;
}
.product-details__comment__card {
  margin-bottom: 30px;
  padding-bottom: 27px;
  border-bottom: 1px solid var(--sunpv-border-color, #DEDEDE);
}
@media (min-width: 768px) {
  .product-details__comment__card {
    display: flex;
    align-items: flex-start;
  }
}
.product-details__comment__card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-details__comment__card__image {
  margin-right: 20px;
}
.product-details__comment__card__image img {
  border-radius: 50%;
}
.product-details__comment__card__title {
  margin: 0;
  text-transform: capitalize;
  color: var(--sunpv-text-dark, #202220);
  margin-top: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  margin-bottom: 15px;
}
.product-details__comment__card__date {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: var(--sunpv-text, #74787C);
  text-shadow: 0 0 0.2px currentColor;
}
.product-details__comment__card__text {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 188%;
  color: var(--sunpv-text, #74787C);
  margin-bottom: -7px;
  padding-bottom: 0;
}
.product-details__comment__card__star {
  color: var(--sunpv-base, #60AC45);
  font-size: 16px;
  letter-spacing: 2px;
}
.product-details__comment__card__content {
  position: relative;
}
.product-details__form {
  position: relative;
/*  margin: 51px 0 0;*/
}
@media (max-width: 767px) {
  .product-details__form {
    margin: 30px 0 0;
  }
}
.product-details__form .row {
  --bs-gutter-x: 20px;
}
.product-details__form-title {
  margin-bottom: 14px;
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  line-height: 154%;
  text-transform: none;
}
.product-details__form-text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 27px;
  padding-bottom: 0;
  text-transform: capitalize;
}
.product-details__form-ratings {
  display: flex;
  align-items: center;
  letter-spacing: 6px;
  font-size: 16px;
  color: var(--sunpv-base, #60AC45);
  margin: 0 0 15px;
}
.product-details__form-ratings__label {
  display: inline-block;
  letter-spacing: 0;
  color: var(--sunpv-text-dark, #202220);
  margin: 0 17px 0 0;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
}
.product-details__form-ratings span {
  color: var(--sunpv-text, #74787C);
}
.product-details__form__form {
  margin-top: 30px;
}
.product-details__form__form input[type=text],
.product-details__form__form input[type=email] {
  background-color: transparent;
  color: var(--sunpv-text, #74787C);
  font-size: 16px;
  font-weight: 500;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--sunpv-border-color, #DEDEDE);
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
}
.product-details__form__form input[type=text]::placeholder,
.product-details__form__form input[type=email]::placeholder {
  color: var(--sunpv-text, #74787C);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.product-details__form .sunpv-btn {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 11.5px 23.5px;
}
.product-one .post-pagination {
    margin-top: 30px;
}
.gallery-one__card__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--sunpv-base-rgb, 96, 172, 69), 0.7);
    display: flex
;
    justify-content: center;
    align-items: center;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
}
.gallery-one__card:hover .gallery-one__card__hover {
    transform-origin: top center;
    transform: scale(1, 1);
}
.gallery-one__card__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--sunpv-base-rgb, 96, 172, 69), 0.7);
    display: flex
;
    justify-content: center;
    align-items: center;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
}
.service-style1 {
  text-align: center;
  background-color: var(--white-color);
  padding: 20px 20px 0 40px;
  position: relative;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  /*margin: 0 -1px 35px -1px;*/
  border: 1px solid #DDDDDD;
}
.service-style1 .service-img {
  width: 230px;
  height: 230px;
  margin: 0 auto;
  padding: 7px;
  border: 3px solid var(--theme-color2);
  border-radius: 50%;
}
.service-style1 .service-img img {
  width: 100%;
  border-radius: inherit;
}
.service-style1 .service-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background-color: var(--white-color);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin: -50px auto 15px auto;
  -webkit-box-shadow: 0.5px 0.87px 27px rgba(35, 31, 32, 0.04);
          box-shadow: 0.5px 0.87px 27px rgba(35, 31, 32, 0.04);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.service-style1 .service-icon img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-filter: none;
          filter: none;
}
.service-style1 .service-title {
  margin-bottom: 3px;
}
.service-style1 .service-text {
  margin: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.service-style1 .shape-dotted {
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  --dot-bg: #FAFAFA;
  z-index: -1;
}

.mag {
   /* width:200px;
    margin: 0 auto;
    float: none;*/
}
    .magnify-im{
      width: 100%;
      height: 200px;
    }
.mag img {
    max-width: 100%;
}
        
  

.magnify {
    position: relative;
    cursor: none
}

.magnify-large {
    position: absolute;
    display: none;
    width: 200px;
    height: 200px;

    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 0 2px 2px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 0 2px 2px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 0 2px 2px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    
    -webkit-border-radius: 0%;
       -moz-border-radius: 0%;
             border-radius: 10%
}
.vs-btn1:before, .vs-btn1:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background-color: var(--theme-color);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: -1;
    border-radius: inherit;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transition: opacityease 0.4s, visibilityease 0.4s, -webkit-transformease 0.4s;
    transition: opacityease 0.4s, visibilityease 0.4s, -webkit-transformease 0.4s;
    transition: opacityease 0.4s, visibilityease 0.4s, transformease 0.4s;
    transition: opacityease 0.4s, visibilityease 0.4s, transformease 0.4s, -webkit-transformease 0.4s;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #dc6230;
    border-radius: 50px;
    padding: 10px 27px;
}
.nav-pills .nav-link {
    border-radius: .25rem;
    border-radius: 50px;
    padding: 10px 32px;
    background: #243b54;
    color: #fff;
        margin-right: 10px;
}
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: 0;
}
@media (min-width: 576px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 14px;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none !important;
  color: var(--sunpv-text, #74787C);
  font-size: 14px;
}
.form-one .bootstrap-select > .dropdown-toggle,
.form-one input[type=text],
.form-one input[type=email],
.form-one textarea {
  display: block;
    width: 100%;
    height: 58px;
    background-color: transparent;
    color: var(--sunpv-text, #74787C);
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #e2e2e2 !important;
}
.service-contact__form input[type=text],  .service-contact__form input[type=email], .service-contact__form textarea {
    border: 1px solid var(--sunpv-border-color, #DEDEDE) !important;
    height: 60px;
    padding-left: 26px; background:#fff;
}.service-contact__form button {
  margin-top: 7px;
}

.form-one .bootstrap-select > .dropdown-toggle::placeholder,
.form-one input[type=text]::placeholder,
.form-one input[type=email]::placeholder,
.form-one textarea::placeholder,  {
  color: var(--sunpv-text, #74787C);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.form-one textarea {
  height: 95px;
  padding-top: 20px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.form-one .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}

@media (min-width: 576px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width: 991px){
  .page-breadcrumb {
    
    width: auto;
    
}
.page-breadcrumb li {
    
    font-size: 14px;
    
}
.page-breadcrumb li a {
    
    font-size: 14px;
   
}
.page-breadcrumb {
   
    padding: 8px 20px;
   
}

}
.rg-30 {
    row-gap: 30px;
}
@media (min-width: 991px) {
    .img-h {
        height: 250px !important;
        object-fit: contain;
        object-position: center;
    }
}
.inner-box3 {
    background: #fff;
    padding: 20px;
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    /*margin-bottom: 20px;*/
}
.inner-box3 h3{
      font-size: 25px;
}
.cus-img .container{
  max-width: 1200px;
}
.hero-content {
/*  max-width: 900px;*/
  margin: 0 auto;
}
.vs-btn.gg {
  background-color: #fff; /* Example highlight color */
}.ls-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
}

.ls-slide.ls-active {
  display: block;
}

.hero-slider {
  position: relative;
  overflow: hidden;
}
.hero-slide {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
}
.hero-content h1 {
  font-size: 60px;
  font-weight: 700;
  font-family: 'Epilogue', sans-serif;
}
.hero-content p {
  font-size: 22px;
  font-family: 'Epilogue', sans-serif;
}

.hero-slider {
  position: relative;
  overflow: hidden;
}
.hero-slide {
  height: 900px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
/*.hero-slide .container,
.hero-slide .row {
  height: 100%;
}
.hero-slide .col-md-6 {
  height: 100%;
}*/
.hero-slide .hero-content {
  color: #fff;
  text-align: center;
}
.hero-slide .hero-content h1 {
  font-size:50px;
  font-weight: 700;
  font-family: 'Epilogue', sans-serif;
  line-height: 1.2;
  color: #fff;

}
.hero-slide .hero-content p {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: 'Epilogue', sans-serif;
   color: #fff;
}
.hero-text, .hero-image {
  opacity: 0;
}
.animate__animated {
  opacity: 1 !important;
}
/*.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  background: #fff;
  color: #000;
  border: none;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.slick-prev {
  left: 20px;
}
.slick-next {
  right: 20px;
}*/

.hero-slider .slick-arrow.slick-next {
    right: 10px !important;
    left: auto;
}

.hero-slider .slick-arrow.slick-prev {
    left: 10px !important;
    left: auto;
}

  .hero-slider .slick-dots {
   
    margin: -50px 0 30px 0;
    
}

@media(min-width: 991px){
  .hero-slider {
  position: relative;
  overflow: hidden;
}

.hero-slide {
  height: 95vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.hero-slide .container {
  height: 100%;
  padding-top: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.slick-prev, .slick-next {
  z-index: 11; /* ensure arrows stay above */
}
}
.vs-btn.gg {
  margin-left: 15px; /* adjust the gap */
}
.tbp {
    padding: 100px 0;
}
.lhsel-wid-wrap {
  position: relative;
  overflow: hidden; 
 box-shadow: 
  rgba(220, 99, 42, 0.3) 0px 0px 0.25em, 
  rgba(220, 99, 42, 0.08) 0px 0.25em 1em;

}
.lhsel-wid-wrap img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.lhsel-wid-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg, 
    transparent 0%, 
    rgba(220, 99, 42, 0.3) 50%, 
    transparent 100%
  );
  transform: skewX(-25deg);
  pointer-events: none;
}

/* Animate shine on hover */
.lhsel-wid-wrap:hover::after {
  animation: shineMove 1s ease forwards;
}

@keyframes shineMove {
  from {
    left: -75%;
  }
  to {
    left: 125%;
  }
}
.main-con ul li {
    position: relative;
    margin: 0 0 12px;
    line-height: 1.8em;
    color: #111;
    font-weight: 400;
    padding-left: 36px;
}

.main-con ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-ul ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/check.png) !important;
    left: 0;
    background-repeat: no-repeat;
    background-size: 28px !important;
    top: 1px;
    filter: unset;
    background-repeat: no-repeat !important;
}

.bg-second {
    background: #eff5f6;
}
section.h-contact {
    /* margin-top: -140px; */
    position: relative;
}
.hprr-ic img{
    height: 100%;
    object-fit: contain;
} */
.hprr-ic img {
    display: none;
}

.hpr-main {
    position: relative;
}

.hctr-form .form-control {
    border: 1px solid #e8e9ef;
    background: #f1f3f8;
    font-size: 16px;
    line-height: 24px;
    color: #0d1525;
    height: auto;
    padding: 15px 20px;
    resize: none;
    min-width: 100%;
    border-radius: 0px;
}
.hctr-form .form-control:focus{
    border-color: #fd7500 !important;
    box-shadow: 0 0 0 .25rem rgb(253 117 0 / 38%) !important;
}
.form-row {
    display: flex;
    column-gap: 24px;
}

.form-group {
    margin-bottom: 24px;
    width: 100%;
}

.hctr-ic {
    padding: 100px 70px 100px 50px;
    background: url(../img/map.png);
}
.tbm {
    margin: 100px 0;
}
.tbp1 {
    padding: 70px 0; background: #e7e7e7;
}
.hctl-ic img {
    max-height: 600px;
    object-fit: cover;
    border-radius: 40px 0 0 40px;
}

.hct-ic {
    box-shadow: 6px 6px 25px 0px rgba(0, 0, 0, 0.08);
    border-radius: 40px;
    background-color: #fff;
}

section.h-contact {
    /* margin-top: -140px; */
    position: relative;
}
.hctl-ic img {
    max-height: 600px;
    object-fit: cover;
    border-radius: 40px 0 0 40px;
}
textarea.form-control {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}
.btn1 {
    background: transparent;
    color: #fd7500;
    padding-inline: 32px;
    display: inline-block;
    line-height: 48px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: 1px solid #fd7500;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.btn1:hover {
    color: #fff;
    border: 1px solid #fff;
    transition: 0.5s;
}
.btn1:hover:before, .btn2:hover:before {
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.btn1:before {
    content: "";
    position: absolute;
    height: 400px;
    width: 430px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-30%) translateY(-40%) scale(0);
    -moz-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: -1;
    background-image: linear-gradient(45deg, #fd7500, #ffa500);
}
.btn1:before {
    content: "";
    position: absolute;
    height: 400px;
    width: 430px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-30%) translateY(-40%) scale(0);
    -moz-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: -1;
    background-image: linear-gradient(45deg, #fd7500, #ffa500);;
}

/* gallery */
.gallery-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 25px;
}
.gallery-card img {
    max-height: 250px;
    min-height: 250px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}
.gallery-card::before {
    content: "";
    position: absolute;
    inset: 0;
   background-color: rgb(220 99 42 / 77%);
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 1;
}
.zoom-icowrap {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border-radius: 50%;
    /* outline: 2px dashed #FFF;
    outline-offset: 5px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20%) scale(1);
    opacity: 0;
    z-index: 2;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.gallery-card:hover .zoom-icowrap {
    transform: translate(-50%, -50%) scale(1); /* Move to center */
    opacity: 1;
}
.zoom-icowrap i{
    color: #DC632A;
    font-size: 25px;
}
/* Hover Effect */
.gallery-card:hover img {
    transform: scale(1.1);
}
.gallery-card:hover::before {
    opacity: 1;
}
.innelgal-row .gallery-card img{
    max-height: 350px !important;
    min-height: 350px !important;
}
.bg-clay {
    background-color: #dc622a1c;
}
.py-70 {
    padding: 70px 0;
}
.main-tt h3 span {
    color: #fd7500;
}
.main-tt h3 {
    
    font-size: 46px;
    /*font-style: italic;*/
    font-weight: 700;
    line-height: 1.2;
    color: #232323;
    letter-spacing: 0.02rem;
    margin-bottom: 20px;
}.init-widget{
    height: 500px  !important;
    width: 100% !important;
    object-fit: cover;
    border-radius: 7px;
}
.main-tt h4{
    position: relative;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
}
.main-tt h4::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 2px;
    width: 30%;
    background-color: #DC632A;
    border-radius: 10px;
}

.main-tt h5 {
    padding: 0px 0 0px 70px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    color: #fd7500;
    display: inline-block;
}

.main-tt h5:before {
    content: "";
    height: 1px;
    width: 55px;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #fd7500;
}

.main-tt h5:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 35px;
    background: #fd7500;
    left: 0px;
    bottom: 12px;
}
.partner-card{
    height: 120px !important;
    background-color: #FFF;
    border: none !important;
    border-radius: 5px;
    padding: 6px !important;
    box-shadow: rgba(220, 99, 42, 0.2) 0px 2px 8px 0px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner-card img{
  max-width: 120px;
  height: auto;
}
@media(max-width: 991px){
.hero-slide .hero-content h1 {
    font-size:35px;
    
}
.hero-slide {
    height: 350px;
   
}
.mbnn{
  display: none !important;
}
.img-box6 .img-shape1 {
    width: auto;
    height: auto;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
    background-color: var(--theme-color);
    z-index: -1;
}
.vs-btn {
   
    font-size: 16px;
  
    padding: 20px 20px;
 
}
.main-tt h3 {
    font-size: 36px !important;
    
}
.hctr-ic {
    padding: 100px 10px 100px 10px !important;
    background: url(../img/map.png);
}
.form-row {
    display: block !important;
    column-gap: 24px;
}
.tbp {
        padding: 50px 0;
    }
    .tbm {
        margin: 50px 0;
    }
    .hctr-ic {
        padding: 20px;
    }
    .hct-ic {
        border-radius: 20px;
    }
    .hctl-ic img {
        max-height: 250px;
        min-height: 250px;
        border-radius: 20px 20px 0 0;
    }
    .init-widget{
        height: 400px !important;
    }
    /* .hts-box {
        margin: 0 0px;
    }
    .hts-slider .slick-list {
        margin: 0 -0px;
    }
    .hpo-box {
        margin: 0 0px;
    }
    .hpo-slider .slick-list {
        margin: 0 -0px;
    } */
    .mt-50, .mt-40 {
        margin-top: 20px !important;
    }
    .main-tt h5 {
        margin-bottom: 8px;
    }
        .hctl-ic img {
        max-height: 250px !important;
        min-height: 250px !important;
        border-radius: 20px 20px 0 0 !important;
                width: 100%;
    }
        .main-tt h3 {
        font-size: 26px !important;
        margin-bottom: 15px;
        line-height: 38px;
    }
        .hctr-ic {
        padding: 20px !important;
    }
    .contact-form--style2 {
   
    padding: 78px 15px !important;
    margin-top: 0 !important;
}
}