/*======================================
    Variables
========================================*/
:root {
  --EverGreen: #0F433B;
  --GreenIbis: #00785F;
  --Herbal: #00AB78;
  --Fiery: #FF612F;
  --Snow: #FFF;
  --Black: #282828;
}
/*======================================
    Normalize CSS
========================================*/
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-extralight.otf') format('opentype'),
        url('../fonts/ruberoid-extralight-webfont.woff2') format('woff2'),
        url('../fonts/ruberoid-extralight-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-regular.otf') format('opentype'),
        url('../fonts/ruberoid-regular-webfont.woff2') format('woff2'),
        url('../fonts/ruberoid-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-bold.otf') format('opentype'),
	url('../fonts/ruberoid-bold-webfont.woff2') format('woff2'),
        url('../fonts/ruberoid-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ruberoid';
    src: url('../fonts/ruberoid-extrabold.otf') format('opentype'),
	url('../fonts/ruberoid-extrabold-webfont.woff2') format('woff2'),
        url('../fonts/ruberoid-extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Ruberoid', Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: var(--Black);
  overflow-x: hidden;
  font-size: 16px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 25px;
}

* {
  margin: 0;
  padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  outline: none !important;
  border-color: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

a:focus-visible { 
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  outline: none; 
}

/* :where(.navbar-toggler, a, input, textarea, button, .btn):focus-visible {
  outline: 2px dashed var(--Snow, #ff612f) !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 2px rgba(255,97,47,.3) !important;
} */

.form-check-input:checked {
  background-color: var(--GreenIbis);
  border-color: var(--GreenIbis);
}

select {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: var(--Fiery);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(white, #3b3b3b);
  cursor: default;
  margin: 0em;
  font: 400 14px;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
     border-image: initial;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
  color: var(--GreenIbis);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

/* Bread Crumbs */
.breadcrumbs {
  position: relative;
  padding-bottom: 100px;
  padding-top: 180px;
  z-index: 2;
  text-align: left;
  background-color: var(--GreenIbis);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs {
    padding-bottom: 60px;
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs {
    padding-bottom: 60px;
    padding-top: 120px;
  }
}

.breadcrumbs .breadcrumbs-content {
  position: relative;
  text-align: center;
}

.breadcrumbs .breadcrumbs-content .page-title {
  font-size: 32px;
  color: var(--Snow);
  font-weight: 700;
  position: relative;
  line-height: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 28px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 25px;
    line-height: 38px;
  }
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
}

.breadcrumbs .breadcrumb-nav {
  text-align: center;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs .breadcrumb-nav {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumb-nav {
    margin-top: 8px;
  }
}

.breadcrumbs .breadcrumb-nav li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  text-transform: capitalize;
}

.breadcrumbs .breadcrumb-nav li:after {
  content: "\ea5c";
  font-family: lineIcons;
  font-size: 10px;
  position: absolute;
  top: 4px;
  right: -7px;
}

.breadcrumbs .breadcrumb-nav li:last-child {
  margin: 0;
  padding: 0;
}

.breadcrumbs .breadcrumb-nav li:last-child::after {
  display: none;
}

.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
  color: var(--Snow);
  font-size: 14px;
  font-weight: 500;
}

.breadcrumbs .breadcrumb-nav li a {
  position: relative;
}

.breadcrumbs .breadcrumb-nav li a:hover {
  text-decoration: underline;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Section Title */
.section-title {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 250px;
  position: relative;
  z-index: 5;
}

.section-title h3 {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  color: var(--Fiery);
  text-transform: uppercase;
}

.section-title h2 {
  margin-bottom: 25px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    padding: 0px 200px;
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    padding: 0px 20px;
    margin-bottom: 70px;
  }
  .section-title h3 {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .section-title p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .section-title {
    padding: 0px 10px;
    margin-bottom: 60px;
  }
  .section-title h3 {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .section-title p {
    font-size: 14px;
  }
}

.section-title.align-right {
  padding: 0;
  padding-left: 600px;
}

.section-title.align-right h2:before {
  display: none;
}

.section-title.align-right h2:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 2px;
  width: 50px;
  background: var(--GreenIbis);
  content: "";
}

.section-title.align-left {
  padding: 0;
  padding-right: 600px;
}

.section-title.align-left h2:before {
  left: 0;
  margin-left: 0;
}

/* One Click Scrool Top Button*/
.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--Fiery);
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: var(--Snow) !important;
  position: fixed;
  bottom: 20px;
  left: 20px;
  border-radius: 3px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: var(--Fiery);
}

/* Overlay */
.overlay {
  position: relative;
  z-index: 1;
}

.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: var(--Black);
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}

/* Pagination CSS */
.pagination {
  text-align: left;
  margin: 40px 0 0 0;
  display: block;
}

.pagination.center {
  text-align: center;
}

.pagination.right {
  text-align: right;
}

.pagination.left {
  text-align: left;
}

.pagination .pagination-list {
  display: inline-block;
  overflow: hidden;
}

.pagination .pagination-list li {
  margin-right: 5px;
  display: inline-block;
  margin-top: 10px;
}

.pagination .pagination-list li:last-child {
  margin-right: 0px;
}

.pagination .pagination-list li a {
  background: var(--Snow);
  color: var(--Fiery);
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  padding: 8px 20px;
  text-align: center;
  border: 1px solid #eee;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
  background: var(--GreenIbis);
  color: var(--Snow);
  border-color: transparent;
}

.pagination .pagination-list li a i {
  font-size: 13px;
}

.blog-grids.pagination {
  margin-top: 50px;
  text-align: center;
}

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 30px;
  background-color: var(--GreenIbis);
  color: var(--Snow);
  border: none;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 1;
  margin-right: 7px;
  overflow: hidden;
  border-radius: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

.button .btn i {
  display: inline-block;
  margin-right: 5px;
}

.button .btn:last-child {
  margin: 0;
}

.button .btn:hover {
  color: var(--Snow);
  background-color: var(--Fiery);
  -webkit-box-shadow: 0px 4px 4px #0000000f;
          box-shadow: 0px 4px 4px #0000000f;
}

.button .btn-alt {
  color: var(--Snow) !important;
  background: transparent !important;
  border: 2px solid var(--Snow);
  padding: 11px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn-alt {
    padding: 10px 30px;
  }
}

@media (max-width: 767px) {
  .button .btn-alt {
    padding: 10px 30px;
  }
}

.button .btn-alt:hover {
  background-color: var(--Snow) !important;
  color: var(--GreenIbis) !important;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: var(--Snow);
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: var(--GreenIbis);
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*======================================
	Start Header CSS
========================================*/
.header {
  width: 100%;
  background: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    padding: 18px 0 !important;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: var(--Snow);
  }
  .header .button {
    margin: 0 !important;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 67px !important;
    left: 0;
    width: 100%;
    background-color: var(--Snow);
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 0;
  }
  .header .navbar .navbar-nav .nav-item a:hover {
    color: var(--GreenIbis) !important;
  }
  .header .navbar .navbar-nav .nav-item a.active {
    color: var(--GreenIbis) !important;
  }
  .header .navbar-nav .nav-item {
    margin: 0;
  }
  .header .navbar-nav .nav-item:hover a {
    color: var(--GreenIbis);
  }
  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }
  .header .navbar-nav .nav-item a::before {
    display: none;
  }
  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: var(--GreenIbis) !important;
  }
  .header .navbar-nav .nav-item a {
    color: var(--Black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }
  .header .navbar-nav .nav-item .sub-menu li.active {
    background: var(--Snow) !important;
    color: var(--GreenIbis) !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }
  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: var(--Snow) !important;
    color: var(--GreenIbis) !important;
  }
  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }
  .header .navbar-nav .nav-item a:hover {
    color: var(--GreenIbis);
  }
}


.switch-button {
  background-color: var(--Fiery);
  border-radius: 30px;
  overflow: hidden;
  width: 180px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--Snow);
  position: relative;
  padding-right: 100px; 
}

/* .switch-button-label-span {
  padding-left: 10px;
} */

.switch-button:before {
  content: "Arms";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}

.switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.switch-button-checkbox:checked + .switch-button-label:before {
  transform: translateX(100px);
  transition: transform 300ms linear;
}

.switch-button-checkbox + .switch-button-label {
  position: relative;
  padding: 10px 0 10px 15px;
  display: block;
  user-select: none;
  pointer-events: none;
}

.switch-button-checkbox + .switch-button-label:before {
  content: "";
  background: #00785F;
  height: 100%;
  width: 140%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  transform: translateX(0);
  transition: transform 300ms;
  z-index: 0;
}

.switch-button-checkbox + .switch-button-label .switch-button-label-span {
  position: relative;
}

@media (max-width: 767px) {
  /* .switch-button-container {
    display: flex;
  } */
  .switch-button {
    width: 150px;
    font-size: 8px;
  }
  .switch-button:before {
    right: 15px;
  }

  .switch-button-label-span {
    padding-left: 10px;
  }

  .switch-button-checkbox + .switch-button-label {
    padding: 10px 0;
  }

  .switch-button-checkbox + .switch-button-label:before {
    right: 10px;
    width: 160%;
  }


}

@media (max-width: 401px) {
  .switch-button {
    width: 110px;
    margin-right: 5px;
  }

  .switch-button:before {
    right: 7px;
  }

    .switch-button-checkbox + .switch-button-label {
    padding: 6px 0;
  }

    .switch-button-checkbox + .switch-button-label:before {
      width: 75px;
  }
}


@media (max-width: 767px) {
  .header {
    padding: 18px 0 !important;
  }
  .header .mobile-menu-btn .toggler-icon {
    background-color: var(--Snow);
  }
  .header .navbar-collapse {
    position: absolute;
    top: 58px !important;
    left: 0;
    width: 100%;
    background-color: var(--Snow);
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 0;
  }
  .header .navbar .navbar-nav .nav-item a:hover {
    color: var(--GreenIbis) !important;
  }
  .header .navbar .navbar-nav .nav-item a.active {
    color: var(--GreenIbis) !important;
  }
  .header .navbar-nav .nav-item {
    margin: 0;
  }
  .header .navbar-nav .nav-item:hover a {
    color: var(--GreenIbis);
  }
  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }
  .header .navbar-nav .nav-item a::before {
    display: none;
  }
  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: var(--GreenIbis) !important;
  }
  .header .navbar-nav .nav-item a {
    color: var(--Black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }
  .header .navbar-nav .nav-item .sub-menu li.active {
    background: var(--Snow) !important;
    color: var(--GreenIbis) !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }
  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }
  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: var(--Snow) !important;
    color: var(--GreenIbis) !important;
  }
  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }
  .header .navbar-nav .nav-item a:hover {
    color: var(--GreenIbis);
  }
}


.sticky .navbar .navbar-nav .nav-item.catalog-pdf, .navbar .navbar-nav .nav-item.catalog-pdf {
    display: none;
}

@media (max-width: 767px) {
  .header .button {
    display: none;
  }
  .sticky .navbar .navbar-nav .nav-item.catalog-pdf, .navbar .navbar-nav .nav-item.catalog-pdf {
    display: block;
  }
}


.header .button .btn {
  background-color: transparent;
  border: 2px solid var(--Snow);
  color: var(--Snow);
  padding: 12px 30px;
}

.header .button .btn:hover {
  background-color: var(--Snow);
  color: var(--GreenIbis);
}

.header .navbar-brand img {
  width: 220px;
}

@media only screen and (max-width: 767px) {
  .header .navbar-brand img {
  	width: 180px;
  }
}

.header.sticky .navbar-brand .white-logo {
  opacity: 0;
  visibility: hidden;
}

.header.sticky .navbar-brand .dark-logo {
  opacity: 1;
  visibility: visible;
}

.header.sticky .button .btn {
  background-color: var(--GreenIbis);
  color: var(--Snow);
  border-color: transparent;
}

.header.sticky .button .btn:hover {
  background-color: var(--Fiery);
  color: var(--Snow);
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: var(--Snow);
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
}

.navbar-expand-lg .navbar-nav {
  margin: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}

.header .navbar .navbar-nav .nav-item a.active {
  color: var(--Snow);
}

.sticky .navbar .navbar-nav .nav-item a.active {
  color: var(--Fiery);
}

.sticky .navbar .navbar-nav .nav-item a {
  color: var(--Black);
}

.header .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: var(--Snow);
}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
  color: var(--Snow);
}

.sticky .navbar .mobile-menu-btn .toggler-icon {
  background: #333;
}

/*===== NAVBAR =====*/
.navbar-area {
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0;
}

.navbar-area.sticky {
  position: fixed;
  z-index: 99;
  background: var(--GreenIbis);
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: var(--Snow);
  padding: 0px 0;
}

.navbar {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding-left: 0;
  border-radius: 0;
}

.mobile-menu-btn {
  padding: 0px;
}

.mobile-menu-btn:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mobile-menu-btn .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: -7px;
}

.navbar-nav .nav-item {
  z-index: 1;
  position: relative;
  margin-right: 40px;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}

.navbar-nav .nav-item:hover a {
  color: var(--Snow);
}

.sticky .navbar-nav .nav-item:hover a {
  color: var(--GreenIbis);
}

.navbar-nav .nav-item a {
  font-size: 15px;
  color: var(--Snow);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 35px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-transform: capitalize;
}

.navbar-nav .nav-item a::after {
  opacity: 0;
  visibility: hidden;
}

.navbar-nav .nav-item:hover a:before {
  width: 100%;
}

.navbar-nav .nav-item a.active {
  color: var(--Snow);
}

.navbar-nav .nav-item a.dd-menu::after {
  content: "\ea58";
  font: normal normal normal 1em/1 "LineIcons";
  position: absolute;
  right: 17px;
  font-size: 10px;
  top: 50%;
  margin-left: 5px;
  margin-top: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a.dd-menu::after {
    top: 18px;
    right: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a.collapsed::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.navbar-nav .nav-item:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.navbar-nav .nav-item .sub-menu {
  padding: 30px;
  min-width: 240px;
  background: var(--Snow);
  -webkit-box-shadow: 0px 5px 20px #0000001a;
          box-shadow: 0px 5px 20px #0000001a;
  position: absolute;
  top: 110% !important;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0 0 4px 4px;
  border-radius: 5px;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100% !important;
}

.navbar-nav .nav-item .sub-menu .nav-item {
  width: 100%;
  margin-bottom: 15px;
}

.navbar-nav .nav-item .sub-menu .nav-item:last-child {
  margin: 0;
}

.navbar-nav .nav-item .sub-menu .nav-item a {
  padding: 0;
  color: var(--EverGreen);
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.navbar-nav .nav-item .sub-menu .nav-item a:hover {
  color: var(--GreenIbis);
}

.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}

.navbar-nav .nav-item .sub-menu > li {
  display: block;
  margin-left: 0;
}

.navbar-nav .nav-item .sub-menu > li:last-child {
  border: none;
}

.navbar-nav .nav-item .sub-menu > li.active > a {
  color: var(--GreenIbis) !important;
}

.navbar-nav .nav-item .sub-menu > li > a {
  font-weight: 400;
  display: block;
  padding: 12px 15px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
}

.navbar-nav .nav-item .sub-menu > li:first-child a {
  border: none;
}

.add-list-button {
  display: inline-block;
  margin-left: 10px;
}

.add-list-button .btn i {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}

/*======================================
     End Header CSS
  ========================================*/
/*======================================
    Hero Area CSS
========================================*/
.hero-area {
    position: relative;
    background-image: url(../images/main-img.jpg);
    background-image: -webkit-image-set(url(../images/main-img.webp) 1x);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
    height: 90vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    padding: 150px 0 40px 0;
  }
}

@media (max-width: 767px) {
  .hero-area {
    padding: 120px 0 10px 0;
  }
}

.hero-area .hero-image img {
  width: 100%;
}


.hero-area .hero-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: left;
}

.hero-area .hero-content h3 {
  font-size: 120px;
  font-weight: 600;
  line-height: 130px;
  color: var(--Snow);
  text-shadow: 0px 3px 8px #00000017;
}

.hero-area .hero-content h3 span {
  display: block;
}

.hero-area .hero-content p {
  margin-top: 30px;
  font-size: 15px;
  color: var(--Snow);
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
 
.hero-area .hero-content h3 {
    font-size: calc(2rem + 8vw);
    line-height: calc(2.8rem + 8vw);
}
 .hero-area .hero-image {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content h3 {
    font-size: calc(1.5rem + 6vw);
    line-height: calc(2.2rem + 8vw);
}
  .hero-area .hero-image {
    margin-top: 40px;
  }
}



/*======================================
    Brand Info CSS
========================================*/
.brand-info {
  padding-top: 0!important;
}


.brand-info .info-one {
  position: relative;
}

.brand-info .info-one .info-image {
  padding: 50px;
  position: relative;
}

.brand-info .info-one .info-text h3 {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.brand-info .info-one .logo-img {
  height: auto;
  width: 320px;
  margin-top: 10px;
  margin-bottom: 20px;
}


.brand-info .info-one .table-content .middle-title {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.brand-info .info-one .table-content .table-list li {
  position: relative;
  padding-left: 34px;
  font-size: 14px;
  margin-bottom: 8px;
}

.brand-info .info-one .table-content .table-list li:last-child {
  margin: 0;
}

.brand-info .info-one .table-content .table-list li i {
  color: var(--GreenIbis);
  font-size: 14px;
  position: absolute;
  left: 10px;
  top: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-info .info-one .info-image {
    padding-top: 60px;
  }
  .brand-info .row-reverse {
    flex-wrap: wrap-reverse!important;
  }
  .brand-info .info-one .table-content {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 992px) {
  .brand-info .info-one .table-content {
    padding: 0 50px;
  }
}


@media (max-width: 767px) {
  .brand-info .info-one .info-image {
    padding-top: 50px;
  }
  .brand-info .row-reverse {
    flex-wrap: wrap-reverse!important;
  }
  .brand-info .info-one .info-image {
    padding: 0;
  }
  .brand-info .info-one .table-content {
    padding: 20px 0;
  }
}

.brand-info .info-one .info-image img {
  width: 100%;
  height: auto;
}

.brand-info .info-one.style2 {
  padding-top: 70px;
}

.brand-info .info-one.zoji .info-text {
    padding-top: 0!important;
    padding-bottom: 40px!important;
}

.brand-info .info-one.zoji .logo-img {
  margin-top: 30px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-info .info-one .info-text {
    padding-top: 60px !important;
  }
}

@media (max-width: 767px) {
  .brand-info .info-one .info-text {
    padding-top: 50px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-info .info-one.style2 .info-image {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .brand-info .info-one.style2 .info-image {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-info .info-one.style2 {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .brand-info .info-one.style2 {
    padding-top: 50px;
  }
}

.brand-info .info-one.style2 .info-text {
  padding-left: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-info .info-one.style2 .info-text {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .brand-info .info-one.style2 .info-text {
    padding: 0;
  }
}

.brand-info .info-one .info-text .main-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  border-radius: 0;
  color: var(--Snow);
  font-size: 20px;
  background-color: var(--GreenIbis);
  margin-bottom: 30px;
}

.brand-info .info-one .info-text h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--Black);
  line-height: 62px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-info .info-one .info-text h2 {
    font-size: 45px;
    line-height: 58px;
  }
}

@media (max-width: 767px) {
  .brand-info .info-one .info-text h2 {
    font-size: 40px;
    line-height: 52px;
  }
}

.brand-info .info-one .info-text p {
  margin-bottom: 15px;
}

.brand-info .info-one .info-text .button {
  margin-top: 35px;
}

.brand-info .section-title {
    margin:60px 0;
}


/*======================================
    About Area CSS
========================================*/
.about {
  background-color: var(--GreenIbis);
}

.gear {
  background-color: #f9f9f9;
}

.gear::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 25vh;
    max-height: 300px;
    left: 0;
    right: 0;
    top: -1px;
    bottom: 0;
    background-image: url(../images/testimonial/pattern-ibis.svg);
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 0;
}

.about .section-title {
  margin-bottom: 30px;
}

.about .single-about {
  padding: 80px;
  position: relative;
}

.about .single-about .about-img {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;  
}

.about .single-about .about-img:hover {
  -webkit-box-shadow: 0px 3px 5px #00000017;
          box-shadow: 0px 3px 5px #00000017;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.about .single-about i {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background-color: var(--GreenIbis);
  color: var(--Snow);
  font-size: 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 6px #0000002a;
          box-shadow: 0px 4px 6px #0000002a;
  margin-bottom: 30px;
}

.about .info-text h2 {
  margin-bottom: 20px;
  color: var(--Snow);
}

.about .info-text p {
  color: #ffffff;
}

.gear .single-about {
  padding: 40px 80px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gear .single-about {
    padding: 0;
  }
  .gear::before {
    height: 20vh;
    max-height: 250px;
  }
}

@media (max-width: 767px) {
  .gear .single-about {
    padding: 15vh 0 0 0;
  }
  .gear::before {
    height: 15vh;
    max-height: 200px;
  }
}
.gear .info-text h1 {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  color: var(--Fiery);
  text-transform: uppercase;
}

.gear .info-text h2 {
  margin-bottom: 20px;
  color: var(--GreenIbis);
}

/*======================================
    Our Team CSS
========================================*/
.our-team {
  text-align: center;
  padding: 130px 0;
  background-color: var(--EverGreen);
  z-index: -2;
}

.our-team::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/testimonial/pattern-mask-1.svg);
  background-size: contain;
  background-position: 20px center;
  background-repeat: no-repeat;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-team {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .our-team {
    padding: 60px 0 20vh 0;
  }
.our-team::after {
  background-image: url(../images/testimonial/pattern-mask-2.svg);
  background-size: 25vh;
  background-position: bottom center;
}
}

.our-team .title h2 {
  color: var(--Snow);
  font-weight: 700;
  margin-bottom: 10px;
}

.our-team .title p {
  color: var(--Snow);
}

.our-team .single-achievement {
  margin-top: 50px;
  text-align: center;
  padding: 0px 10px;
}

.our-team .single-achievement h3 {
  font-size: 35px;
  font-weight: 800;
  display: block;
  margin-bottom: 5px;
  color: var(--Snow);
}

.our-team .single-achievement p {
  font-size: 15px;
  color: var(--Snow);
  font-weight: 500;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .our-team .title h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .our-team .single-achievement {
    margin-top: 30px;
  }
  .our-team .single-achievement h3 {
    font-size: 28px;
  }
}



/*======================================
    Team CSS
========================================*/
.team {
  background-color: #f9f9f9;
}

.team-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team .section-title {
  margin-bottom: 50px;
}

.team .team-title h3 {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  color: var(--Fiery);
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .team .section-title {
    margin-bottom: 30px;
  }


}

.team .single-team {
  border-radius: 6px;
  overflow: hidden;
  margin-top: 30px;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}


.team .single-team .image img {
  width: 100%;
}

.team .single-team .image-ava {
  padding: 30px 80px;
}

.team .single-team .content {
  padding: 25px 30px 30px 30px;
  border: 1px solid #eee;
  border-radius: 0 0 10px 10px;
  height: 150px;
  max-height: 160px;
  background: var(--Snow);
}

.team .single-team .text {
  text-align: center;
}

.team .single-team .text h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--Fiery);
}

.team .single-team .text h5 {
  font-size: 14px;
  font-weight: 400;
  color: var(--GreenIbis);
  display: block;
  margin: 4px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .team .single-team .text {
    text-align: center;
  }
  .team .single-team .content {
    height: 160px;
  }

  .team .single-team .text h3 {
    font-size: 12px;
  }

  .team .single-team .text h5 {
    font-size: 11px;
  }
}

.modal .modal-dialog .modal-content .modal-body p {
  font-size: 15px;
  line-height: 25px;
  padding-right: 10px;
}

.modal .modal-dialog .modal-content .modal-body .social {
  text-align: center;
  margin-top: 20px;
}

.modal .modal-dialog .modal-content .modal-body .social li {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
}

.modal .modal-dialog .modal-content .modal-body .social li:last-child {
  margin: 0;
}

.modal .modal-dialog .modal-content .modal-body .social li a {
  color: #666;
}

.modal .modal-dialog .modal-content .modal-body .social li a:hover {
  color: var(--GreenIbis);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .social {
    float: none;
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}

.modal-dialog {
  top: 50%;
  left: 50%;
  margin: 0!important;
  transform: translate(-50%, -50%)!important;
}

.modal-link {
  cursor: pointer;
}





/*======================================
    Call To Action CSS
========================================*/
.call-action {
  background-color: var(--GreenIbis);
}

.call-action .cta-content {
  text-align: center;
  padding: 0px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .cta-content {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .call-action .cta-content {
    padding: 0;
  }
}

.call-action .cta-content h2 {
  color: var(--Snow);
  line-height: 50px;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .cta-content h2 {
    font-size: 32px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .call-action .cta-content h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.call-action .cta-content p {
  color: var(--Snow);
  padding: 0px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action .cta-content p {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .call-action .cta-content p {
    padding: 0;
  }
}

.call-action .cta-content .button {
  margin-top: 40px;
}

.call-action .cta-content .button .btn {
  background-color: var(--Snow);
  color: var(--GreenIbis);
}

.call-action .cta-content .button .btn:hover {
  color: var(--Snow);
  background-color: var(--Fiery);
}

/*======================================
	Contact CSS
========================================*/
.contact-us {
  position: relative;
  background-color: var(--Snow);
}

.contact-us .section-title {
  margin-bottom: 50px;
}

.contact-us .contact-info .single-info {
  margin-top: 30px;
  position: relative;
  padding: 40px;
  padding-left: 100px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(32, 32, 32, 0.11);
          box-shadow: 0px 1px 20px 0px rgba(32, 32, 32, 0.11);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 992px)  {
  .contact-us .contact-info .single-info {
    min-height: 210px;
  }
}

.contact-us .contact-info .single-info:hover {
  background-color: var(--GreenIbis);
}

.contact-us .contact-info .single-info:hover i {
  color: var(--Snow);
}

.contact-us .contact-info .single-info:hover h3 {
  color: var(--Snow);
}

.contact-us .contact-info .single-info:hover ul li {
  color: var(--Snow);
}

.contact-us .contact-info .single-info:hover ul li a {
  color: var(--Snow);
}

.contact-us .contact-info .single-info:hover ul li a:hover {
  opacity: 0.8 !important;
  color: var(--Snow);
}

.contact-us .contact-info .single-info i {
  font-size: 30px;
  color: var(--GreenIbis);
  position: absolute;
  left: 40px;
  top: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-us .contact-info .single-info .lni-social i {
  font-size: 16px;
  color: var(--Black);
  position: static;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

}

.contact-us .contact-info .single-info h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--Fiery);
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-us .contact-info .single-info ul li {
  display: block;
  margin-bottom: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}

.contact-us .contact-info .single-info ul li:last-child {
  margin: 0;
}

.contact-us .contact-info .single-info ul li a {
  color: var(--EverGreen);
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-us .contact-info .single-info ul li a:hover {
  color: var(--GreenIbis);
}

/* Contact Form Head */
.contact-form-head {
  background-image: url("https://via.placeholder.com/1440x960");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

.contact-form-head::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  background-color: var(--GreenIbis);
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-form-head::before {
    width: 100%;
  }
}

.contact-form-head .contact-inner-title h2 {
  font-size: 30px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  color: var(--Snow);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-head .contact-inner-title h2 {
    font-size: 25px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .contact-form-head .contact-inner-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

.contact-form-head .contact-inner-title p {
  color: var(--Snow);
}

.contact-form-head .contact-inner-title .question {
  display: block;
  min-height: 70px;
  margin-top: 40px;
}

.contact-form-head .contact-inner-title .question img {
  height: 70px;
  width: 70px;
  border-radius: 70px;
  float: left;
  margin-right: 20px;
}

.contact-form-head .contact-inner-title .question h4 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 15px;
  color: var(--Snow);
}

.contact-form-head .contact-inner-title .question h4 span {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.contact-form-head .contact-inner-title .day-list {
  display: block;
  margin-top: 40px;
}

.contact-form-head .contact-inner-title .day-list li {
  color: var(--Snow);
  font-weight: 500;
  margin-bottom: 3px;
  display: block;
}

.contact-form-head .contact-inner-title .day-list li:last-child {
  margin: 0;
}

.contact-form-head .contact-inner-title .call-back {
  font-size: 15px;
  font-weight: 500;
  color: var(--Snow);
  display: inline-block;
  margin-top: 30px;
  text-transform: capitalize;
}

.contact-form-head .contact-inner-title .call-back i {
  font-size: 15px;
  display: inline-block;
  margin-left: 5px;
}

.contact-form-head .form-main {
  padding: 50px 50px;
  background-color: var(--Snow);
  -webkit-box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
          box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
  border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .contact-form-head .form-main {
    padding: 35px;
    margin-top: 40px;
  }
}

.contact-form-head .form-main .form-title {
  margin-bottom: 30px;
}

.contact-form-head .form-main .form-title h2 {
  margin-bottom: 35px;
  font-size: 22px;
}

.contact-form-head .form-main .form-title p {
  font-size: 16px;
}

.contact-form-head .form-main .form .form-group {
  margin-bottom: 15px;
  display: block;
}

.contact-form-head .form-main .form .form-group input {
  height: 52px;
  line-height: 52px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 0px 20px;
  color: #333;
  font-weight: 400;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.contact-form-head .form-main .form .form-group textarea {
  height: 180px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 15px 20px;
  color: #333;
  resize: none;
  font-weight: 400;
  resize: vertical;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.contact-form-head .form-main .form .form-group.button {
  width: 100%;
  margin-bottom: 0;
}

.contact-form-head .form-main .form .form-group.button .btn {
  height: 50px;
  border: none;
  width: 100%;
}

.map-section {
  background-color: #f9f9f9;
}

.map-section .mapouter {
  height: 500px;
}

.map-section .mapouter .gmap_canvas {
  height: 500px;
}

.map-section .mapouter .gmap_canvas iframe {
  height: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-section .mapouter {
    height: 400px;
  }
  .map-section .mapouter .gmap_canvas {
    height: 400px;
  }
  .map-section .mapouter .gmap_canvas iframe {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .map-section .mapouter {
    height: 300px;
  }
  .map-section .mapouter .gmap_canvas {
    height: 300px;
  }
  .map-section .mapouter .gmap_canvas iframe {
    height: 300px;
  }
}

/*======================================
	Error 404 CSS
========================================*/
.error-area {
  height: 100vh;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--Snow);
  position: relative;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  vertical-align: middle;
}

.d-table-cell {
  display: table-cell !important;
}

.error-area .error-content h1 {
  font-size: 100px;
  color: var(--GreenIbis);
  margin-bottom: 25px;
  font-weight: 800;
  line-height: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content h1 {
    font-size: 60px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content h1 {
    font-size: 45px;
    line-height: 30px;
  }
}

.error-area .error-content h2 {
  font-size: 25px;
  margin-bottom: 10px;
  color: var(--Fiery);
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-area .error-content h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .error-area .error-content h2 {
    font-size: 18px;
  }
}

.error-area .error-content p {
  font-weight: 400;
  margin-bottom: 40px;
  color: var(--EverGreen);
}


/*======================================
	Footer CSS
========================================*/
.footer {
  position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  background-color: var(--EverGreen);
    z-index: -2;
}

.footer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/testimonial/pattern-ibis.svg);
    background-size: 10%;
    background-position: left bottom;
    background-repeat: repeat-x;
    z-index: -1;
}

.footer .footer-top {
  padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer .footer-top {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer {
    margin-top: 40px;
    text-align: center;
  }
}

.footer .single-footer.f-about {
  padding-right: 30px;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about {
    padding: 0;
  }
}

.footer .single-footer.f-about .logo img {
  width: 280px;
}

.footer .single-footer.f-about p {
  color: #D2D6DC;
  margin-top: 20px;
  font-size: 14px;
}

.footer .single-footer.f-about .social {
  margin-top: 30px;
}

@media only screen and (min-width: 992px) {
  .footer .single-footer.f-about .social {
    padding-left: 5px;
  }
}

.footer .single-footer.f-about .social li {
  display: inline-block;
  margin-right: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer.f-about .social li {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer.f-about .social li {
    margin-bottom: 10px;
  }
}

.footer .single-footer.f-about .social li:last-child {
  margin: 0;
}

.footer .single-footer.f-about .social li a {
  color: #D2D6DC;
  font-size: 16px;
}

.footer .single-footer.f-about .social li a:hover {
  color: var(--GreenIbis);
}

.footer .single-footer.f-about .social li:last-child {
  margin: 0;
}

.footer .single-footer.f-about .copyright-text {
  color: #D2D6DC;
  font-size: 14px;
  margin-top: 40px;
}

.footer .single-footer.f-link .button-catalog span {
  color: #D2D6DC;
  margin-left: 10px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .footer .single-footer.f-about .copyright-text {
    margin-top: 20px;
  }
}

.footer .single-footer.f-about .copyright-text a {
  color: #D2D6DC;
}

.footer .single-footer.f-about .copyright-text a:hover {
  color: var(--GreenIbis);
}

.footer .single-footer.f-link li {
  display: block;
  margin-bottom: 12px;
}

.footer .single-footer.f-link li:last-child {
  margin: 0;
}

.footer .single-footer.f-link li a {
  font-size: 15px;
  font-weight: 400;
  color: #D2D6DC;
}

.footer .single-footer.f-link li a:hover {
  color: var(--Herbal);
}

.footer .single-footer h3 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
  color: #D2D6DC;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .footer .single-footer h3 {
    margin-bottom: 25px;
  }
}

.footer .footer-pattern {
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-pattern {
    padding-bottom: 80px;
  }
  .footer::after {
    background-size: 20%;
  }
}

@media (max-width: 767px) {
  .footer .footer-pattern {
    padding: 60px;
  }
  .footer::after {
    background-size: 30%;
  }
}


/*======================================
	Extra CSS
========================================*/
@media (max-width: 767px) {
  .mob-none {
    display: none;
  }
}

/* LOCATOR */

.store-locator { padding: 40px 20px; background: #0b0c10; color: #e7e9ee; }
.locator-title { margin-bottom: 20px; font-size: 28px; text-align: center; }
.locator-wrap { display: grid; grid-template-columns: 360px 1fr; min-height: 520px; gap: 20px; }
.locator-panel { background: #121317; border: 1px solid #1f232b; border-radius: 12px; padding: 12px; overflow: auto; }
.locator-map { border-radius: 12px; overflow: hidden; min-height: 520px; }
.badge { display: inline-block; background: #1a1d24; border: 1px solid #1f232b; border-radius: 999px; padding: 6px 10px; font-size: 12px; }
.btn-small { background: #191c22; border: 1px solid #2a2e36; color: #e7e9ee; border-radius: 8px; padding: 6px 10px; cursor: pointer; }
.btn-small:hover { background: #20242b; }
.search { display: flex; gap: 8px; margin: 10px 0; }
.search input { flex: 1; background:#0c0f14; border:1px solid #2a2e36; border-radius:8px; padding:8px 10px; color:#fff; }
.list { display: grid; gap: 10px; }
.card { background:#0e1117; border:1px solid #1f232b; border-radius:10px; padding:10px; font-size:14px; display:grid; gap:6px; }
.card .ttl { font-weight:700; }
.card .meta { color:#9aa3ad; font-size:13px; display:grid; gap:4px; }
.card .btns { display:flex; gap:8px; flex-wrap:wrap; }
.card .btn { border:1px solid #2a2e36; background:#141922; color:#e7e9ee; padding:6px 10px; border-radius:8px; text-decoration:none; }
.card .btn:hover { background:#1b2029; }
@media (max-width: 900px) {
  .locator-wrap { grid-template-columns:1fr; grid-template-rows:400px auto; }
  .locator-map { min-height:400px; }
}

/* секція з мапою повинна мати реальну висоту (а не min-height) */
.locator-wrap{
  display: grid;
  grid-template-columns: 360px 1fr;
  height: clamp(520px, 70vh, 900px);
  gap: 20px;
}

/* ліва панель як флекс-колонка */
.locator-panel{
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* хедер зверху — фіксований */
.locator-panel .head{ flex: 0 0 auto; }

/* СПИСОК — еластичний і скролиться САМ */
.list{
  position: relative;
  flex: 1 1 auto;
  min-height: 0;          /* критично для флексу */
  overflow: auto;         /* ← тепер скрол саме тут */
}

/* спейсери віртуалізатора */
.list .spacer{ height: 0; }